From 5de0339506b73235485099f174a259b44d3fe70b Mon Sep 17 00:00:00 2001 From: bbedward Date: Mon, 20 Jul 2026 19:50:47 -0400 Subject: [PATCH] i18n: add Ukrainian --- dank-qml-common | 2 +- flake.lock | 6 +- quickshell/scripts/i18nsync.py | 3 +- quickshell/translations/en.json | 2050 ++-- quickshell/translations/poexports/ar.json | 408 +- quickshell/translations/poexports/de.json | 362 +- quickshell/translations/poexports/eo.json | 362 +- quickshell/translations/poexports/es.json | 362 +- quickshell/translations/poexports/fa.json | 362 +- quickshell/translations/poexports/fr.json | 362 +- quickshell/translations/poexports/he.json | 362 +- quickshell/translations/poexports/hu.json | 362 +- quickshell/translations/poexports/it.json | 522 +- quickshell/translations/poexports/ja.json | 362 +- quickshell/translations/poexports/ko.json | 362 +- quickshell/translations/poexports/nl.json | 408 +- quickshell/translations/poexports/pl.json | 362 +- quickshell/translations/poexports/pt.json | 388 +- quickshell/translations/poexports/ru.json | 362 +- quickshell/translations/poexports/sv.json | 362 +- quickshell/translations/poexports/tr.json | 362 +- quickshell/translations/poexports/uk.json | 9041 ++++++++++++++++++ quickshell/translations/poexports/vi.json | 362 +- quickshell/translations/poexports/zh_CN.json | 362 +- quickshell/translations/poexports/zh_TW.json | 362 +- quickshell/translations/template.json | 682 +- 26 files changed, 13787 insertions(+), 5515 deletions(-) create mode 100644 quickshell/translations/poexports/uk.json diff --git a/dank-qml-common b/dank-qml-common index c0f2d837e..1451ac603 160000 --- a/dank-qml-common +++ b/dank-qml-common @@ -1 +1 @@ -Subproject commit c0f2d837e1c9933e6789eeb38e7d456088bd5d1b +Subproject commit 1451ac603844f2b686e58fa062b1456373693c22 diff --git a/flake.lock b/flake.lock index 691ef967c..5c0515584 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "dank-qml-common": { "flake": false, "locked": { - "lastModified": 1784485083, - "narHash": "sha256-hRTmcd3Ms9DF3X35ZiapXM15rG5X1DtIdlrQZwRINFE=", + "lastModified": 1784591373, + "narHash": "sha256-oChgAprzgLrpMXDI/AyVt1lJ+S9ayErRZw+1j9d8Sbg=", "owner": "AvengeMedia", "repo": "dank-qml-common", - "rev": "c0f2d837e1c9933e6789eeb38e7d456088bd5d1b", + "rev": "1451ac603844f2b686e58fa062b1456373693c22", "type": "github" }, "original": { diff --git a/quickshell/scripts/i18nsync.py b/quickshell/scripts/i18nsync.py index a58013eca..c08ca2f7c 100755 --- a/quickshell/scripts/i18nsync.py +++ b/quickshell/scripts/i18nsync.py @@ -40,7 +40,8 @@ LANGUAGES = { "vi": "vi.json", "eo": "eo.json", "ko": "ko.json", - "ar": "ar.json" + "ar": "ar.json", + "uk": "uk.json" } def error(msg): diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json index 475e50318..0e189f395 100644 --- a/quickshell/translations/en.json +++ b/quickshell/translations/en.json @@ -218,7 +218,7 @@ { "term": "%1 notifications", "context": "%1 notifications", - "reference": "Modules/Lock/LockScreenContent.qml:521", + "reference": "Modules/Lock/LockScreenContent.qml:522", "comment": "", "tags": [ "shell" @@ -317,7 +317,7 @@ { "term": "%1: %2", "context": "%1: %2", - "reference": "Services/DMSNetworkService.qml:394", + "reference": "Services/DMSNetworkService.qml:454", "comment": "", "tags": [ "shell" @@ -362,7 +362,7 @@ { "term": "+ %1 more", "context": "+ %1 more", - "reference": "Modules/Lock/LockScreenContent.qml:601, Modules/Lock/LockScreenContent.qml:716", + "reference": "Modules/Lock/LockScreenContent.qml:602, Modules/Lock/LockScreenContent.qml:717", "comment": "", "tags": [ "shell" @@ -380,7 +380,7 @@ { "term": "0 = square corners", "context": "0 = square corners", - "reference": "Modules/Settings/ThemeColorsTab.qml:1850", + "reference": "Modules/Settings/ThemeColorsTab.qml:1852", "comment": "", "tags": [ "settings" @@ -445,7 +445,7 @@ { "term": "1 notification", "context": "1 notification", - "reference": "Modules/Lock/LockScreenContent.qml:521", + "reference": "Modules/Lock/LockScreenContent.qml:522", "comment": "", "tags": [ "shell" @@ -600,6 +600,15 @@ "settings" ] }, + { + "term": "2.4 GHz", + "context": "2.4 GHz", + "reference": "Modules/Settings/NetworkWifiTab.qml:1306, Modules/Settings/NetworkWifiTab.qml:1315, Modules/Settings/NetworkWifiTab.qml:1551", + "comment": "hotspot WiFi band option", + "tags": [ + "settings" + ] + }, { "term": "20 minutes", "context": "20 minutes", @@ -793,6 +802,15 @@ "settings" ] }, + { + "term": "5 GHz", + "context": "5 GHz", + "reference": "Modules/Settings/NetworkWifiTab.qml:1308, Modules/Settings/NetworkWifiTab.qml:1317, Modules/Settings/NetworkWifiTab.qml:1551", + "comment": "hotspot WiFi band option", + "tags": [ + "settings" + ] + }, { "term": "5 min before", "context": "5 min before", @@ -918,21 +936,12 @@ { "term": "MIT License", "context": "MIT License", - "reference": "Modules/Settings/AboutTab.qml:826", + "reference": "Modules/Settings/AboutTab.qml:822", "comment": "", "tags": [ "settings" ] }, - { - "term": "A file with this name already exists. Do you want to overwrite it?", - "context": "A file with this name already exists. Do you want to overwrite it?", - "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:61", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "A modern desktop shell for Wayland compositors", "context": "A modern desktop shell for Wayland compositors", @@ -981,7 +990,7 @@ { "term": "API", "context": "API", - "reference": "Modules/Settings/AboutTab.qml:673", + "reference": "Modules/Settings/AboutTab.qml:669", "comment": "", "tags": [ "settings" @@ -1008,7 +1017,7 @@ { "term": "About", "context": "About", - "reference": "Modals/Settings/SettingsSidebar.qml:407, Modules/Settings/AboutTab.qml:576", + "reference": "Modals/Settings/SettingsSidebar.qml:408, Modules/Settings/AboutTab.qml:572", "comment": "", "tags": [ "settings" @@ -1090,7 +1099,7 @@ { "term": "Action failed or terminal was closed.", "context": "Action failed or terminal was closed.", - "reference": "Modules/Settings/GreeterTab.qml:338", + "reference": "Modules/Settings/GreeterTab.qml:351", "comment": "", "tags": [ "settings" @@ -1117,7 +1126,7 @@ { "term": "Actions", "context": "Actions", - "reference": "Widgets/DankIconPicker.qml:51, Modals/DankLauncherV2/LauncherContent.qml:418, Modules/Settings/WindowRulesTab.qml:1052", + "reference": "Modals/DankLauncherV2/LauncherContent.qml:418, Modules/Settings/WindowRulesTab.qml:1052", "comment": "", "tags": [ "settings", @@ -1127,7 +1136,7 @@ { "term": "Activate", "context": "Activate", - "reference": "Modules/Settings/GreeterTab.qml:90, Modules/Settings/GreeterTab.qml:138, Modules/ControlCenter/Details/NetworkDetail.qml:405", + "reference": "Modules/Settings/GreeterTab.qml:99, Modules/Settings/GreeterTab.qml:160, Modules/ControlCenter/Details/NetworkDetail.qml:602", "comment": "", "tags": [ "settings", @@ -1137,7 +1146,7 @@ { "term": "Activate Greeter", "context": "Activate Greeter", - "reference": "Modules/Settings/GreeterTab.qml:136", + "reference": "Modules/Settings/GreeterTab.qml:158", "comment": "greeter action confirmation", "tags": [ "settings" @@ -1146,12 +1155,21 @@ { "term": "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.", "context": "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.", - "reference": "Modules/Settings/GreeterTab.qml:137", + "reference": "Modules/Settings/GreeterTab.qml:159", "comment": "", "tags": [ "settings" ] }, + { + "term": "Activates immediately", + "context": "Activates immediately", + "reference": "Modals/PowerMenuModal.qml:873", + "comment": "", + "tags": [ + "shell" + ] + }, { "term": "Activation", "context": "Activation", @@ -1164,7 +1182,7 @@ { "term": "Active", "context": "Active", - "reference": "Modals/WindowRuleModal.qml:892, Modules/DankDash/MediaDropdownOverlay.qml:393, Modules/Settings/ThemeColorsTab.qml:1531, Modules/Settings/NetworkEthernetTab.qml:435, Modules/Settings/WindowRulesTab.qml:48, Modules/ControlCenter/Details/AudioInputDetail.qml:256, Modules/ControlCenter/Details/AudioOutputDetail.qml:265, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:196", + "reference": "Modals/WindowRuleModal.qml:896, Modules/DankDash/MediaDropdownOverlay.qml:393, Modules/Settings/ThemeColorsTab.qml:1533, Modules/Settings/NetworkEthernetTab.qml:435, Modules/Settings/WindowRulesTab.qml:48, Modules/ControlCenter/Details/AudioInputDetail.qml:256, Modules/ControlCenter/Details/AudioOutputDetail.qml:265, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:196", "comment": "active state label", "tags": [ "settings", @@ -1183,7 +1201,7 @@ { "term": "Active VPN", "context": "Active VPN", - "reference": "Services/DMSNetworkService.qml:111", + "reference": "Services/DMSNetworkService.qml:134", "comment": "", "tags": [ "shell" @@ -1192,7 +1210,7 @@ { "term": "Active in Column", "context": "Active in Column", - "reference": "Modals/WindowRuleModal.qml:902, Modules/Settings/WindowRulesTab.qml:50", + "reference": "Modals/WindowRuleModal.qml:906, Modules/Settings/WindowRulesTab.qml:50", "comment": "", "tags": [ "settings", @@ -1202,7 +1220,7 @@ { "term": "Active tile background and icon color", "context": "Active tile background and icon color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1666", + "reference": "Modules/Settings/ThemeColorsTab.qml:1668", "comment": "control center tile color setting description", "tags": [ "settings" @@ -1273,8 +1291,8 @@ ] }, { - "term": "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.", - "context": "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.", + "term": "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.", + "context": "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.", "reference": "Modules/Settings/UsersTab.qml:266", "comment": "", "tags": [ @@ -1320,7 +1338,7 @@ { "term": "Add Title", "context": "Add Title", - "reference": "Modals/WindowRuleModal.qml:759", + "reference": "Modals/WindowRuleModal.qml:763", "comment": "", "tags": [ "shell" @@ -1411,7 +1429,7 @@ { "term": "Add match", "context": "Add match", - "reference": "Modals/WindowRuleModal.qml:850", + "reference": "Modals/WindowRuleModal.qml:854", "comment": "", "tags": [ "shell" @@ -1427,8 +1445,8 @@ ] }, { - "term": "Add the new user to the %1 group so they can run dms greeter sync --profile.", - "context": "Add the new user to the %1 group so they can run dms greeter sync --profile.", + "term": "Add the new user to the %1 group so they can run dms-greeter sync --profile.", + "context": "Add the new user to the %1 group so they can run dms-greeter sync --profile.", "reference": "Modules/Settings/UsersTab.qml:467", "comment": "", "tags": [ @@ -1483,7 +1501,7 @@ { "term": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)", "context": "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)", - "reference": "Modules/Settings/ThemeColorsTab.qml:645", + "reference": "Modules/Settings/ThemeColorsTab.qml:647", "comment": "", "tags": [ "settings" @@ -1528,7 +1546,7 @@ { "term": "Alerts", "context": "Alerts", - "reference": "Modules/Settings/BatteryTab.qml:235", + "reference": "Modules/Settings/BatteryTab.qml:237", "comment": "", "tags": [ "settings" @@ -1537,7 +1555,7 @@ { "term": "All", "context": "All", - "reference": "Modals/ProcessListModal.qml:383, Services/AppSearchService.qml:728, Services/AppSearchService.qml:749, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:784, Modals/DankLauncherV2/SpotlightLauncherContent.qml:460, Modals/DankLauncherV2/LauncherContent.qml:334, Modals/DankLauncherV2/LauncherContent.qml:623, Modals/Clipboard/ClipboardContent.qml:16, Modules/ProcessList/ProcessListPopout.qml:169, Modules/Settings/WidgetsTabSection.qml:4014, Modules/Settings/WidgetsTabSection.qml:4070, Modules/Settings/PluginBrowser.qml:265, Modules/Settings/KeybindsTab.qml:458, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:103, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:118, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:260, Modules/Notifications/Center/HistoryNotificationList.qml:87", + "reference": "Modals/ProcessListModal.qml:383, Services/AppSearchService.qml:728, Services/AppSearchService.qml:749, dms-plugins/DankStickerSearch/DankStickerSearch.qml:101, Modals/DankLauncherV2/Controller.qml:789, Modals/DankLauncherV2/SpotlightLauncherContent.qml:460, Modals/DankLauncherV2/LauncherContent.qml:334, Modals/DankLauncherV2/LauncherContent.qml:623, Modals/Clipboard/ClipboardContent.qml:16, Modules/ProcessList/ProcessListPopout.qml:169, Modules/Settings/WidgetsTabSection.qml:4014, Modules/Settings/WidgetsTabSection.qml:4070, Modules/Settings/PluginBrowser.qml:265, Modules/Settings/KeybindsTab.qml:458, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:103, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:118, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:260, Modules/Notifications/Center/HistoryNotificationList.qml:87", "comment": "Tailscale filter: all devices | notification history filter | plugin browser category filter", "tags": [ "plugin-dankstickersearch", @@ -1645,15 +1663,6 @@ "settings" ] }, - { - "term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", - "context": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", - "reference": "Modals/FileBrowser/KeyboardHints.qml:35", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Alternative (OR)", "context": "Alternative (OR)", @@ -1792,7 +1801,7 @@ { "term": "Anchor", "context": "Anchor", - "reference": "Modals/WindowRuleModal.qml:1402", + "reference": "Modals/WindowRuleModal.qml:1418", "comment": "", "tags": [ "shell" @@ -1873,7 +1882,7 @@ { "term": "App ID (e.g. firefox)", "context": "App ID (e.g. firefox)", - "reference": "Modals/WindowRuleModal.qml:726", + "reference": "Modals/WindowRuleModal.qml:730", "comment": "", "tags": [ "shell" @@ -1891,7 +1900,7 @@ { "term": "App ID regex", "context": "App ID regex", - "reference": "Modals/WindowRuleModal.qml:793", + "reference": "Modals/WindowRuleModal.qml:797", "comment": "", "tags": [ "shell" @@ -1900,7 +1909,7 @@ { "term": "App ID regex (e.g. ^firefox$)", "context": "App ID regex (e.g. ^firefox$)", - "reference": "Modals/WindowRuleModal.qml:726", + "reference": "Modals/WindowRuleModal.qml:730", "comment": "", "tags": [ "shell" @@ -1945,7 +1954,7 @@ { "term": "Appearance", "context": "Appearance", - "reference": "Modals/Settings/SettingsSidebar.qml:122, Modules/Settings/GreeterTab.qml:520, Modules/Settings/LauncherTab.qml:609, Modules/Settings/LockScreenTab.qml:348, Modules/Settings/WorkspaceAppearanceCard.qml:11", + "reference": "Modals/Settings/SettingsSidebar.qml:122, Modules/Settings/GreeterTab.qml:548, Modules/Settings/LauncherTab.qml:609, Modules/Settings/LockScreenTab.qml:348, Modules/Settings/WorkspaceAppearanceCard.qml:11", "comment": "launcher appearance settings", "tags": [ "settings" @@ -1972,7 +1981,7 @@ { "term": "Applications", "context": "Applications", - "reference": "Modals/DankLauncherV2/Controller.qml:199, Modals/Settings/SettingsSidebar.qml:277, Modules/Settings/ThemeColorsTab.qml:2120, Modules/Dock/DockLauncherButton.qml:25", + "reference": "Modals/DankLauncherV2/Controller.qml:199, Modals/Settings/SettingsSidebar.qml:277, Modules/Settings/ThemeColorsTab.qml:2122, Modules/Dock/DockLauncherButton.qml:25", "comment": "", "tags": [ "settings", @@ -1988,6 +1997,15 @@ "settings" ] }, + { + "term": "Applies on the next greeter sync", + "context": "Applies on the next greeter sync", + "reference": "Modules/Settings/GreeterTab.qml:28, Modules/Settings/GreeterTab.qml:48", + "comment": "greeter auth setting description", + "tags": [ + "settings" + ] + }, { "term": "Apply Changes", "context": "Apply Changes", @@ -2009,7 +2027,7 @@ { "term": "Apply GTK Colors", "context": "Apply GTK Colors", - "reference": "Modules/Settings/ThemeColorsTab.qml:2884", + "reference": "Modules/Settings/ThemeColorsTab.qml:2886", "comment": "", "tags": [ "settings" @@ -2018,7 +2036,7 @@ { "term": "Apply Qt Colors", "context": "Apply Qt Colors", - "reference": "Modules/Settings/ThemeColorsTab.qml:2918", + "reference": "Modules/Settings/ThemeColorsTab.qml:2920", "comment": "", "tags": [ "settings" @@ -2045,7 +2063,7 @@ { "term": "Apply to Hardware", "context": "Apply to Hardware", - "reference": "Modules/Settings/BatteryTab.qml:198", + "reference": "Modules/Settings/BatteryTab.qml:200", "comment": "", "tags": [ "settings" @@ -2180,7 +2198,7 @@ { "term": "At Startup", "context": "At Startup", - "reference": "Modals/WindowRuleModal.qml:917, Modules/Settings/WindowRulesTab.qml:53", + "reference": "Modals/WindowRuleModal.qml:921, Modules/Settings/WindowRulesTab.qml:53", "comment": "", "tags": [ "settings", @@ -2226,7 +2244,7 @@ { "term": "Audio Codec", "context": "Audio Codec", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:682", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:677", "comment": "", "tags": [ "shell" @@ -2235,7 +2253,7 @@ { "term": "Audio Codec Selection", "context": "Audio Codec Selection", - "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:224", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:228", "comment": "", "tags": [ "shell" @@ -2299,7 +2317,7 @@ { "term": "Audio system restarted", "context": "Audio system restarted", - "reference": "Services/AudioService.qml:368", + "reference": "Services/AudioService.qml:368, Services/AudioService.qml:378", "comment": "", "tags": [ "shell" @@ -2343,28 +2361,10 @@ "shell" ] }, - { - "term": "Authenticated!", - "context": "Authenticated!", - "reference": "Modules/Greetd/GreeterContent.qml:1992", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Authenticating...", - "context": "Authenticating...", - "reference": "Modules/Greetd/GreeterContent.qml:1249", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Authentication", "context": "Authentication", - "reference": "Modals/PolkitAuthModal.qml:29, Modules/Settings/GreeterTab.qml:473, Modules/Settings/LockScreenTab.qml:399", + "reference": "Modals/PolkitAuthModal.qml:29, Modules/Settings/GreeterTab.qml:501, Modules/Settings/LockScreenTab.qml:399", "comment": "", "tags": [ "settings", @@ -2402,8 +2402,8 @@ { "term": "Authentication changes apply automatically", "context": "Authentication changes apply automatically", - "reference": "Modules/Settings/GreeterTab.qml:28, Modules/Settings/GreeterTab.qml:48, Modules/Settings/LockScreenTab.qml:403", - "comment": "greeter auth setting description", + "reference": "Modules/Settings/LockScreenTab.qml:403", + "comment": "", "tags": [ "settings" ] @@ -2420,25 +2420,7 @@ { "term": "Authentication error - try again", "context": "Authentication error - try again", - "reference": "Modules/Lock/LockScreenContent.qml:77, Modules/Greetd/GreeterContent.qml:259", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Authentication failed - attempt %1 of %2", - "context": "Authentication failed - attempt %1 of %2", - "reference": "Modules/Greetd/GreeterContent.qml:267", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Authentication failed - lockout can occur", - "context": "Authentication failed - lockout can occur", - "reference": "Modules/Greetd/GreeterContent.qml:269", + "reference": "Modules/Lock/LockScreenContent.qml:78", "comment": "", "tags": [ "shell" @@ -2447,7 +2429,7 @@ { "term": "Authentication failed - try again", "context": "Authentication failed - try again", - "reference": "Modals/PolkitAuthContent.qml:297, Modules/Greetd/GreeterContent.qml:271", + "reference": "Modals/PolkitAuthContent.qml:297", "comment": "", "tags": [ "shell" @@ -2483,8 +2465,8 @@ { "term": "Auto", "context": "Auto", - "reference": "Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/WidgetsTabSection.qml:1697, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/TimeWeatherTab.qml:156, Modules/Settings/LockScreenTab.qml:33, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, Modules/Settings/NetworkWifiTab.qml:239, Modules/Settings/NetworkWifiTab.qml:243, Modules/Settings/NetworkWifiTab.qml:244, Modules/Settings/NetworkWifiTab.qml:247, Modules/Settings/CompositorLayoutTab.qml:283, Modules/Settings/CompositorLayoutTab.qml:412, Modules/Settings/CompositorLayoutTab.qml:563, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/Settings/Widgets/TerminalPickerRow.qml:7, Modules/ControlCenter/Details/NetworkDetail.qml:118, Modules/ControlCenter/Details/NetworkDetail.qml:119, Modules/ControlCenter/Details/NetworkDetail.qml:122, Modules/ControlCenter/Details/NetworkDetail.qml:125, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:29, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:106", - "comment": "automatic PAM authentication source option | calendar backend option | theme category option", + "reference": "Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/WidgetsTabSection.qml:1697, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/TimeWeatherTab.qml:156, Modules/Settings/LockScreenTab.qml:33, Modules/Settings/DisplayConfigTab.qml:159, Modules/Settings/DisplayConfigTab.qml:205, Modules/Settings/NetworkWifiTab.qml:239, Modules/Settings/NetworkWifiTab.qml:243, Modules/Settings/NetworkWifiTab.qml:244, Modules/Settings/NetworkWifiTab.qml:247, Modules/Settings/NetworkWifiTab.qml:1310, Modules/Settings/NetworkWifiTab.qml:1538, Modules/Settings/NetworkWifiTab.qml:1541, Modules/Settings/NetworkWifiTab.qml:1543, Modules/Settings/NetworkWifiTab.qml:1551, Modules/Settings/CompositorLayoutTab.qml:283, Modules/Settings/CompositorLayoutTab.qml:412, Modules/Settings/CompositorLayoutTab.qml:563, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:351, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:359, Modules/Settings/Widgets/TerminalPickerRow.qml:7, Modules/ControlCenter/Details/NetworkDetail.qml:144, Modules/ControlCenter/Details/NetworkDetail.qml:145, Modules/ControlCenter/Details/NetworkDetail.qml:148, Modules/ControlCenter/Details/NetworkDetail.qml:151, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:29, Modules/ControlCenter/BuiltinPlugins/DisplayProfilesWidget.qml:106", + "comment": "automatic PAM authentication source option | calendar backend option | hotspot device or band option | theme category option", "tags": [ "settings", "shell" @@ -2493,7 +2475,7 @@ { "term": "Auto (Bar-aware)", "context": "Auto (Bar-aware)", - "reference": "Modules/Settings/ThemeColorsTab.qml:2017, Modules/Settings/ThemeColorsTab.qml:2021, Modules/Settings/ThemeColorsTab.qml:2034, Modules/Settings/DankBarTab.qml:1682, Modules/Settings/DankBarTab.qml:1686, Modules/Settings/DankBarTab.qml:1694", + "reference": "Modules/Settings/ThemeColorsTab.qml:2019, Modules/Settings/ThemeColorsTab.qml:2023, Modules/Settings/ThemeColorsTab.qml:2036, Modules/Settings/DankBarTab.qml:1682, Modules/Settings/DankBarTab.qml:1686, Modules/Settings/DankBarTab.qml:1694", "comment": "bar shadow direction source option | shadow direction option", "tags": [ "settings" @@ -2547,7 +2529,7 @@ { "term": "Auto Power Saver", "context": "Auto Power Saver", - "reference": "Modules/Settings/BatteryTab.qml:327", + "reference": "Modules/Settings/BatteryTab.qml:329", "comment": "", "tags": [ "settings" @@ -2601,7 +2583,7 @@ { "term": "Auto-Hide Timeout", "context": "Auto-Hide Timeout", - "reference": "Modules/Settings/ThemeColorsTab.qml:2324", + "reference": "Modules/Settings/ThemeColorsTab.qml:2326", "comment": "", "tags": [ "settings" @@ -2643,15 +2625,6 @@ "settings" ] }, - { - "term": "Auto-login", - "context": "Auto-login", - "reference": "Modules/Greetd/GreeterUserPicker.qml:223", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Auto-login change needs a sync", "context": "Auto-login change needs a sync", @@ -2682,7 +2655,7 @@ { "term": "Auto-login on startup", "context": "Auto-login on startup", - "reference": "Modules/Settings/GreeterTab.qml:637", + "reference": "Modules/Settings/GreeterTab.qml:669", "comment": "", "tags": [ "settings" @@ -2710,7 +2683,7 @@ { "term": "Autoconnect disabled", "context": "Autoconnect disabled", - "reference": "Services/LegacyNetworkService.qml:506, Services/DMSNetworkService.qml:1023", + "reference": "Services/DMSNetworkService.qml:1083", "comment": "", "tags": [ "shell" @@ -2719,7 +2692,7 @@ { "term": "Autoconnect enabled", "context": "Autoconnect enabled", - "reference": "Services/LegacyNetworkService.qml:506, Services/DMSNetworkService.qml:1023", + "reference": "Services/DMSNetworkService.qml:1083", "comment": "", "tags": [ "shell" @@ -2737,7 +2710,7 @@ { "term": "Automatic Color Mode", "context": "Automatic Color Mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:1151", + "reference": "Modules/Settings/ThemeColorsTab.qml:1153", "comment": "", "tags": [ "settings" @@ -2746,7 +2719,7 @@ { "term": "Automatic Control", "context": "Automatic Control", - "reference": "Modules/Settings/ThemeColorsTab.qml:1162, Modules/Settings/GammaControlTab.qml:138", + "reference": "Modules/Settings/ThemeColorsTab.qml:1164, Modules/Settings/GammaControlTab.qml:138", "comment": "", "tags": [ "settings" @@ -2854,7 +2827,7 @@ { "term": "Automatically turn on Power Saver profile when battery is low.", "context": "Automatically turn on Power Saver profile when battery is low.", - "reference": "Modules/Settings/BatteryTab.qml:328", + "reference": "Modules/Settings/BatteryTab.qml:330", "comment": "", "tags": [ "settings" @@ -2863,7 +2836,7 @@ { "term": "Automation", "context": "Automation", - "reference": "Modules/Settings/ThemeColorsTab.qml:1488", + "reference": "Modules/Settings/ThemeColorsTab.qml:1490", "comment": "", "tags": [ "settings" @@ -2951,33 +2924,6 @@ "plugin-dankdesktopweather" ] }, - { - "term": "Awaiting fingerprint authentication", - "context": "Awaiting fingerprint authentication", - "reference": "Modules/Greetd/GreeterContent.qml:84", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Awaiting fingerprint or security key authentication", - "context": "Awaiting fingerprint or security key authentication", - "reference": "Modules/Greetd/GreeterContent.qml:82", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Awaiting security key authentication", - "context": "Awaiting security key authentication", - "reference": "Modules/Greetd/GreeterContent.qml:85", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "BSSID", "context": "BSSID", @@ -2990,25 +2936,16 @@ { "term": "Back", "context": "Back", - "reference": "Modals/Greeter/GreeterModal.qml:288, Modules/DankBar/Widgets/SystemTrayBar.qml:1959", + "reference": "Modals/Greeter/GreeterModal.qml:288, Modules/DankBar/Widgets/SystemTrayBar.qml:1939", "comment": "greeter back button", "tags": [ "shell" ] }, - { - "term": "Back to user list", - "context": "Back to user list", - "reference": "Modules/Greetd/GreeterContent.qml:1405", - "comment": "greeter link to return from manual username entry to user picker", - "tags": [ - "shell" - ] - }, { "term": "Backend", "context": "Backend", - "reference": "Modules/Settings/AboutTab.qml:632, Modules/Settings/NetworkStatusTab.qml:74", + "reference": "Modules/Settings/AboutTab.qml:628, Modules/Settings/NetworkStatusTab.qml:74", "comment": "", "tags": [ "settings" @@ -3017,7 +2954,7 @@ { "term": "Background", "context": "Background", - "reference": "Modules/Settings/GreeterTab.qml:570, Modules/Settings/LockScreenTab.qml:369", + "reference": "Modules/Settings/GreeterTab.qml:602, Modules/Settings/LockScreenTab.qml:369", "comment": "", "tags": [ "settings" @@ -3026,7 +2963,7 @@ { "term": "Background Blur", "context": "Background Blur", - "reference": "Modules/Settings/ThemeColorsTab.qml:1870, Modules/Settings/ThemeColorsTab.qml:1878", + "reference": "Modules/Settings/ThemeColorsTab.qml:1872, Modules/Settings/ThemeColorsTab.qml:1880", "comment": "", "tags": [ "settings" @@ -3044,7 +2981,7 @@ { "term": "Background Effect", "context": "Background Effect", - "reference": "Modals/WindowRuleModal.qml:1243", + "reference": "Modals/WindowRuleModal.qml:1259", "comment": "", "tags": [ "shell" @@ -3089,7 +3026,7 @@ { "term": "Balance power and performance", "context": "Balance power and performance", - "reference": "Common/Theme.qml:1659", + "reference": "Common/Theme.qml:1631", "comment": "power profile description", "tags": [ "shell" @@ -3098,7 +3035,7 @@ { "term": "Balanced", "context": "Balanced", - "reference": "Common/Theme.qml:1646", + "reference": "Common/Theme.qml:1618", "comment": "power profile option", "tags": [ "shell" @@ -3107,12 +3044,21 @@ { "term": "Balanced palette with focused accents (default).", "context": "Balanced palette with focused accents (default).", - "reference": "Common/Theme.qml:486", + "reference": "Common/Theme.qml:479", "comment": "", "tags": [ "shell" ] }, + { + "term": "Band", + "context": "Band", + "reference": "Modules/Settings/NetworkWifiTab.qml:1548", + "comment": "hotspot WiFi band field label", + "tags": [ + "settings" + ] + }, { "term": "Bar", "context": "Bar", @@ -3152,7 +3098,7 @@ { "term": "Bar Shadows", "context": "Bar Shadows", - "reference": "Modules/Settings/ThemeColorsTab.qml:2109", + "reference": "Modules/Settings/ThemeColorsTab.qml:2111", "comment": "", "tags": [ "settings" @@ -3188,7 +3134,7 @@ { "term": "Base color for shadows (opacity is applied automatically)", "context": "Base color for shadows (opacity is applied automatically)", - "reference": "Modules/Settings/ThemeColorsTab.qml:1971", + "reference": "Modules/Settings/ThemeColorsTab.qml:1973", "comment": "", "tags": [ "settings" @@ -3290,7 +3236,7 @@ { "term": "Battery percentage to trigger a critical alert.", "context": "Battery percentage to trigger a critical alert.", - "reference": "Modules/Settings/BatteryTab.qml:287", + "reference": "Modules/Settings/BatteryTab.qml:289", "comment": "", "tags": [ "settings" @@ -3299,7 +3245,7 @@ { "term": "Behavior", "context": "Behavior", - "reference": "Modules/Settings/DockTab.qml:156, Modules/Settings/GreeterTab.qml:604, Modules/Settings/LockScreenTab.qml:584, Modules/Settings/ClipboardTab.qml:442", + "reference": "Modules/Settings/DockTab.qml:156, Modules/Settings/GreeterTab.qml:636, Modules/Settings/LockScreenTab.qml:584, Modules/Settings/ClipboardTab.qml:442", "comment": "", "tags": [ "settings" @@ -3353,7 +3299,7 @@ { "term": "Blend between Surface High and the selected custom color", "context": "Blend between Surface High and the selected custom color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1645", + "reference": "Modules/Settings/ThemeColorsTab.qml:1647", "comment": "", "tags": [ "settings" @@ -3371,7 +3317,7 @@ { "term": "Block Out From", "context": "Block Out From", - "reference": "Modals/WindowRuleModal.qml:1156", + "reference": "Modals/WindowRuleModal.qml:1172", "comment": "", "tags": [ "shell" @@ -3389,7 +3335,7 @@ { "term": "Blocked", "context": "Blocked", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:568", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:563", "comment": "", "tags": [ "shell" @@ -3417,7 +3363,7 @@ { "term": "Bluetooth Settings", "context": "Bluetooth Settings", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:131", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:123", "comment": "", "tags": [ "shell" @@ -3435,7 +3381,7 @@ { "term": "Blur", "context": "Blur", - "reference": "Modals/WindowRuleModal.qml:1263, Modules/Settings/WindowRulesTab.qml:132", + "reference": "Modals/WindowRuleModal.qml:1279, Modules/Settings/WindowRulesTab.qml:132", "comment": "", "tags": [ "settings", @@ -3463,7 +3409,7 @@ { "term": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.", "context": "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.", - "reference": "Modules/Settings/ThemeColorsTab.qml:1879", + "reference": "Modules/Settings/ThemeColorsTab.qml:1881", "comment": "", "tags": [ "settings" @@ -3589,7 +3535,7 @@ { "term": "Border color around popouts, modals, and other shell surfaces", "context": "Border color around popouts, modals, and other shell surfaces", - "reference": "Modules/Settings/ThemeColorsTab.qml:1790", + "reference": "Modules/Settings/ThemeColorsTab.qml:1792", "comment": "", "tags": [ "settings" @@ -3607,7 +3553,7 @@ { "term": "Border with Background", "context": "Border with Background", - "reference": "Modals/WindowRuleModal.qml:1142", + "reference": "Modals/WindowRuleModal.qml:1158", "comment": "", "tags": [ "shell" @@ -3616,7 +3562,7 @@ { "term": "Bottom", "context": "Bottom", - "reference": "Modules/Settings/ThemeColorsTab.qml:2017, Modules/Settings/ThemeColorsTab.qml:2027, Modules/Settings/ThemeColorsTab.qml:2040, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:344, Modules/Settings/DankBarTab.qml:493, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1724, Modules/Settings/DankBarTab.qml:1738, Modules/Settings/FrameTab.qml:343", + "reference": "Modules/Settings/ThemeColorsTab.qml:2019, Modules/Settings/ThemeColorsTab.qml:2029, Modules/Settings/ThemeColorsTab.qml:2042, Modules/Settings/DockTab.qml:116, Modules/Settings/DankBarTab.qml:344, Modules/Settings/DankBarTab.qml:493, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1724, Modules/Settings/DankBarTab.qml:1738, Modules/Settings/FrameTab.qml:343", "comment": "screen edge position | shadow direction option", "tags": [ "settings" @@ -3652,7 +3598,7 @@ { "term": "Bottom Section", "context": "Bottom Section", - "reference": "Modules/Settings/WidgetsTab.qml:1496", + "reference": "Modules/Settings/WidgetsTab.qml:1503", "comment": "", "tags": [ "settings" @@ -3706,7 +3652,7 @@ { "term": "Browse", "context": "Browse", - "reference": "Modals/DankLauncherV2/SpotlightResultRow.qml:61, Modals/DankLauncherV2/Controller.qml:220, Modals/DankLauncherV2/Controller.qml:1423, Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/AutoStartTab.qml:487, Modules/Settings/PluginsTab.qml:237, Modules/Settings/LockScreenTab.qml:702, Modules/Settings/Widgets/SettingsWallpaperPicker.qml:57", + "reference": "Modals/DankLauncherV2/SpotlightResultRow.qml:61, Modals/DankLauncherV2/Controller.qml:220, Modals/DankLauncherV2/Controller.qml:1428, Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/AutoStartTab.qml:487, Modules/Settings/PluginsTab.qml:237, Modules/Settings/LockScreenTab.qml:702, Modules/Settings/Widgets/SettingsWallpaperPicker.qml:57", "comment": "theme category option", "tags": [ "settings", @@ -3734,7 +3680,7 @@ { "term": "Browse Themes", "context": "Browse Themes", - "reference": "Modules/Settings/ThemeColorsTab.qml:897, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244", + "reference": "Modules/Settings/ThemeColorsTab.qml:899, Modules/Settings/ThemeBrowser.qml:147, Modules/Settings/ThemeBrowser.qml:244", "comment": "browse themes button | theme browser header | theme browser window title", "tags": [ "settings" @@ -3761,7 +3707,7 @@ { "term": "Button Color", "context": "Button Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1703", + "reference": "Modules/Settings/ThemeColorsTab.qml:1705", "comment": "", "tags": [ "settings" @@ -3886,6 +3832,15 @@ "settings" ] }, + { + "term": "Calls / Headset", + "context": "Calls / Headset", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:282", + "comment": "", + "tags": [ + "shell" + ] + }, { "term": "Camera", "context": "Camera", @@ -3898,8 +3853,8 @@ { "term": "Cancel", "context": "Cancel", - "reference": "DMSShell.qml:329, Modals/WindowRuleModal.qml:1920, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:163, Modals/BluetoothPairingModal.qml:267, Modals/WifiPasswordModal.qml:677, Widgets/KeybindItem.qml:1863, Modals/DankLauncherV2/AppEditView.qml:283, Modals/Common/ConfirmModal.qml:15, Modals/Common/ConfirmModal.qml:26, Modals/Common/ConfirmModal.qml:39, Modals/FileBrowser/FileBrowserOverwriteDialog.qml:83, Modals/Clipboard/ClipboardEditor.qml:322, Modules/Settings/PluginBrowser.qml:572, Modules/Settings/PluginBrowser.qml:1944, Modules/Settings/GreeterTab.qml:148, Modules/Settings/PluginUpdatesDialog.qml:282, Modules/Settings/ThemeBrowser.qml:122, Modules/Settings/DisplayConfigTab.qml:287, Modules/Settings/DisplayConfigTab.qml:332, Modules/Settings/DisplayConfigTab.qml:416, Modules/Settings/AudioTab.qml:727, Modules/DankDash/Overview/CalendarEventEditor.qml:342, Modules/DankBar/Popouts/SystemUpdatePopout.qml:253", - "comment": "", + "reference": "DMSShell.qml:337, Modals/WindowRuleModal.qml:1936, Modals/PolkitAuthContent.qml:326, Modals/WorkspaceRenameModal.qml:163, Modals/BluetoothPairingModal.qml:267, Modals/WifiPasswordModal.qml:677, Widgets/KeybindItem.qml:1863, Modals/DankLauncherV2/AppEditView.qml:283, Modals/Common/ConfirmModal.qml:15, Modals/Common/ConfirmModal.qml:26, Modals/Common/ConfirmModal.qml:39, Modals/Clipboard/ClipboardEditor.qml:322, Modules/Settings/PluginBrowser.qml:572, Modules/Settings/PluginBrowser.qml:1944, Modules/Settings/GreeterTab.qml:167, Modules/Settings/PluginUpdatesDialog.qml:282, Modules/Settings/ThemeBrowser.qml:122, Modules/Settings/DisplayConfigTab.qml:287, Modules/Settings/DisplayConfigTab.qml:332, Modules/Settings/DisplayConfigTab.qml:416, Modules/Settings/AudioTab.qml:727, Modules/Settings/NetworkWifiTab.qml:1569, Modules/DankDash/Overview/CalendarEventEditor.qml:342, Modules/DankBar/Popouts/SystemUpdatePopout.qml:253", + "comment": "cancel hotspot editing action", "tags": [ "settings", "shell" @@ -3926,7 +3881,7 @@ { "term": "Cannot delete the only administrator", "context": "Cannot delete the only administrator", - "reference": "Services/UsersService.qml:159, Modules/Settings/UsersTab.qml:314", + "reference": "Services/UsersService.qml:162, Modules/Settings/UsersTab.qml:314", "comment": "", "tags": [ "settings", @@ -3963,7 +3918,7 @@ { "term": "Cannot pair", "context": "Cannot pair", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:593", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:588", "comment": "", "tags": [ "shell" @@ -3972,7 +3927,7 @@ { "term": "Cannot remove the only administrator", "context": "Cannot remove the only administrator", - "reference": "Services/UsersService.qml:173, Modules/Settings/UsersTab.qml:286", + "reference": "Services/UsersService.qml:176, Modules/Settings/UsersTab.qml:286", "comment": "", "tags": [ "settings", @@ -3982,7 +3937,7 @@ { "term": "Capabilities", "context": "Capabilities", - "reference": "Modules/Settings/AboutTab.qml:732, Modules/Settings/PluginBrowser.qml:1682", + "reference": "Modules/Settings/AboutTab.qml:728, Modules/Settings/PluginBrowser.qml:1682", "comment": "plugin detail section", "tags": [ "settings" @@ -4018,7 +3973,7 @@ { "term": "Caps Lock is on", "context": "Caps Lock is on", - "reference": "Modules/Lock/LockScreenContent.qml:1367", + "reference": "Modules/Lock/LockScreenContent.qml:1368", "comment": "", "tags": [ "shell" @@ -4027,7 +3982,7 @@ { "term": "Cast Target", "context": "Cast Target", - "reference": "Modals/WindowRuleModal.qml:907, Modules/Settings/WindowRulesTab.qml:51", + "reference": "Modals/WindowRuleModal.qml:911, Modules/Settings/WindowRulesTab.qml:51", "comment": "", "tags": [ "settings", @@ -4046,7 +4001,7 @@ { "term": "Center Section", "context": "Center Section", - "reference": "Modules/Settings/WidgetSelectionPopup.qml:30, Modules/Settings/WidgetsTab.qml:1409", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:30, Modules/Settings/WidgetsTab.qml:1416", "comment": "", "tags": [ "settings" @@ -4208,7 +4163,7 @@ { "term": "Checking whether sudo authentication is needed...", "context": "Checking whether sudo authentication is needed...", - "reference": "Modules/Settings/GreeterTab.qml:161", + "reference": "Modules/Settings/GreeterTab.qml:180", "comment": "", "tags": [ "settings" @@ -4217,7 +4172,7 @@ { "term": "Checking...", "context": "Checking...", - "reference": "Modules/Settings/GreeterTab.qml:426, Modules/DankBar/Popouts/SystemUpdatePopout.qml:164", + "reference": "Modules/Settings/GreeterTab.qml:449, Modules/DankBar/Popouts/SystemUpdatePopout.qml:164", "comment": "greeter status loading", "tags": [ "settings", @@ -4318,7 +4273,7 @@ { "term": "Choose how to be notified about critical battery alerts.", "context": "Choose how to be notified about critical battery alerts.", - "reference": "Modules/Settings/BatteryTab.qml:306", + "reference": "Modules/Settings/BatteryTab.qml:308", "comment": "", "tags": [ "settings" @@ -4327,7 +4282,7 @@ { "term": "Choose how to be notified about low battery alerts.", "context": "Choose how to be notified about low battery alerts.", - "reference": "Modules/Settings/BatteryTab.qml:261", + "reference": "Modules/Settings/BatteryTab.qml:263", "comment": "", "tags": [ "settings" @@ -4336,21 +4291,12 @@ { "term": "Choose how to be notified when charge limit is reached.", "context": "Choose how to be notified when charge limit is reached.", - "reference": "Modules/Settings/BatteryTab.qml:219", + "reference": "Modules/Settings/BatteryTab.qml:221", "comment": "", "tags": [ "settings" ] }, - { - "term": "Choose icon", - "context": "Choose icon", - "reference": "Widgets/DankIconPicker.qml:100", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Choose monochrome or a theme color tint for system tray icons", "context": "Choose monochrome or a theme color tint for system tray icons", @@ -4363,7 +4309,7 @@ { "term": "Choose neutral or accent-colored widget text", "context": "Choose neutral or accent-colored widget text", - "reference": "Modules/Settings/ThemeColorsTab.qml:1614", + "reference": "Modules/Settings/ThemeColorsTab.qml:1616", "comment": "", "tags": [ "settings" @@ -4472,7 +4418,7 @@ { "term": "Class regex", "context": "Class regex", - "reference": "Modals/WindowRuleModal.qml:793", + "reference": "Modals/WindowRuleModal.qml:797", "comment": "", "tags": [ "shell" @@ -4481,7 +4427,7 @@ { "term": "Class regex (e.g. ^firefox$)", "context": "Class regex (e.g. ^firefox$)", - "reference": "Modals/WindowRuleModal.qml:726", + "reference": "Modals/WindowRuleModal.qml:730", "comment": "", "tags": [ "shell" @@ -4555,7 +4501,7 @@ { "term": "Click 'Setup' to create %1 and add include to your compositor config.", "context": "Click 'Setup' to create %1 and add include to your compositor config.", - "reference": "Modules/Settings/ThemeColorsTab.qml:2209, Modules/Settings/WindowRulesTab.qml:512, Modules/Settings/KeybindsTab.qml:402, Modules/Settings/CompositorLayoutTab.qml:213, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:65", + "reference": "Modules/Settings/ThemeColorsTab.qml:2211, Modules/Settings/WindowRulesTab.qml:512, Modules/Settings/KeybindsTab.qml:402, Modules/Settings/CompositorLayoutTab.qml:213, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:65", "comment": "", "tags": [ "settings" @@ -4574,7 +4520,7 @@ { "term": "Click Refresh to check status.", "context": "Click Refresh to check status.", - "reference": "Modules/Settings/GreeterTab.qml:426", + "reference": "Modules/Settings/GreeterTab.qml:452", "comment": "greeter status placeholder", "tags": [ "settings" @@ -4628,7 +4574,7 @@ { "term": "Click to select a custom theme JSON file", "context": "Click to select a custom theme JSON file", - "reference": "Modules/Settings/ThemeColorsTab.qml:690", + "reference": "Modules/Settings/ThemeColorsTab.qml:692", "comment": "custom theme file hint", "tags": [ "settings" @@ -4646,7 +4592,7 @@ { "term": "Clip to Geometry", "context": "Clip to Geometry", - "reference": "Modals/WindowRuleModal.qml:1134", + "reference": "Modals/WindowRuleModal.qml:1150", "comment": "", "tags": [ "shell" @@ -4655,7 +4601,7 @@ { "term": "Clipboard", "context": "Clipboard", - "reference": "Services/AppSearchService.qml:223, Modals/DankLauncherV2/ResultItem.qml:228, Modals/DankLauncherV2/SpotlightResultRow.qml:67, Modals/DankLauncherV2/Controller.qml:213, Modals/DankLauncherV2/Controller.qml:1271, Modals/Settings/SettingsSidebar.qml:330", + "reference": "Services/AppSearchService.qml:223, Modals/DankLauncherV2/ResultItem.qml:228, Modals/DankLauncherV2/SpotlightResultRow.qml:67, Modals/DankLauncherV2/Controller.qml:213, Modals/DankLauncherV2/Controller.qml:1276, Modals/Settings/SettingsSidebar.qml:330", "comment": "", "tags": [ "settings", @@ -4772,9 +4718,27 @@ ] }, { - "term": "Codec switching is unavailable because pactl was not found", - "context": "Codec switching is unavailable because pactl was not found", - "reference": "Services/BluetoothService.qml:408, Modules/ControlCenter/Details/BluetoothCodecSelector.qml:68", + "term": "Codec switched successfully", + "context": "Codec switched successfully", + "reference": "Services/BluetoothService.qml:827", + "comment": "", + "tags": [ + "shell" + ] + }, + { + "term": "Codec switching is unavailable because WirePlumber was not found", + "context": "Codec switching is unavailable because WirePlumber was not found", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:70", + "comment": "", + "tags": [ + "shell" + ] + }, + { + "term": "Codec switching is unavailable. WirePlumber wpexec was not found.", + "context": "Codec switching is unavailable. WirePlumber wpexec was not found.", + "reference": "Services/BluetoothService.qml:695", "comment": "", "tags": [ "shell" @@ -4819,7 +4783,7 @@ { "term": "Color Mode", "context": "Color Mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:1584", + "reference": "Modules/Settings/ThemeColorsTab.qml:1586", "comment": "", "tags": [ "settings" @@ -4865,7 +4829,7 @@ { "term": "Color for primary action buttons", "context": "Color for primary action buttons", - "reference": "Modules/Settings/ThemeColorsTab.qml:1704", + "reference": "Modules/Settings/ThemeColorsTab.qml:1706", "comment": "", "tags": [ "settings" @@ -4910,7 +4874,7 @@ { "term": "Color theme from DMS registry", "context": "Color theme from DMS registry", - "reference": "Modules/Settings/ThemeColorsTab.qml:363", + "reference": "Modules/Settings/ThemeColorsTab.qml:365", "comment": "registry theme description", "tags": [ "settings" @@ -4919,7 +4883,7 @@ { "term": "Colorful", "context": "Colorful", - "reference": "Modules/Settings/ThemeColorsTab.qml:1615", + "reference": "Modules/Settings/ThemeColorsTab.qml:1617", "comment": "widget style option", "tags": [ "settings" @@ -4928,7 +4892,7 @@ { "term": "Colorful mix of bright contrasting accents.", "context": "Colorful mix of bright contrasting accents.", - "reference": "Common/Theme.qml:506", + "reference": "Common/Theme.qml:499", "comment": "", "tags": [ "shell" @@ -4964,7 +4928,7 @@ { "term": "Column Display", "context": "Column Display", - "reference": "Modals/WindowRuleModal.qml:1178", + "reference": "Modals/WindowRuleModal.qml:1194", "comment": "", "tags": [ "shell" @@ -4973,7 +4937,7 @@ { "term": "Column Width", "context": "Column Width", - "reference": "Modals/WindowRuleModal.qml:1045", + "reference": "Modals/WindowRuleModal.qml:1061", "comment": "", "tags": [ "shell" @@ -5016,15 +4980,6 @@ "shell" ] }, - { - "term": "Communication", - "context": "Communication", - "reference": "Widgets/DankIconPicker.qml:35", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Community themes", "context": "Community themes", @@ -5119,7 +5074,7 @@ { "term": "Configuration activated", "context": "Configuration activated", - "reference": "Services/DMSNetworkService.qml:461", + "reference": "Services/DMSNetworkService.qml:521", "comment": "", "tags": [ "shell" @@ -5182,7 +5137,7 @@ { "term": "Configure match criteria and actions", "context": "Configure match criteria and actions", - "reference": "Modals/WindowRuleModal.qml:666", + "reference": "Modals/WindowRuleModal.qml:670", "comment": "", "tags": [ "shell" @@ -5272,7 +5227,7 @@ { "term": "Connect", "context": "Connect", - "reference": "Modals/WifiPasswordModal.qml:719, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:654, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:156", + "reference": "Modals/WifiPasswordModal.qml:719, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:649, Modules/ControlCenter/Details/NetworkDetail.qml:1000, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:156", "comment": "Tailscale connect button", "tags": [ "settings", @@ -5309,7 +5264,7 @@ { "term": "Connected", "context": "Connected", - "reference": "Modules/Settings/AboutTab.qml:716, Modules/Settings/NetworkVpnTab.qml:101, Modules/Settings/NetworkEthernetTab.qml:163, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:59, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/BluetoothDetail.qml:336, Modules/ControlCenter/Details/BluetoothDetail.qml:337, Modules/ControlCenter/Details/NetworkDetail.qml:627, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:26, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:113, Modules/ControlCenter/Components/DragDropGrid.qml:531, Modules/ControlCenter/Components/DragDropGrid.qml:534, Modules/ControlCenter/Components/DragDropGrid.qml:536, Modules/ControlCenter/Components/DragDropGrid.qml:539", + "reference": "Modules/Settings/AboutTab.qml:712, Modules/Settings/NetworkVpnTab.qml:101, Modules/Settings/NetworkEthernetTab.qml:163, Modules/Settings/DisplayConfigTab.qml:393, Modules/Settings/FrameTab.qml:59, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/BluetoothDetail.qml:331, Modules/ControlCenter/Details/BluetoothDetail.qml:332, Modules/ControlCenter/Details/NetworkDetail.qml:824, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:26, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:113, Modules/ControlCenter/Components/DragDropGrid.qml:531, Modules/ControlCenter/Components/DragDropGrid.qml:534, Modules/ControlCenter/Components/DragDropGrid.qml:536, Modules/ControlCenter/Components/DragDropGrid.qml:539", "comment": "Tailscale connection status: connected | network status", "tags": [ "settings", @@ -5355,7 +5310,7 @@ { "term": "Connected to %1", "context": "Connected to %1", - "reference": "Services/LegacyNetworkService.qml:334, Services/DMSNetworkService.qml:408", + "reference": "Services/DMSNetworkService.qml:468", "comment": "", "tags": [ "shell" @@ -5382,7 +5337,7 @@ { "term": "Connecting...", "context": "Connecting...", - "reference": "Widgets/VpnProfileDelegate.qml:145, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:968, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:332, Modules/ControlCenter/Details/NetworkDetail.qml:627, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:485, Modules/ControlCenter/Components/DragDropGrid.qml:527, Modules/ControlCenter/Components/DragDropGrid.qml:551", + "reference": "Widgets/VpnProfileDelegate.qml:145, Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:968, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:327, Modules/ControlCenter/Details/NetworkDetail.qml:824, Modules/ControlCenter/Details/NetworkDetail.qml:1000, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:21, Modules/ControlCenter/Components/DragDropGrid.qml:485, Modules/ControlCenter/Components/DragDropGrid.qml:527, Modules/ControlCenter/Components/DragDropGrid.qml:551", "comment": "bluetooth status | network status", "tags": [ "settings", @@ -5410,7 +5365,7 @@ { "term": "Content", "context": "Content", - "reference": "Common/Theme.qml:493", + "reference": "Common/Theme.qml:486", "comment": "matugen color scheme option", "tags": [ "shell" @@ -5457,7 +5412,7 @@ { "term": "Control Center Tile Color", "context": "Control Center Tile Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1665", + "reference": "Modules/Settings/ThemeColorsTab.qml:1667", "comment": "", "tags": [ "settings" @@ -5529,7 +5484,7 @@ { "term": "Controls opacity of shell surfaces, popouts, and modals", "context": "Controls opacity of shell surfaces, popouts, and modals", - "reference": "Modules/Settings/ThemeColorsTab.qml:1741", + "reference": "Modules/Settings/ThemeColorsTab.qml:1743", "comment": "", "tags": [ "settings" @@ -5538,7 +5493,7 @@ { "term": "Controls outlines around foreground cards, pills, and notification cards", "context": "Controls outlines around foreground cards, pills, and notification cards", - "reference": "Modules/Settings/ThemeColorsTab.qml:1766", + "reference": "Modules/Settings/ThemeColorsTab.qml:1768", "comment": "", "tags": [ "settings" @@ -5547,7 +5502,7 @@ { "term": "Controls shadow cast direction for elevation layers", "context": "Controls shadow cast direction for elevation layers", - "reference": "Modules/Settings/ThemeColorsTab.qml:2016", + "reference": "Modules/Settings/ThemeColorsTab.qml:2018", "comment": "", "tags": [ "settings" @@ -5556,7 +5511,7 @@ { "term": "Controls the base blur radius and offset of shadows", "context": "Controls the base blur radius and offset of shadows", - "reference": "Modules/Settings/ThemeColorsTab.qml:1942", + "reference": "Modules/Settings/ThemeColorsTab.qml:1944", "comment": "", "tags": [ "settings" @@ -5565,7 +5520,7 @@ { "term": "Controls the outline of popouts, modals, and other shell surfaces", "context": "Controls the outline of popouts, modals, and other shell surfaces", - "reference": "Modules/Settings/ThemeColorsTab.qml:1835", + "reference": "Modules/Settings/ThemeColorsTab.qml:1837", "comment": "", "tags": [ "settings" @@ -5574,7 +5529,7 @@ { "term": "Convenience options for the login screen", "context": "Convenience options for the login screen", - "reference": "Modules/Settings/GreeterTab.qml:608", + "reference": "Modules/Settings/GreeterTab.qml:640", "comment": "", "tags": [ "settings" @@ -5653,7 +5608,7 @@ { "term": "Copy", "context": "Copy", - "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1267, Modals/Clipboard/ClipboardContextMenu.qml:40, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:403", + "reference": "dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:170, Modals/DankLauncherV2/Controller.qml:1272, Modals/Clipboard/ClipboardContextMenu.qml:40, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:403", "comment": "Copy to clipboard", "tags": [ "plugin-danklauncherkeys", @@ -5719,7 +5674,7 @@ { "term": "Copy path", "context": "Copy path", - "reference": "Modals/DankLauncherV2/Controller.qml:1263, Modals/FileBrowser/FileBrowserItemContextMenu.qml:28", + "reference": "Modals/DankLauncherV2/Controller.qml:1268", "comment": "", "tags": [ "shell" @@ -5728,7 +5683,7 @@ { "term": "Corner Radius", "context": "Corner Radius", - "reference": "Modals/WindowRuleModal.qml:1226, Modules/Settings/ThemeColorsTab.qml:1849", + "reference": "Modals/WindowRuleModal.qml:1242, Modules/Settings/ThemeColorsTab.qml:1851", "comment": "", "tags": [ "settings", @@ -5753,6 +5708,15 @@ "settings" ] }, + { + "term": "Couldn't load hotspot password", + "context": "Couldn't load hotspot password", + "reference": "Modules/Settings/NetworkWifiTab.qml:1343, Modules/Settings/NetworkWifiTab.qml:1347", + "comment": "hotspot password error title", + "tags": [ + "settings" + ] + }, { "term": "Count Only", "context": "Count Only", @@ -5774,7 +5738,7 @@ { "term": "Create", "context": "Create", - "reference": "Modals/WindowRuleModal.qml:1944, Modules/Settings/DisplayConfigTab.qml:277", + "reference": "Modals/WindowRuleModal.qml:1960, Modules/Settings/DisplayConfigTab.qml:277", "comment": "", "tags": [ "settings", @@ -5883,7 +5847,7 @@ { "term": "Critical Battery Alert", "context": "Critical Battery Alert", - "reference": "Modules/Settings/BatteryTab.qml:275", + "reference": "Modules/Settings/BatteryTab.qml:277", "comment": "", "tags": [ "settings" @@ -5892,7 +5856,7 @@ { "term": "Critical Battery Notifications", "context": "Critical Battery Notifications", - "reference": "Modules/Settings/BatteryTab.qml:297", + "reference": "Modules/Settings/BatteryTab.qml:299", "comment": "", "tags": [ "settings" @@ -5911,7 +5875,7 @@ { "term": "Critical Threshold", "context": "Critical Threshold", - "reference": "Modules/Settings/BatteryTab.qml:286", + "reference": "Modules/Settings/BatteryTab.qml:288", "comment": "", "tags": [ "settings" @@ -6028,7 +5992,7 @@ { "term": "Current Theme: %1", "context": "Current Theme: %1", - "reference": "Modules/Settings/ThemeColorsTab.qml:347, Modules/Settings/ThemeColorsTab.qml:349, Modules/Settings/ThemeColorsTab.qml:350", + "reference": "Modules/Settings/ThemeColorsTab.qml:349, Modules/Settings/ThemeColorsTab.qml:351, Modules/Settings/ThemeColorsTab.qml:352", "comment": "current theme label", "tags": [ "settings" @@ -6073,7 +6037,7 @@ { "term": "Current: %1", "context": "Current: %1", - "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:243", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:247", "comment": "", "tags": [ "shell" @@ -6082,7 +6046,7 @@ { "term": "Cursor Size", "context": "Cursor Size", - "reference": "Modules/Settings/ThemeColorsTab.qml:2253", + "reference": "Modules/Settings/ThemeColorsTab.qml:2255", "comment": "", "tags": [ "settings" @@ -6091,7 +6055,7 @@ { "term": "Cursor Theme", "context": "Cursor Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2148, Modules/Settings/ThemeColorsTab.qml:2237", + "reference": "Modules/Settings/ThemeColorsTab.qml:2150, Modules/Settings/ThemeColorsTab.qml:2239", "comment": "", "tags": [ "settings" @@ -6118,7 +6082,7 @@ { "term": "Custom", "context": "Custom", - "reference": "Widgets/KeybindItem.qml:1441, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:62, Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/ThemeColorsTab.qml:1798, Modules/Settings/ThemeColorsTab.qml:1809, Modules/Settings/ThemeColorsTab.qml:1821, Modules/Settings/ThemeColorsTab.qml:1972, Modules/Settings/ThemeColorsTab.qml:1978, Modules/Settings/ThemeColorsTab.qml:1989, Modules/Settings/ThemeColorsTab.qml:2000, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:675, Modules/Settings/DockTab.qml:295, Modules/Settings/DockTab.qml:402, Modules/Settings/GreeterTab.qml:561, Modules/Settings/WallpaperTab.qml:356, Modules/Settings/LauncherTab.qml:318, Modules/Settings/LauncherTab.qml:427, Modules/Settings/TimeWeatherTab.qml:219, Modules/Settings/TimeWeatherTab.qml:306, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:52, Modules/Settings/WorkspaceAppearanceCard.qml:90, Modules/Settings/WorkspaceAppearanceCard.qml:122, Modules/Settings/WorkspaceAppearanceCard.qml:157, Modules/Settings/WorkspaceAppearanceCard.qml:183, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:389, Modules/Settings/CompositorLayoutTab.qml:283, Modules/Settings/CompositorLayoutTab.qml:412, Modules/Settings/CompositorLayoutTab.qml:563, Modules/Settings/SystemUpdaterTab.qml:33, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92", + "reference": "Widgets/KeybindItem.qml:1441, dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:47, Modules/Settings/ThemeColorsTab.qml:64, Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1800, Modules/Settings/ThemeColorsTab.qml:1811, Modules/Settings/ThemeColorsTab.qml:1823, Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1980, Modules/Settings/ThemeColorsTab.qml:1991, Modules/Settings/ThemeColorsTab.qml:2002, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:675, Modules/Settings/DockTab.qml:295, Modules/Settings/DockTab.qml:402, Modules/Settings/GreeterTab.qml:592, Modules/Settings/WallpaperTab.qml:356, Modules/Settings/LauncherTab.qml:318, Modules/Settings/LauncherTab.qml:427, Modules/Settings/TimeWeatherTab.qml:219, Modules/Settings/TimeWeatherTab.qml:306, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:52, Modules/Settings/WorkspaceAppearanceCard.qml:90, Modules/Settings/WorkspaceAppearanceCard.qml:122, Modules/Settings/WorkspaceAppearanceCard.qml:157, Modules/Settings/WorkspaceAppearanceCard.qml:183, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:389, Modules/Settings/CompositorLayoutTab.qml:283, Modules/Settings/CompositorLayoutTab.qml:412, Modules/Settings/CompositorLayoutTab.qml:563, Modules/Settings/SystemUpdaterTab.qml:33, Modules/Settings/Widgets/SettingsColorPicker.qml:52, Modules/Settings/Widgets/DeviceAliasRow.qml:92", "comment": "shadow color option | surface border color | theme category option | widget background color option | workspace color option", "tags": [ "plugin-dankdesktopweather", @@ -6129,7 +6093,7 @@ { "term": "Custom Blend", "context": "Custom Blend", - "reference": "Modules/Settings/ThemeColorsTab.qml:1644", + "reference": "Modules/Settings/ThemeColorsTab.qml:1646", "comment": "", "tags": [ "settings" @@ -6229,7 +6193,7 @@ { "term": "Custom Shadow Color", "context": "Custom Shadow Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:2060", + "reference": "Modules/Settings/ThemeColorsTab.qml:2062", "comment": "", "tags": [ "settings" @@ -6283,7 +6247,7 @@ { "term": "Custom power profile", "context": "Custom power profile", - "reference": "Common/Theme.qml:1663", + "reference": "Common/Theme.qml:1635", "comment": "power profile description", "tags": [ "shell" @@ -6292,7 +6256,7 @@ { "term": "Custom theme loaded from JSON file", "context": "Custom theme loaded from JSON file", - "reference": "Modules/Settings/ThemeColorsTab.qml:365", + "reference": "Modules/Settings/ThemeColorsTab.qml:367", "comment": "custom theme description", "tags": [ "settings" @@ -6355,7 +6319,7 @@ { "term": "DEMO MODE - Click anywhere to exit", "context": "DEMO MODE - Click anywhere to exit", - "reference": "Modules/Lock/LockScreenContent.qml:1385", + "reference": "Modules/Lock/LockScreenContent.qml:1386", "comment": "", "tags": [ "shell" @@ -6418,7 +6382,7 @@ { "term": "DMS removes its managed block from /etc/pam.d/greetd and stops write services", "context": "DMS removes its managed block from /etc/pam.d/greetd and stops write services", - "reference": "Modules/Settings/GreeterTab.qml:489", + "reference": "Modules/Settings/GreeterTab.qml:517", "comment": "greeter system PAM toggle description", "tags": [ "settings" @@ -6463,7 +6427,7 @@ { "term": "Daily", "context": "Daily", - "reference": "Modules/DankDash/WeatherTab.qml:848", + "reference": "Modules/DankDash/WeatherTab.qml:815", "comment": "", "tags": [ "shell" @@ -6562,7 +6526,7 @@ { "term": "DankShell & System Icons (requires restart)", "context": "DankShell & System Icons (requires restart)", - "reference": "Modules/Settings/ThemeColorsTab.qml:2382, Modules/Settings/ThemeColorsTab.qml:2400, Modules/Settings/ThemeColorsTab.qml:2418", + "reference": "Modules/Settings/ThemeColorsTab.qml:2384, Modules/Settings/ThemeColorsTab.qml:2402, Modules/Settings/ThemeColorsTab.qml:2420", "comment": "", "tags": [ "settings" @@ -6571,7 +6535,7 @@ { "term": "Dark Mode", "context": "Dark Mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:1522, Modules/Settings/WallpaperTab.qml:580, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:751", + "reference": "Modules/Settings/ThemeColorsTab.qml:1524, Modules/Settings/WallpaperTab.qml:580, Modules/ControlCenter/Models/WidgetModel.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:751", "comment": "", "tags": [ "settings", @@ -6581,7 +6545,7 @@ { "term": "Dark Mode Icon Theme", "context": "Dark Mode Icon Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2399", + "reference": "Modules/Settings/ThemeColorsTab.qml:2401", "comment": "", "tags": [ "settings" @@ -6590,7 +6554,7 @@ { "term": "Dark mode base", "context": "Dark mode base", - "reference": "Modules/Settings/ThemeColorsTab.qml:2660", + "reference": "Modules/Settings/ThemeColorsTab.qml:2662", "comment": "", "tags": [ "settings" @@ -6599,7 +6563,7 @@ { "term": "Dark mode harmony", "context": "Dark mode harmony", - "reference": "Modules/Settings/ThemeColorsTab.qml:2694", + "reference": "Modules/Settings/ThemeColorsTab.qml:2696", "comment": "", "tags": [ "settings" @@ -6617,7 +6581,7 @@ { "term": "Date Format", "context": "Date Format", - "reference": "Modules/Settings/GreeterTab.qml:555, Modules/Settings/TimeWeatherTab.qml:106", + "reference": "Modules/Settings/GreeterTab.qml:583, Modules/Settings/TimeWeatherTab.qml:106", "comment": "", "tags": [ "settings" @@ -6626,7 +6590,7 @@ { "term": "Date format on greeter", "context": "Date format on greeter", - "reference": "Modules/Settings/GreeterTab.qml:543", + "reference": "Modules/Settings/GreeterTab.qml:571", "comment": "", "tags": [ "settings" @@ -6662,7 +6626,7 @@ { "term": "Day Date", "context": "Day Date", - "reference": "Modules/Settings/GreeterTab.qml:351, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:187, Modules/Settings/TimeWeatherTab.qml:224, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:274, Modules/Settings/TimeWeatherTab.qml:311", + "reference": "Modules/Settings/GreeterTab.qml:372, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:187, Modules/Settings/TimeWeatherTab.qml:224, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:274, Modules/Settings/TimeWeatherTab.qml:311", "comment": "date format option", "tags": [ "settings" @@ -6671,7 +6635,7 @@ { "term": "Day Month Date", "context": "Day Month Date", - "reference": "Modules/Settings/GreeterTab.qml:355, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:191, Modules/Settings/TimeWeatherTab.qml:225, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:278, Modules/Settings/TimeWeatherTab.qml:312", + "reference": "Modules/Settings/GreeterTab.qml:376, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:191, Modules/Settings/TimeWeatherTab.qml:225, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:278, Modules/Settings/TimeWeatherTab.qml:312", "comment": "date format option", "tags": [ "settings" @@ -6707,7 +6671,7 @@ { "term": "Default", "context": "Default", - "reference": "Modals/WindowRuleModal.qml:574, Modules/Settings/ThemeColorsTab.qml:1615, Modules/Settings/TypographyMotionTab.qml:458, Modules/Settings/DockTab.qml:402, Modules/Settings/WallpaperTab.qml:845, Modules/Settings/WallpaperTab.qml:860, Modules/Settings/WallpaperTab.qml:867, Modules/Settings/LauncherTab.qml:427, Modules/Settings/WorkspaceAppearanceCard.qml:95, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142", + "reference": "Modals/WindowRuleModal.qml:578, Modules/Settings/ThemeColorsTab.qml:1617, Modules/Settings/TypographyMotionTab.qml:458, Modules/Settings/DockTab.qml:402, Modules/Settings/WallpaperTab.qml:845, Modules/Settings/WallpaperTab.qml:860, Modules/Settings/WallpaperTab.qml:867, Modules/Settings/LauncherTab.qml:427, Modules/Settings/WorkspaceAppearanceCard.qml:95, Modules/Settings/FrameTab.qml:231, Modules/Settings/NotificationsTab.qml:119, Modules/Settings/NotificationsTab.qml:142", "comment": "notification rule action option | notification rule urgency option | widget style option | workspace color option", "tags": [ "settings", @@ -6717,7 +6681,7 @@ { "term": "Default (Black)", "context": "Default (Black)", - "reference": "Modules/Settings/ThemeColorsTab.qml:1972, Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1991, Modules/Settings/DankBarTab.qml:1774", + "reference": "Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1976, Modules/Settings/ThemeColorsTab.qml:1993, Modules/Settings/DankBarTab.qml:1774", "comment": "shadow color option", "tags": [ "settings" @@ -6954,7 +6918,7 @@ { "term": "Dependencies & documentation", "context": "Dependencies & documentation", - "reference": "Modules/Settings/GreeterTab.qml:648", + "reference": "Modules/Settings/GreeterTab.qml:680", "comment": "", "tags": [ "settings" @@ -6981,7 +6945,7 @@ { "term": "Derives colors that closely match the underlying image.", "context": "Derives colors that closely match the underlying image.", - "reference": "Common/Theme.qml:494", + "reference": "Common/Theme.qml:487", "comment": "", "tags": [ "shell" @@ -6997,15 +6961,6 @@ "shell" ] }, - { - "term": "Desktop", - "context": "Desktop", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:293", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Desktop Application", "context": "Desktop Application", @@ -7090,7 +7045,7 @@ { "term": "Development", "context": "Development", - "reference": "Services/AppSearchService.qml:669, Services/AppSearchService.qml:670, Services/AppSearchService.qml:671, Widgets/DankIconPicker.qml:31", + "reference": "Services/AppSearchService.qml:669, Services/AppSearchService.qml:670, Services/AppSearchService.qml:671", "comment": "", "tags": [ "shell" @@ -7099,8 +7054,8 @@ { "term": "Device", "context": "Device", - "reference": "Widgets/KeybindItem.qml:1064, Modules/Settings/PrinterTab.qml:433", - "comment": "", + "reference": "Widgets/KeybindItem.qml:1064, Modules/Settings/PrinterTab.qml:433, Modules/Settings/NetworkWifiTab.qml:1536", + "comment": "hotspot WiFi device field label", "tags": [ "settings", "shell" @@ -7127,7 +7082,7 @@ { "term": "Device names updated", "context": "Device names updated", - "reference": "Services/AudioService.qml:368", + "reference": "Services/AudioService.qml:368, Services/AudioService.qml:378", "comment": "", "tags": [ "shell" @@ -7200,7 +7155,7 @@ { "term": "Disable Autoconnect", "context": "Disable Autoconnect", - "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:852", + "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:1049", "comment": "", "tags": [ "settings", @@ -7237,7 +7192,7 @@ { "term": "Disabled", "context": "Disabled", - "reference": "Modules/Settings/ThemeColorsTab.qml:1496, Modules/Settings/AutoStartTab.qml:721, Modules/Settings/LockScreenTab.qml:334, Modules/Settings/DankBarTab.qml:413, Modules/Settings/NotificationsTab.qml:781, Modules/Settings/NetworkWifiTab.qml:179, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2109, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2115, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2129, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2143, Modules/ControlCenter/Components/DragDropGrid.qml:509", + "reference": "Modules/Settings/ThemeColorsTab.qml:1498, Modules/Settings/AutoStartTab.qml:721, Modules/Settings/LockScreenTab.qml:334, Modules/Settings/DankBarTab.qml:413, Modules/Settings/NotificationsTab.qml:781, Modules/Settings/NetworkWifiTab.qml:179, Modules/Settings/DisplayConfig/OutputCard.qml:128, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2109, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2115, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2129, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2143, Modules/ControlCenter/Components/DragDropGrid.qml:509", "comment": "bluetooth status | lock screen notification mode option", "tags": [ "settings", @@ -7256,7 +7211,7 @@ { "term": "Disabling WiFi...", "context": "Disabling WiFi...", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:194, Modules/ControlCenter/Components/DragDropGrid.qml:483", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:391, Modules/ControlCenter/Components/DragDropGrid.qml:483", "comment": "network status", "tags": [ "shell" @@ -7301,7 +7256,7 @@ { "term": "Disconnect", "context": "Disconnect", - "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkVpnTab.qml:172, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:654, Modules/ControlCenter/Details/NetworkDetail.qml:429, Modules/ControlCenter/Details/NetworkDetail.qml:803, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:156", + "reference": "Widgets/VpnDetailContent.qml:126, Modules/Settings/NetworkVpnTab.qml:172, Modules/Settings/NetworkWifiTab.qml:1191, Modules/ControlCenter/Details/BluetoothDetail.qml:649, Modules/ControlCenter/Details/NetworkDetail.qml:626, Modules/ControlCenter/Details/NetworkDetail.qml:1000, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:156", "comment": "Tailscale disconnect button", "tags": [ "settings", @@ -7321,7 +7276,7 @@ { "term": "Disconnected from WiFi", "context": "Disconnected from WiFi", - "reference": "Services/LegacyNetworkService.qml:390, Services/DMSNetworkService.qml:557", + "reference": "Services/DMSNetworkService.qml:617", "comment": "", "tags": [ "shell" @@ -7615,7 +7570,7 @@ { "term": "Diverse palette spanning the full spectrum.", "context": "Diverse palette spanning the full spectrum.", - "reference": "Common/Theme.qml:518", + "reference": "Common/Theme.qml:511", "comment": "", "tags": [ "shell" @@ -7644,7 +7599,7 @@ { "term": "Dock & Launcher", "context": "Dock & Launcher", - "reference": "Modals/Settings/SettingsSidebar.qml:192, Modals/Settings/SettingsSidebar.qml:670", + "reference": "Modals/Settings/SettingsSidebar.qml:192, Modals/Settings/SettingsSidebar.qml:674", "comment": "", "tags": [ "settings" @@ -7680,7 +7635,7 @@ { "term": "Docs", "context": "Docs", - "reference": "Modals/Greeter/GreeterCompletePage.qml:468, Modules/Settings/AboutTab.qml:274, Modules/Settings/AboutTab.qml:282", + "reference": "Modals/Greeter/GreeterCompletePage.qml:468, Modules/Settings/AboutTab.qml:270, Modules/Settings/AboutTab.qml:278", "comment": "greeter documentation link", "tags": [ "settings", @@ -7690,11 +7645,10 @@ { "term": "Documents", "context": "Documents", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:268, Modules/Settings/DefaultAppsTab.qml:319", + "reference": "Modules/Settings/DefaultAppsTab.qml:319", "comment": "Documents", "tags": [ - "settings", - "shell" + "settings" ] }, { @@ -7709,7 +7663,7 @@ { "term": "Don't Change", "context": "Don't Change", - "reference": "Modules/Settings/PowerSleepTab.qml:154, Modules/Settings/BatteryTab.qml:338, Modules/Settings/BatteryTab.qml:355", + "reference": "Modules/Settings/PowerSleepTab.qml:154, Modules/Settings/BatteryTab.qml:340, Modules/Settings/BatteryTab.qml:357", "comment": "", "tags": [ "settings" @@ -7733,15 +7687,6 @@ "shell" ] }, - { - "term": "Downloads", - "context": "Downloads", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:273", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Drag a widget by its handle here to reorder it or drop it into another group", "context": "Drag a widget by its handle here to reorder it or drop it into another group", @@ -7772,7 +7717,7 @@ { "term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", "context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", - "reference": "Modules/Settings/WidgetsTab.qml:1299", + "reference": "Modules/Settings/WidgetsTab.qml:1306", "comment": "", "tags": [ "settings" @@ -7889,7 +7834,7 @@ { "term": "Dynamic", "context": "Dynamic", - "reference": "Modules/Settings/ThemeColorsTab.qml:347, Modules/Settings/TypographyMotionTab.qml:76", + "reference": "Modules/Settings/ThemeColorsTab.qml:349, Modules/Settings/TypographyMotionTab.qml:76", "comment": "dynamic theme name", "tags": [ "settings" @@ -7898,7 +7843,7 @@ { "term": "Dynamic Properties", "context": "Dynamic Properties", - "reference": "Modals/WindowRuleModal.qml:1096", + "reference": "Modals/WindowRuleModal.qml:1112", "comment": "", "tags": [ "shell" @@ -7925,7 +7870,7 @@ { "term": "Dynamic colors from wallpaper", "context": "Dynamic colors from wallpaper", - "reference": "Modules/Settings/ThemeColorsTab.qml:594", + "reference": "Modules/Settings/ThemeColorsTab.qml:596", "comment": "dynamic colors description", "tags": [ "settings" @@ -7934,7 +7879,7 @@ { "term": "Dynamic colors parse error: %1", "context": "Dynamic colors parse error: %1", - "reference": "Common/Theme.qml:2244", + "reference": "Common/Theme.qml:2192", "comment": "", "tags": [ "shell" @@ -7997,8 +7942,8 @@ { "term": "Edit", "context": "Edit", - "reference": "Modals/Clipboard/ClipboardContextMenu.qml:55, Modules/Settings/ClipboardTab.qml:156, Modules/DankDash/Overview/CalendarEventDetail.qml:361", - "comment": "", + "reference": "Modals/Clipboard/ClipboardContextMenu.qml:55, Modules/Settings/ClipboardTab.qml:156, Modules/Settings/NetworkWifiTab.qml:1579, Modules/DankDash/Overview/CalendarEventDetail.qml:361", + "comment": "edit hotspot action", "tags": [ "settings", "shell" @@ -8034,7 +7979,7 @@ { "term": "Edit Window Rule", "context": "Edit Window Rule", - "reference": "Modals/WindowRuleModal.qml:29, Modals/WindowRuleModal.qml:657", + "reference": "Modals/WindowRuleModal.qml:29, Modals/WindowRuleModal.qml:661", "comment": "", "tags": [ "shell" @@ -8079,7 +8024,7 @@ { "term": "Empty", "context": "Empty", - "reference": "DMSShell.qml:328, Services/BatteryService.qml:326, Modules/Notepad/NotepadTextEditor.qml:1004", + "reference": "DMSShell.qml:336, Services/BatteryService.qml:326, Modules/Notepad/NotepadTextEditor.qml:1004", "comment": "battery status", "tags": [ "shell" @@ -8088,7 +8033,7 @@ { "term": "Empty Trash", "context": "Empty Trash", - "reference": "DMSShell.qml:326, Modules/Dock/DockTrashContextMenu.qml:32", + "reference": "DMSShell.qml:334, Modules/Dock/DockTrashContextMenu.qml:32", "comment": "", "tags": [ "shell" @@ -8115,7 +8060,7 @@ { "term": "Enable Autoconnect", "context": "Enable Autoconnect", - "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:852", + "reference": "Modules/Settings/NetworkWifiTab.qml:1218, Modules/ControlCenter/Details/NetworkDetail.qml:1049", "comment": "", "tags": [ "settings", @@ -8206,12 +8151,22 @@ { "term": "Enable WiFi", "context": "Enable WiFi", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:246", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:443", "comment": "", "tags": [ "shell" ] }, + { + "term": "Enable WiFi before starting the hotspot.", + "context": "Enable WiFi before starting the hotspot.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1372, Modules/ControlCenter/Details/NetworkDetail.qml:48", + "comment": "hotspot WiFi requirement message", + "tags": [ + "settings", + "shell" + ] + }, { "term": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", "context": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", @@ -8233,7 +8188,7 @@ { "term": "Enable fingerprint at login", "context": "Enable fingerprint at login", - "reference": "Modules/Settings/GreeterTab.qml:497", + "reference": "Modules/Settings/GreeterTab.qml:525", "comment": "", "tags": [ "settings" @@ -8251,7 +8206,7 @@ { "term": "Enable fingerprint or security key for DMS Greeter", "context": "Enable fingerprint or security key for DMS Greeter", - "reference": "Modules/Settings/GreeterTab.qml:477", + "reference": "Modules/Settings/GreeterTab.qml:505", "comment": "", "tags": [ "settings" @@ -8269,7 +8224,7 @@ { "term": "Enable security key at login", "context": "Enable security key at login", - "reference": "Modules/Settings/GreeterTab.qml:508", + "reference": "Modules/Settings/GreeterTab.qml:536", "comment": "", "tags": [ "settings" @@ -8287,7 +8242,7 @@ { "term": "Enabled", "context": "Enabled", - "reference": "Modules/Settings/ThemeColorsTab.qml:1496, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2109, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2143, Modules/ControlCenter/Components/DragDropGrid.qml:510", + "reference": "Modules/Settings/ThemeColorsTab.qml:1498, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2109, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2143, Modules/ControlCenter/Components/DragDropGrid.qml:510", "comment": "bluetooth status", "tags": [ "settings", @@ -8297,7 +8252,7 @@ { "term": "Enabling WiFi...", "context": "Enabling WiFi...", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:194, Modules/ControlCenter/Components/DragDropGrid.qml:483", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:391, Modules/ControlCenter/Components/DragDropGrid.qml:483", "comment": "network status", "tags": [ "shell" @@ -8306,7 +8261,7 @@ { "term": "End", "context": "End", - "reference": "Modules/Settings/ThemeColorsTab.qml:1311, Modules/Settings/GammaControlTab.qml:294, Modules/DankDash/Overview/CalendarEventEditor.qml:264", + "reference": "Modules/Settings/ThemeColorsTab.qml:1313, Modules/Settings/GammaControlTab.qml:294, Modules/DankDash/Overview/CalendarEventEditor.qml:264", "comment": "", "tags": [ "settings", @@ -8439,15 +8394,6 @@ "settings" ] }, - { - "term": "Enter filename...", - "context": "Enter filename...", - "reference": "Modals/FileBrowser/FileBrowserSaveRow.qml:25", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Enter launch prefix (e.g., 'uwsm-app')", "context": "Enter launch prefix (e.g., 'uwsm-app')", @@ -8578,7 +8524,7 @@ { "term": "Ethernet", "context": "Ethernet", - "reference": "Modals/Settings/SettingsSidebar.qml:257, Modules/Settings/NetworkStatusTab.qml:115, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkEthernetTab.qml:42, Modules/ControlCenter/Details/NetworkDetail.qml:137, Modules/ControlCenter/Components/DragDropGrid.qml:489, Modules/ControlCenter/Components/DragDropGrid.qml:492", + "reference": "Modals/Settings/SettingsSidebar.qml:257, Modules/Settings/NetworkStatusTab.qml:115, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkEthernetTab.qml:42, Modules/ControlCenter/Details/NetworkDetail.qml:163, Modules/ControlCenter/Components/DragDropGrid.qml:489, Modules/ControlCenter/Components/DragDropGrid.qml:492", "comment": "network status", "tags": [ "settings", @@ -8714,7 +8660,7 @@ { "term": "Expressive", "context": "Expressive", - "reference": "Common/Theme.qml:497", + "reference": "Common/Theme.qml:490", "comment": "matugen color scheme option", "tags": [ "shell" @@ -8723,7 +8669,7 @@ { "term": "Extend battery life", "context": "Extend battery life", - "reference": "Common/Theme.qml:1657", + "reference": "Common/Theme.qml:1629", "comment": "power profile description", "tags": [ "shell" @@ -8774,15 +8720,6 @@ "settings" ] }, - { - "term": "F1/I: Toggle • F10: Help", - "context": "F1/I: Toggle • F10: Help", - "reference": "Modals/FileBrowser/FileInfo.qml:199", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Fade", "context": "Fade", @@ -8822,7 +8759,7 @@ { "term": "Failed to activate configuration", "context": "Failed to activate configuration", - "reference": "Services/DMSNetworkService.qml:457", + "reference": "Services/DMSNetworkService.qml:517", "comment": "", "tags": [ "shell" @@ -8849,7 +8786,7 @@ { "term": "Failed to apply %1 colors", "context": "Failed to apply %1 colors", - "reference": "Common/Theme.qml:1976, Common/Theme.qml:1997", + "reference": "Common/Theme.qml:1945, Common/Theme.qml:1966", "comment": "", "tags": [ "shell" @@ -8909,10 +8846,19 @@ "shell" ] }, + { + "term": "Failed to configure hotspot", + "context": "Failed to configure hotspot", + "reference": "Services/DMSNetworkService.qml:1110", + "comment": "hotspot configuration error title", + "tags": [ + "shell" + ] + }, { "term": "Failed to connect VPN", "context": "Failed to connect VPN", - "reference": "Services/DMSNetworkService.qml:914", + "reference": "Services/DMSNetworkService.qml:974", "comment": "", "tags": [ "shell" @@ -8921,7 +8867,7 @@ { "term": "Failed to connect to %1", "context": "Failed to connect to %1", - "reference": "Services/LegacyNetworkService.qml:318, Services/DMSNetworkService.qml:428", + "reference": "Services/DMSNetworkService.qml:488", "comment": "", "tags": [ "shell" @@ -9002,7 +8948,7 @@ { "term": "Failed to disconnect VPN", "context": "Failed to disconnect VPN", - "reference": "Services/DMSNetworkService.qml:938", + "reference": "Services/DMSNetworkService.qml:998", "comment": "", "tags": [ "shell" @@ -9011,7 +8957,7 @@ { "term": "Failed to disconnect VPNs", "context": "Failed to disconnect VPNs", - "reference": "Services/DMSNetworkService.qml:956", + "reference": "Services/DMSNetworkService.qml:1016", "comment": "", "tags": [ "shell" @@ -9020,7 +8966,7 @@ { "term": "Failed to disconnect WiFi", "context": "Failed to disconnect WiFi", - "reference": "Services/DMSNetworkService.qml:555", + "reference": "Services/DMSNetworkService.qml:615", "comment": "", "tags": [ "shell" @@ -9047,7 +8993,7 @@ { "term": "Failed to enable WiFi", "context": "Failed to enable WiFi", - "reference": "Services/DMSNetworkService.qml:665", + "reference": "Services/DMSNetworkService.qml:725", "comment": "", "tags": [ "shell" @@ -9155,7 +9101,7 @@ { "term": "Failed to parse %1", "context": "Failed to parse %1", - "reference": "Common/SessionData.qml:294, Common/SessionData.qml:374, Common/SettingsData.qml:1802, Common/SettingsData.qml:1900, Common/SettingsData.qml:3683", + "reference": "Common/SessionData.qml:286, Common/SessionData.qml:366, Common/SettingsData.qml:1788, Common/SettingsData.qml:1886, Common/SettingsData.qml:3667", "comment": "", "tags": [ "shell" @@ -9191,7 +9137,7 @@ { "term": "Failed to read theme file: %1", "context": "Failed to read theme file: %1", - "reference": "Common/Theme.qml:2199", + "reference": "Common/Theme.qml:2168", "comment": "", "tags": [ "shell" @@ -9227,7 +9173,7 @@ { "term": "Failed to remove device", "context": "Failed to remove device", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:763", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:758", "comment": "", "tags": [ "shell" @@ -9254,7 +9200,7 @@ { "term": "Failed to restart audio system", "context": "Failed to restart audio system", - "reference": "Services/AudioService.qml:372", + "reference": "Services/AudioService.qml:382", "comment": "", "tags": [ "shell" @@ -9288,9 +9234,9 @@ ] }, { - "term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", - "context": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", - "reference": "Modules/Settings/GreeterTab.qml:224", + "term": "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.", + "context": "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.", + "reference": "Modules/Settings/GreeterTab.qml:243", "comment": "greeter status error", "tags": [ "settings" @@ -9425,7 +9371,7 @@ { "term": "Failed to set profile image", "context": "Failed to set profile image", - "reference": "Services/PortalService.qml:186", + "reference": "Services/PortalService.qml:182", "comment": "", "tags": [ "shell" @@ -9434,7 +9380,7 @@ { "term": "Failed to set profile image: %1", "context": "Failed to set profile image: %1", - "reference": "Services/PortalService.qml:195", + "reference": "Services/PortalService.qml:191", "comment": "", "tags": [ "shell" @@ -9452,7 +9398,34 @@ { "term": "Failed to start connection to %1", "context": "Failed to start connection to %1", - "reference": "Services/DMSNetworkService.qml:542", + "reference": "Services/DMSNetworkService.qml:602", + "comment": "", + "tags": [ + "shell" + ] + }, + { + "term": "Failed to start hotspot", + "context": "Failed to start hotspot", + "reference": "Services/DMSNetworkService.qml:366, Services/DMSNetworkService.qml:1132", + "comment": "hotspot start error title", + "tags": [ + "shell" + ] + }, + { + "term": "Failed to stop hotspot", + "context": "Failed to stop hotspot", + "reference": "Services/DMSNetworkService.qml:1154", + "comment": "hotspot stop error title", + "tags": [ + "shell" + ] + }, + { + "term": "Failed to switch codec", + "context": "Failed to switch codec", + "reference": "Services/BluetoothService.qml:827", "comment": "", "tags": [ "shell" @@ -9488,7 +9461,7 @@ { "term": "Failed to update autoconnect", "context": "Failed to update autoconnect", - "reference": "Services/DMSNetworkService.qml:1021", + "reference": "Services/DMSNetworkService.qml:1081", "comment": "", "tags": [ "shell" @@ -9596,7 +9569,7 @@ { "term": "Feels Like %1°", "context": "Feels Like %1°", - "reference": "Modules/DankDash/WeatherTab.qml:302, Modules/Settings/TimeWeatherTab.qml:828", + "reference": "Modules/DankDash/WeatherTab.qml:269, Modules/Settings/TimeWeatherTab.qml:828", "comment": "weather feels like temperature", "tags": [ "settings", @@ -9606,7 +9579,7 @@ { "term": "Fidelity", "context": "Fidelity", - "reference": "Common/Theme.qml:501", + "reference": "Common/Theme.qml:494", "comment": "matugen color scheme option", "tags": [ "shell" @@ -9631,24 +9604,6 @@ "shell" ] }, - { - "term": "File Already Exists", - "context": "File Already Exists", - "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:53", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "File Information", - "context": "File Information", - "reference": "Modals/FileBrowser/FileInfo.qml:136", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "File Manager", "context": "File Manager", @@ -9706,7 +9661,7 @@ { "term": "Files", "context": "Files", - "reference": "Modals/DankLauncherV2/Controller.qml:227, Modals/DankLauncherV2/Controller.qml:1167, Modals/DankLauncherV2/Controller.qml:1188, Modals/DankLauncherV2/SpotlightLauncherContent.qml:468, Modals/DankLauncherV2/LauncherContent.qml:344, Modals/DankLauncherV2/LauncherContent.qml:628, Modules/Settings/LauncherTab.qml:940", + "reference": "Modals/DankLauncherV2/Controller.qml:227, Modals/DankLauncherV2/Controller.qml:1172, Modals/DankLauncherV2/Controller.qml:1193, Modals/DankLauncherV2/SpotlightLauncherContent.qml:468, Modals/DankLauncherV2/LauncherContent.qml:344, Modals/DankLauncherV2/LauncherContent.qml:628, Modules/Settings/LauncherTab.qml:940", "comment": "", "tags": [ "settings", @@ -9797,7 +9752,7 @@ { "term": "Fingerprint error", "context": "Fingerprint error", - "reference": "Modules/Lock/LockScreenContent.qml:83", + "reference": "Modules/Lock/LockScreenContent.qml:84", "comment": "", "tags": [ "shell" @@ -9806,7 +9761,7 @@ { "term": "Fingerprint not recognized (%1/%2). Please try again or use password.", "context": "Fingerprint not recognized (%1/%2). Please try again or use password.", - "reference": "Modules/Lock/LockScreenContent.qml:87", + "reference": "Modules/Lock/LockScreenContent.qml:88", "comment": "", "tags": [ "shell" @@ -9851,7 +9806,7 @@ { "term": "First Time Setup", "context": "First Time Setup", - "reference": "Modules/Settings/ThemeColorsTab.qml:2194, Modules/Settings/WindowRulesTab.qml:503, Modules/Settings/KeybindsTab.qml:385, Modules/Settings/CompositorLayoutTab.qml:198, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:50", + "reference": "Modules/Settings/ThemeColorsTab.qml:2196, Modules/Settings/WindowRulesTab.qml:503, Modules/Settings/KeybindsTab.qml:385, Modules/Settings/CompositorLayoutTab.qml:198, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:50", "comment": "", "tags": [ "settings" @@ -9923,7 +9878,7 @@ { "term": "Float", "context": "Float", - "reference": "Modals/WindowRuleModal.qml:952, Modules/Settings/WindowRulesTab.qml:95", + "reference": "Modals/WindowRuleModal.qml:957, Modals/WindowRuleModal.qml:967, Modules/Settings/WindowRulesTab.qml:95", "comment": "", "tags": [ "settings", @@ -9960,7 +9915,7 @@ { "term": "Floating", "context": "Floating", - "reference": "Modals/WindowRuleModal.qml:888, Modules/Settings/WindowRulesTab.qml:47", + "reference": "Modals/WindowRuleModal.qml:892, Modules/Settings/WindowRulesTab.qml:47", "comment": "", "tags": [ "settings", @@ -9970,7 +9925,7 @@ { "term": "Floating Position", "context": "Floating Position", - "reference": "Modals/WindowRuleModal.qml:1325", + "reference": "Modals/WindowRuleModal.qml:1341", "comment": "", "tags": [ "shell" @@ -9997,7 +9952,7 @@ { "term": "Focus", "context": "Focus", - "reference": "Modals/WindowRuleModal.qml:970, Modules/Settings/WindowRulesTab.qml:99", + "reference": "Modals/WindowRuleModal.qml:986, Modules/Settings/WindowRulesTab.qml:99", "comment": "", "tags": [ "settings", @@ -10034,7 +9989,7 @@ { "term": "Focused", "context": "Focused", - "reference": "Modals/WindowRuleModal.qml:897, Modules/Settings/WindowRulesTab.qml:49", + "reference": "Modals/WindowRuleModal.qml:901, Modules/Settings/WindowRulesTab.qml:49", "comment": "", "tags": [ "settings", @@ -10107,7 +10062,7 @@ { "term": "Folders", "context": "Folders", - "reference": "Modals/DankLauncherV2/Controller.qml:1178, Modals/DankLauncherV2/Controller.qml:1188, Modals/DankLauncherV2/LauncherContent.qml:633, Modules/Settings/LauncherTab.qml:951", + "reference": "Modals/DankLauncherV2/Controller.qml:1183, Modals/DankLauncherV2/Controller.qml:1193, Modals/DankLauncherV2/LauncherContent.qml:633, Modules/Settings/LauncherTab.qml:951", "comment": "", "tags": [ "settings", @@ -10117,7 +10072,7 @@ { "term": "Follow DMS background color", "context": "Follow DMS background color", - "reference": "Modules/Settings/ThemeColorsTab.qml:2728", + "reference": "Modules/Settings/ThemeColorsTab.qml:2730", "comment": "", "tags": [ "settings" @@ -10153,7 +10108,7 @@ { "term": "Font", "context": "Font", - "reference": "Modules/Settings/GreeterTab.qml:524", + "reference": "Modules/Settings/GreeterTab.qml:552", "comment": "", "tags": [ "settings" @@ -10207,7 +10162,7 @@ { "term": "Font used on the login screen", "context": "Font used on the login screen", - "reference": "Modules/Settings/GreeterTab.qml:537", + "reference": "Modules/Settings/GreeterTab.qml:565", "comment": "", "tags": [ "settings" @@ -10315,7 +10270,7 @@ { "term": "Force terminal applications to always use dark color schemes", "context": "Force terminal applications to always use dark color schemes", - "reference": "Modules/Settings/ThemeColorsTab.qml:2139", + "reference": "Modules/Settings/ThemeColorsTab.qml:2141", "comment": "", "tags": [ "settings" @@ -10360,7 +10315,7 @@ { "term": "Foreground Layers", "context": "Foreground Layers", - "reference": "Modules/Settings/ThemeColorsTab.qml:1755, Modules/Settings/NotificationsTab.qml:305", + "reference": "Modules/Settings/ThemeColorsTab.qml:1757, Modules/Settings/NotificationsTab.qml:305", "comment": "", "tags": [ "settings" @@ -10396,7 +10351,7 @@ { "term": "Forget Device", "context": "Forget Device", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:735", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:730", "comment": "", "tags": [ "shell" @@ -10405,7 +10360,7 @@ { "term": "Forget Network", "context": "Forget Network", - "reference": "Modules/Settings/NetworkWifiTab.qml:156, Modules/Settings/NetworkWifiTab.qml:1241, Modules/ControlCenter/Details/NetworkDetail.qml:875", + "reference": "Modules/Settings/NetworkWifiTab.qml:156, Modules/Settings/NetworkWifiTab.qml:1241, Modules/ControlCenter/Details/NetworkDetail.qml:1072", "comment": "", "tags": [ "settings", @@ -10415,7 +10370,7 @@ { "term": "Forgot network %1", "context": "Forgot network %1", - "reference": "Services/LegacyNetworkService.qml:398, Services/DMSNetworkService.qml:621", + "reference": "Services/DMSNetworkService.qml:681", "comment": "", "tags": [ "shell" @@ -10433,7 +10388,7 @@ { "term": "Format the date on the login screen", "context": "Format the date on the login screen", - "reference": "Modules/Settings/GreeterTab.qml:556", + "reference": "Modules/Settings/GreeterTab.qml:584", "comment": "", "tags": [ "settings" @@ -10523,7 +10478,7 @@ { "term": "Fruit Salad", "context": "Fruit Salad", - "reference": "Common/Theme.qml:505", + "reference": "Common/Theme.qml:498", "comment": "matugen color scheme option", "tags": [ "shell" @@ -10559,7 +10514,7 @@ { "term": "Full Day & Month", "context": "Full Day & Month", - "reference": "Modules/Settings/GreeterTab.qml:379, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:215, Modules/Settings/TimeWeatherTab.qml:231, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:302, Modules/Settings/TimeWeatherTab.qml:318", + "reference": "Modules/Settings/GreeterTab.qml:400, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:215, Modules/Settings/TimeWeatherTab.qml:231, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:302, Modules/Settings/TimeWeatherTab.qml:318", "comment": "date format option", "tags": [ "settings" @@ -10586,7 +10541,7 @@ { "term": "Full with Year", "context": "Full with Year", - "reference": "Modules/Settings/GreeterTab.qml:371, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:207, Modules/Settings/TimeWeatherTab.qml:229, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:294, Modules/Settings/TimeWeatherTab.qml:316", + "reference": "Modules/Settings/GreeterTab.qml:392, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:207, Modules/Settings/TimeWeatherTab.qml:229, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:294, Modules/Settings/TimeWeatherTab.qml:316", "comment": "date format option", "tags": [ "settings" @@ -10595,7 +10550,7 @@ { "term": "Fullscreen", "context": "Fullscreen", - "reference": "Modals/WindowRuleModal.qml:927, Modals/WindowRuleModal.qml:961, Modules/Settings/WindowRulesTab.qml:55, Modules/Settings/WindowRulesTab.qml:98", + "reference": "Modals/WindowRuleModal.qml:931, Modals/WindowRuleModal.qml:977, Modules/Settings/WindowRulesTab.qml:55, Modules/Settings/WindowRulesTab.qml:98", "comment": "", "tags": [ "settings", @@ -10620,15 +10575,6 @@ "shell" ] }, - { - "term": "Fun", - "context": "Fun", - "reference": "Widgets/DankIconPicker.qml:59", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "G: grid • Z/X: size", "context": "G: grid • Z/X: size", @@ -10677,7 +10623,7 @@ { "term": "GTK colors applied successfully", "context": "GTK colors applied successfully", - "reference": "Common/Theme.qml:1972", + "reference": "Common/Theme.qml:1941", "comment": "", "tags": [ "shell" @@ -10758,7 +10704,7 @@ { "term": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.", "context": "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.", - "reference": "Modules/Settings/ThemeColorsTab.qml:2936", + "reference": "Modules/Settings/ThemeColorsTab.qml:2938", "comment": "", "tags": [ "settings" @@ -10767,7 +10713,7 @@ { "term": "Generic", "context": "Generic", - "reference": "Modules/Settings/ThemeColorsTab.qml:406, Modules/Settings/ThemeColorsTab.qml:406", + "reference": "Modules/Settings/ThemeColorsTab.qml:408, Modules/Settings/ThemeColorsTab.qml:408", "comment": "theme category option", "tags": [ "settings" @@ -10794,7 +10740,7 @@ { "term": "GitHub", "context": "GitHub", - "reference": "Modules/Settings/AboutTab.qml:306", + "reference": "Modules/Settings/AboutTab.qml:302", "comment": "", "tags": [ "settings" @@ -10893,7 +10839,7 @@ { "term": "Granted administrator privileges", "context": "Granted administrator privileges", - "reference": "Services/UsersService.qml:409", + "reference": "Services/UsersService.qml:415", "comment": "", "tags": [ "shell" @@ -10902,7 +10848,7 @@ { "term": "Granted greeter login access", "context": "Granted greeter login access", - "reference": "Services/UsersService.qml:379", + "reference": "Services/UsersService.qml:385", "comment": "", "tags": [ "shell" @@ -10938,7 +10884,7 @@ { "term": "Greeter activated. greetd is now enabled.", "context": "Greeter activated. greetd is now enabled.", - "reference": "Modules/Settings/GreeterTab.qml:334", + "reference": "Modules/Settings/GreeterTab.qml:359", "comment": "", "tags": [ "settings" @@ -10947,15 +10893,15 @@ { "term": "Greeter font", "context": "Greeter font", - "reference": "Modules/Settings/GreeterTab.qml:536", + "reference": "Modules/Settings/GreeterTab.qml:564", "comment": "", "tags": [ "settings" ] }, { - "term": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.", - "context": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.", + "term": "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.", + "context": "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.", "reference": "Modules/Settings/UsersTab.qml:151", "comment": "", "tags": [ @@ -10974,7 +10920,7 @@ { "term": "Greeter sync complete", "context": "Greeter sync complete", - "reference": "Modules/Settings/GreeterTab.qml:258", + "reference": "Modules/Settings/GreeterTab.qml:287", "comment": "", "tags": [ "settings" @@ -11092,7 +11038,7 @@ { "term": "H", "context": "H", - "reference": "Modals/WindowRuleModal.qml:1681, Modules/Settings/WindowRulesTab.qml:126", + "reference": "Modals/WindowRuleModal.qml:1697, Modules/Settings/WindowRulesTab.qml:126", "comment": "", "tags": [ "settings", @@ -11255,7 +11201,7 @@ { "term": "Hibernate", "context": "Hibernate", - "reference": "Modals/PowerMenuModal.qml:223, Modules/Lock/LockPowerMenu.qml:130, Modules/Settings/PowerSleepTab.qml:354, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:253, Modules/Settings/PowerSleepTab.qml:354, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", @@ -11265,7 +11211,7 @@ { "term": "Hibernate failed", "context": "Hibernate failed", - "reference": "Services/SessionService.qml:141", + "reference": "Services/SessionService.qml:143", "comment": "", "tags": [ "shell" @@ -11364,7 +11310,7 @@ { "term": "Hide When Typing", "context": "Hide When Typing", - "reference": "Modules/Settings/ThemeColorsTab.qml:2278", + "reference": "Modules/Settings/ThemeColorsTab.qml:2280", "comment": "", "tags": [ "settings" @@ -11382,7 +11328,7 @@ { "term": "Hide cursor after inactivity (0 = disabled)", "context": "Hide cursor after inactivity (0 = disabled)", - "reference": "Modules/Settings/ThemeColorsTab.qml:2325", + "reference": "Modules/Settings/ThemeColorsTab.qml:2327", "comment": "", "tags": [ "settings" @@ -11391,7 +11337,7 @@ { "term": "Hide cursor when pressing keyboard keys", "context": "Hide cursor when pressing keyboard keys", - "reference": "Modules/Settings/ThemeColorsTab.qml:2279", + "reference": "Modules/Settings/ThemeColorsTab.qml:2281", "comment": "", "tags": [ "settings" @@ -11400,7 +11346,7 @@ { "term": "Hide cursor when using touch input", "context": "Hide cursor when using touch input", - "reference": "Modules/Settings/ThemeColorsTab.qml:2308", + "reference": "Modules/Settings/ThemeColorsTab.qml:2310", "comment": "", "tags": [ "settings" @@ -11445,7 +11391,7 @@ { "term": "Hide on Touch", "context": "Hide on Touch", - "reference": "Modules/Settings/ThemeColorsTab.qml:2307", + "reference": "Modules/Settings/ThemeColorsTab.qml:2309", "comment": "", "tags": [ "settings" @@ -11490,7 +11436,7 @@ { "term": "High-fidelity palette that preserves source hues.", "context": "High-fidelity palette that preserves source hues.", - "reference": "Common/Theme.qml:502", + "reference": "Common/Theme.qml:495", "comment": "", "tags": [ "shell" @@ -11563,7 +11509,7 @@ { "term": "Hold longer to confirm", "context": "Hold longer to confirm", - "reference": "Modals/PowerMenuModal.qml:840, Modules/Lock/LockPowerMenu.qml:807", + "reference": "Modals/PowerMenuModal.qml:871", "comment": "", "tags": [ "shell" @@ -11581,7 +11527,7 @@ { "term": "Hold to confirm (%1 ms)", "context": "Hold to confirm (%1 ms)", - "reference": "Modals/PowerMenuModal.qml:843, Modals/PowerMenuModal.qml:847, Modules/Lock/LockPowerMenu.qml:810, Modules/Lock/LockPowerMenu.qml:814", + "reference": "Modals/PowerMenuModal.qml:876, Modals/PowerMenuModal.qml:880", "comment": "", "tags": [ "shell" @@ -11590,16 +11536,7 @@ { "term": "Hold to confirm (%1s)", "context": "Hold to confirm (%1s)", - "reference": "Modals/PowerMenuModal.qml:844, Modals/PowerMenuModal.qml:848, Modules/Lock/LockPowerMenu.qml:811, Modules/Lock/LockPowerMenu.qml:815", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Home", - "context": "Home", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:263", + "reference": "Modals/PowerMenuModal.qml:877, Modals/PowerMenuModal.qml:881", "comment": "", "tags": [ "shell" @@ -11650,10 +11587,65 @@ "shell" ] }, + { + "term": "Hotspot", + "context": "Hotspot", + "reference": "Modules/Settings/NetworkWifiTab.qml:1271, Modules/ControlCenter/Details/NetworkDetail.qml:229", + "comment": "hotspot control label | hotspot settings card title", + "tags": [ + "settings", + "shell" + ] + }, + { + "term": "Hotspot activation failed.", + "context": "Hotspot activation failed.", + "reference": "Services/DMSNetworkService.qml:1216", + "comment": "generic hotspot activation failure message", + "tags": [ + "shell" + ] + }, + { + "term": "Hotspot name", + "context": "Hotspot name", + "reference": "Modules/Settings/NetworkWifiTab.qml:1504", + "comment": "hotspot SSID field label", + "tags": [ + "settings" + ] + }, + { + "term": "Hotspot saved", + "context": "Hotspot saved", + "reference": "Modules/Settings/NetworkWifiTab.qml:1381", + "comment": "hotspot configuration success message", + "tags": [ + "settings" + ] + }, + { + "term": "Hotspot started", + "context": "Hotspot started", + "reference": "Services/DMSNetworkService.qml:363", + "comment": "hotspot start success message", + "tags": [ + "shell" + ] + }, + { + "term": "Hotspot stopped", + "context": "Hotspot stopped", + "reference": "Modules/Settings/NetworkWifiTab.qml:1390", + "comment": "hotspot stop success message", + "tags": [ + "settings" + ] + }, { "term": "Hour", "context": "Hour", - "reference": "Modules/Settings/ThemeColorsTab.qml:1249, Modules/Settings/GammaControlTab.qml:231", + "reference": "Modules/Settings/ThemeColorsTab.qml:1251, Modules/Settings/GammaControlTab.qml:231", "comment": "", "tags": [ "settings" @@ -11662,7 +11654,7 @@ { "term": "Hourly", "context": "Hourly", - "reference": "Modules/DankDash/WeatherTab.qml:848", + "reference": "Modules/DankDash/WeatherTab.qml:815", "comment": "", "tags": [ "shell" @@ -11736,7 +11728,7 @@ { "term": "Hyprland Discord Server", "context": "Hyprland Discord Server", - "reference": "Modules/Settings/AboutTab.qml:98", + "reference": "Modules/Settings/AboutTab.qml:99", "comment": "", "tags": [ "settings" @@ -11745,7 +11737,7 @@ { "term": "Hyprland Options", "context": "Hyprland Options", - "reference": "Modals/WindowRuleModal.qml:1539", + "reference": "Modals/WindowRuleModal.qml:1555", "comment": "", "tags": [ "shell" @@ -11754,7 +11746,7 @@ { "term": "Hyprland Website", "context": "Hyprland Website", - "reference": "Modules/Settings/AboutTab.qml:71", + "reference": "Modules/Settings/AboutTab.qml:72", "comment": "", "tags": [ "settings" @@ -11763,7 +11755,7 @@ { "term": "Hyprland conf mode", "context": "Hyprland conf mode", - "reference": "Services/KeybindsService.qml:550, Modules/Settings/ThemeColorsTab.qml:146, Modules/Settings/ThemeColorsTab.qml:2192, Modules/Settings/WindowRulesTab.qml:346, Modules/Settings/WindowRulesTab.qml:503, Modules/Settings/KeybindsTab.qml:383, Modules/Settings/CompositorLayoutTab.qml:97, Modules/Settings/CompositorLayoutTab.qml:196, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:48, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1552", + "reference": "Services/KeybindsService.qml:550, Modules/Settings/ThemeColorsTab.qml:148, Modules/Settings/ThemeColorsTab.qml:2194, Modules/Settings/WindowRulesTab.qml:346, Modules/Settings/WindowRulesTab.qml:503, Modules/Settings/KeybindsTab.qml:383, Modules/Settings/CompositorLayoutTab.qml:97, Modules/Settings/CompositorLayoutTab.qml:196, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:48, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1552", "comment": "", "tags": [ "settings", @@ -11824,10 +11816,19 @@ "settings" ] }, + { + "term": "IP sharing setup failed. Check that dnsmasq is installed.", + "context": "IP sharing setup failed. Check that dnsmasq is installed.", + "reference": "Services/DMSNetworkService.qml:1212", + "comment": "hotspot IP configuration failure message", + "tags": [ + "shell" + ] + }, { "term": "ISO Date", "context": "ISO Date", - "reference": "Modules/Settings/GreeterTab.qml:375, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:211, Modules/Settings/TimeWeatherTab.qml:230, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:298, Modules/Settings/TimeWeatherTab.qml:317", + "reference": "Modules/Settings/GreeterTab.qml:396, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:211, Modules/Settings/TimeWeatherTab.qml:230, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:298, Modules/Settings/TimeWeatherTab.qml:317", "comment": "date format option", "tags": [ "settings" @@ -11873,7 +11874,7 @@ { "term": "Icon Theme", "context": "Icon Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2363, Modules/Settings/ThemeColorsTab.qml:2381", + "reference": "Modules/Settings/ThemeColorsTab.qml:2365, Modules/Settings/ThemeColorsTab.qml:2383", "comment": "", "tags": [ "settings" @@ -11882,7 +11883,7 @@ { "term": "Icon theme changed outside DMS; switched to System Default", "context": "Icon theme changed outside DMS; switched to System Default", - "reference": "Common/SettingsData.qml:1539", + "reference": "Common/SettingsData.qml:1531", "comment": "shown when an external tool overrides the icon theme DMS applied", "tags": [ "shell" @@ -12036,7 +12037,7 @@ { "term": "Image", "context": "Image", - "reference": "Modals/DankLauncherV2/Controller.qml:1271, Modals/Clipboard/ClipboardEntry.qml:195, Modals/Clipboard/ClipboardContent.qml:16", + "reference": "Modals/DankLauncherV2/Controller.qml:1276, Modals/Clipboard/ClipboardEntry.qml:195, Modals/Clipboard/ClipboardContent.qml:16", "comment": "", "tags": [ "shell" @@ -12164,7 +12165,7 @@ { "term": "Incorrect password - try again", "context": "Incorrect password - try again", - "reference": "Modules/Lock/LockScreenContent.qml:81", + "reference": "Modules/Lock/LockScreenContent.qml:82", "comment": "", "tags": [ "shell" @@ -12218,7 +12219,7 @@ { "term": "Inherit", "context": "Inherit", - "reference": "Modals/WindowRuleModal.qml:1264, Modals/WindowRuleModal.qml:1273, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:96, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:101, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:110, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:235, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:273, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:324", + "reference": "Modals/WindowRuleModal.qml:1280, Modals/WindowRuleModal.qml:1289, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:96, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:101, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:106, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:110, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:235, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:273, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:324", "comment": "inherit from global setting", "tags": [ "settings", @@ -12246,7 +12247,7 @@ { "term": "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.", "context": "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.", - "reference": "Modals/WindowRuleModal.qml:1332", + "reference": "Modals/WindowRuleModal.qml:1348", "comment": "", "tags": [ "shell" @@ -12255,7 +12256,7 @@ { "term": "Initialised", "context": "Initialised", - "reference": "Modals/WindowRuleModal.qml:937, Modules/Settings/WindowRulesTab.qml:57", + "reference": "Modals/WindowRuleModal.qml:941, Modules/Settings/WindowRulesTab.qml:57", "comment": "", "tags": [ "settings", @@ -12302,7 +12303,7 @@ { "term": "Insert your security key...", "context": "Insert your security key...", - "reference": "Modules/Lock/LockScreenContent.qml:71", + "reference": "Modules/Lock/LockScreenContent.qml:72", "comment": "", "tags": [ "shell" @@ -12320,7 +12321,7 @@ { "term": "Install", "context": "Install", - "reference": "Modules/Settings/PluginBrowser.qml:571, Modules/Settings/PluginBrowser.qml:1506, Modules/Settings/GreeterTab.qml:88, Modules/Settings/GreeterTab.qml:134, Modules/Settings/ThemeBrowser.qml:121, Modules/Settings/ThemeBrowser.qml:627", + "reference": "Modules/Settings/PluginBrowser.qml:571, Modules/Settings/PluginBrowser.qml:1506, Modules/Settings/GreeterTab.qml:97, Modules/Settings/GreeterTab.qml:155, Modules/Settings/ThemeBrowser.qml:121, Modules/Settings/ThemeBrowser.qml:657", "comment": "install action button", "tags": [ "settings" @@ -12329,7 +12330,7 @@ { "term": "Install Greeter", "context": "Install Greeter", - "reference": "Modules/Settings/GreeterTab.qml:132", + "reference": "Modules/Settings/GreeterTab.qml:153", "comment": "greeter action confirmation", "tags": [ "settings" @@ -12365,7 +12366,7 @@ { "term": "Install complete. Greeter has been installed.", "context": "Install complete. Greeter has been installed.", - "reference": "Modules/Settings/GreeterTab.qml:332", + "reference": "Modules/Settings/GreeterTab.qml:356", "comment": "", "tags": [ "settings" @@ -12392,7 +12393,7 @@ { "term": "Install matugen package for dynamic theming", "context": "Install matugen package for dynamic theming", - "reference": "Modules/Settings/ThemeColorsTab.qml:591", + "reference": "Modules/Settings/ThemeColorsTab.qml:593", "comment": "matugen installation hint", "tags": [ "settings" @@ -12419,7 +12420,7 @@ { "term": "Install the DMS greeter? A terminal will open for sudo authentication.", "context": "Install the DMS greeter? A terminal will open for sudo authentication.", - "reference": "Modules/Settings/GreeterTab.qml:133", + "reference": "Modules/Settings/GreeterTab.qml:154", "comment": "", "tags": [ "settings" @@ -12437,7 +12438,7 @@ { "term": "Installation and PAM setup are documented in the ", "context": "Installation and PAM setup are documented in the ", - "reference": "Modules/Settings/GreeterTab.qml:661", + "reference": "Modules/Settings/GreeterTab.qml:693", "comment": "", "tags": [ "settings" @@ -12446,7 +12447,7 @@ { "term": "Installed", "context": "Installed", - "reference": "Modules/Settings/PluginBrowser.qml:1502, Modules/Settings/ThemeBrowser.qml:630", + "reference": "Modules/Settings/PluginBrowser.qml:1502, Modules/Settings/ThemeBrowser.qml:660", "comment": "installed status", "tags": [ "settings" @@ -12546,7 +12547,7 @@ { "term": "Invalid JSON format: %1", "context": "Invalid JSON format: %1", - "reference": "Common/Theme.qml:2185", + "reference": "Common/Theme.qml:2154", "comment": "", "tags": [ "shell" @@ -12570,19 +12571,10 @@ "settings" ] }, - { - "term": "Invalid password for %1", - "context": "Invalid password for %1", - "reference": "Services/LegacyNetworkService.qml:316", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Invalid username", "context": "Invalid username", - "reference": "Services/UsersService.qml:127", + "reference": "Services/UsersService.qml:130", "comment": "", "tags": [ "shell" @@ -12600,7 +12592,7 @@ { "term": "Invert touchpad scroll direction", "context": "Invert touchpad scroll direction", - "reference": "Modules/Settings/ThemeColorsTab.qml:2268", + "reference": "Modules/Settings/ThemeColorsTab.qml:2270", "comment": "", "tags": [ "settings" @@ -12691,7 +12683,7 @@ { "term": "Keep in Bar", "context": "Keep in Bar", - "reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:1888", + "reference": "Modules/DankBar/Widgets/SystemTrayBar.qml:1868", "comment": "", "tags": [ "shell" @@ -12790,7 +12782,7 @@ { "term": "Keyboard Shortcuts", "context": "Keyboard Shortcuts", - "reference": "Modals/Settings/SettingsSidebar.qml:212, Modals/Settings/SettingsSidebar.qml:658, Modals/Clipboard/ClipboardHeader.qml:62, Modules/Notepad/NotepadSettings.qml:526, Modules/Settings/KeybindsTab.qml:289", + "reference": "Modals/Settings/SettingsSidebar.qml:212, Modals/Settings/SettingsSidebar.qml:662, Modals/Clipboard/ClipboardHeader.qml:62, Modules/Notepad/NotepadSettings.qml:526, Modules/Settings/KeybindsTab.qml:289", "comment": "", "tags": [ "settings", @@ -12836,7 +12828,7 @@ { "term": "Ko-fi", "context": "Ko-fi", - "reference": "Modules/Settings/AboutTab.qml:322, Modules/Settings/AboutTab.qml:330", + "reference": "Modules/Settings/AboutTab.qml:318, Modules/Settings/AboutTab.qml:326", "comment": "", "tags": [ "settings" @@ -12854,7 +12846,7 @@ { "term": "LabWC IRC Channel", "context": "LabWC IRC Channel", - "reference": "Modules/Settings/AboutTab.qml:108", + "reference": "Modules/Settings/AboutTab.qml:109", "comment": "", "tags": [ "settings" @@ -12863,7 +12855,7 @@ { "term": "LabWC Website", "context": "LabWC Website", - "reference": "Modules/Settings/AboutTab.qml:81", + "reference": "Modules/Settings/AboutTab.qml:82", "comment": "", "tags": [ "settings" @@ -12971,7 +12963,7 @@ { "term": "Latitude", "context": "Latitude", - "reference": "Modules/Settings/ThemeColorsTab.qml:1394, Modules/Settings/GammaControlTab.qml:378, Modules/Settings/TimeWeatherTab.qml:551", + "reference": "Modules/Settings/ThemeColorsTab.qml:1396, Modules/Settings/GammaControlTab.qml:378, Modules/Settings/TimeWeatherTab.qml:551", "comment": "", "tags": [ "settings" @@ -12980,7 +12972,7 @@ { "term": "Launch", "context": "Launch", - "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:230, Modals/DankLauncherV2/Controller.qml:1241, Modals/DankLauncherV2/Controller.qml:1703, Modules/DankDash/Overview/CalendarOverviewCard.qml:264", + "reference": "Modals/DankLauncherV2/LauncherContextMenu.qml:230, Modals/DankLauncherV2/Controller.qml:1246, Modals/DankLauncherV2/Controller.qml:1708, Modules/DankDash/Overview/CalendarOverviewCard.qml:264", "comment": "", "tags": [ "shell" @@ -13043,7 +13035,7 @@ { "term": "Layer Outline Opacity", "context": "Layer Outline Opacity", - "reference": "Modules/Settings/ThemeColorsTab.qml:1765", + "reference": "Modules/Settings/ThemeColorsTab.qml:1767", "comment": "", "tags": [ "settings" @@ -13090,7 +13082,7 @@ { "term": "Left Section", "context": "Left Section", - "reference": "Modules/Settings/WidgetSelectionPopup.qml:28, Modules/Settings/WidgetsTab.qml:1322", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:28, Modules/Settings/WidgetsTab.qml:1329", "comment": "", "tags": [ "settings" @@ -13108,7 +13100,7 @@ { "term": "Light Direction", "context": "Light Direction", - "reference": "Modules/Settings/ThemeColorsTab.qml:2015", + "reference": "Modules/Settings/ThemeColorsTab.qml:2017", "comment": "", "tags": [ "settings" @@ -13117,7 +13109,7 @@ { "term": "Light Mode", "context": "Light Mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:1522, Modules/Settings/ThemeColorsTab.qml:1592, Modules/Settings/WallpaperTab.qml:401", + "reference": "Modules/Settings/ThemeColorsTab.qml:1524, Modules/Settings/ThemeColorsTab.qml:1594, Modules/Settings/WallpaperTab.qml:401", "comment": "", "tags": [ "settings" @@ -13126,7 +13118,7 @@ { "term": "Light Mode Icon Theme", "context": "Light Mode Icon Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2417", + "reference": "Modules/Settings/ThemeColorsTab.qml:2419", "comment": "", "tags": [ "settings" @@ -13162,7 +13154,7 @@ { "term": "Light mode base", "context": "Light mode base", - "reference": "Modules/Settings/ThemeColorsTab.qml:2677", + "reference": "Modules/Settings/ThemeColorsTab.qml:2679", "comment": "", "tags": [ "settings" @@ -13171,7 +13163,7 @@ { "term": "Light mode harmony", "context": "Light mode harmony", - "reference": "Modules/Settings/ThemeColorsTab.qml:2711", + "reference": "Modules/Settings/ThemeColorsTab.qml:2713", "comment": "", "tags": [ "settings" @@ -13243,7 +13235,7 @@ { "term": "Lively palette with saturated accents.", "context": "Lively palette with saturated accents.", - "reference": "Common/Theme.qml:490", + "reference": "Common/Theme.qml:483", "comment": "", "tags": [ "shell" @@ -13261,7 +13253,7 @@ { "term": "Loading codecs...", "context": "Loading codecs...", - "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:240", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:244", "comment": "", "tags": [ "shell" @@ -13289,8 +13281,8 @@ { "term": "Loading...", "context": "Loading...", - "reference": "Modules/Settings/PrinterTab.qml:720", - "comment": "", + "reference": "Modules/Settings/PrinterTab.qml:720, Modules/Settings/NetworkWifiTab.qml:1591", + "comment": "hotspot password loading status", "tags": [ "settings" ] @@ -13325,7 +13317,7 @@ { "term": "Location", "context": "Location", - "reference": "Modules/Settings/ThemeColorsTab.qml:1205, Modules/Settings/GammaControlTab.qml:187, Modules/Settings/PrinterTab.qml:788, Modules/Settings/PrinterTab.qml:1177, Modules/DankDash/Overview/CalendarEventEditor.qml:300", + "reference": "Modules/Settings/ThemeColorsTab.qml:1207, Modules/Settings/GammaControlTab.qml:187, Modules/Settings/PrinterTab.qml:788, Modules/Settings/PrinterTab.qml:1177, Modules/DankDash/Overview/CalendarEventEditor.qml:300", "comment": "theme auto mode tab", "tags": [ "settings", @@ -13344,7 +13336,7 @@ { "term": "Lock", "context": "Lock", - "reference": "Modals/PowerMenuModal.qml:211, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:241, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", @@ -13418,22 +13410,13 @@ { "term": "Log Out", "context": "Log Out", - "reference": "Modals/PowerMenuModal.qml:199, Modals/SwitchUserModal.qml:253, Modules/Lock/LockPowerMenu.qml:112, Modules/Settings/PowerSleepTab.qml:413, Modules/Settings/PowerSleepTab.qml:419", + "reference": "Modals/PowerMenuModal.qml:229, Modals/SwitchUserModal.qml:253, Modules/Settings/PowerSleepTab.qml:413, Modules/Settings/PowerSleepTab.qml:419", "comment": "", "tags": [ "settings", "shell" ] }, - { - "term": "Logging in...", - "context": "Logging in...", - "reference": "Modules/Greetd/GreeterContent.qml:1246", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Login", "context": "Login", @@ -13473,7 +13456,7 @@ { "term": "Longitude", "context": "Longitude", - "reference": "Modules/Settings/ThemeColorsTab.qml:1417, Modules/Settings/GammaControlTab.qml:401, Modules/Settings/TimeWeatherTab.qml:601", + "reference": "Modules/Settings/ThemeColorsTab.qml:1419, Modules/Settings/GammaControlTab.qml:401, Modules/Settings/TimeWeatherTab.qml:601", "comment": "", "tags": [ "settings" @@ -13500,7 +13483,7 @@ { "term": "Low Battery Notifications", "context": "Low Battery Notifications", - "reference": "Modules/Settings/BatteryTab.qml:252", + "reference": "Modules/Settings/BatteryTab.qml:254", "comment": "", "tags": [ "settings" @@ -13509,7 +13492,7 @@ { "term": "Low Battery Threshold", "context": "Low Battery Threshold", - "reference": "Modules/Settings/BatteryTab.qml:241", + "reference": "Modules/Settings/BatteryTab.qml:243", "comment": "", "tags": [ "settings" @@ -13619,7 +13602,7 @@ { "term": "Managed by Frame in Connected Mode", "context": "Managed by Frame in Connected Mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:1863, Modules/Settings/DockTab.qml:646, Modules/Settings/DankBarTab.qml:1605", + "reference": "Modules/Settings/ThemeColorsTab.qml:1865, Modules/Settings/DockTab.qml:646, Modules/Settings/DankBarTab.qml:1605", "comment": "", "tags": [ "settings" @@ -13655,7 +13638,7 @@ { "term": "Mango Options", "context": "Mango Options", - "reference": "Modals/WindowRuleModal.qml:1765", + "reference": "Modals/WindowRuleModal.qml:1781", "comment": "", "tags": [ "shell" @@ -13682,7 +13665,7 @@ { "term": "Manual Coordinates", "context": "Manual Coordinates", - "reference": "Modules/Settings/ThemeColorsTab.qml:1379, Modules/Settings/GammaControlTab.qml:366", + "reference": "Modules/Settings/ThemeColorsTab.qml:1381, Modules/Settings/GammaControlTab.qml:366", "comment": "", "tags": [ "settings" @@ -13808,7 +13791,7 @@ { "term": "Match Conditions", "context": "Match Conditions", - "reference": "Modals/WindowRuleModal.qml:868", + "reference": "Modals/WindowRuleModal.qml:872", "comment": "", "tags": [ "shell" @@ -13817,7 +13800,7 @@ { "term": "Match Criteria", "context": "Match Criteria", - "reference": "Modals/WindowRuleModal.qml:716", + "reference": "Modals/WindowRuleModal.qml:720", "comment": "", "tags": [ "shell" @@ -13853,7 +13836,7 @@ { "term": "Material Design inspired color themes", "context": "Material Design inspired color themes", - "reference": "Modules/Settings/ThemeColorsTab.qml:366", + "reference": "Modules/Settings/ThemeColorsTab.qml:368", "comment": "generic theme description", "tags": [ "settings" @@ -13862,7 +13845,7 @@ { "term": "Material colors generated from wallpaper", "context": "Material colors generated from wallpaper", - "reference": "Modules/Settings/ThemeColorsTab.qml:361", + "reference": "Modules/Settings/ThemeColorsTab.qml:363", "comment": "dynamic theme description", "tags": [ "settings" @@ -13871,7 +13854,7 @@ { "term": "Material inspired shadows and elevation on modals, popouts, and dialogs", "context": "Material inspired shadows and elevation on modals, popouts, and dialogs", - "reference": "Modules/Settings/ThemeColorsTab.qml:1932", + "reference": "Modules/Settings/ThemeColorsTab.qml:1934", "comment": "", "tags": [ "settings" @@ -13889,7 +13872,7 @@ { "term": "Matugen Contrast", "context": "Matugen Contrast", - "reference": "Modules/Settings/ThemeColorsTab.qml:644", + "reference": "Modules/Settings/ThemeColorsTab.qml:646", "comment": "", "tags": [ "settings" @@ -13898,7 +13881,7 @@ { "term": "Matugen Missing", "context": "Matugen Missing", - "reference": "Modules/Settings/ThemeColorsTab.qml:574", + "reference": "Modules/Settings/ThemeColorsTab.qml:576", "comment": "matugen not found status", "tags": [ "settings" @@ -13907,7 +13890,7 @@ { "term": "Matugen Palette", "context": "Matugen Palette", - "reference": "Modules/Settings/ThemeColorsTab.qml:610", + "reference": "Modules/Settings/ThemeColorsTab.qml:612", "comment": "", "tags": [ "settings" @@ -13925,7 +13908,7 @@ { "term": "Matugen Templates", "context": "Matugen Templates", - "reference": "Modules/Settings/ThemeColorsTab.qml:2435", + "reference": "Modules/Settings/ThemeColorsTab.qml:2437", "comment": "", "tags": [ "settings" @@ -13943,7 +13926,7 @@ { "term": "Max H", "context": "Max H", - "reference": "Modals/WindowRuleModal.qml:1515, Modules/Settings/WindowRulesTab.qml:114", + "reference": "Modals/WindowRuleModal.qml:1531, Modules/Settings/WindowRulesTab.qml:114", "comment": "", "tags": [ "settings", @@ -14007,7 +13990,7 @@ { "term": "Max W", "context": "Max W", - "reference": "Modals/WindowRuleModal.qml:1461, Modules/Settings/WindowRulesTab.qml:112", + "reference": "Modals/WindowRuleModal.qml:1477, Modules/Settings/WindowRulesTab.qml:112", "comment": "", "tags": [ "settings", @@ -14026,7 +14009,7 @@ { "term": "Max to Edges", "context": "Max to Edges", - "reference": "Modals/WindowRuleModal.qml:965", + "reference": "Modals/WindowRuleModal.qml:981", "comment": "", "tags": [ "shell" @@ -14035,7 +14018,7 @@ { "term": "Maximize", "context": "Maximize", - "reference": "Modals/WindowRuleModal.qml:956, Modules/Settings/WindowRulesTab.qml:96", + "reference": "Modals/WindowRuleModal.qml:972, Modules/Settings/WindowRulesTab.qml:96", "comment": "", "tags": [ "settings", @@ -14099,7 +14082,7 @@ { "term": "Maximum fingerprint attempts reached. Please use password.", "context": "Maximum fingerprint attempts reached. Please use password.", - "reference": "Modules/Lock/LockScreenContent.qml:85", + "reference": "Modules/Lock/LockScreenContent.qml:86", "comment": "", "tags": [ "shell" @@ -14144,7 +14127,7 @@ { "term": "Media", "context": "Media", - "reference": "Services/AppSearchService.qml:666, Services/AppSearchService.qml:667, Services/AppSearchService.qml:668, Widgets/DankIconPicker.qml:39, Widgets/KeybindItem.qml:1127, Widgets/KeybindItem.qml:1136, Widgets/KeybindItem.qml:1142, Modules/DankDash/DankDashPopout.qml:22, Modules/Settings/DankDashTab.qml:27", + "reference": "Services/AppSearchService.qml:666, Services/AppSearchService.qml:667, Services/AppSearchService.qml:668, Widgets/KeybindItem.qml:1127, Widgets/KeybindItem.qml:1136, Widgets/KeybindItem.qml:1142, Modules/DankDash/DankDashPopout.qml:22, Modules/Settings/DankDashTab.qml:27, Modules/ControlCenter/Details/BluetoothCodecSelector.qml:262", "comment": "", "tags": [ "settings", @@ -14363,7 +14346,7 @@ { "term": "Middle Section", "context": "Middle Section", - "reference": "Modules/Settings/WidgetsTab.qml:1409", + "reference": "Modules/Settings/WidgetsTab.qml:1416", "comment": "", "tags": [ "settings" @@ -14372,7 +14355,7 @@ { "term": "Min H", "context": "Min H", - "reference": "Modals/WindowRuleModal.qml:1488, Modules/Settings/WindowRulesTab.qml:113", + "reference": "Modals/WindowRuleModal.qml:1504, Modules/Settings/WindowRulesTab.qml:113", "comment": "", "tags": [ "settings", @@ -14382,7 +14365,7 @@ { "term": "Min W", "context": "Min W", - "reference": "Modals/WindowRuleModal.qml:1434, Modules/Settings/WindowRulesTab.qml:111", + "reference": "Modals/WindowRuleModal.qml:1450, Modules/Settings/WindowRulesTab.qml:111", "comment": "", "tags": [ "settings", @@ -14392,7 +14375,7 @@ { "term": "Minimal palette built around a single hue.", "context": "Minimal palette built around a single hue.", - "reference": "Common/Theme.qml:510", + "reference": "Common/Theme.qml:503", "comment": "", "tags": [ "shell" @@ -14401,7 +14384,7 @@ { "term": "Minute", "context": "Minute", - "reference": "Modules/Settings/ThemeColorsTab.qml:1257, Modules/Settings/GammaControlTab.qml:239", + "reference": "Modules/Settings/ThemeColorsTab.qml:1259, Modules/Settings/GammaControlTab.qml:239", "comment": "", "tags": [ "settings" @@ -14419,7 +14402,7 @@ { "term": "Missing Environment Variables", "context": "Missing Environment Variables", - "reference": "Modules/Settings/ThemeColorsTab.qml:213", + "reference": "Modules/Settings/ThemeColorsTab.qml:215", "comment": "qt theme env error title", "tags": [ "settings" @@ -14437,7 +14420,7 @@ { "term": "Modal Shadows", "context": "Modal Shadows", - "reference": "Modules/Settings/ThemeColorsTab.qml:2087", + "reference": "Modules/Settings/ThemeColorsTab.qml:2089", "comment": "", "tags": [ "settings" @@ -14492,7 +14475,7 @@ { "term": "Monitor", "context": "Monitor", - "reference": "Modals/WindowRuleModal.qml:1714, Modals/WindowRuleModal.qml:1833, Modules/Settings/WindowRulesTab.qml:129", + "reference": "Modals/WindowRuleModal.qml:1730, Modals/WindowRuleModal.qml:1849, Modules/Settings/WindowRulesTab.qml:129", "comment": "", "tags": [ "settings", @@ -14538,7 +14521,7 @@ { "term": "Monochrome", "context": "Monochrome", - "reference": "Common/Theme.qml:509, Modules/Settings/DankBarTab.qml:1331", + "reference": "Common/Theme.qml:502, Modules/Settings/DankBarTab.qml:1331", "comment": "matugen color scheme option", "tags": [ "settings", @@ -14566,7 +14549,7 @@ { "term": "Month Date", "context": "Month Date", - "reference": "Modules/Settings/GreeterTab.qml:359, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:195, Modules/Settings/TimeWeatherTab.qml:226, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:282, Modules/Settings/TimeWeatherTab.qml:313", + "reference": "Modules/Settings/GreeterTab.qml:380, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:195, Modules/Settings/TimeWeatherTab.qml:226, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:282, Modules/Settings/TimeWeatherTab.qml:313", "comment": "date format option", "tags": [ "settings" @@ -14611,7 +14594,7 @@ { "term": "Mouse pointer appearance", "context": "Mouse pointer appearance", - "reference": "Modules/Settings/ThemeColorsTab.qml:2238", + "reference": "Modules/Settings/ThemeColorsTab.qml:2240", "comment": "", "tags": [ "settings" @@ -14620,7 +14603,7 @@ { "term": "Mouse pointer size in pixels", "context": "Mouse pointer size in pixels", - "reference": "Modules/Settings/ThemeColorsTab.qml:2254", + "reference": "Modules/Settings/ThemeColorsTab.qml:2256", "comment": "", "tags": [ "settings" @@ -14635,15 +14618,6 @@ "settings" ] }, - { - "term": "Move to Trash", - "context": "Move to Trash", - "reference": "Modals/FileBrowser/FileBrowserItemContextMenu.qml:21", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Moving to Paused", "context": "Moving to Paused", @@ -14689,15 +14663,6 @@ "settings" ] }, - { - "term": "Music", - "context": "Music", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:283", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Music Player", "context": "Music Player", @@ -14755,7 +14720,7 @@ { "term": "Muted palette with subdued, calming tones.", "context": "Muted palette with subdued, calming tones.", - "reference": "Common/Theme.qml:514", + "reference": "Common/Theme.qml:507", "comment": "", "tags": [ "shell" @@ -14819,7 +14784,7 @@ { "term": "Natural Touchpad Scrolling", "context": "Natural Touchpad Scrolling", - "reference": "Modules/Settings/ThemeColorsTab.qml:2267", + "reference": "Modules/Settings/ThemeColorsTab.qml:2269", "comment": "", "tags": [ "settings" @@ -14834,19 +14799,10 @@ "shell" ] }, - { - "term": "Navigation", - "context": "Navigation", - "reference": "Widgets/DankIconPicker.qml:47", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Network", "context": "Network", - "reference": "Services/CupsService.qml:136, Modals/Settings/SettingsSidebar.qml:245, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:2253, Modules/Settings/WidgetsTabSection.qml:2514, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:89, Modules/ControlCenter/Models/WidgetModel.qml:161", + "reference": "Services/CupsService.qml:136, Modals/Settings/SettingsSidebar.qml:245, Modules/ProcessList/PerformanceView.qml:112, Modules/Settings/WidgetsTabSection.qml:2253, Modules/Settings/WidgetsTabSection.qml:2514, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:229, Modules/ControlCenter/Details/NetworkDetail.qml:115, Modules/ControlCenter/Models/WidgetModel.qml:161", "comment": "", "tags": [ "settings", @@ -14865,7 +14821,7 @@ { "term": "Network Info", "context": "Network Info", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:452, Modules/ControlCenter/Details/NetworkDetail.qml:828", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:649, Modules/ControlCenter/Details/NetworkDetail.qml:1025", "comment": "", "tags": [ "shell" @@ -14916,19 +14872,10 @@ "settings" ] }, - { - "term": "Network not found", - "context": "Network not found", - "reference": "Services/LegacyNetworkService.qml:353", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Neutral", "context": "Neutral", - "reference": "Common/Theme.qml:513", + "reference": "Common/Theme.qml:506", "comment": "matugen color scheme option", "tags": [ "shell" @@ -15001,7 +14948,7 @@ { "term": "New Window Rule", "context": "New Window Rule", - "reference": "Modals/WindowRuleModal.qml:657", + "reference": "Modals/WindowRuleModal.qml:661", "comment": "", "tags": [ "shell" @@ -15047,7 +14994,7 @@ { "term": "Next Transition", "context": "Next Transition", - "reference": "Modules/Settings/ThemeColorsTab.qml:1558, Modules/Settings/GammaControlTab.qml:642", + "reference": "Modules/Settings/ThemeColorsTab.qml:1560, Modules/Settings/GammaControlTab.qml:642", "comment": "", "tags": [ "settings" @@ -15148,7 +15095,7 @@ { "term": "No Anim", "context": "No Anim", - "reference": "Modals/WindowRuleModal.qml:1574, Modals/WindowRuleModal.qml:1792, Modules/Settings/WindowRulesTab.qml:121", + "reference": "Modals/WindowRuleModal.qml:1590, Modals/WindowRuleModal.qml:1808, Modules/Settings/WindowRulesTab.qml:121", "comment": "", "tags": [ "settings", @@ -15167,7 +15114,7 @@ { "term": "No Bluetooth adapter found", "context": "No Bluetooth adapter found", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:625", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:620", "comment": "", "tags": [ "shell" @@ -15176,7 +15123,7 @@ { "term": "No Blur", "context": "No Blur", - "reference": "Modals/WindowRuleModal.qml:1570, Modals/WindowRuleModal.qml:1776, Modules/Settings/WindowRulesTab.qml:120", + "reference": "Modals/WindowRuleModal.qml:1586, Modals/WindowRuleModal.qml:1792, Modules/Settings/WindowRulesTab.qml:120", "comment": "", "tags": [ "settings", @@ -15186,7 +15133,7 @@ { "term": "No Border", "context": "No Border", - "reference": "Modals/WindowRuleModal.qml:1558, Modals/WindowRuleModal.qml:1780, Modules/Settings/WindowRulesTab.qml:117", + "reference": "Modals/WindowRuleModal.qml:1574, Modals/WindowRuleModal.qml:1796, Modules/Settings/WindowRulesTab.qml:117", "comment": "", "tags": [ "settings", @@ -15205,7 +15152,7 @@ { "term": "No Dim", "context": "No Dim", - "reference": "Modals/WindowRuleModal.qml:1566, Modules/Settings/WindowRulesTab.qml:119", + "reference": "Modals/WindowRuleModal.qml:1582, Modules/Settings/WindowRulesTab.qml:119", "comment": "", "tags": [ "settings", @@ -15215,7 +15162,7 @@ { "term": "No Focus", "context": "No Focus", - "reference": "Modals/WindowRuleModal.qml:1554, Modules/Settings/WindowRulesTab.qml:116", + "reference": "Modals/WindowRuleModal.qml:1570, Modules/Settings/WindowRulesTab.qml:116", "comment": "", "tags": [ "settings", @@ -15270,7 +15217,7 @@ { "term": "No Rounding", "context": "No Rounding", - "reference": "Modals/WindowRuleModal.qml:1578, Modals/WindowRuleModal.qml:1788", + "reference": "Modals/WindowRuleModal.qml:1594, Modals/WindowRuleModal.qml:1804", "comment": "", "tags": [ "shell" @@ -15279,7 +15226,7 @@ { "term": "No Shadow", "context": "No Shadow", - "reference": "Modals/WindowRuleModal.qml:1562, Modals/WindowRuleModal.qml:1784, Modules/Settings/WindowRulesTab.qml:118", + "reference": "Modals/WindowRuleModal.qml:1578, Modals/WindowRuleModal.qml:1800, Modules/Settings/WindowRulesTab.qml:118", "comment": "", "tags": [ "settings", @@ -15472,7 +15419,7 @@ { "term": "No codecs found", "context": "No codecs found", - "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:71", + "reference": "Modules/ControlCenter/Details/BluetoothCodecSelector.qml:73", "comment": "", "tags": [ "shell" @@ -15481,7 +15428,7 @@ { "term": "No custom theme file", "context": "No custom theme file", - "reference": "Modules/Settings/ThemeColorsTab.qml:681", + "reference": "Modules/Settings/ThemeColorsTab.qml:683", "comment": "no custom theme file status", "tags": [ "settings" @@ -15699,7 +15646,7 @@ { "term": "No matches", "context": "No matches", - "reference": "Modals/Settings/SettingsSidebar.qml:903, Modules/Notepad/NotepadTextEditor.qml:460", + "reference": "Modals/Settings/SettingsSidebar.qml:907, Modules/Notepad/NotepadTextEditor.qml:460", "comment": "", "tags": [ "settings", @@ -15919,7 +15866,7 @@ { "term": "No status output.", "context": "No status output.", - "reference": "Modules/Settings/GreeterTab.qml:219", + "reference": "Modules/Settings/GreeterTab.qml:238", "comment": "", "tags": [ "settings" @@ -15937,7 +15884,7 @@ { "term": "No themes found", "context": "No themes found", - "reference": "Modules/Settings/ThemeBrowser.qml:663", + "reference": "Modules/Settings/ThemeBrowser.qml:693", "comment": "empty theme list", "tags": [ "settings" @@ -15946,7 +15893,7 @@ { "term": "No themes installed. Browse themes to install from the registry.", "context": "No themes installed. Browse themes to install from the registry.", - "reference": "Modules/Settings/ThemeColorsTab.qml:887", + "reference": "Modules/Settings/ThemeColorsTab.qml:889", "comment": "no registry themes installed hint", "tags": [ "settings" @@ -15955,7 +15902,7 @@ { "term": "No trigger", "context": "No trigger", - "reference": "Modals/DankLauncherV2/Controller.qml:1425, Modules/Settings/LauncherTab.qml:1066", + "reference": "Modals/DankLauncherV2/Controller.qml:1430, Modules/Settings/LauncherTab.qml:1066", "comment": "", "tags": [ "settings", @@ -15992,7 +15939,7 @@ { "term": "No wallpaper selected", "context": "No wallpaper selected", - "reference": "Modules/Settings/ThemeColorsTab.qml:577, Modules/Settings/WallpaperTab.qml:229", + "reference": "Modules/Settings/ThemeColorsTab.qml:579, Modules/Settings/WallpaperTab.qml:229", "comment": "no wallpaper status", "tags": [ "settings" @@ -16073,7 +16020,7 @@ { "term": "Noise", "context": "Noise", - "reference": "Modals/WindowRuleModal.qml:1285, Modules/Settings/WindowRulesTab.qml:134", + "reference": "Modals/WindowRuleModal.qml:1301, Modules/Settings/WindowRulesTab.qml:134", "comment": "", "tags": [ "settings", @@ -16083,7 +16030,7 @@ { "term": "None", "context": "None", - "reference": "Modals/WindowRuleModal.qml:1169, Services/CupsService.qml:786, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:675, Modules/Settings/WallpaperTab.qml:1147, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1897, Modules/Settings/WorkspaceAppearanceCard.qml:49, Modules/Settings/WorkspaceAppearanceCard.qml:57, Modules/Settings/NotificationsTab.qml:389, Modules/Settings/WindowRulesTab.qml:1063, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:187", + "reference": "Modals/WindowRuleModal.qml:1185, Services/CupsService.qml:786, Modules/Settings/TypographyMotionTab.qml:495, Modules/Settings/TypographyMotionTab.qml:592, Modules/Settings/TypographyMotionTab.qml:675, Modules/Settings/WallpaperTab.qml:1147, Modules/Settings/DesktopWidgetInstanceCard.qml:258, Modules/Settings/DesktopWidgetInstanceCard.qml:274, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1897, Modules/Settings/WorkspaceAppearanceCard.qml:49, Modules/Settings/WorkspaceAppearanceCard.qml:57, Modules/Settings/NotificationsTab.qml:389, Modules/Settings/WindowRulesTab.qml:1063, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:94, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:107, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:187", "comment": "Tailscale exit node: none selected | wallpaper transition option | workspace color option", "tags": [ "settings", @@ -16102,7 +16049,7 @@ { "term": "Normal", "context": "Normal", - "reference": "Modals/WindowRuleModal.qml:1191, Modules/Settings/TypographyMotionTab.qml:458", + "reference": "Modals/WindowRuleModal.qml:1207, Modules/Settings/TypographyMotionTab.qml:458", "comment": "quality level option", "tags": [ "settings", @@ -16204,21 +16151,12 @@ { "term": "Not detected", "context": "Not detected", - "reference": "Modules/Settings/ThemeColorsTab.qml:182, Modules/Settings/ThemeColorsTab.qml:183", + "reference": "Modules/Settings/ThemeColorsTab.qml:184, Modules/Settings/ThemeColorsTab.qml:185", "comment": "", "tags": [ "settings" ] }, - { - "term": "Not listed?", - "context": "Not listed?", - "reference": "Modules/Greetd/GreeterUserPicker.qml:184", - "comment": "greeter link to switch to manual username entry", - "tags": [ - "shell" - ] - }, { "term": "Not paired", "context": "Not paired", @@ -16240,7 +16178,7 @@ { "term": "Notepad", "context": "Notepad", - "reference": "DMSShell.qml:896, Services/AppSearchService.qml:182, Modules/Notepad/NotepadPopoutWindow.qml:26, Modules/Notepad/NotepadPopoutWindow.qml:81, Modules/Settings/WidgetsTab.qml:250", + "reference": "DMSShell.qml:904, Services/AppSearchService.qml:182, Modules/Notepad/NotepadPopoutWindow.qml:26, Modules/Notepad/NotepadPopoutWindow.qml:81, Modules/Settings/WidgetsTab.qml:250", "comment": "Notepad", "tags": [ "settings", @@ -16295,7 +16233,7 @@ { "term": "Notification", "context": "Notification", - "reference": "Modules/Settings/BatteryTab.qml:220, Modules/Settings/BatteryTab.qml:262, Modules/Settings/BatteryTab.qml:307", + "reference": "Modules/Settings/BatteryTab.qml:222, Modules/Settings/BatteryTab.qml:264, Modules/Settings/BatteryTab.qml:309", "comment": "", "tags": [ "settings" @@ -16350,7 +16288,7 @@ { "term": "Notification Type", "context": "Notification Type", - "reference": "Modules/Settings/BatteryTab.qml:218, Modules/Settings/BatteryTab.qml:260, Modules/Settings/BatteryTab.qml:305", + "reference": "Modules/Settings/BatteryTab.qml:220, Modules/Settings/BatteryTab.qml:262, Modules/Settings/BatteryTab.qml:307", "comment": "", "tags": [ "settings" @@ -16379,7 +16317,7 @@ { "term": "Notify when limit is reached", "context": "Notify when limit is reached", - "reference": "Modules/Settings/BatteryTab.qml:210", + "reference": "Modules/Settings/BatteryTab.qml:212", "comment": "", "tags": [ "settings" @@ -16394,19 +16332,10 @@ "settings" ] }, - { - "term": "Numbers", - "context": "Numbers", - "reference": "Widgets/DankIconPicker.qml:23", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Numeric (D/M)", "context": "Numeric (D/M)", - "reference": "Modules/Settings/GreeterTab.qml:367, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:203, Modules/Settings/TimeWeatherTab.qml:228, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:290, Modules/Settings/TimeWeatherTab.qml:315", + "reference": "Modules/Settings/GreeterTab.qml:388, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:203, Modules/Settings/TimeWeatherTab.qml:228, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:290, Modules/Settings/TimeWeatherTab.qml:315", "comment": "date format option", "tags": [ "settings" @@ -16415,7 +16344,7 @@ { "term": "Numeric (M/D)", "context": "Numeric (M/D)", - "reference": "Modules/Settings/GreeterTab.qml:363, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:199, Modules/Settings/TimeWeatherTab.qml:227, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:286, Modules/Settings/TimeWeatherTab.qml:314", + "reference": "Modules/Settings/GreeterTab.qml:384, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:199, Modules/Settings/TimeWeatherTab.qml:227, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:286, Modules/Settings/TimeWeatherTab.qml:314", "comment": "date format option", "tags": [ "settings" @@ -16597,7 +16526,7 @@ { "term": "Opacity", "context": "Opacity", - "reference": "Modals/WindowRuleModal.qml:1107, Modals/DankColorPickerModal.qml:516, Modules/Settings/DockTab.qml:652, Modules/Settings/DankBarTab.qml:815, Modules/Settings/DankBarTab.qml:1463, Modules/Settings/DankBarTab.qml:1557, Modules/Settings/DankBarTab.qml:1665, Modules/Settings/WindowRulesTab.qml:94", + "reference": "Modals/WindowRuleModal.qml:1123, Modals/DankColorPickerModal.qml:516, Modules/Settings/DockTab.qml:652, Modules/Settings/DankBarTab.qml:815, Modules/Settings/DankBarTab.qml:1463, Modules/Settings/DankBarTab.qml:1557, Modules/Settings/DankBarTab.qml:1665, Modules/Settings/WindowRulesTab.qml:94", "comment": "", "tags": [ "settings", @@ -16607,7 +16536,7 @@ { "term": "Opaque", "context": "Opaque", - "reference": "Modals/WindowRuleModal.qml:1586, Modules/Settings/WindowRulesTab.qml:124", + "reference": "Modals/WindowRuleModal.qml:1602, Modules/Settings/WindowRulesTab.qml:124", "comment": "", "tags": [ "settings", @@ -16617,7 +16546,7 @@ { "term": "Open", "context": "Open", - "reference": "Modals/DankLauncherV2/Controller.qml:1245, Modals/DankLauncherV2/Controller.qml:1249, Modals/DankLauncherV2/Controller.qml:1263, Modals/DankLauncherV2/LauncherContent.qml:411, Modules/Notepad/NotepadTextEditor.qml:864, Modules/Notifications/Center/NotificationCard.qml:804, Modules/Notifications/Center/NotificationCard.qml:943", + "reference": "Modals/DankLauncherV2/Controller.qml:1250, Modals/DankLauncherV2/Controller.qml:1254, Modals/DankLauncherV2/Controller.qml:1268, Modals/DankLauncherV2/LauncherContent.qml:411, Modules/Notepad/NotepadTextEditor.qml:864, Modules/Notifications/Center/NotificationCard.qml:804, Modules/Notifications/Center/NotificationCard.qml:943", "comment": "", "tags": [ "shell" @@ -16626,7 +16555,7 @@ { "term": "Open", "context": "network security type", - "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:773, Modules/Settings/NetworkWifiTab.qml:969, Modules/Settings/NetworkWifiTab.qml:1134, Modules/ControlCenter/Details/NetworkDetail.qml:627", + "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:773, Modules/Settings/NetworkWifiTab.qml:969, Modules/Settings/NetworkWifiTab.qml:1134, Modules/ControlCenter/Details/NetworkDetail.qml:824", "comment": "", "tags": [ "settings", @@ -16735,7 +16664,7 @@ { "term": "Open folder", "context": "Open folder", - "reference": "Modals/DankLauncherV2/Controller.qml:1263", + "reference": "Modals/DankLauncherV2/Controller.qml:1268", "comment": "", "tags": [ "shell" @@ -16754,12 +16683,21 @@ { "term": "Open in terminal", "context": "Open in terminal", - "reference": "Modals/DankLauncherV2/Controller.qml:1263", + "reference": "Modals/DankLauncherV2/Controller.qml:1268", "comment": "", "tags": [ "shell" ] }, + { + "term": "Open network", + "context": "Open network", + "reference": "Modules/Settings/NetworkWifiTab.qml:1485", + "comment": "hotspot security summary", + "tags": [ + "settings" + ] + }, { "term": "Open search bar to find text", "context": "Open search bar to find text", @@ -16790,7 +16728,7 @@ { "term": "Open with...", "context": "Open with...", - "reference": "DMSShell.qml:705, Modals/BrowserPickerModal.qml:13", + "reference": "DMSShell.qml:713, Modals/BrowserPickerModal.qml:13", "comment": "", "tags": [ "shell" @@ -16817,7 +16755,7 @@ { "term": "Opening terminal: ", "context": "Opening terminal: ", - "reference": "Modules/Settings/GreeterTab.qml:124", + "reference": "Modules/Settings/GreeterTab.qml:141", "comment": "", "tags": [ "settings" @@ -16841,6 +16779,15 @@ "settings" ] }, + { + "term": "Optional", + "context": "Optional", + "reference": "Modules/Settings/NetworkWifiTab.qml:1537, Modules/Settings/NetworkWifiTab.qml:1549", + "comment": "hotspot WiFi band field description | hotspot WiFi device field description", + "tags": [ + "settings" + ] + }, { "term": "Optional description", "context": "Optional description", @@ -16862,12 +16809,21 @@ { "term": "Optional state-based conditions applied to the first match.", "context": "Optional state-based conditions applied to the first match.", - "reference": "Modals/WindowRuleModal.qml:875", + "reference": "Modals/WindowRuleModal.qml:879", "comment": "", "tags": [ "shell" ] }, + { + "term": "Optional; leave blank for open hotspot", + "context": "Optional; leave blank for open hotspot", + "reference": "Modules/Settings/NetworkWifiTab.qml:1516", + "comment": "hotspot password field placeholder", + "tags": [ + "settings" + ] + }, { "term": "Options", "context": "Options", @@ -16917,7 +16873,7 @@ { "term": "Outline", "context": "Outline", - "reference": "Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1811, Modules/Settings/LauncherTab.qml:736", + "reference": "Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1796, Modules/Settings/ThemeColorsTab.qml:1813, Modules/Settings/LauncherTab.qml:736", "comment": "outline color | surface border color", "tags": [ "settings" @@ -16926,7 +16882,7 @@ { "term": "Outline around shell surfaces", "context": "Outline around shell surfaces", - "reference": "Modules/Settings/ThemeColorsTab.qml:1780", + "reference": "Modules/Settings/ThemeColorsTab.qml:1782", "comment": "", "tags": [ "settings" @@ -16935,7 +16891,7 @@ { "term": "Output", "context": "Output", - "reference": "Modals/WindowRuleModal.qml:985, Modules/Settings/WindowRulesTab.qml:100", + "reference": "Modals/WindowRuleModal.qml:1001, Modules/Settings/WindowRulesTab.qml:100", "comment": "", "tags": [ "settings", @@ -16999,7 +16955,7 @@ { "term": "Overlay", "context": "Overlay", - "reference": "Modules/Settings/ThemeColorsTab.qml:40", + "reference": "Modules/Settings/ThemeColorsTab.qml:42", "comment": "widget background color option", "tags": [ "settings" @@ -17114,15 +17070,6 @@ "settings" ] }, - { - "term": "Overwrite", - "context": "Overwrite", - "reference": "Modals/FileBrowser/FileBrowserOverwriteDialog.qml:108", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Owner: %1", "context": "Owner: %1", @@ -17207,7 +17154,7 @@ { "term": "Pair", "context": "Pair", - "reference": "Modals/BluetoothPairingModal.qml:319, Modules/ControlCenter/Details/BluetoothDetail.qml:594", + "reference": "Modals/BluetoothPairingModal.qml:319, Modules/ControlCenter/Details/BluetoothDetail.qml:589", "comment": "", "tags": [ "shell" @@ -17225,7 +17172,7 @@ { "term": "Paired", "context": "Paired", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:334", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:329", "comment": "", "tags": [ "shell" @@ -17271,7 +17218,7 @@ { "term": "Pairing...", "context": "Pairing...", - "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:302, Modules/ControlCenter/Details/BluetoothDetail.qml:566, Modules/ControlCenter/Details/BluetoothDetail.qml:591", + "reference": "dms-plugins/DankKDEConnect/components/DeviceCard.qml:302, Modules/ControlCenter/Details/BluetoothDetail.qml:561, Modules/ControlCenter/Details/BluetoothDetail.qml:586", "comment": "KDE Connect pairing in progress status", "tags": [ "plugin-dankkdeconnect", @@ -17299,8 +17246,8 @@ { "term": "Password", "context": "Password", - "reference": "Modals/WifiPasswordModal.qml:185, Modals/WifiPasswordModal.qml:195, Modals/WifiPasswordModal.qml:539, Widgets/VpnProfileDelegate.qml:307, Modules/Settings/UsersTab.qml:402", - "comment": "", + "reference": "Modals/WifiPasswordModal.qml:185, Modals/WifiPasswordModal.qml:195, Modals/WifiPasswordModal.qml:539, Widgets/VpnProfileDelegate.qml:307, Modules/Settings/UsersTab.qml:402, Modules/Settings/NetworkWifiTab.qml:1515", + "comment": "hotspot password field label", "tags": [ "settings", "shell" @@ -17309,7 +17256,7 @@ { "term": "Password cannot be empty", "context": "Password cannot be empty", - "reference": "Services/UsersService.qml:131, Services/UsersService.qml:147", + "reference": "Services/UsersService.qml:134, Services/UsersService.qml:150", "comment": "", "tags": [ "shell" @@ -17318,7 +17265,7 @@ { "term": "Password change failed (exit %1)", "context": "Password change failed (exit %1)", - "reference": "Services/UsersService.qml:307", + "reference": "Services/UsersService.qml:313", "comment": "", "tags": [ "shell" @@ -17327,7 +17274,7 @@ { "term": "Password set", "context": "Password set", - "reference": "Services/UsersService.qml:318", + "reference": "Services/UsersService.qml:324", "comment": "", "tags": [ "shell" @@ -17336,16 +17283,7 @@ { "term": "Password updated", "context": "Password updated", - "reference": "Services/UsersService.qml:320", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Password...", - "context": "Password...", - "reference": "Modules/Greetd/GreeterContent.qml:1252", + "reference": "Services/UsersService.qml:326", "comment": "", "tags": [ "shell" @@ -17363,7 +17301,7 @@ { "term": "Paste", "context": "Paste", - "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1268, Modals/Clipboard/ClipboardContextMenu.qml:70, Modules/Settings/ClipboardTab.qml:156", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:248, dms-plugins/DankGifSearch/DankGifSearch.qml:195, Modals/DankLauncherV2/Controller.qml:1273, Modals/Clipboard/ClipboardContextMenu.qml:70, Modules/Settings/ClipboardTab.qml:156", "comment": "", "tags": [ "plugin-dankgifsearch", @@ -17494,7 +17432,7 @@ { "term": "Performance", "context": "Performance", - "reference": "Modals/ProcessListModal.qml:317, Common/Theme.qml:1648", + "reference": "Modals/ProcessListModal.qml:317, Common/Theme.qml:1620", "comment": "power profile option", "tags": [ "shell" @@ -17503,7 +17441,7 @@ { "term": "Permanently delete %1 item(s)? This cannot be undone.", "context": "Permanently delete %1 item(s)? This cannot be undone.", - "reference": "DMSShell.qml:327", + "reference": "DMSShell.qml:335", "comment": "", "tags": [ "shell" @@ -17512,7 +17450,7 @@ { "term": "Permission denied to set profile image.", "context": "Permission denied to set profile image.", - "reference": "Services/PortalService.qml:191", + "reference": "Services/PortalService.qml:187", "comment": "", "tags": [ "shell" @@ -17521,7 +17459,7 @@ { "term": "Personalization", "context": "Personalization", - "reference": "Modals/Settings/SettingsSidebar.qml:72, Modals/Settings/SettingsSidebar.qml:676", + "reference": "Modals/Settings/SettingsSidebar.qml:72, Modals/Settings/SettingsSidebar.qml:680", "comment": "", "tags": [ "settings" @@ -17572,19 +17510,10 @@ "shell" ] }, - { - "term": "Pictures", - "context": "Pictures", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:278", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Pin", "context": "Pin", - "reference": "Modals/WindowRuleModal.qml:1582, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modals/Clipboard/ClipboardContextMenu.qml:32, Modules/Settings/WindowRulesTab.qml:123, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/Details/BluetoothDetail.qml:392, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:696", + "reference": "Modals/WindowRuleModal.qml:1598, dms-plugins/DankLauncherKeys/DankLauncherKeys.qml:165, Modals/Clipboard/ClipboardContextMenu.qml:32, Modules/Settings/WindowRulesTab.qml:123, Modules/Settings/ClipboardTab.qml:156, Modules/ControlCenter/Details/BluetoothDetail.qml:387, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:893", "comment": "pin item action", "tags": [ "plugin-danklauncherkeys", @@ -17622,7 +17551,7 @@ { "term": "Pinned", "context": "Pinned", - "reference": "Modals/WindowRuleModal.qml:932, Modals/DankLauncherV2/Controller.qml:192, Modals/DankLauncherV2/Controller.qml:1271, Modules/Settings/WindowRulesTab.qml:56, Modules/ControlCenter/Details/BluetoothDetail.qml:392, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:696", + "reference": "Modals/WindowRuleModal.qml:936, Modals/DankLauncherV2/Controller.qml:192, Modals/DankLauncherV2/Controller.qml:1276, Modules/Settings/WindowRulesTab.qml:56, Modules/ControlCenter/Details/BluetoothDetail.qml:387, Modules/ControlCenter/Details/BrightnessDetail.qml:239, Modules/ControlCenter/Details/AudioInputDetail.qml:297, Modules/ControlCenter/Details/AudioOutputDetail.qml:306, Modules/ControlCenter/Details/NetworkDetail.qml:893", "comment": "", "tags": [ "settings", @@ -17904,7 +17833,7 @@ { "term": "Plugins", "context": "Plugins", - "reference": "Modals/Greeter/GreeterWelcomePage.qml:121, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/SpotlightLauncherContent.qml:472, Modals/DankLauncherV2/LauncherContent.qml:349, Modals/Settings/SettingsSidebar.qml:397, Modules/Settings/AboutTab.qml:290, Modules/Settings/AboutTab.qml:298", + "reference": "Modals/Greeter/GreeterWelcomePage.qml:121, Modals/Greeter/GreeterCompletePage.qml:476, Modals/DankLauncherV2/SpotlightLauncherContent.qml:472, Modals/DankLauncherV2/LauncherContent.qml:349, Modals/Settings/SettingsSidebar.qml:398, Modules/Settings/AboutTab.qml:286, Modules/Settings/AboutTab.qml:294", "comment": "greeter feature card title | greeter plugins link", "tags": [ "settings", @@ -17941,7 +17870,7 @@ { "term": "Popout Shadows", "context": "Popout Shadows", - "reference": "Modules/Settings/ThemeColorsTab.qml:2098", + "reference": "Modules/Settings/ThemeColorsTab.qml:2100", "comment": "", "tags": [ "settings" @@ -18068,7 +17997,7 @@ { "term": "Power & Security", "context": "Power & Security", - "reference": "Modals/Settings/SettingsSidebar.qml:365, Modals/Settings/SettingsSidebar.qml:664", + "reference": "Modals/Settings/SettingsSidebar.qml:365, Modals/Settings/SettingsSidebar.qml:668", "comment": "", "tags": [ "settings" @@ -18077,7 +18006,7 @@ { "term": "Power & Sleep", "context": "Power & Sleep", - "reference": "Modals/Settings/SettingsSidebar.qml:389", + "reference": "Modals/Settings/SettingsSidebar.qml:390", "comment": "", "tags": [ "settings" @@ -18113,22 +18042,13 @@ { "term": "Power Off", "context": "Power Off", - "reference": "Modals/PowerMenuModal.qml:205, Modules/Lock/LockPowerMenu.qml:118, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:235, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", "shell" ] }, - { - "term": "Power Options", - "context": "Power Options", - "reference": "Modules/Lock/LockPowerMenu.qml:513", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Power Profile", "context": "Power Profile", @@ -18150,7 +18070,7 @@ { "term": "Power Profiles & Saving", "context": "Power Profiles & Saving", - "reference": "Modules/Settings/BatteryTab.qml:322", + "reference": "Modules/Settings/BatteryTab.qml:324", "comment": "", "tags": [ "settings" @@ -18159,7 +18079,7 @@ { "term": "Power Saver", "context": "Power Saver", - "reference": "Common/Theme.qml:1644", + "reference": "Common/Theme.qml:1616", "comment": "power profile option", "tags": [ "shell" @@ -18195,7 +18115,7 @@ { "term": "Pre-fill the last successful username on the greeter", "context": "Pre-fill the last successful username on the greeter", - "reference": "Modules/Settings/GreeterTab.qml:629", + "reference": "Modules/Settings/GreeterTab.qml:661", "comment": "", "tags": [ "settings" @@ -18204,7 +18124,7 @@ { "term": "Pre-select the last used session on the greeter", "context": "Pre-select the last used session on the greeter", - "reference": "Modules/Settings/GreeterTab.qml:620", + "reference": "Modules/Settings/GreeterTab.qml:652", "comment": "", "tags": [ "settings" @@ -18360,7 +18280,7 @@ { "term": "Primary", "context": "Primary", - "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1667, Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1683, Modules/Settings/ThemeColorsTab.qml:1705, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1721, Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/ThemeColorsTab.qml:1795, Modules/Settings/ThemeColorsTab.qml:1803, Modules/Settings/ThemeColorsTab.qml:1815, Modules/Settings/ThemeColorsTab.qml:1972, Modules/Settings/ThemeColorsTab.qml:1976, Modules/Settings/ThemeColorsTab.qml:1985, Modules/Settings/ThemeColorsTab.qml:1996, Modules/Settings/DockTab.qml:402, Modules/Settings/DockTab.qml:686, Modules/Settings/WallpaperTab.qml:348, Modules/Settings/LauncherTab.qml:427, Modules/Settings/LauncherTab.qml:736, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:19, Modules/Settings/WorkspaceAppearanceCard.qml:60, Modules/Settings/WorkspaceAppearanceCard.qml:101, Modules/Settings/WorkspaceAppearanceCard.qml:130, Modules/Settings/WorkspaceAppearanceCard.qml:165, Modules/Settings/FrameTab.qml:231, Modules/Settings/Widgets/SettingsColorPicker.qml:42", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:39, Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1671, Modules/Settings/ThemeColorsTab.qml:1685, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1709, Modules/Settings/ThemeColorsTab.qml:1723, Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1797, Modules/Settings/ThemeColorsTab.qml:1805, Modules/Settings/ThemeColorsTab.qml:1817, Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1978, Modules/Settings/ThemeColorsTab.qml:1987, Modules/Settings/ThemeColorsTab.qml:1998, Modules/Settings/DockTab.qml:402, Modules/Settings/DockTab.qml:686, Modules/Settings/WallpaperTab.qml:348, Modules/Settings/LauncherTab.qml:427, Modules/Settings/LauncherTab.qml:736, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:19, Modules/Settings/WorkspaceAppearanceCard.qml:60, Modules/Settings/WorkspaceAppearanceCard.qml:101, Modules/Settings/WorkspaceAppearanceCard.qml:130, Modules/Settings/WorkspaceAppearanceCard.qml:165, Modules/Settings/FrameTab.qml:231, Modules/Settings/Widgets/SettingsColorPicker.qml:42", "comment": "button color option | color option | primary color | shadow color option | surface border color | tile color option | workspace color option", "tags": [ "plugin-dankdesktopweather", @@ -18379,7 +18299,7 @@ { "term": "Primary Container", "context": "Primary Container", - "reference": "Modules/Settings/ThemeColorsTab.qml:53, Modules/Settings/ThemeColorsTab.qml:1667, Modules/Settings/ThemeColorsTab.qml:1670, Modules/Settings/ThemeColorsTab.qml:1677, Modules/Settings/ThemeColorsTab.qml:1687, Modules/Settings/ThemeColorsTab.qml:1705, Modules/Settings/ThemeColorsTab.qml:1708, Modules/Settings/ThemeColorsTab.qml:1715, Modules/Settings/ThemeColorsTab.qml:1725, Modules/Settings/WorkspaceAppearanceCard.qml:22, Modules/Settings/WorkspaceAppearanceCard.qml:63, Modules/Settings/WorkspaceAppearanceCard.qml:133, Modules/Settings/WorkspaceAppearanceCard.qml:168", + "reference": "Modules/Settings/ThemeColorsTab.qml:55, Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1672, Modules/Settings/ThemeColorsTab.qml:1679, Modules/Settings/ThemeColorsTab.qml:1689, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1710, Modules/Settings/ThemeColorsTab.qml:1717, Modules/Settings/ThemeColorsTab.qml:1727, Modules/Settings/WorkspaceAppearanceCard.qml:22, Modules/Settings/WorkspaceAppearanceCard.qml:63, Modules/Settings/WorkspaceAppearanceCard.qml:133, Modules/Settings/WorkspaceAppearanceCard.qml:168", "comment": "button color option | tile color option | widget background color option | workspace color option", "tags": [ "settings" @@ -18470,7 +18390,7 @@ { "term": "Prioritize performance", "context": "Prioritize performance", - "reference": "Common/Theme.qml:1661", + "reference": "Common/Theme.qml:1633", "comment": "power profile description", "tags": [ "shell" @@ -18552,7 +18472,7 @@ { "term": "Profile Image Error", "context": "Profile Image Error", - "reference": "Services/PortalService.qml:198", + "reference": "Services/PortalService.qml:194", "comment": "", "tags": [ "shell" @@ -18588,7 +18508,7 @@ { "term": "Profile image is too large. Please use a smaller image.", "context": "Profile image is too large. Please use a smaller image.", - "reference": "Services/PortalService.qml:189", + "reference": "Services/PortalService.qml:185", "comment": "", "tags": [ "shell" @@ -18633,7 +18553,7 @@ { "term": "Profile when Plugged In (AC)", "context": "Profile when Plugged In (AC)", - "reference": "Modules/Settings/BatteryTab.qml:337", + "reference": "Modules/Settings/BatteryTab.qml:339", "comment": "", "tags": [ "settings" @@ -18642,7 +18562,7 @@ { "term": "Profile when on Battery", "context": "Profile when on Battery", - "reference": "Modules/Settings/BatteryTab.qml:354", + "reference": "Modules/Settings/BatteryTab.qml:356", "comment": "", "tags": [ "settings" @@ -18679,7 +18599,7 @@ { "term": "Qt colors applied successfully", "context": "Qt colors applied successfully", - "reference": "Common/Theme.qml:1993", + "reference": "Common/Theme.qml:1962", "comment": "", "tags": [ "shell" @@ -18721,15 +18641,6 @@ "settings" ] }, - { - "term": "Quick Access", - "context": "Quick Access", - "reference": "Modals/FileBrowser/FileBrowserSidebar.qml:22", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Quick access to application launcher", "context": "Quick access to application launcher", @@ -18814,7 +18725,7 @@ { "term": "Rainbow", "context": "Rainbow", - "reference": "Common/Theme.qml:517", + "reference": "Common/Theme.qml:510", "comment": "matugen color scheme option", "tags": [ "shell" @@ -18847,6 +18758,15 @@ "settings" ] }, + { + "term": "Re-enter the password before saving.", + "context": "Re-enter the password before saving.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1343, Modules/Settings/NetworkWifiTab.qml:1347", + "comment": "hotspot password recovery message", + "tags": [ + "settings" + ] + }, { "term": "Reach local network devices while using an exit node", "context": "Reach local network devices while using an exit node", @@ -18874,6 +18794,15 @@ "shell" ] }, + { + "term": "Ready", + "context": "Ready", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:248, Modules/ControlCenter/Details/NetworkDetail.qml:263", + "comment": "hotspot ready status", + "tags": [ + "shell" + ] + }, { "term": "Reason", "context": "Reason", @@ -18887,7 +18816,7 @@ { "term": "Reboot", "context": "Reboot", - "reference": "Modals/PowerMenuModal.qml:193, Modules/Lock/LockPowerMenu.qml:106, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:223, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", @@ -18942,7 +18871,7 @@ { "term": "Refresh", "context": "Refresh", - "reference": "Modules/Settings/GreeterTab.qml:453, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:239, Modules/DankDash/Overview/WeatherOverviewCard.qml:46", + "reference": "Modules/Settings/GreeterTab.qml:481, Modules/ControlCenter/BuiltinPlugins/TailscaleWidget.qml:239, Modules/DankDash/Overview/WeatherOverviewCard.qml:46", "comment": "Refresh Tailscale device status", "tags": [ "settings", @@ -18952,7 +18881,7 @@ { "term": "Refresh Weather", "context": "Refresh Weather", - "reference": "Modules/DankDash/WeatherTab.qml:168, Modules/DankDash/WeatherTab.qml:891", + "reference": "Modules/DankDash/WeatherTab.qml:149, Modules/DankDash/WeatherTab.qml:840", "comment": "", "tags": [ "shell" @@ -19021,6 +18950,15 @@ "shell" ] }, + { + "term": "Release to confirm", + "context": "Release to confirm", + "reference": "Modals/PowerMenuModal.qml:869", + "comment": "", + "tags": [ + "shell" + ] + }, { "term": "Reload From Disk", "context": "Reload From Disk", @@ -19087,7 +19025,7 @@ { "term": "Remember last session", "context": "Remember last session", - "reference": "Modules/Settings/GreeterTab.qml:619", + "reference": "Modules/Settings/GreeterTab.qml:651", "comment": "", "tags": [ "settings" @@ -19096,7 +19034,7 @@ { "term": "Remember last user", "context": "Remember last user", - "reference": "Modules/Settings/GreeterTab.qml:628", + "reference": "Modules/Settings/GreeterTab.qml:660", "comment": "", "tags": [ "settings" @@ -19205,7 +19143,7 @@ { "term": "Remove match", "context": "Remove match", - "reference": "Modals/WindowRuleModal.qml:825", + "reference": "Modals/WindowRuleModal.qml:829", "comment": "", "tags": [ "shell" @@ -19232,7 +19170,7 @@ { "term": "Removed administrator privileges", "context": "Removed administrator privileges", - "reference": "Services/UsersService.qml:409", + "reference": "Services/UsersService.qml:415", "comment": "", "tags": [ "shell" @@ -19241,7 +19179,7 @@ { "term": "Removed greeter login access", "context": "Removed greeter login access", - "reference": "Services/UsersService.qml:379", + "reference": "Services/UsersService.qml:385", "comment": "", "tags": [ "shell" @@ -19331,7 +19269,7 @@ { "term": "Required plugin: ", "context": "Required plugin: ", - "reference": "Modules/Settings/ThemeColorsTab.qml:2652", + "reference": "Modules/Settings/ThemeColorsTab.qml:2654", "comment": "", "tags": [ "settings" @@ -19395,7 +19333,7 @@ { "term": "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).", "context": "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).", - "reference": "Modules/Settings/GreeterTab.qml:652", + "reference": "Modules/Settings/GreeterTab.qml:684", "comment": "", "tags": [ "settings" @@ -19413,7 +19351,7 @@ { "term": "Requires remembering the last user and session. Enable those options first.", "context": "Requires remembering the last user and session. Enable those options first.", - "reference": "Modules/Settings/GreeterTab.qml:638", + "reference": "Modules/Settings/GreeterTab.qml:670", "comment": "", "tags": [ "settings" @@ -19422,7 +19360,7 @@ { "term": "Reset", "context": "Reset", - "reference": "Modals/DankLauncherV2/AppEditView.qml:259, Modules/Settings/WidgetsTab.qml:1268, Modules/Settings/KeybindsTab.qml:122, Modules/Settings/DankDashTab.qml:248, Modules/Settings/DankDashTab.qml:263, Modules/Settings/Widgets/SettingsSliderRow.qml:144, Modules/Settings/Widgets/SettingsSliderCard.qml:130, Modules/ControlCenter/Components/EditControls.qml:306", + "reference": "Modals/DankLauncherV2/AppEditView.qml:259, Modules/Settings/WidgetsTab.qml:1275, Modules/Settings/KeybindsTab.qml:122, Modules/Settings/DankDashTab.qml:248, Modules/Settings/DankDashTab.qml:263, Modules/Settings/Widgets/SettingsSliderRow.qml:144, Modules/Settings/Widgets/SettingsSliderCard.qml:130, Modules/ControlCenter/Components/EditControls.qml:306", "comment": "", "tags": [ "settings", @@ -19514,7 +19452,7 @@ { "term": "Restart DMS", "context": "Restart DMS", - "reference": "Modals/PowerMenuModal.qml:229, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:259, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", @@ -19634,7 +19572,7 @@ { "term": "Right Section", "context": "Right Section", - "reference": "Modules/Settings/WidgetSelectionPopup.qml:32, Modules/Settings/WidgetsTab.qml:1496", + "reference": "Modules/Settings/WidgetSelectionPopup.qml:32, Modules/Settings/WidgetsTab.qml:1503", "comment": "", "tags": [ "settings" @@ -19724,7 +19662,7 @@ { "term": "Rule", "context": "Rule", - "reference": "Modals/WindowRuleModal.qml:445", + "reference": "Modals/WindowRuleModal.qml:449", "comment": "", "tags": [ "shell" @@ -19742,7 +19680,7 @@ { "term": "Rule Name", "context": "Rule Name", - "reference": "Modals/WindowRuleModal.qml:709", + "reference": "Modals/WindowRuleModal.qml:713", "comment": "", "tags": [ "shell" @@ -19787,7 +19725,7 @@ { "term": "Run DMS Templates", "context": "Run DMS Templates", - "reference": "Modules/Settings/ThemeColorsTab.qml:2456", + "reference": "Modules/Settings/ThemeColorsTab.qml:2458", "comment": "", "tags": [ "settings" @@ -19796,7 +19734,7 @@ { "term": "Run User Templates", "context": "Run User Templates", - "reference": "Modules/Settings/ThemeColorsTab.qml:2446", + "reference": "Modules/Settings/ThemeColorsTab.qml:2448", "comment": "", "tags": [ "settings" @@ -19829,6 +19767,15 @@ "settings" ] }, + { + "term": "Running", + "context": "Running", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:245", + "comment": "hotspot active status", + "tags": [ + "shell" + ] + }, { "term": "Running Apps", "context": "Running Apps", @@ -19850,7 +19797,7 @@ { "term": "Running greeter sync...", "context": "Running greeter sync...", - "reference": "Modules/Settings/GreeterTab.qml:284", + "reference": "Modules/Settings/GreeterTab.qml:303", "comment": "", "tags": [ "settings" @@ -19901,10 +19848,19 @@ "plugin-dankkdeconnect" ] }, + { + "term": "SSID", + "context": "SSID", + "reference": "Modules/Settings/NetworkWifiTab.qml:1505", + "comment": "hotspot network name placeholder", + "tags": [ + "settings" + ] + }, { "term": "Saturation", "context": "Saturation", - "reference": "Modals/WindowRuleModal.qml:1308, Modules/Settings/WindowRulesTab.qml:135", + "reference": "Modals/WindowRuleModal.qml:1324, Modules/Settings/WindowRulesTab.qml:135", "comment": "", "tags": [ "settings", @@ -19914,13 +19870,22 @@ { "term": "Save", "context": "Save", - "reference": "Modals/DankColorPickerModal.qml:752, Widgets/KeybindItem.qml:1403, Widgets/KeybindItem.qml:1879, Modals/DankLauncherV2/AppEditView.qml:307, Modals/FileBrowser/FileBrowserSaveRow.qml:56, Modals/Clipboard/ClipboardEditor.qml:352, Modals/Clipboard/ClipboardEditor.qml:438, Modules/Notepad/NotepadTextEditor.qml:848, Modules/Notepad/Notepad.qml:771, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694, Modules/DankDash/Overview/CalendarEventEditor.qml:332", - "comment": "", + "reference": "Modals/DankColorPickerModal.qml:752, Widgets/KeybindItem.qml:1403, Widgets/KeybindItem.qml:1879, Modals/DankLauncherV2/AppEditView.qml:307, Modals/Clipboard/ClipboardEditor.qml:352, Modals/Clipboard/ClipboardEditor.qml:438, Modules/Notepad/NotepadTextEditor.qml:848, Modules/Notepad/Notepad.qml:771, Modules/Settings/DisplayConfigTab.qml:406, Modules/Settings/AudioTab.qml:694, Modules/Settings/NetworkWifiTab.qml:1591, Modules/DankDash/Overview/CalendarEventEditor.qml:332", + "comment": "save hotspot configuration action", "tags": [ "settings", "shell" ] }, + { + "term": "Save & Start", + "context": "Save & Start", + "reference": "Modules/Settings/NetworkWifiTab.qml:1607", + "comment": "save and start hotspot action", + "tags": [ + "settings" + ] + }, { "term": "Save Notepad File", "context": "Save Notepad File", @@ -20023,7 +19988,7 @@ { "term": "Saved", "context": "Saved", - "reference": "Modals/Clipboard/ClipboardHeader.qml:54, Modules/Notepad/NotepadTextEditor.qml:1035, Modules/Settings/NetworkWifiTab.qml:579, Modules/ControlCenter/Details/NetworkDetail.qml:633", + "reference": "Modals/Clipboard/ClipboardHeader.qml:54, Modules/Notepad/NotepadTextEditor.qml:1035, Modules/Settings/NetworkWifiTab.qml:579, Modules/ControlCenter/Details/NetworkDetail.qml:830", "comment": "", "tags": [ "settings", @@ -20069,9 +20034,10 @@ { "term": "Saving...", "context": "Saving...", - "reference": "Modals/WindowRuleModal.qml:1944, Modules/Notepad/NotepadTextEditor.qml:1028, Modules/DankDash/Overview/CalendarEventEditor.qml:332", - "comment": "", + "reference": "Modals/WindowRuleModal.qml:1960, Modules/Notepad/NotepadTextEditor.qml:1028, Modules/Settings/NetworkWifiTab.qml:1591, Modules/DankDash/Overview/CalendarEventEditor.qml:332", + "comment": "hotspot configuration saving status", "tags": [ + "settings", "shell" ] }, @@ -20114,7 +20080,7 @@ { "term": "Scan", "context": "Scan", - "reference": "Modules/Settings/PluginsTab.qml:246, Modules/ControlCenter/Details/BluetoothDetail.qml:169", + "reference": "Modules/Settings/PluginsTab.qml:246, Modules/ControlCenter/Details/BluetoothDetail.qml:161", "comment": "", "tags": [ "settings", @@ -20124,7 +20090,7 @@ { "term": "Scanning...", "context": "Scanning...", - "reference": "Modules/Settings/PrinterTab.qml:449, Modules/Settings/NetworkWifiTab.qml:423, Modules/ControlCenter/Details/BluetoothDetail.qml:169", + "reference": "Modules/Settings/PrinterTab.qml:449, Modules/Settings/NetworkWifiTab.qml:423, Modules/ControlCenter/Details/BluetoothDetail.qml:161", "comment": "", "tags": [ "settings", @@ -20179,7 +20145,7 @@ { "term": "Scroll Factor", "context": "Scroll Factor", - "reference": "Modals/WindowRuleModal.qml:1203", + "reference": "Modals/WindowRuleModal.qml:1219", "comment": "", "tags": [ "shell" @@ -20188,7 +20154,7 @@ { "term": "Scroll GitHub", "context": "Scroll GitHub", - "reference": "Modules/Settings/AboutTab.qml:75, Modules/Settings/AboutTab.qml:77", + "reference": "Modules/Settings/AboutTab.qml:76, Modules/Settings/AboutTab.qml:78", "comment": "", "tags": [ "settings" @@ -20284,15 +20250,6 @@ "shell" ] }, - { - "term": "Search for a location...", - "context": "Search for a location...", - "reference": "Widgets/DankLocationSearch.qml:20", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Search installed plugins...", "context": "Search installed plugins...", @@ -20368,7 +20325,7 @@ { "term": "Search...", "context": "Search...", - "reference": "Widgets/DankDropdown.qml:402, Modals/Settings/SettingsSidebar.qml:733, Modules/ProcessList/ProcessListPopout.qml:199", + "reference": "Modals/Settings/SettingsSidebar.qml:737, Modules/ProcessList/ProcessListPopout.qml:199", "comment": "", "tags": [ "settings", @@ -20398,7 +20355,7 @@ { "term": "Secondary", "context": "Secondary", - "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1667, Modules/Settings/ThemeColorsTab.qml:1671, Modules/Settings/ThemeColorsTab.qml:1679, Modules/Settings/ThemeColorsTab.qml:1689, Modules/Settings/ThemeColorsTab.qml:1705, Modules/Settings/ThemeColorsTab.qml:1709, Modules/Settings/ThemeColorsTab.qml:1717, Modules/Settings/ThemeColorsTab.qml:1727, Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/ThemeColorsTab.qml:1796, Modules/Settings/ThemeColorsTab.qml:1805, Modules/Settings/ThemeColorsTab.qml:1817, Modules/Settings/DockTab.qml:686, Modules/Settings/LauncherTab.qml:736, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:25, Modules/Settings/WorkspaceAppearanceCard.qml:66, Modules/Settings/WorkspaceAppearanceCard.qml:104, Modules/Settings/WorkspaceAppearanceCard.qml:136, Modules/Settings/WorkspaceAppearanceCard.qml:171, Modules/Settings/Widgets/SettingsColorPicker.qml:47", + "reference": "dms-plugins/DankDesktopWeather/DankDesktopWeatherSettings.qml:43, Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1673, Modules/Settings/ThemeColorsTab.qml:1681, Modules/Settings/ThemeColorsTab.qml:1691, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1711, Modules/Settings/ThemeColorsTab.qml:1719, Modules/Settings/ThemeColorsTab.qml:1729, Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1798, Modules/Settings/ThemeColorsTab.qml:1807, Modules/Settings/ThemeColorsTab.qml:1819, Modules/Settings/DockTab.qml:686, Modules/Settings/LauncherTab.qml:736, Modules/Settings/DankBarTab.qml:1331, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:25, Modules/Settings/WorkspaceAppearanceCard.qml:66, Modules/Settings/WorkspaceAppearanceCard.qml:104, Modules/Settings/WorkspaceAppearanceCard.qml:136, Modules/Settings/WorkspaceAppearanceCard.qml:171, Modules/Settings/Widgets/SettingsColorPicker.qml:47", "comment": "button color option | color option | secondary color | surface border color | tile color option | workspace color option", "tags": [ "plugin-dankdesktopweather", @@ -20408,7 +20365,7 @@ { "term": "Secondary Container", "context": "Secondary Container", - "reference": "Modules/Settings/ThemeColorsTab.qml:56, Modules/Settings/WorkspaceAppearanceCard.qml:28, Modules/Settings/WorkspaceAppearanceCard.qml:69, Modules/Settings/WorkspaceAppearanceCard.qml:139, Modules/Settings/WorkspaceAppearanceCard.qml:174", + "reference": "Modules/Settings/ThemeColorsTab.qml:58, Modules/Settings/WorkspaceAppearanceCard.qml:28, Modules/Settings/WorkspaceAppearanceCard.qml:69, Modules/Settings/WorkspaceAppearanceCard.qml:139, Modules/Settings/WorkspaceAppearanceCard.qml:174", "comment": "widget background color option | workspace color option", "tags": [ "settings" @@ -20417,7 +20374,7 @@ { "term": "Secured", "context": "Secured", - "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/NetworkDetail.qml:627", + "reference": "Modules/Settings/NetworkWifiTab.qml:566, Modules/Settings/NetworkWifiTab.qml:969, Modules/ControlCenter/Details/NetworkDetail.qml:824", "comment": "", "tags": [ "settings", @@ -20481,7 +20438,7 @@ { "term": "Select", "context": "Select", - "reference": "Modals/DankLauncherV2/Controller.qml:1576", + "reference": "Modals/DankLauncherV2/Controller.qml:1581", "comment": "", "tags": [ "shell" @@ -20500,7 +20457,7 @@ { "term": "Select Bar", "context": "Select Bar", - "reference": "Modules/Settings/WidgetsTab.qml:1183", + "reference": "Modules/Settings/WidgetsTab.qml:1190", "comment": "", "tags": [ "settings" @@ -20509,7 +20466,7 @@ { "term": "Select Custom Theme", "context": "Select Custom Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2959", + "reference": "Modules/Settings/ThemeColorsTab.qml:2961", "comment": "custom theme file browser title", "tags": [ "settings" @@ -20698,7 +20655,7 @@ { "term": "Select greeter background image", "context": "Select greeter background image", - "reference": "Modules/Settings/GreeterTab.qml:593", + "reference": "Modules/Settings/GreeterTab.qml:625", "comment": "", "tags": [ "settings" @@ -20743,21 +20700,12 @@ { "term": "Select the palette algorithm used for wallpaper-based colors", "context": "Select the palette algorithm used for wallpaper-based colors", - "reference": "Modules/Settings/ThemeColorsTab.qml:611", + "reference": "Modules/Settings/ThemeColorsTab.qml:613", "comment": "", "tags": [ "settings" ] }, - { - "term": "Select user...", - "context": "Select user...", - "reference": "Modules/Greetd/GreeterUserPicker.qml:73", - "comment": "greeter user picker placeholder", - "tags": [ - "shell" - ] - }, { "term": "Select which keybind providers to include", "context": "Select which keybind providers to include", @@ -20789,7 +20737,7 @@ { "term": "Selected image file not found.", "context": "Selected image file not found.", - "reference": "Services/PortalService.qml:193", + "reference": "Services/PortalService.qml:189", "comment": "", "tags": [ "shell" @@ -20852,7 +20800,7 @@ { "term": "Separate Light & Dark Themes", "context": "Separate Light & Dark Themes", - "reference": "Modules/Settings/ThemeColorsTab.qml:2371", + "reference": "Modules/Settings/ThemeColorsTab.qml:2373", "comment": "", "tags": [ "settings" @@ -20988,12 +20936,39 @@ { "term": "Set the percentage at which the battery is considered low.", "context": "Set the percentage at which the battery is considered low.", - "reference": "Modules/Settings/BatteryTab.qml:242", + "reference": "Modules/Settings/BatteryTab.qml:244", "comment": "", "tags": [ "settings" ] }, + { + "term": "Set up a WiFi hotspot for sharing this connection.", + "context": "Set up a WiFi hotspot for sharing this connection.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1431", + "comment": "unconfigured hotspot description", + "tags": [ + "settings" + ] + }, + { + "term": "Set up hotspot", + "context": "Set up hotspot", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:229", + "comment": "hotspot setup action label", + "tags": [ + "shell" + ] + }, + { + "term": "Set up hotspot in Settings", + "context": "Set up hotspot in Settings", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:241", + "comment": "unconfigured hotspot status message", + "tags": [ + "shell" + ] + }, { "term": "Setting", "context": "Setting", @@ -21006,7 +20981,7 @@ { "term": "Setting up...", "context": "Setting up...", - "reference": "Modules/Settings/ThemeColorsTab.qml:2223, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:420, Modules/Settings/CompositorLayoutTab.qml:227, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:79", + "reference": "Modules/Settings/ThemeColorsTab.qml:2225, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:420, Modules/Settings/CompositorLayoutTab.qml:227, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:79", "comment": "", "tags": [ "settings" @@ -21043,16 +21018,17 @@ { "term": "Setup", "context": "Setup", - "reference": "Modules/Settings/ThemeColorsTab.qml:2223, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:420, Modules/Settings/CompositorLayoutTab.qml:227, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:79", - "comment": "", + "reference": "Modules/Settings/ThemeColorsTab.qml:2225, Modules/Settings/WindowRulesTab.qml:524, Modules/Settings/KeybindsTab.qml:420, Modules/Settings/CompositorLayoutTab.qml:227, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:79, Modules/ControlCenter/Details/NetworkDetail.qml:296", + "comment": "hotspot setup action", "tags": [ - "settings" + "settings", + "shell" ] }, { "term": "Shadow Color", "context": "Shadow Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:203, Modules/Settings/ThemeColorsTab.qml:1970", + "reference": "Modules/Settings/ThemeColorsTab.qml:205, Modules/Settings/ThemeColorsTab.qml:1972", "comment": "", "tags": [ "settings" @@ -21061,7 +21037,7 @@ { "term": "Shadow Intensity", "context": "Shadow Intensity", - "reference": "Modules/Settings/ThemeColorsTab.qml:1941", + "reference": "Modules/Settings/ThemeColorsTab.qml:1943", "comment": "", "tags": [ "settings" @@ -21070,7 +21046,7 @@ { "term": "Shadow Opacity", "context": "Shadow Opacity", - "reference": "Modules/Settings/ThemeColorsTab.qml:1956", + "reference": "Modules/Settings/ThemeColorsTab.qml:1958", "comment": "", "tags": [ "settings" @@ -21097,7 +21073,7 @@ { "term": "Shadow elevation on bars and panels", "context": "Shadow elevation on bars and panels", - "reference": "Modules/Settings/ThemeColorsTab.qml:2110", + "reference": "Modules/Settings/ThemeColorsTab.qml:2112", "comment": "", "tags": [ "settings" @@ -21106,7 +21082,7 @@ { "term": "Shadow elevation on modals and dialogs", "context": "Shadow elevation on modals and dialogs", - "reference": "Modules/Settings/ThemeColorsTab.qml:2088", + "reference": "Modules/Settings/ThemeColorsTab.qml:2090", "comment": "", "tags": [ "settings" @@ -21115,7 +21091,7 @@ { "term": "Shadow elevation on popouts, OSDs, and dropdowns", "context": "Shadow elevation on popouts, OSDs, and dropdowns", - "reference": "Modules/Settings/ThemeColorsTab.qml:2099", + "reference": "Modules/Settings/ThemeColorsTab.qml:2101", "comment": "", "tags": [ "settings" @@ -21124,7 +21100,7 @@ { "term": "Shadows", "context": "Shadows", - "reference": "Modules/Settings/ThemeColorsTab.qml:1923, Modules/Settings/ThemeColorsTab.qml:1931", + "reference": "Modules/Settings/ThemeColorsTab.qml:1925, Modules/Settings/ThemeColorsTab.qml:1933", "comment": "", "tags": [ "settings" @@ -21142,7 +21118,7 @@ { "term": "Share Gamma Control Settings", "context": "Share Gamma Control Settings", - "reference": "Modules/Settings/ThemeColorsTab.qml:1183", + "reference": "Modules/Settings/ThemeColorsTab.qml:1185", "comment": "", "tags": [ "settings" @@ -21169,7 +21145,7 @@ { "term": "Shift+Enter to copy", "context": "Shift+Enter to copy", - "reference": "Modals/DankLauncherV2/Controller.qml:1270", + "reference": "Modals/DankLauncherV2/Controller.qml:1275", "comment": "", "tags": [ "shell" @@ -21178,7 +21154,7 @@ { "term": "Shift+Enter to paste", "context": "Shift+Enter to paste", - "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119, Modals/DankLauncherV2/Controller.qml:1270", + "reference": "dms-plugins/DankStickerSearch/DankStickerSearch.qml:176, dms-plugins/DankGifSearch/DankGifSearch.qml:119, Modals/DankLauncherV2/Controller.qml:1275", "comment": "", "tags": [ "plugin-dankgifsearch", @@ -21783,7 +21759,7 @@ { "term": "Show Welcome", "context": "Show Welcome", - "reference": "Modules/Settings/AboutTab.qml:806", + "reference": "Modules/Settings/AboutTab.qml:802", "comment": "", "tags": [ "settings" @@ -21819,7 +21795,7 @@ { "term": "Show a notification when battery reaches the charge limit.", "context": "Show a notification when battery reaches the charge limit.", - "reference": "Modules/Settings/BatteryTab.qml:211", + "reference": "Modules/Settings/BatteryTab.qml:213", "comment": "", "tags": [ "settings" @@ -21828,7 +21804,7 @@ { "term": "Show a warning popup when battery is running low.", "context": "Show a warning popup when battery is running low.", - "reference": "Modules/Settings/BatteryTab.qml:253", + "reference": "Modules/Settings/BatteryTab.qml:255", "comment": "", "tags": [ "settings" @@ -21855,7 +21831,7 @@ { "term": "Show an urgent alert when battery reaches critical level.", "context": "Show an urgent alert when battery reaches critical level.", - "reference": "Modules/Settings/BatteryTab.qml:298", + "reference": "Modules/Settings/BatteryTab.qml:300", "comment": "", "tags": [ "settings" @@ -21927,7 +21903,7 @@ { "term": "Show foreground surfaces on panels for stronger contrast", "context": "Show foreground surfaces on panels for stronger contrast", - "reference": "Modules/Settings/ThemeColorsTab.qml:1756", + "reference": "Modules/Settings/ThemeColorsTab.qml:1758", "comment": "", "tags": [ "settings" @@ -22179,7 +22155,7 @@ { "term": "Size", "context": "Size", - "reference": "Modals/WindowRuleModal.qml:1866, Modals/DankLauncherV2/LauncherContent.qml:703, Modals/DankLauncherV2/LauncherContent.qml:708, Modals/DankLauncherV2/LauncherContent.qml:715, Modules/Settings/LauncherTab.qml:617, Modules/Settings/DankBarTab.qml:935, Modules/Settings/FrameTab.qml:128", + "reference": "Modals/WindowRuleModal.qml:1882, Modals/DankLauncherV2/LauncherContent.qml:703, Modals/DankLauncherV2/LauncherContent.qml:708, Modals/DankLauncherV2/LauncherContent.qml:715, Modules/Settings/LauncherTab.qml:617, Modules/Settings/DankBarTab.qml:935, Modules/Settings/FrameTab.qml:128", "comment": "launcher size option", "tags": [ "settings", @@ -22189,7 +22165,7 @@ { "term": "Size Constraints", "context": "Size Constraints", - "reference": "Modals/WindowRuleModal.qml:1420", + "reference": "Modals/WindowRuleModal.qml:1436", "comment": "", "tags": [ "shell" @@ -22243,7 +22219,7 @@ { "term": "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.", "context": "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.", - "reference": "Modules/Settings/GreeterTab.qml:638", + "reference": "Modules/Settings/GreeterTab.qml:670", "comment": "", "tags": [ "settings" @@ -22514,8 +22490,18 @@ { "term": "Start", "context": "Start", - "reference": "Modules/Settings/ThemeColorsTab.qml:1269, Modules/Settings/GammaControlTab.qml:251, Modules/DankDash/Overview/CalendarEventEditor.qml:254", - "comment": "", + "reference": "Modules/Settings/ThemeColorsTab.qml:1271, Modules/Settings/GammaControlTab.qml:251, Modules/Settings/NetworkWifiTab.qml:1298, Modules/Settings/NetworkWifiTab.qml:1607, Modules/ControlCenter/Details/NetworkDetail.qml:59, Modules/DankDash/Overview/CalendarEventEditor.qml:254", + "comment": "hotspot start confirmation action | start hotspot action", + "tags": [ + "settings", + "shell" + ] + }, + { + "term": "Start Hotspot?", + "context": "Start Hotspot?", + "reference": "Modules/Settings/NetworkWifiTab.qml:1296, Modules/ControlCenter/Details/NetworkDetail.qml:57", + "comment": "hotspot start confirmation title", "tags": [ "settings", "shell" @@ -22539,6 +22525,34 @@ "shell" ] }, + { + "term": "Starting hotspot...", + "context": "Starting hotspot...", + "reference": "Modules/Settings/NetworkWifiTab.qml:1428", + "comment": "hotspot activation status message", + "tags": [ + "settings" + ] + }, + { + "term": "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.", + "context": "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1449", + "comment": "hotspot WiFi disconnection warning", + "tags": [ + "settings" + ] + }, + { + "term": "Starting...", + "context": "Starting...", + "reference": "Modules/Settings/NetworkWifiTab.qml:1606, Modules/ControlCenter/Details/NetworkDetail.qml:243", + "comment": "hotspot activation status", + "tags": [ + "settings", + "shell" + ] + }, { "term": "State", "context": "State", @@ -22551,11 +22565,19 @@ { "term": "Status", "context": "Status", - "reference": "Widgets/DankIconPicker.qml:55, Modals/Settings/SettingsSidebar.qml:251, Modules/Settings/AboutTab.qml:698, Modules/Settings/GreeterTab.qml:399, Modules/Settings/NetworkStatusTab.qml:40, Modules/Settings/NetworkStatusTab.qml:86, Modules/Settings/PrinterTab.qml:196, Modules/Settings/BatteryTab.qml:51, Modules/Settings/BatteryTab.qml:107", + "reference": "Modals/Settings/SettingsSidebar.qml:251, Modules/Settings/AboutTab.qml:694, Modules/Settings/GreeterTab.qml:420, Modules/Settings/NetworkStatusTab.qml:40, Modules/Settings/NetworkStatusTab.qml:86, Modules/Settings/PrinterTab.qml:196, Modules/Settings/BatteryTab.qml:51, Modules/Settings/BatteryTab.qml:107", "comment": "", "tags": [ - "settings", - "shell" + "settings" + ] + }, + { + "term": "Stop", + "context": "Stop", + "reference": "Modules/Settings/NetworkWifiTab.qml:1604", + "comment": "stop hotspot action", + "tags": [ + "settings" ] }, { @@ -22699,7 +22721,7 @@ { "term": "Surface", "context": "Surface", - "reference": "Modules/Settings/ThemeColorsTab.qml:44, Modules/Settings/DockTab.qml:402, Modules/Settings/DockTab.qml:686, Modules/Settings/LauncherTab.qml:427, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:37, Modules/Settings/WorkspaceAppearanceCard.qml:78, Modules/Settings/WorkspaceAppearanceCard.qml:110, Modules/Settings/WorkspaceAppearanceCard.qml:148, Modules/Settings/FrameTab.qml:231", + "reference": "Modules/Settings/ThemeColorsTab.qml:46, Modules/Settings/DockTab.qml:402, Modules/Settings/DockTab.qml:686, Modules/Settings/LauncherTab.qml:427, Modules/Settings/DankBarTab.qml:1774, Modules/Settings/WorkspaceAppearanceCard.qml:37, Modules/Settings/WorkspaceAppearanceCard.qml:78, Modules/Settings/WorkspaceAppearanceCard.qml:110, Modules/Settings/WorkspaceAppearanceCard.qml:148, Modules/Settings/FrameTab.qml:231", "comment": "color option | shadow color option | widget background color option | workspace color option", "tags": [ "settings" @@ -22717,7 +22739,7 @@ { "term": "Surface Border Color", "context": "Surface Border Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:194, Modules/Settings/ThemeColorsTab.qml:1789", + "reference": "Modules/Settings/ThemeColorsTab.qml:196, Modules/Settings/ThemeColorsTab.qml:1791", "comment": "", "tags": [ "settings" @@ -22726,7 +22748,7 @@ { "term": "Surface Border Opacity", "context": "Surface Border Opacity", - "reference": "Modules/Settings/ThemeColorsTab.qml:1834", + "reference": "Modules/Settings/ThemeColorsTab.qml:1836", "comment": "", "tags": [ "settings" @@ -22735,7 +22757,7 @@ { "term": "Surface Border Outline", "context": "Surface Border Outline", - "reference": "Modules/Settings/ThemeColorsTab.qml:1779", + "reference": "Modules/Settings/ThemeColorsTab.qml:1781", "comment": "", "tags": [ "settings" @@ -22744,7 +22766,7 @@ { "term": "Surface Container", "context": "Surface Container", - "reference": "Modules/Settings/ThemeColorsTab.qml:47, Modules/Settings/WallpaperTab.qml:352, Modules/Settings/WorkspaceAppearanceCard.qml:40, Modules/Settings/WorkspaceAppearanceCard.qml:81, Modules/Settings/WorkspaceAppearanceCard.qml:113, Modules/Settings/WorkspaceAppearanceCard.qml:151", + "reference": "Modules/Settings/ThemeColorsTab.qml:49, Modules/Settings/WallpaperTab.qml:352, Modules/Settings/WorkspaceAppearanceCard.qml:40, Modules/Settings/WorkspaceAppearanceCard.qml:81, Modules/Settings/WorkspaceAppearanceCard.qml:113, Modules/Settings/WorkspaceAppearanceCard.qml:151", "comment": "widget background color option | workspace color option", "tags": [ "settings" @@ -22753,7 +22775,7 @@ { "term": "Surface High", "context": "Surface High", - "reference": "Modules/Settings/ThemeColorsTab.qml:50, Modules/Settings/WorkspaceAppearanceCard.qml:43, Modules/Settings/WorkspaceAppearanceCard.qml:84, Modules/Settings/WorkspaceAppearanceCard.qml:116, Modules/Settings/WorkspaceAppearanceCard.qml:154", + "reference": "Modules/Settings/ThemeColorsTab.qml:52, Modules/Settings/WorkspaceAppearanceCard.qml:43, Modules/Settings/WorkspaceAppearanceCard.qml:84, Modules/Settings/WorkspaceAppearanceCard.qml:116, Modules/Settings/WorkspaceAppearanceCard.qml:154", "comment": "widget background color option | workspace color option", "tags": [ "settings" @@ -22771,7 +22793,7 @@ { "term": "Surface Opacity", "context": "Surface Opacity", - "reference": "Modules/Notepad/NotepadSettings.qml:355, Modules/Settings/ThemeColorsTab.qml:1740, Modules/Settings/ThemeColorsTab.qml:1862, Modules/Settings/FrameTab.qml:149", + "reference": "Modules/Notepad/NotepadSettings.qml:355, Modules/Settings/ThemeColorsTab.qml:1742, Modules/Settings/ThemeColorsTab.qml:1864, Modules/Settings/FrameTab.qml:149", "comment": "", "tags": [ "settings", @@ -22790,7 +22812,7 @@ { "term": "Surface Variant", "context": "Surface Variant", - "reference": "Modules/Settings/ThemeColorsTab.qml:1667, Modules/Settings/ThemeColorsTab.qml:1672, Modules/Settings/ThemeColorsTab.qml:1681, Modules/Settings/ThemeColorsTab.qml:1691, Modules/Settings/ThemeColorsTab.qml:1705, Modules/Settings/ThemeColorsTab.qml:1710, Modules/Settings/ThemeColorsTab.qml:1719, Modules/Settings/ThemeColorsTab.qml:1729, Modules/Settings/ThemeColorsTab.qml:1972, Modules/Settings/ThemeColorsTab.qml:1977, Modules/Settings/ThemeColorsTab.qml:1987, Modules/Settings/ThemeColorsTab.qml:1998", + "reference": "Modules/Settings/ThemeColorsTab.qml:1669, Modules/Settings/ThemeColorsTab.qml:1674, Modules/Settings/ThemeColorsTab.qml:1683, Modules/Settings/ThemeColorsTab.qml:1693, Modules/Settings/ThemeColorsTab.qml:1707, Modules/Settings/ThemeColorsTab.qml:1712, Modules/Settings/ThemeColorsTab.qml:1721, Modules/Settings/ThemeColorsTab.qml:1731, Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1979, Modules/Settings/ThemeColorsTab.qml:1989, Modules/Settings/ThemeColorsTab.qml:2000", "comment": "button color option | shadow color option | tile color option", "tags": [ "settings" @@ -22817,7 +22839,7 @@ { "term": "Suspend", "context": "Suspend", - "reference": "Modals/PowerMenuModal.qml:217, Modules/Lock/LockPowerMenu.qml:124, Modules/Settings/PowerSleepTab.qml:354, Modules/Settings/PowerSleepTab.qml:413", + "reference": "Modals/PowerMenuModal.qml:247, Modules/Settings/PowerSleepTab.qml:354, Modules/Settings/PowerSleepTab.qml:413", "comment": "", "tags": [ "settings", @@ -22854,7 +22876,7 @@ { "term": "Sway Website", "context": "Sway Website", - "reference": "Modules/Settings/AboutTab.qml:73", + "reference": "Modules/Settings/AboutTab.qml:74", "comment": "", "tags": [ "settings" @@ -22863,7 +22885,7 @@ { "term": "Switch User", "context": "Switch User", - "reference": "Modals/PowerMenuModal.qml:235, Modals/SwitchUserModal.qml:97, Modules/Lock/LockPowerMenu.qml:136", + "reference": "Modals/PowerMenuModal.qml:265, Modals/SwitchUserModal.qml:97", "comment": "", "tags": [ "shell" @@ -22899,7 +22921,7 @@ { "term": "Sync", "context": "Sync", - "reference": "Modules/Settings/GreeterTab.qml:461", + "reference": "Modules/Settings/GreeterTab.qml:489", "comment": "", "tags": [ "settings" @@ -22917,7 +22939,7 @@ { "term": "Sync Mode with Portal", "context": "Sync Mode with Portal", - "reference": "Modules/Settings/ThemeColorsTab.qml:2128", + "reference": "Modules/Settings/ThemeColorsTab.qml:2130", "comment": "", "tags": [ "settings" @@ -22942,9 +22964,9 @@ ] }, { - "term": "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.", - "context": "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.", - "reference": "Modules/Settings/GreeterTab.qml:403", + "term": "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.", + "context": "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.", + "reference": "Modules/Settings/GreeterTab.qml:424", "comment": "", "tags": [ "settings" @@ -22953,7 +22975,7 @@ { "term": "Sync completed successfully.", "context": "Sync completed successfully.", - "reference": "Modules/Settings/GreeterTab.qml:251", + "reference": "Modules/Settings/GreeterTab.qml:280", "comment": "", "tags": [ "settings" @@ -22962,7 +22984,7 @@ { "term": "Sync dark mode with settings portals for system-wide theme hints", "context": "Sync dark mode with settings portals for system-wide theme hints", - "reference": "Modules/Settings/ThemeColorsTab.qml:2129", + "reference": "Modules/Settings/ThemeColorsTab.qml:2131", "comment": "", "tags": [ "settings" @@ -22971,7 +22993,7 @@ { "term": "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.", "context": "Sync failed in background mode. Trying terminal mode so you can authenticate interactively.", - "reference": "Modules/Settings/GreeterTab.qml:260", + "reference": "Modules/Settings/GreeterTab.qml:271", "comment": "", "tags": [ "settings" @@ -22980,7 +23002,7 @@ { "term": "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.", "context": "Sync needs sudo authentication. Opening terminal so you can use password or fingerprint.", - "reference": "Modules/Settings/GreeterTab.qml:289", + "reference": "Modules/Settings/GreeterTab.qml:308", "comment": "", "tags": [ "settings" @@ -22989,7 +23011,7 @@ { "term": "Sync to apply", "context": "Sync to apply", - "reference": "Modules/Settings/GreeterTab.qml:748", + "reference": "Modules/Settings/GreeterTab.qml:780", "comment": "", "tags": [ "settings" @@ -22998,7 +23020,7 @@ { "term": "Syncing...", "context": "Syncing...", - "reference": "Modules/Settings/GreeterTab.qml:748", + "reference": "Modules/Settings/GreeterTab.qml:780", "comment": "", "tags": [ "settings" @@ -23007,7 +23029,7 @@ { "term": "System", "context": "System", - "reference": "Modals/ProcessListModal.qml:325, Modals/ProcessListModal.qml:383, Services/AppSearchService.qml:685, Widgets/DankIconPicker.qml:43, Modals/Settings/SettingsSidebar.qml:312, Modules/ProcessList/ProcessListPopout.qml:169, Modules/DankBar/Popouts/SystemUpdatePopout.qml:99, Modules/DankBar/Popouts/SystemUpdatePopout.qml:217", + "reference": "Modals/ProcessListModal.qml:325, Modals/ProcessListModal.qml:383, Services/AppSearchService.qml:685, Modals/Settings/SettingsSidebar.qml:312, Modules/ProcessList/ProcessListPopout.qml:169, Modules/DankBar/Popouts/SystemUpdatePopout.qml:99, Modules/DankBar/Popouts/SystemUpdatePopout.qml:217", "comment": "", "tags": [ "settings", @@ -23017,7 +23039,7 @@ { "term": "System App Theming", "context": "System App Theming", - "reference": "Modules/Settings/ThemeColorsTab.qml:2857", + "reference": "Modules/Settings/ThemeColorsTab.qml:2859", "comment": "", "tags": [ "settings" @@ -23026,7 +23048,7 @@ { "term": "System Check", "context": "System Check", - "reference": "Modals/Greeter/GreeterDoctorPage.qml:151, Modals/Greeter/GreeterDoctorPage.qml:215, Modules/Settings/AboutTab.qml:814", + "reference": "Modals/Greeter/GreeterDoctorPage.qml:151, Modals/Greeter/GreeterDoctorPage.qml:215, Modules/Settings/AboutTab.qml:810", "comment": "greeter doctor page title", "tags": [ "settings", @@ -23036,7 +23058,7 @@ { "term": "System Default", "context": "System Default", - "reference": "Modules/Settings/GreeterTab.qml:347, Modules/Settings/TimeWeatherTab.qml:12, Modules/Settings/TimeWeatherTab.qml:58, Modules/Settings/TimeWeatherTab.qml:66, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:183, Modules/Settings/TimeWeatherTab.qml:223, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:270, Modules/Settings/TimeWeatherTab.qml:310, Modules/Settings/LocaleTab.qml:9", + "reference": "Modules/Settings/GreeterTab.qml:368, Modules/Settings/TimeWeatherTab.qml:12, Modules/Settings/TimeWeatherTab.qml:58, Modules/Settings/TimeWeatherTab.qml:66, Modules/Settings/TimeWeatherTab.qml:180, Modules/Settings/TimeWeatherTab.qml:183, Modules/Settings/TimeWeatherTab.qml:223, Modules/Settings/TimeWeatherTab.qml:267, Modules/Settings/TimeWeatherTab.qml:270, Modules/Settings/TimeWeatherTab.qml:310, Modules/Settings/LocaleTab.qml:9", "comment": "date format option", "tags": [ "settings" @@ -23177,19 +23199,10 @@ "shell" ] }, - { - "term": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", - "context": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", - "reference": "Modals/FileBrowser/KeyboardHints.qml:26", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Tags", "context": "Tags", - "reference": "Modals/WindowRuleModal.qml:1806", + "reference": "Modals/WindowRuleModal.qml:1822", "comment": "", "tags": [ "shell" @@ -23268,9 +23281,9 @@ ] }, { - "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", - "context": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", - "reference": "Modules/Settings/GreeterTab.qml:313", + "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.", + "context": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.", + "reference": "Modules/Settings/GreeterTab.qml:332", "comment": "", "tags": [ "settings" @@ -23279,7 +23292,7 @@ { "term": "Terminal fallback opened. Complete authentication there; it will close automatically when done.", "context": "Terminal fallback opened. Complete authentication there; it will close automatically when done.", - "reference": "Common/settings/Processes.qml:653, Modules/Settings/GreeterTab.qml:308", + "reference": "Common/settings/Processes.qml:653, Modules/Settings/GreeterTab.qml:327", "comment": "", "tags": [ "settings", @@ -23289,7 +23302,7 @@ { "term": "Terminal opened. Complete authentication there; it will close automatically when done.", "context": "Terminal opened. Complete authentication there; it will close automatically when done.", - "reference": "Common/settings/Processes.qml:653, Modules/Settings/GreeterTab.qml:308", + "reference": "Common/settings/Processes.qml:653, Modules/Settings/GreeterTab.qml:327", "comment": "", "tags": [ "settings", @@ -23299,7 +23312,7 @@ { "term": "Terminals - Always use Dark Theme", "context": "Terminals - Always use Dark Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:2138", + "reference": "Modules/Settings/ThemeColorsTab.qml:2140", "comment": "", "tags": [ "settings" @@ -23317,7 +23330,7 @@ { "term": "Tertiary Container", "context": "Tertiary Container", - "reference": "Modules/Settings/ThemeColorsTab.qml:59, Modules/Settings/WorkspaceAppearanceCard.qml:34, Modules/Settings/WorkspaceAppearanceCard.qml:75, Modules/Settings/WorkspaceAppearanceCard.qml:145, Modules/Settings/WorkspaceAppearanceCard.qml:180", + "reference": "Modules/Settings/ThemeColorsTab.qml:61, Modules/Settings/WorkspaceAppearanceCard.qml:34, Modules/Settings/WorkspaceAppearanceCard.qml:75, Modules/Settings/WorkspaceAppearanceCard.qml:145, Modules/Settings/WorkspaceAppearanceCard.qml:180", "comment": "widget background color option | workspace color option", "tags": [ "settings" @@ -23362,7 +23375,7 @@ { "term": "Text", "context": "Text", - "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:354, Modals/DankLauncherV2/Controller.qml:1271, Modals/Clipboard/ClipboardEntry.qml:199, Modals/Clipboard/ClipboardContent.qml:16, Modules/Settings/LauncherTab.qml:736", + "reference": "dms-plugins/DankKDEConnect/components/ShareDialog.qml:354, Modals/DankLauncherV2/Controller.qml:1276, Modals/Clipboard/ClipboardEntry.qml:199, Modals/Clipboard/ClipboardContent.qml:16, Modules/Settings/LauncherTab.qml:736", "comment": "KDE Connect share text button | text color", "tags": [ "plugin-dankkdeconnect", @@ -23373,7 +23386,7 @@ { "term": "Text Color", "context": "Text Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1792, Modules/Settings/ThemeColorsTab.qml:1797, Modules/Settings/ThemeColorsTab.qml:1807, Modules/Settings/ThemeColorsTab.qml:1819, Modules/Settings/ThemeColorsTab.qml:1972, Modules/Settings/ThemeColorsTab.qml:1975, Modules/Settings/ThemeColorsTab.qml:1983, Modules/Settings/ThemeColorsTab.qml:2003", + "reference": "Modules/Settings/ThemeColorsTab.qml:1794, Modules/Settings/ThemeColorsTab.qml:1799, Modules/Settings/ThemeColorsTab.qml:1809, Modules/Settings/ThemeColorsTab.qml:1821, Modules/Settings/ThemeColorsTab.qml:1974, Modules/Settings/ThemeColorsTab.qml:1977, Modules/Settings/ThemeColorsTab.qml:1985, Modules/Settings/ThemeColorsTab.qml:2005", "comment": "shadow color option | surface border color", "tags": [ "settings" @@ -23415,10 +23428,19 @@ "settings" ] }, + { + "term": "The WiFi adapter could not start access point mode.", + "context": "The WiFi adapter could not start access point mode.", + "reference": "Services/DMSNetworkService.qml:1214", + "comment": "hotspot adapter failure message", + "tags": [ + "shell" + ] + }, { "term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", "context": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", - "reference": "Modules/Settings/ThemeColorsTab.qml:2846", + "reference": "Modules/Settings/ThemeColorsTab.qml:2848", "comment": "", "tags": [ "settings" @@ -23445,7 +23467,7 @@ { "term": "The rule applies to any window matching one of these.", "context": "The rule applies to any window matching one of these.", - "reference": "Modals/WindowRuleModal.qml:772", + "reference": "Modals/WindowRuleModal.qml:776", "comment": "", "tags": [ "shell" @@ -23464,7 +23486,7 @@ { "term": "Theme Color", "context": "Theme Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:326", + "reference": "Modules/Settings/ThemeColorsTab.qml:328", "comment": "", "tags": [ "settings" @@ -23500,7 +23522,7 @@ { "term": "Theme worker failed (%1)", "context": "Theme worker failed (%1)", - "reference": "Common/Theme.qml:2159", + "reference": "Common/Theme.qml:2128", "comment": "", "tags": [ "shell" @@ -23581,7 +23603,7 @@ { "term": "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.", "context": "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.", - "reference": "Services/KeybindsService.qml:550, Modules/Settings/ThemeColorsTab.qml:146, Modules/Settings/ThemeColorsTab.qml:2207, Modules/Settings/WindowRulesTab.qml:346, Modules/Settings/WindowRulesTab.qml:512, Modules/Settings/KeybindsTab.qml:400, Modules/Settings/CompositorLayoutTab.qml:97, Modules/Settings/CompositorLayoutTab.qml:211, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:63, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1552", + "reference": "Services/KeybindsService.qml:550, Modules/Settings/ThemeColorsTab.qml:148, Modules/Settings/ThemeColorsTab.qml:2209, Modules/Settings/WindowRulesTab.qml:346, Modules/Settings/WindowRulesTab.qml:512, Modules/Settings/KeybindsTab.qml:400, Modules/Settings/CompositorLayoutTab.qml:97, Modules/Settings/CompositorLayoutTab.qml:211, Modules/Settings/DisplayConfig/IncludeWarningBox.qml:63, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1552", "comment": "", "tags": [ "settings", @@ -23633,6 +23655,16 @@ "shell" ] }, + { + "term": "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.", + "context": "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1297, Modules/ControlCenter/Details/NetworkDetail.qml:58", + "comment": "hotspot WiFi disconnection confirmation message", + "tags": [ + "settings", + "shell" + ] + }, { "term": "This will permanently delete all clipboard history.", "context": "This will permanently delete all clipboard history.", @@ -23672,7 +23704,7 @@ { "term": "Tile", "context": "Tile", - "reference": "Modals/WindowRuleModal.qml:1550, Modules/Settings/WallpaperTab.qml:296, Modules/Settings/WindowRulesTab.qml:115", + "reference": "Modals/WindowRuleModal.qml:1566, Modules/Settings/WallpaperTab.qml:296, Modules/Settings/WindowRulesTab.qml:115", "comment": "wallpaper fill mode", "tags": [ "settings", @@ -23709,7 +23741,7 @@ { "term": "Tiled State", "context": "Tiled State", - "reference": "Modals/WindowRuleModal.qml:1138", + "reference": "Modals/WindowRuleModal.qml:1154", "comment": "", "tags": [ "shell" @@ -23727,7 +23759,7 @@ { "term": "Time", "context": "Time", - "reference": "Modules/Settings/ThemeColorsTab.qml:1201, Modules/Settings/GammaControlTab.qml:183, Modules/Settings/WallpaperTab.qml:946", + "reference": "Modules/Settings/ThemeColorsTab.qml:1203, Modules/Settings/GammaControlTab.qml:183, Modules/Settings/WallpaperTab.qml:946", "comment": "theme auto mode tab | wallpaper cycling mode tab", "tags": [ "settings" @@ -23855,7 +23887,7 @@ { "term": "Title (optional)", "context": "Title (optional)", - "reference": "Modals/WindowRuleModal.qml:744", + "reference": "Modals/WindowRuleModal.qml:748", "comment": "", "tags": [ "shell" @@ -23873,7 +23905,7 @@ { "term": "Title regex (optional)", "context": "Title regex (optional)", - "reference": "Modals/WindowRuleModal.qml:744, Modals/WindowRuleModal.qml:809", + "reference": "Modals/WindowRuleModal.qml:748, Modals/WindowRuleModal.qml:813", "comment": "", "tags": [ "shell" @@ -23918,7 +23950,7 @@ { "term": "Toast", "context": "Toast", - "reference": "Modules/Settings/BatteryTab.qml:220, Modules/Settings/BatteryTab.qml:262, Modules/Settings/BatteryTab.qml:307", + "reference": "Modules/Settings/BatteryTab.qml:222, Modules/Settings/BatteryTab.qml:264, Modules/Settings/BatteryTab.qml:309", "comment": "", "tags": [ "settings" @@ -23990,7 +24022,7 @@ { "term": "Tonal Spot", "context": "Tonal Spot", - "reference": "Common/Theme.qml:485", + "reference": "Common/Theme.qml:478", "comment": "matugen color scheme option", "tags": [ "shell" @@ -24017,16 +24049,7 @@ { "term": "Too many attempts - locked out", "context": "Too many attempts - locked out", - "reference": "Modules/Lock/LockScreenContent.qml:79", - "comment": "", - "tags": [ - "shell" - ] - }, - { - "term": "Too many failed attempts - account may be locked", - "context": "Too many failed attempts - account may be locked", - "reference": "Modules/Greetd/GreeterContent.qml:261", + "reference": "Modules/Lock/LockScreenContent.qml:80", "comment": "", "tags": [ "shell" @@ -24035,7 +24058,7 @@ { "term": "Tools", "context": "Tools", - "reference": "Modules/Settings/AboutTab.qml:793", + "reference": "Modules/Settings/AboutTab.qml:789", "comment": "", "tags": [ "settings" @@ -24053,7 +24076,7 @@ { "term": "Top (Default)", "context": "Top (Default)", - "reference": "Modules/Settings/ThemeColorsTab.qml:2017, Modules/Settings/ThemeColorsTab.qml:2029", + "reference": "Modules/Settings/ThemeColorsTab.qml:2019, Modules/Settings/ThemeColorsTab.qml:2031", "comment": "shadow direction option", "tags": [ "settings" @@ -24080,7 +24103,7 @@ { "term": "Top Left", "context": "Top Left", - "reference": "Modules/Settings/ThemeColorsTab.qml:2017, Modules/Settings/ThemeColorsTab.qml:2023, Modules/Settings/ThemeColorsTab.qml:2036, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1720, Modules/Settings/DankBarTab.qml:1730, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:249, Modules/Settings/NotificationsTab.qml:258, Modules/Settings/NotificationsTab.qml:264, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154", + "reference": "Modules/Settings/ThemeColorsTab.qml:2019, Modules/Settings/ThemeColorsTab.qml:2025, Modules/Settings/ThemeColorsTab.qml:2038, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1720, Modules/Settings/DankBarTab.qml:1730, Modules/Settings/OSDTab.qml:37, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:58, Modules/Settings/NotificationsTab.qml:249, Modules/Settings/NotificationsTab.qml:258, Modules/Settings/NotificationsTab.qml:264, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154", "comment": "screen position option | shadow direction option", "tags": [ "settings" @@ -24098,7 +24121,7 @@ { "term": "Top Right", "context": "Top Right", - "reference": "Modules/Settings/ThemeColorsTab.qml:2017, Modules/Settings/ThemeColorsTab.qml:2025, Modules/Settings/ThemeColorsTab.qml:2038, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1722, Modules/Settings/DankBarTab.qml:1734, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:245, Modules/Settings/NotificationsTab.qml:255, Modules/Settings/NotificationsTab.qml:258, Modules/Settings/NotificationsTab.qml:261, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154", + "reference": "Modules/Settings/ThemeColorsTab.qml:2019, Modules/Settings/ThemeColorsTab.qml:2027, Modules/Settings/ThemeColorsTab.qml:2040, Modules/Settings/DankBarTab.qml:1716, Modules/Settings/DankBarTab.qml:1722, Modules/Settings/DankBarTab.qml:1734, Modules/Settings/OSDTab.qml:35, Modules/Settings/OSDTab.qml:54, Modules/Settings/OSDTab.qml:56, Modules/Settings/NotificationsTab.qml:245, Modules/Settings/NotificationsTab.qml:255, Modules/Settings/NotificationsTab.qml:258, Modules/Settings/NotificationsTab.qml:261, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:154", "comment": "screen position option | shadow direction option", "tags": [ "settings" @@ -24107,7 +24130,7 @@ { "term": "Top Section", "context": "Top Section", - "reference": "Modules/Settings/WidgetsTab.qml:1322", + "reference": "Modules/Settings/WidgetsTab.qml:1329", "comment": "", "tags": [ "settings" @@ -24134,7 +24157,7 @@ { "term": "Touch your security key...", "context": "Touch your security key...", - "reference": "Modules/Lock/LockScreenContent.qml:73", + "reference": "Modules/Lock/LockScreenContent.qml:74", "comment": "", "tags": [ "shell" @@ -24234,7 +24257,7 @@ { "term": "Trigger: %1", "context": "Trigger: %1", - "reference": "Modals/DankLauncherV2/Controller.qml:1424, Modules/Settings/LauncherTab.qml:1066", + "reference": "Modals/DankLauncherV2/Controller.qml:1429, Modules/Settings/LauncherTab.qml:1066", "comment": "", "tags": [ "settings", @@ -24244,7 +24267,7 @@ { "term": "Trust", "context": "Trust", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:711", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:706", "comment": "", "tags": [ "shell" @@ -24382,7 +24405,7 @@ { "term": "Typography & Motion", "context": "Typography & Motion", - "reference": "Modals/Settings/SettingsSidebar.qml:89, Modals/Settings/SettingsSidebar.qml:652", + "reference": "Modals/Settings/SettingsSidebar.qml:89, Modals/Settings/SettingsSidebar.qml:656", "comment": "", "tags": [ "settings" @@ -24400,7 +24423,7 @@ { "term": "Unavailable", "context": "Unavailable", - "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:459, Modules/Settings/NetworkVpnTab.qml:82, Modules/Settings/PrinterTab.qml:212, Modules/Settings/NetworkEthernetTab.qml:167, Modules/Settings/NetworkWifiTab.qml:970", + "reference": "dms-plugins/DankKDEConnect/DankKDEConnect.qml:459, Modules/Settings/NetworkVpnTab.qml:82, Modules/Settings/PrinterTab.qml:212, Modules/Settings/WidgetsTab.qml:988, Modules/Settings/NetworkEthernetTab.qml:167, Modules/Settings/NetworkWifiTab.qml:970", "comment": "Phone Connect unavailable status", "tags": [ "plugin-dankkdeconnect", @@ -24446,21 +24469,12 @@ { "term": "Uninstall", "context": "Uninstall", - "reference": "Modules/Settings/GreeterTab.qml:91, Modules/Settings/GreeterTab.qml:142, Modules/Settings/ThemeBrowser.qml:629", + "reference": "Modules/Settings/ThemeBrowser.qml:659", "comment": "uninstall action button", "tags": [ "settings" ] }, - { - "term": "Uninstall Greeter", - "context": "Uninstall Greeter", - "reference": "Modules/Settings/GreeterTab.qml:140", - "comment": "greeter action confirmation", - "tags": [ - "settings" - ] - }, { "term": "Uninstall Plugin", "context": "Uninstall Plugin", @@ -24470,37 +24484,19 @@ "settings" ] }, - { - "term": "Uninstall complete. Greeter has been removed.", - "context": "Uninstall complete. Greeter has been removed.", - "reference": "Modules/Settings/GreeterTab.qml:336", - "comment": "", - "tags": [ - "settings" - ] - }, { "term": "Uninstall failed: %1", "context": "Uninstall failed: %1", - "reference": "Modules/Settings/ThemeColorsTab.qml:873, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249", + "reference": "Modules/Settings/ThemeColorsTab.qml:875, Modules/Settings/ThemeBrowser.qml:98, Modules/Settings/PluginListItem.qml:249", "comment": "uninstallation error", "tags": [ "settings" ] }, - { - "term": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", - "context": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", - "reference": "Modules/Settings/GreeterTab.qml:141", - "comment": "", - "tags": [ - "settings" - ] - }, { "term": "Uninstalled: %1", "context": "Uninstalled: %1", - "reference": "Modules/Settings/ThemeColorsTab.qml:876, Modules/Settings/ThemeBrowser.qml:101", + "reference": "Modules/Settings/ThemeColorsTab.qml:878, Modules/Settings/ThemeBrowser.qml:101", "comment": "uninstallation success", "tags": [ "settings" @@ -24509,7 +24505,7 @@ { "term": "Uninstalling: %1", "context": "Uninstalling: %1", - "reference": "Modules/Settings/ThemeColorsTab.qml:870, Modules/Settings/ThemeBrowser.qml:95", + "reference": "Modules/Settings/ThemeColorsTab.qml:872, Modules/Settings/ThemeBrowser.qml:95", "comment": "uninstallation progress", "tags": [ "settings" @@ -24518,7 +24514,7 @@ { "term": "Unknown", "context": "Unknown", - "reference": "Common/Theme.qml:1650, Services/WeatherService.qml:153, Services/WeatherService.qml:716, Services/WeatherService.qml:717, Services/WeatherService.qml:758, Services/WeatherService.qml:759, Services/WeatherService.qml:794, Services/WeatherService.qml:795, Services/WeatherService.qml:993, Services/WeatherService.qml:994, Services/BatteryService.qml:334, dms-plugins/DankKDEConnect/DankKDEConnect.qml:1582, dms-plugins/DankKDEConnect/components/DeviceCard.qml:298, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:741, Modules/Lock/LockScreenContent.qml:451, Modules/Lock/LockScreenContent.qml:571, Modules/Lock/LockScreenContent.qml:667, Modules/Settings/PluginBrowser.qml:1268, Modules/Settings/PluginBrowser.qml:1648, Modules/Settings/NetworkStatusTab.qml:79, Modules/Settings/NetworkStatusTab.qml:121, Modules/Settings/PrinterTab.qml:1651, Modules/Settings/ThemeBrowser.qml:506, Modules/Settings/NetworkEthernetTab.qml:146, Modules/Settings/NetworkEthernetTab.qml:169, Modules/Settings/NetworkEthernetTab.qml:317, Modules/Settings/NetworkEthernetTab.qml:428, Modules/Settings/NotificationsTab.qml:718, Modules/Settings/NetworkWifiTab.qml:537, Modules/Settings/NetworkWifiTab.qml:947, Modules/ControlCenter/Details/BatteryDetail.qml:184, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:517, Modules/ControlCenter/Components/DragDropGrid.qml:755, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:340", + "reference": "Common/Theme.qml:1622, Services/WeatherService.qml:153, Services/WeatherService.qml:716, Services/WeatherService.qml:717, Services/WeatherService.qml:758, Services/WeatherService.qml:759, Services/WeatherService.qml:794, Services/WeatherService.qml:795, Services/WeatherService.qml:993, Services/WeatherService.qml:994, Services/BatteryService.qml:334, dms-plugins/DankKDEConnect/DankKDEConnect.qml:1582, dms-plugins/DankKDEConnect/components/DeviceCard.qml:298, dms-plugins/DankKDEConnect/components/KDEConnectDetailContent.qml:741, Modules/Lock/LockScreenContent.qml:452, Modules/Lock/LockScreenContent.qml:572, Modules/Lock/LockScreenContent.qml:668, Modules/Settings/PluginBrowser.qml:1268, Modules/Settings/PluginBrowser.qml:1648, Modules/Settings/NetworkStatusTab.qml:79, Modules/Settings/NetworkStatusTab.qml:121, Modules/Settings/PrinterTab.qml:1651, Modules/Settings/ThemeBrowser.qml:536, Modules/Settings/WidgetsTab.qml:985, Modules/Settings/NetworkEthernetTab.qml:146, Modules/Settings/NetworkEthernetTab.qml:169, Modules/Settings/NetworkEthernetTab.qml:317, Modules/Settings/NetworkEthernetTab.qml:428, Modules/Settings/NotificationsTab.qml:718, Modules/Settings/NetworkWifiTab.qml:537, Modules/Settings/NetworkWifiTab.qml:947, Modules/ControlCenter/Details/BatteryDetail.qml:184, Modules/ControlCenter/Components/HeaderPane.qml:63, Modules/ControlCenter/Components/DragDropGrid.qml:517, Modules/ControlCenter/Components/DragDropGrid.qml:755, Modules/DankDash/Overview/MediaOverviewCard.qml:91, Modules/DankBar/Popouts/BatteryPopout.qml:340", "comment": "KDE Connect unknown device status | Status | battery status | power profile option | unknown author | widget status", "tags": [ "plugin-dankkdeconnect", @@ -24548,7 +24544,7 @@ { "term": "Unknown Config", "context": "Unknown Config", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:308", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:505", "comment": "", "tags": [ "shell" @@ -24557,7 +24553,7 @@ { "term": "Unknown Device", "context": "Unknown Device", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:262, Modules/ControlCenter/Details/BluetoothDetail.qml:524", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:257, Modules/ControlCenter/Details/BluetoothDetail.qml:519", "comment": "", "tags": [ "shell" @@ -24593,7 +24589,7 @@ { "term": "Unknown Network", "context": "Unknown Network", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:570", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:767", "comment": "", "tags": [ "shell" @@ -24756,7 +24752,7 @@ { "term": "Untrust", "context": "Untrust", - "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:711", + "reference": "Modules/ControlCenter/Details/BluetoothDetail.qml:706", "comment": "", "tags": [ "shell" @@ -24774,7 +24770,7 @@ { "term": "Update", "context": "Update", - "reference": "Modals/WindowRuleModal.qml:1944, Modules/Settings/PluginUpdatesDialog.qml:253", + "reference": "Modals/WindowRuleModal.qml:1960, Modules/Settings/PluginUpdatesDialog.qml:253", "comment": "", "tags": [ "settings", @@ -24848,7 +24844,7 @@ { "term": "Urgent", "context": "Urgent", - "reference": "Modals/WindowRuleModal.qml:912, Modules/Settings/WindowRulesTab.qml:52", + "reference": "Modals/WindowRuleModal.qml:916, Modules/Settings/WindowRulesTab.qml:52", "comment": "", "tags": [ "settings", @@ -24912,7 +24908,7 @@ { "term": "Use IP Location", "context": "Use IP Location", - "reference": "Modules/Settings/ThemeColorsTab.qml:1359, Modules/Settings/GammaControlTab.qml:344", + "reference": "Modules/Settings/ThemeColorsTab.qml:1361, Modules/Settings/GammaControlTab.qml:344", "comment": "", "tags": [ "settings" @@ -24984,7 +24980,7 @@ { "term": "Use a custom image for the login screen, or leave empty to use desktop wallpaper", "context": "Use a custom image for the login screen, or leave empty to use desktop wallpaper", - "reference": "Modules/Settings/GreeterTab.qml:580", + "reference": "Modules/Settings/GreeterTab.qml:612", "comment": "", "tags": [ "settings" @@ -25083,7 +25079,7 @@ { "term": "Use different icon themes for light and dark mode", "context": "Use different icon themes for light and dark mode", - "reference": "Modules/Settings/ThemeColorsTab.qml:2372", + "reference": "Modules/Settings/ThemeColorsTab.qml:2374", "comment": "", "tags": [ "settings" @@ -25119,7 +25115,7 @@ { "term": "Use light theme instead of dark theme", "context": "Use light theme instead of dark theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:1593", + "reference": "Modules/Settings/ThemeColorsTab.qml:1595", "comment": "", "tags": [ "settings" @@ -25164,7 +25160,7 @@ { "term": "Use system PAM authentication", "context": "Use system PAM authentication", - "reference": "Modules/Settings/GreeterTab.qml:488, Modules/Settings/LockScreenTab.qml:478", + "reference": "Modules/Settings/GreeterTab.qml:516, Modules/Settings/LockScreenTab.qml:478", "comment": "system PAM policy toggle", "tags": [ "settings" @@ -25236,7 +25232,7 @@ { "term": "User already exists", "context": "User already exists", - "reference": "Services/UsersService.qml:135", + "reference": "Services/UsersService.qml:138", "comment": "", "tags": [ "shell" @@ -25245,7 +25241,7 @@ { "term": "User created", "context": "User created", - "reference": "Services/UsersService.qml:213", + "reference": "Services/UsersService.qml:216", "comment": "", "tags": [ "shell" @@ -25254,7 +25250,7 @@ { "term": "User created with administrator and greeter login access", "context": "User created with administrator and greeter login access", - "reference": "Services/UsersService.qml:208", + "reference": "Services/UsersService.qml:211", "comment": "", "tags": [ "shell" @@ -25263,7 +25259,7 @@ { "term": "User created with administrator privileges", "context": "User created with administrator privileges", - "reference": "Services/UsersService.qml:210", + "reference": "Services/UsersService.qml:213", "comment": "", "tags": [ "shell" @@ -25272,7 +25268,7 @@ { "term": "User created with greeter login access", "context": "User created with greeter login access", - "reference": "Services/UsersService.qml:212", + "reference": "Services/UsersService.qml:215", "comment": "", "tags": [ "shell" @@ -25281,7 +25277,7 @@ { "term": "User deleted", "context": "User deleted", - "reference": "Services/UsersService.qml:349", + "reference": "Services/UsersService.qml:355", "comment": "", "tags": [ "shell" @@ -25290,7 +25286,7 @@ { "term": "User not found", "context": "User not found", - "reference": "Services/UsersService.qml:143, Services/UsersService.qml:155, Services/UsersService.qml:167, Services/UsersService.qml:182", + "reference": "Services/UsersService.qml:146, Services/UsersService.qml:158, Services/UsersService.qml:170, Services/UsersService.qml:185", "comment": "", "tags": [ "shell" @@ -25315,15 +25311,6 @@ "settings" ] }, - { - "term": "Username...", - "context": "Username...", - "reference": "Modules/Greetd/GreeterContent.qml:1257", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "Users", "context": "Users", @@ -25336,7 +25323,7 @@ { "term": "Uses sunrise/sunset times based on your location.", "context": "Uses sunrise/sunset times based on your location.", - "reference": "Modules/Settings/ThemeColorsTab.qml:1438", + "reference": "Modules/Settings/ThemeColorsTab.qml:1440", "comment": "", "tags": [ "settings" @@ -25390,7 +25377,7 @@ { "term": "Using shared settings from Gamma Control", "context": "Using shared settings from Gamma Control", - "reference": "Modules/Settings/ThemeColorsTab.qml:1450", + "reference": "Modules/Settings/ThemeColorsTab.qml:1452", "comment": "", "tags": [ "settings" @@ -25409,7 +25396,7 @@ { "term": "VPN", "context": "VPN", - "reference": "Services/DMSNetworkService.qml:393, Modals/Settings/SettingsSidebar.qml:269, Modules/Settings/WidgetsTabSection.qml:2263, Modules/Settings/WidgetsTabSection.qml:2514, Modules/Settings/NetworkVpnTab.qml:45, Modules/Settings/WidgetsTab.qml:201, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18", + "reference": "Services/DMSNetworkService.qml:453, Modals/Settings/SettingsSidebar.qml:269, Modules/Settings/WidgetsTabSection.qml:2263, Modules/Settings/WidgetsTabSection.qml:2514, Modules/Settings/NetworkVpnTab.qml:45, Modules/Settings/WidgetsTab.qml:201, Modules/ControlCenter/Models/WidgetModel.qml:247, Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:18", "comment": "", "tags": [ "settings", @@ -25500,7 +25487,7 @@ { "term": "VRR On-Demand", "context": "VRR On-Demand", - "reference": "Modals/WindowRuleModal.qml:1130, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117", + "reference": "Modals/WindowRuleModal.qml:1146, Modules/Settings/DisplayConfig/DisplayConfigState.qml:2117", "comment": "", "tags": [ "settings", @@ -25528,7 +25515,7 @@ { "term": "Version", "context": "Version", - "reference": "Modules/Settings/AboutTab.qml:648", + "reference": "Modules/Settings/AboutTab.qml:644", "comment": "", "tags": [ "settings" @@ -25582,7 +25569,7 @@ { "term": "Vibrant", "context": "Vibrant", - "reference": "Common/Theme.qml:489", + "reference": "Common/Theme.qml:482", "comment": "matugen color scheme option", "tags": [ "shell" @@ -25591,7 +25578,7 @@ { "term": "Vibrant palette with playful saturation.", "context": "Vibrant palette with playful saturation.", - "reference": "Common/Theme.qml:498", + "reference": "Common/Theme.qml:491", "comment": "", "tags": [ "shell" @@ -25625,15 +25612,6 @@ "shell" ] }, - { - "term": "Videos", - "context": "Videos", - "reference": "Modals/FileBrowser/FileBrowserContent.qml:288", - "comment": "", - "tags": [ - "shell" - ] - }, { "term": "View Mode", "context": "View Mode", @@ -25737,13 +25715,22 @@ { "term": "W", "context": "W", - "reference": "Modals/WindowRuleModal.qml:1654, Modules/Settings/WindowRulesTab.qml:125", + "reference": "Modals/WindowRuleModal.qml:1670, Modules/Settings/WindowRulesTab.qml:125", "comment": "", "tags": [ "settings", "shell" ] }, + { + "term": "WCAG %1 body", + "context": "WCAG %1 body", + "reference": "Modules/Settings/ThemeBrowser.qml:527", + "comment": "contrast badge when only body text passes", + "tags": [ + "settings" + ] + }, { "term": "WPA/WPA2", "context": "WPA/WPA2", @@ -25753,6 +25740,15 @@ "settings" ] }, + { + "term": "WPA2 password", + "context": "WPA2 password", + "reference": "Modules/Settings/NetworkWifiTab.qml:1485", + "comment": "hotspot security summary", + "tags": [ + "settings" + ] + }, { "term": "Wallpaper", "context": "Wallpaper", @@ -25766,7 +25762,7 @@ { "term": "Wallpaper Error", "context": "Wallpaper Error", - "reference": "Modules/Settings/ThemeColorsTab.qml:572", + "reference": "Modules/Settings/ThemeColorsTab.qml:574", "comment": "wallpaper error status", "tags": [ "settings" @@ -25793,7 +25789,7 @@ { "term": "Wallpaper processing failed", "context": "Wallpaper processing failed", - "reference": "Modules/Settings/ThemeColorsTab.qml:589", + "reference": "Modules/Settings/ThemeColorsTab.qml:591", "comment": "wallpaper processing error", "tags": [ "settings" @@ -25802,7 +25798,7 @@ { "term": "Wallpaper processing failed - check wallpaper path", "context": "Wallpaper processing failed - check wallpaper path", - "reference": "Modules/Settings/ThemeColorsTab.qml:427", + "reference": "Modules/Settings/ThemeColorsTab.qml:429", "comment": "wallpaper error", "tags": [ "settings" @@ -25975,7 +25971,7 @@ { "term": "WiFi", "context": "WiFi", - "reference": "Modals/Settings/SettingsSidebar.qml:263, Modules/Settings/NetworkStatusTab.qml:117, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkWifiTab.qml:86, Modules/ControlCenter/Details/NetworkDetail.qml:137", + "reference": "Modals/Settings/SettingsSidebar.qml:263, Modules/Settings/NetworkStatusTab.qml:117, Modules/Settings/NetworkStatusTab.qml:164, Modules/Settings/NetworkWifiTab.qml:86, Modules/ControlCenter/Details/NetworkDetail.qml:163", "comment": "", "tags": [ "settings", @@ -26003,8 +25999,8 @@ { "term": "WiFi disabled", "context": "WiFi disabled", - "reference": "Services/LegacyNetworkService.qml:211, Services/DMSNetworkService.qml:655", - "comment": "", + "reference": "Services/DMSNetworkService.qml:715, Modules/ControlCenter/Details/NetworkDetail.qml:247", + "comment": "hotspot unavailable status", "tags": [ "shell" ] @@ -26012,16 +26008,35 @@ { "term": "WiFi enabled", "context": "WiFi enabled", - "reference": "Services/LegacyNetworkService.qml:211, Services/LegacyNetworkService.qml:416, Services/DMSNetworkService.qml:655, Services/DMSNetworkService.qml:667", + "reference": "Services/DMSNetworkService.qml:715, Services/DMSNetworkService.qml:727", "comment": "", "tags": [ "shell" ] }, + { + "term": "WiFi is disabled", + "context": "WiFi is disabled", + "reference": "Modules/Settings/NetworkWifiTab.qml:1372, Modules/ControlCenter/Details/NetworkDetail.qml:48", + "comment": "hotspot start error title", + "tags": [ + "settings", + "shell" + ] + }, + { + "term": "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.", + "context": "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1440", + "comment": "hotspot WiFi requirement explanation", + "tags": [ + "settings" + ] + }, { "term": "WiFi is off", "context": "WiFi is off", - "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:227", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:424", "comment": "", "tags": [ "shell" @@ -26048,7 +26063,7 @@ { "term": "Widget Background Color", "context": "Widget Background Color", - "reference": "Modules/Settings/ThemeColorsTab.qml:1628, Modules/Settings/ThemeColorsTab.qml:1633", + "reference": "Modules/Settings/ThemeColorsTab.qml:1630, Modules/Settings/ThemeColorsTab.qml:1635", "comment": "", "tags": [ "settings" @@ -26057,7 +26072,7 @@ { "term": "Widget Management", "context": "Widget Management", - "reference": "Modules/Settings/WidgetsTab.qml:1235", + "reference": "Modules/Settings/WidgetsTab.qml:1242", "comment": "", "tags": [ "settings" @@ -26084,7 +26099,7 @@ { "term": "Widget Styling", "context": "Widget Styling", - "reference": "Modules/Settings/ThemeColorsTab.qml:1605", + "reference": "Modules/Settings/ThemeColorsTab.qml:1607", "comment": "", "tags": [ "settings" @@ -26093,7 +26108,7 @@ { "term": "Widget Text Style", "context": "Widget Text Style", - "reference": "Modules/Settings/ThemeColorsTab.qml:1613", + "reference": "Modules/Settings/ThemeColorsTab.qml:1615", "comment": "", "tags": [ "settings" @@ -26129,7 +26144,7 @@ { "term": "Widgets & Notifications", "context": "Widgets & Notifications", - "reference": "Modals/Settings/SettingsSidebar.qml:154, Modals/Settings/SettingsSidebar.qml:646", + "reference": "Modals/Settings/SettingsSidebar.qml:154, Modals/Settings/SettingsSidebar.qml:650", "comment": "", "tags": [ "settings" @@ -26189,6 +26204,15 @@ "settings" ] }, + { + "term": "Will disconnect \"%1\"", + "context": "Will disconnect \"%1\"", + "reference": "Modules/ControlCenter/Details/NetworkDetail.qml:278", + "comment": "hotspot WiFi disconnection warning", + "tags": [ + "shell" + ] + }, { "term": "Wind", "context": "Wind", @@ -26248,7 +26272,7 @@ { "term": "Window Height", "context": "Window Height", - "reference": "Modals/WindowRuleModal.qml:1072", + "reference": "Modals/WindowRuleModal.qml:1088", "comment": "", "tags": [ "shell" @@ -26257,7 +26281,7 @@ { "term": "Window Opening", "context": "Window Opening", - "reference": "Modals/WindowRuleModal.qml:943", + "reference": "Modals/WindowRuleModal.qml:947", "comment": "", "tags": [ "shell" @@ -26293,7 +26317,7 @@ { "term": "Workspace", "context": "Workspace", - "reference": "Modals/WindowRuleModal.qml:1012, Modals/WindowRuleModal.qml:1741, Widgets/DankIconPicker.qml:27, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1897, Modules/Settings/WindowRulesTab.qml:101, Modules/Settings/WindowRulesTab.qml:130", + "reference": "Modals/WindowRuleModal.qml:1028, Modals/WindowRuleModal.qml:1757, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1856, Modules/Settings/DankBarTab.qml:1897, Modules/Settings/WindowRulesTab.qml:101, Modules/Settings/WindowRulesTab.qml:130", "comment": "", "tags": [ "settings", @@ -26375,7 +26399,7 @@ { "term": "X", "context": "X", - "reference": "Modals/WindowRuleModal.qml:1348, Modals/WindowRuleModal.qml:1600, Modules/Settings/WindowRulesTab.qml:127", + "reference": "Modals/WindowRuleModal.qml:1364, Modals/WindowRuleModal.qml:1616, Modules/Settings/WindowRulesTab.qml:127", "comment": "", "tags": [ "settings", @@ -26394,7 +26418,7 @@ { "term": "X-Ray", "context": "X-Ray", - "reference": "Modals/WindowRuleModal.qml:1272, Modules/Settings/WindowRulesTab.qml:133", + "reference": "Modals/WindowRuleModal.qml:1288, Modules/Settings/WindowRulesTab.qml:133", "comment": "", "tags": [ "settings", @@ -26404,7 +26428,7 @@ { "term": "XWayland", "context": "XWayland", - "reference": "Modals/WindowRuleModal.qml:922, Modules/Settings/WindowRulesTab.qml:54", + "reference": "Modals/WindowRuleModal.qml:926, Modules/Settings/WindowRulesTab.qml:54", "comment": "", "tags": [ "settings", @@ -26423,7 +26447,7 @@ { "term": "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).", "context": "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).", - "reference": "Modals/WindowRuleModal.qml:1250", + "reference": "Modals/WindowRuleModal.qml:1266", "comment": "", "tags": [ "shell" @@ -26432,7 +26456,7 @@ { "term": "Xray options are in Compositor → Layout", "context": "Xray options are in Compositor → Layout", - "reference": "Modules/Settings/ThemeColorsTab.qml:1905", + "reference": "Modules/Settings/ThemeColorsTab.qml:1907", "comment": "", "tags": [ "settings" @@ -26441,7 +26465,7 @@ { "term": "Y", "context": "Y", - "reference": "Modals/WindowRuleModal.qml:1375, Modals/WindowRuleModal.qml:1627, Modules/Settings/WindowRulesTab.qml:128", + "reference": "Modals/WindowRuleModal.qml:1391, Modals/WindowRuleModal.qml:1643, Modules/Settings/WindowRulesTab.qml:128", "comment": "", "tags": [ "settings", @@ -26487,7 +26511,7 @@ { "term": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.", "context": "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.", - "reference": "Modules/Settings/ThemeColorsTab.qml:213", + "reference": "Modules/Settings/ThemeColorsTab.qml:215", "comment": "qt theme env error body", "tags": [ "settings" @@ -26523,12 +26547,30 @@ { "term": "Your compositor does not support background blur (ext-background-effect-v1)", "context": "Your compositor does not support background blur (ext-background-effect-v1)", - "reference": "Modules/Settings/ThemeColorsTab.qml:1879", + "reference": "Modules/Settings/ThemeColorsTab.qml:1881", "comment": "", "tags": [ "settings" ] }, + { + "term": "Your hotspot is running.", + "context": "Your hotspot is running.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1426", + "comment": "hotspot active status message", + "tags": [ + "settings" + ] + }, + { + "term": "Your hotspot profile is saved and ready to start.", + "context": "Your hotspot profile is saved and ready to start.", + "reference": "Modules/Settings/NetworkWifiTab.qml:1430", + "comment": "configured hotspot status message", + "tags": [ + "settings" + ] + }, { "term": "Your system is up to date!", "context": "Your system is up to date!", @@ -26577,7 +26619,7 @@ { "term": "by %1", "context": "by %1", - "reference": "Modules/Settings/PluginBrowser.qml:1268, Modules/Settings/PluginBrowser.qml:1648, Modules/Settings/PluginUpdatesDialog.qml:227, Modules/Settings/ThemeBrowser.qml:506", + "reference": "Modules/Settings/PluginBrowser.qml:1268, Modules/Settings/PluginBrowser.qml:1648, Modules/Settings/PluginUpdatesDialog.qml:227, Modules/Settings/ThemeBrowser.qml:536", "comment": "author attribution", "tags": [ "settings" @@ -26685,7 +26727,7 @@ { "term": "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.", "context": "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.", - "reference": "Modules/Settings/AboutTab.qml:585", + "reference": "Modules/Settings/AboutTab.qml:581", "comment": "", "tags": [ "settings" @@ -26847,7 +26889,7 @@ { "term": "mangowc Discord Server", "context": "mangowc Discord Server", - "reference": "Modules/Settings/AboutTab.qml:100", + "reference": "Modules/Settings/AboutTab.qml:101", "comment": "", "tags": [ "settings" @@ -26856,7 +26898,7 @@ { "term": "mangowc GitHub", "context": "mangowc GitHub", - "reference": "Modules/Settings/AboutTab.qml:79", + "reference": "Modules/Settings/AboutTab.qml:80", "comment": "", "tags": [ "settings" @@ -26865,7 +26907,7 @@ { "term": "matugen not available or disabled - cannot apply %1 colors", "context": "matugen not available or disabled - cannot apply %1 colors", - "reference": "Common/Theme.qml:1963, Common/Theme.qml:1985", + "reference": "Common/Theme.qml:1932, Common/Theme.qml:1954", "comment": "", "tags": [ "shell" @@ -26874,7 +26916,7 @@ { "term": "matugen not found - install matugen package for dynamic theming", "context": "matugen not found - install matugen package for dynamic theming", - "reference": "Modules/Settings/ThemeColorsTab.qml:425", + "reference": "Modules/Settings/ThemeColorsTab.qml:427", "comment": "matugen error", "tags": [ "settings" @@ -26911,7 +26953,7 @@ { "term": "niri GitHub", "context": "niri GitHub", - "reference": "Modules/Settings/AboutTab.qml:82", + "reference": "Modules/Settings/AboutTab.qml:83", "comment": "", "tags": [ "settings" @@ -26920,7 +26962,7 @@ { "term": "niri Matrix Chat", "context": "niri Matrix Chat", - "reference": "Modules/Settings/AboutTab.qml:399", + "reference": "Modules/Settings/AboutTab.qml:395", "comment": "", "tags": [ "settings" @@ -26938,7 +26980,7 @@ { "term": "niri/dms Discord", "context": "niri/dms Discord", - "reference": "Modules/Settings/AboutTab.qml:86", + "reference": "Modules/Settings/AboutTab.qml:87", "comment": "", "tags": [ "settings" @@ -27055,7 +27097,7 @@ { "term": "r/niri Subreddit", "context": "r/niri Subreddit", - "reference": "Modules/Settings/AboutTab.qml:105", + "reference": "Modules/Settings/AboutTab.qml:106", "comment": "", "tags": [ "settings" @@ -27173,7 +27215,7 @@ { "term": "useradd failed (exit %1)", "context": "useradd failed (exit %1)", - "reference": "Services/UsersService.qml:258", + "reference": "Services/UsersService.qml:261", "comment": "", "tags": [ "shell" @@ -27182,7 +27224,7 @@ { "term": "userdel failed (exit %1)", "context": "userdel failed (exit %1)", - "reference": "Services/UsersService.qml:346", + "reference": "Services/UsersService.qml:352", "comment": "", "tags": [ "shell" @@ -27191,7 +27233,7 @@ { "term": "usermod failed (exit %1)", "context": "usermod failed (exit %1)", - "reference": "Services/UsersService.qml:376, Services/UsersService.qml:406", + "reference": "Services/UsersService.qml:382, Services/UsersService.qml:412", "comment": "", "tags": [ "shell" diff --git a/quickshell/translations/poexports/ar.json b/quickshell/translations/poexports/ar.json index ea1374004..e68bbd404 100644 --- a/quickshell/translations/poexports/ar.json +++ b/quickshell/translations/poexports/ar.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "ثانيتان" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 دقيقة" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 ثانية" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "قبل 5 دقائق" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "رخصة MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "يوجد ملف بهذا الاسم بالفعل. هل تريد استبداله؟" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "سطح مكتب حديث لWayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "الإجراء المنفذ عند التمرير عموديًا على الشريط" }, - "Actions": { - "Actions": "الإجراءات" - }, "Activate": { "Activate": "تفعيل" }, @@ -377,6 +377,9 @@ "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. قم بتشغيل 'مزامنة' (Sync) بعد التفعيل لتطبيق إعداداتك." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "التنشيط" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "هل تريد إضافة \"%1\" إلى مجموعة %2؟ يجب عليهم تسجيل الخروج ثم الدخول مرة أخرى، ثم تشغيل dms greeter sync --profile لنشر سمة شاشة تسجيل الدخول الخاصة بهم." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "إضافة شريط" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "أضف المستخدم الجديد إلى مجموعة %1 حتى يتمكن من تشغيل dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "أضف المستخدم الجديد إلى مجموعة %1 حتى يتمكن من استخدام sudo." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "أيضاً تجميع أيقونات التطبيقات المتكررة في سطح المكتب النشط" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: رجوع • F1/I: معلومات الملف • F10: المساعدة • Esc: اغلاق" - }, "Alternative (OR)": { "Alternative (OR)": "بديل (أو)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "التطبيقات والأوامر التي تبدأ تلقائياً عند تسجيل الدخول" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "تطبيق التغييرات" }, @@ -786,16 +795,10 @@ "Authentication Source": "مصدر التحقق من الهوية" }, "Authentication changes applied": { - "Authentication changes applied": "" - }, - "Authentication changes applied.": { - "Authentication changes applied.": "تم تطبيق تغييرات المصادقة." + "Authentication changes applied": "تم تطبيق تغييرات المصادقة" }, "Authentication changes apply automatically": { - "Authentication changes apply automatically": "" - }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "يتم تطبيق تغييرات المصادقة تلقائياً." + "Authentication changes apply automatically": "تُطبق تغييرات المصادقة تلقائيًا" }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "تتطلب تغييرات المصادقة صلاحيات sudo. جاري فتح المحطة الطرفية حتى تتمكن من استخدام كلمة المرور أو بصمة الإصبع." @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "ألوان متوازنة بلمسات محددة (افتراضي)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "شريط المهام" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "الخلفية التقويمية" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "الكاميرا" }, - "Cancel": { - "Cancel": "إلغاء" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "إلغاء جميع المهام لـ \"%1\"؟" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "اختر كيفية تلقي التنبيهات عند الوصول إلى حد الشحن." }, - "Choose icon": { - "Choose icon": "اختيار ايقونة" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "اختر اللون الأحادي أو تلوين لون النسق لأيقونات علبة النظام" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "إغلاق النافذة" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "تبديل الترميز غير متاح لأنه لم يتم العثور على pactl" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "اللون" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "الأوامر" }, - "Communication": { - "Communication": "الاتصالات" - }, "Community themes": { "Community themes": "سمات المجتمع" }, @@ -1842,10 +1851,7 @@ "Controls the outline of popouts, modals, and other shell surfaces": "يتحكم في مخطط النوافذ المنبثقة، والنوافذ الحوارية، وأسطح الصدفة الأخرى" }, "Convenience options for the login screen": { - "Convenience options for the login screen": "" - }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "خيارات مريحة لشاشة تسجيل الدخول. قم بالمزامنة للتطبيق." + "Convenience options for the login screen": "خيارات الملاءمة لشاشة تسجيل الدخول" }, "Convert to DMS": { "Convert to DMS": "تحويل إلى DMS" @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "نسخ النص" }, - "Copy path": { - "Copy path": "نسخ المسار" - }, "Corner Radius": { "Corner Radius": "نصف قطر الزاوية" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "الزوايا والخلفية" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "العد فقط" }, @@ -2121,10 +2127,7 @@ "DMS out of date": "نسخة DMS غير محدثة" }, "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { - "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" - }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "تقوم DMS بإزالة الكتلة المُدارة الخاصة بها من الملف /etc/pam.d/greetd وتتوقف عن الكتابة فيها." + "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "تقوم DMS بإزالة الكتلة المُدارة الخاصة بها من /etc/pam.d/greetd وتوقف خدمات الكتابة" }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "خادم DMS قديم (إصدار API %1، المتوقع %2)" @@ -2315,9 +2318,6 @@ "Description": { "Description": "الوصف" }, - "Desktop": { - "Desktop": "سطح المكتب" - }, "Desktop Application": { "Desktop Application": "تطبيق سطح المكتب" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "الخلفيات المكتشفة: %1" }, - "Development": { - "Development": "البرمجة" - }, "Device": { "Device": "الجهاز" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "المستندات" }, - "Documents": { - "Documents": "المستندات" - }, "Domain (optional)": { "Domain (optional)": "العنوان (اختياري)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "الباب مفتوح" }, - "Downloads": { - "Downloads": "التنزيلات" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "اسحب أداة من مقبضها إلى هنا لإعادة ترتيبها أو إسقاطها في مجموعة أخرى" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "تمكين الـ Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "قم بتفعيل تجاوز مخصص أدناه لضبط شدة الظل، والشفافية، واللون لكل شريط." }, @@ -2727,10 +2721,7 @@ "Enable fingerprint authentication": "تفعيل تسجيل الدخول ببصمة الإصبع" }, "Enable fingerprint or security key for DMS Greeter": { - "Enable fingerprint or security key for DMS Greeter": "" - }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "مكّن بصمة الإصبع أو مفتاح الأمان لبرنامج الترحيب DMS. يتم تطبيق تغييرات المصادقة تلقائياً." + "Enable fingerprint or security key for DMS Greeter": "تفعيل بصمة الإصبع أو مفتاح الأمان لـ DMS Greeter" }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "تفعيل التكامل مع قفل loginctl" @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "أدخل اسم الجهاز..." }, - "Enter filename...": { - "Enter filename...": "أدخل اسم الملف..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "أدخل بادئة التشغيل (مثل: 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "خفيف جداً" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: تبديل • F10: مساعدة" - }, "Fade": { "Fade": "تلاشي" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "فشل التحقق من حد التثبيت" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "فشل الاتصال بشبكة VPN" }, @@ -3077,6 +3065,9 @@ "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)." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "فشل حفظ بيانات اعتماد VPN" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "فشل بدء الاتصال بـ %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "فشل في إلغاء تثبيت الإدخال" }, @@ -3188,12 +3188,6 @@ "File": { "File": "ملف" }, - "File Already Exists": { - "File Already Exists": "الملف موجود بالفعل" - }, - "File Information": { - "File Information": "معلومات الملف" - }, "File Manager": { "File Manager": "مدير الملفات" }, @@ -3240,10 +3234,7 @@ "Fine-tune the space reserved for the bar from the screen edge": "ضبط المساحة المحجوزة للشريط من حافة الشاشة بدقة" }, "Fingerprint availability could not be confirmed": { - "Fingerprint availability could not be confirmed": "" - }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "تعذر التأكد من توفر البصمة." + "Fingerprint availability could not be confirmed": "تعذر التحقق من توفر بصمة الإصبع" }, "Fingerprint error": { "Fingerprint error": "خطأ في بصمة الإصبع" @@ -3456,7 +3447,7 @@ "Format Legend": "دليل التنسيق" }, "Format the date on the login screen": { - "Format the date on the login screen": "" + "Format the date on the login screen": "نسق التاريخ على شاشة تسجيل الدخول" }, "Forward 10s": { "Forward 10s": "تقديم 10 ثوانٍ" @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "مشحون بالكامل" }, - "Fun": { - "Fun": "ترفيه" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: شبكة • Z/X: الحجم" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "يمكن لأعضاء مجموعة الترحيب مزامنة سمة شاشة تسجيل الدخول الخاصة بهم باستخدام dms greeter sync --profile بعد تسجيل الخروج والدخول مرة أخرى." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "مجموعة الترحيب:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "شاشة الترحيب فقط — تنسيق التاريخ على شاشة تسجيل الدخول" - }, "Greeter sync complete": { "Greeter sync complete": "اكتملت مزامنة Greeter" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "إسبات" - }, "Hibernate failed": { "Hibernate failed": "فشل الإسبات" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "مدة الضغط المطول" }, - "Hold longer to confirm": { - "Hold longer to confirm": "اضغط لفترة أطول للتأكيد" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "الضغط مطولاً لتأكيد إجراءات الطاقة" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "استمر في الضغط للتأكيد (%1 مللي ثانية)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "اضغط مطولاً للتأكيد (%1 ث)" - }, - "Home": { - "Home": "الصفحة الرئيسية" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "سمك الشريط الأفقي والرأسي" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "عنوان تراكب اختصار لوحة المفاتيح (اختياري)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "الساعة" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "عنوان IP أو اسم المضيف" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "تاريخ ISO" }, @@ -4122,10 +4116,7 @@ "Install theme '%1' from the DMS registry?": "هل تريد تثبيت السمة '%1' من سجل DMS؟" }, "Installation and PAM setup are documented in the ": { - "Installation and PAM setup are documented in the ": "" - }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "التثبيت وإعداد PAM: انظر إلى " + "Installation and PAM setup are documented in the ": "تجدون توثيق التثبيت وإعدادات الـ PAM في " }, "Installed": { "Installed": "مثبت" @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "مقفل" }, - "Log Out": { - "Log Out": "تسجيل الخروج" - }, "Logging in...": { "Logging in...": "جاري تسجيل الدخول..." }, @@ -4485,7 +4473,7 @@ "Low Priority": "أولوية منخفضة" }, "Lower display refresh rate on battery": { - "Lower display refresh rate on battery": "" + "Lower display refresh rate on battery": "تقليل معدل تحديث الشاشة عند استخدام البطارية" }, "MAC": { "MAC": "MAC" @@ -4518,7 +4506,7 @@ "Managed by Frame in Connected Mode": "مدار بواسطة الإطار في الوضع المتصل" }, "Managed by the primary PAM source": { - "Managed by the primary PAM source": "" + "Managed by the primary PAM source": "تتم إدارتها بواسطة مصدر PAM الأساسي" }, "Managed by the primary PAM source.": { "Managed by the primary PAM source.": "تتم إدارتها بواسطة مصدر PAM الأساسي." @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "تم الوصول إلى الحد الأقصى للإدخالات المثبتة" }, - "Media": { - "Media": "الوسائط" - }, "Media Controls": { "Media Controls": "التحكم بالوسائط" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "الطراز" }, - "Modified": { - "Modified": "معدل" - }, "Modular widget bar": { "Modular widget bar": "شريط أدوات معياري" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "تحريك الأداة" }, - "Move to Trash": { - "Move to Trash": "نقل إلى المهملات" - }, "Moving to Paused": { "Moving to Paused": "جاري الإيقاف المؤقت" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "المضاعفات" }, - "Music": { - "Music": "الموسيقى" - }, "Music Player": { "Music Player": "مشغل الموسيقى" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM غير مدعوم" }, - "Name": { - "Name": "الاسم" - }, "Named Workspace Icons": { "Named Workspace Icons": "أيقونات اسطح المكتب المُسماة" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "تنقل" }, - "Navigation": { - "Navigation": "التنقل" - }, "Network": { "Network": "الشبكة" }, @@ -5163,10 +5133,7 @@ "No files found": "لا توجد ملفات" }, "No fingerprint reader detected": { - "No fingerprint reader detected": "" - }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "لم يتم اكتشاف قارئ بصمات." + "No fingerprint reader detected": "لم يتم اكتشاف قارئ بصمة الإصبع" }, "No folders found": { "No folders found": "لم يتم العثور على مجلدات" @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "لم يتم العثور على مدير برنامج مدعوم." }, - "No terminal configured": { - "No terminal configured": "لم يتم ضبط أي وحدات طرفية" - }, "No themes found": { "No themes found": "لم يتم العثور على سمات" }, @@ -5352,23 +5316,17 @@ "Not available": "غير متاح" }, "Not available - install fprintd and pam_fprintd": { - "Not available - install fprintd and pam_fprintd": "" + "Not available - install fprintd and pam_fprintd": "غير متاح - قم بتثبيت fprintd و pam_fprintd" }, "Not available - install or configure pam_u2f": { - "Not available - install or configure pam_u2f": "" + "Not available - install or configure pam_u2f": "غير متوفر - قم بتثبيت أو إعداد pam_u2f" }, "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "غير متاح — قم بتثبيت fprintd و pam_fprintd، أو قم بتكوين greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "غير متاح — قم بتثبيت fprintd و pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "غير متاح — قم بتثبيت أو تكوين pam_u2f، أو قم بتكوين greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "غير متاح — قم بتثبيت أو تكوين pam_u2f." - }, "Not bound": { "Not bound": "غير مربوط" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "قيد التشغيل الآن وعناصر التحكم في الوسائط" }, - "Numbers": { - "Numbers": "ارقام" - }, "Numeric (D/M)": { "Numeric (D/M)": "رقمي (ي/ش)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "فتح في الطرفية" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "افتح شريط البحث للعثور على نص" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "يفتح المشغل المتصل في وضع الإطار المتصل." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "وصف اختياري" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "شروط اختيارية تعتمد على الحالة مطبقة على التطابق الأول." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "الخيارات" }, @@ -5610,7 +5574,7 @@ "Outline": "مخطط تفصيلي" }, "Outline around shell surfaces": { - "Outline around shell surfaces": "" + "Outline around shell surfaces": "تحديد محيط أسطح الغلاف" }, "Output": { "Output": "الإخراج" @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "نظرة عامة على اتصالات الشبكة الخاصة بك" }, - "Overwrite": { - "Overwrite": "استبدال" - }, "Owner: %1": { "Owner: %1": "المالك: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "اختر فيديو عشوائياً مختلفاً في كل مرة من نفس المجلد" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "اختر جهازاً (Terminal) في الإعدادات ← المشغل (أو عيّن $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "اختر مدة إيقاف الإشعارات مؤقتاً" }, - "Pictures": { - "Pictures": "الصور" - }, "Pin": { "Pin": "تثبيت" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "وضع الطاقة" }, - "Power Off": { - "Power Off": "إيقاف التشغيل" - }, - "Power Options": { - "Power Options": "خيارات الطاقة" - }, "Power Profile": { "Power Profile": "ملف تعريف الطاقة" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "الجودة" }, - "Quick Access": { - "Quick Access": "وصول سريع" - }, "Quick access to application launcher": { "Quick access to application launcher": "وصول سريع إلى مشغل التطبيقات" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "أعد إدخال كلمة المرور" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "الوصول إلى أجهزة الشبكة المحلية أثناء استخدام عقدة الخروج" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "قراءة:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "السبب" }, - "Reboot": { - "Reboot": "اعادة التشغيل" - }, "Recent": { "Recent": "الأخيرة" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "تحرير" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "إعادة التحميل من القرص" }, @@ -6423,10 +6375,7 @@ "Requires a newer version of Quickshell": "يتطلب إصداراً أحدث من Quickshell" }, "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" - }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "يتطلب greetd و dms-greeter ووجود مستخدمك في مجموعة greeter (بالإضافة إلى fprintd/pam_fprintd لبصمات الأصابع، و pam_u2f لمفاتيح الأمان). يتم تطبيق تغييرات المصادقة تلقائياً وقد تفتح نافذة طرفية لـ sudo." + "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "يتطلب greetd و dms-greeter ووجود مستخدمك في مجموعة greeter (بالإضافة إلى fprintd/pam_fprintd لبصمات الأصابع، و pam_u2f لمفاتيح الأمان)." }, "Requires night mode support": { "Requires night mode support": "يتطلب دعم الوضع الليلي" @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "تشغيل paru/yay مع تمكين AUR عند النقر على \"تحديث الكل\"." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "التطبيقات المشغلة" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "تم إرسال الرسالة القصيرة بنجاح" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "التشبع" }, - "Save": { - "Save": "حفظ" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "حفظ ملف الملاحظة" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "البحث عن الأجهزة..." }, - "Search for a location...": { - "Search for a location...": "ابحث عن موقع..." - }, "Search installed plugins...": { "Search installed plugins...": "البحث عن الإضافات المثبتة..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "بحث عن الأدوات..." }, - "Search...": { - "Search...": "ابحث هنا..." - }, "Searching...": { "Searching...": "جاري البحث..." }, @@ -6777,10 +6726,7 @@ "Security key mode": "وضع مفتاح الأمان" }, "Security-key availability could not be confirmed": { - "Security-key availability could not be confirmed": "" - }, - "Security-key availability could not be confirmed.": { - "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.": "تم اكتشاف دعم مفتاح الأمان، ولكن لم يتم العثور على مفتاح مسجل بعد. يمكنك تفعيل هذا الآن وتسجيل مفتاح لاحقًا." @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "حدد النسبة المئوية التي تعتبر عندها البطارية منخفضة." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "إعداد" }, @@ -7263,7 +7218,7 @@ "Show during Niri overview": "إظهار أثناء نظرة عامة على Niri" }, "Show foreground surfaces on notification cards": { - "Show foreground surfaces on notification cards": "" + "Show foreground surfaces on notification cards": "إظهار الأسطح الأمامية على بطاقات الإشعارات" }, "Show foreground surfaces on panels for stronger contrast": { "Show foreground surfaces on panels for stronger contrast": "إظهار الأسطح الأمامية على اللوحات لتباين أقوى" @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "نافذة منبثقة بسطر واحد" }, - "Size": { - "Size": "الحجم" - }, "Size Constraints": { "Size Constraints": "قيود الحجم" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "الترتيب أبجديًا" }, - "Sort By": { - "Sort By": "ترتيب حسب" - }, "Sort wallpapers": { "Sort wallpapers": "ترتيب الخلفيات" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "ابدأ" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "ابدأ KDE Connect أو Valent لاستخدام هذه الملحق" }, "Start typing your notes here...": { "Start typing your notes here...": "ابدأ بكتابة ملاحظاتك هنا..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "الحالة" }, - "Status": { - "Status": "الحالة" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "إلغاء تجاهل %1" @@ -7533,7 +7494,7 @@ "Surface Border Opacity": "شفافية حدود السطح" }, "Surface Border Outline": { - "Surface Border Outline": "" + "Surface Border Outline": "حدود السطح الخارجية" }, "Surface Container": { "Surface Container": "حاوية السطح" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "تطفو الأسطح بشكل مستقل عن الإطار" }, - "Suspend": { - "Suspend": "سكون" - }, "Suspend behavior": { "Suspend behavior": "سلوك سكون النظام" }, @@ -7574,14 +7532,11 @@ "Sway Website": { "Sway Website": "موقع Sway" }, - "Switch User": { - "Switch User": "تبديل الحساب" - }, "Switch between display configurations": { "Switch between display configurations": "التبديل بين تكوينات العرض" }, "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": { - "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "" + "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "قم بتبديل الشاشات التي يتوفر بها وضع 60 هرتز إلى 60 هرتز عند العمل بالبطارية، واستعد الوضع السابق عند توصيل التيار المتردد. يتخطى الشاشات التي تم تمكين معدل التحديث المتغير (VRR) فيها." }, "Switch to power profile": { "Switch to power profile": "التبديل إلى ملف تعريف الطاقة" @@ -7601,11 +7556,11 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "مزامنة الموقع عبر الشاشات" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "تطبق المزامنة السمة والإعدادات الخاصة بك على شاشة تسجيل الدخول. يجب على المستخدمين الآخرين تشغيل dms greeter sync --profile بدلاً من المزامنة الكاملة. يتم تطبيق تغييرات المصادقة تلقائياً." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { - "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" + "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "يقوم المزامنة بتطبيق السمة والإعدادات الخاصة بك على شاشة تسجيل الدخول. يجب على المستخدمين المشتركين تشغيل dms greeter sync --profile بدلاً من المزامنة للمستخدم الأساسي." + }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" }, "Sync completed successfully.": { "Sync completed successfully.": "تمت المزامنة بنجاح." @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "جارٍ المزامنة..." }, - "System": { - "System": "النظام" - }, "System App Theming": { "System App Theming": "مظهر تطبيقات النظام" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "علامة التبويب" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: تنقل • ←→↑↓: التنقل في الشبكة • Enter/Space: اختيار" - }, "Tags": { "Tags": "الوسوم" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "تم فتح الاحطياط للطرفية. أكمل المصادقة هناك؛ سيتم إغلاقه تلقائيًا عند الانتهاء." }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "متغير البيئة DMS_SOCKET غير معين أو أن المقبس غير متاح. تتطلب الإدارة التلقائية للملحقات وجود DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "سيؤدي هذا إلى حذف جميع الإدخالات غير المثبتة. سيتم الاحتفاظ بـ %1 من الإدخالات المثبتة." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "سيؤدي هذا إلى حذف كل سجل الحافظة نهائياً." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "إيقاف التشغيل الآن" }, - "Type": { - "Type": "نوع" - }, "Type at least 2 characters": { "Type at least 2 characters": "اكتب حرفين على الأقل" }, @@ -8277,10 +8232,7 @@ "Use a custom image for the lock screen, or leave empty to use your desktop wallpaper.": "استخدم صورة مخصصة لشاشة القفل، أو اتركها فارغة لاستخدام خلفية سطح المكتب الخاصة بك." }, "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { - "Use a custom image for the login screen, or leave empty to use 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 custom image for the login screen, or leave empty to use desktop wallpaper": "استخدم صورة مخصصة لشاشة تسجيل الدخول، أو اتركها فارغة لاستخدام خلفية سطح المكتب" }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "استخدام نصف قطر مخصص لقصات زاوية القوطي" @@ -8289,10 +8241,7 @@ "Use a fixed shadow direction for this bar": "استخدم اتجاه ظل ثابت لهذا الشريط" }, "Use a security key for lock screen authentication": { - "Use a security key for lock screen authentication": "" - }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "استخدم مفتاح أمان للمصادقة على شاشة القفل." + "Use a security key for lock screen authentication": "استخدم مفتاح أمان للمصادقة على شاشة القفل" }, "Use album art accent": { "Use album art accent": "استخدم لون الألبوم" @@ -8322,10 +8271,7 @@ "Use different workspace colors on displays that are not focused": "استخدام ألوان مختلفة للسطح المكتب على الشاشات التي لا يركز عليها" }, "Use fingerprint authentication for the lock screen": { - "Use fingerprint authentication for the lock screen": "" - }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "استخدم مصادقة بصمة الإصبع لشاشة القفل." + "Use fingerprint authentication for the lock screen": "استخدم بصمة الإصبع لقفل الشاشة" }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "استخدم المفاتيح 1-3 أو الأسهم، Enter/Space للاختيار" @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "شاشة توقف الفيديو" }, - "Videos": { - "Videos": "الفيديوهات" - }, "View Mode": { "View Mode": "وضع العرض" }, @@ -8537,9 +8480,15 @@ "W": { "W": "W" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "خلفية الشاشة" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "الWi-Fi مفعل" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi غير مفعل" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "عرض حدود النافذة وحلقة التركيز" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "الرياح" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "جاري العمل..." }, - "Workspace": { - "Workspace": "سطح المكتب" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "أرقام اسطح المكتب" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "مدير النوافذ الخاص بك لا يدعم ميزة تخبيش الخلفية (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "نظامك محدث!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "على Sway" }, - "or run ": { - "or run ": "أو قم بتشغيل " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon غير متاح" }, diff --git a/quickshell/translations/poexports/de.json b/quickshell/translations/poexports/de.json index 7ae8a9524..f77136361 100644 --- a/quickshell/translations/poexports/de.json +++ b/quickshell/translations/poexports/de.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 Sekunden" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 Minuten" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 Sekunden" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 Min. vorher" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT-Lizenz" }, - "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?": "Eine Datei mit diesem Namen existiert bereits. Überschreiben?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Eine moderne Desktop-Shell für Wayland-Compositor" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Aktion beim vertikalen Scrollen auf der Leiste" }, - "Actions": { - "Actions": "Aktionen" - }, "Activate": { "Activate": "Aktivieren" }, @@ -377,6 +377,9 @@ "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 aktivieren? Ein Terminal für die Sudo-Authentifizierung wird geöffnet. Führen Sie nach der Aktivierung 'Sync' aus, um Ihre Einstellungen zu übernehmen." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Aktivierung" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "„%1“ zur Gruppe „%2“ hinzufügen? Der Benutzer muss sich aus- und wieder anmelden und dann „dms greeter sync --profile“ ausführen, um sein Design für den Anmeldebildschirm zu veröffentlichen." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Leiste hinzufügen" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Den neuen Benutzer zur Gruppe „%1“ hinzufügen, damit er „dms greeter sync --profile“ ausführen kann." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Den neuen Benutzer zur Gruppe „%1“ hinzufügen, damit er „sudo“ verwenden kann." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Wiederholte Anwendungssymbole auch auf dem aktiven Arbeitsbereich gruppieren" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Zurück: Zurück • F1/I: Datei Info • F10: Hilfe • Esc: Schließen" - }, "Alternative (OR)": { "Alternative (OR)": "Alternative (ODER)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Anwendungen und Befehle, die beim Anmelden automatisch gestartet werden" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Änderungen anwenden" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "Authentifizierungsänderungen angewendet." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Authentifizierungsänderungen werden automatisch angewendet." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Authentifizierungsänderungen erfordern Sudo-Rechte. Ein Terminal wird geöffnet, damit Sie das Passwort oder Ihren Fingerabdruck verwenden können." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Ausgewählte Farbpalette mit Akzenten (Standard)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Leiste" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Kalender-Backend" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamera" }, - "Cancel": { - "Cancel": "Abbrechen" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Alle Aufträge für \"%1\" abbrechen?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "Wählen Sie aus, wie Sie benachrichtigt werden möchten, wenn das Ladelimit erreicht ist." }, - "Choose icon": { - "Choose icon": "Symbol auswählen" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Wählen Sie monochrom oder einen Farbton des Themes für System-Tray-Symbole" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Fenster schließen" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "Codec-Umschaltung ist nicht verfügbar, da pactl nicht gefunden wurde" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Farbe" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Befehle" }, - "Communication": { - "Communication": "Kommunikation" - }, "Community themes": { "Community themes": "Community-Themes" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Komfortoptionen für den Anmeldebildschirm. Synchronisieren zum Anwenden." - }, "Convert to DMS": { "Convert to DMS": "In DMS konvertieren" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Text kopieren" }, - "Copy path": { - "Copy path": "Pfad kopieren" - }, "Corner Radius": { "Corner Radius": "Abrundungsradius" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Ecken & Hintergrund" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Nur Anzahl" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS-Server ist veraltet (API v%1, erwartet v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Beschreibung" }, - "Desktop": { - "Desktop": "Desktop" - }, "Desktop Application": { "Desktop Application": "Desktop-Anwendung" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Erkannte Backends: %1" }, - "Development": { - "Development": "Entwicklung" - }, "Device": { "Device": "Gerät" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Dokumentation" }, - "Documents": { - "Documents": "Dokumente" - }, "Domain (optional)": { "Domain (optional)": "Domain (optional)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Klappe offen" }, - "Downloads": { - "Downloads": "Downloads" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "Ziehen Sie ein Widget an seinem Griff hierher, um es neu zu ordnen, oder legen Sie es in einer anderen Gruppe ab" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "WiFi aktivieren" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "Aktivieren Sie unten eine benutzerdefinierte Überschreibung, um Schattenintensität, Deckkraft und Farbe pro Leiste festzulegen." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Fingerabdruck oder Sicherheitsschlüssel für DMS-Greeter aktivieren. Authentifizierungsänderungen werden automatisch angewendet." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Loginctl‑Sperrintegration aktivieren" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Gerätenamen eingeben..." }, - "Enter filename...": { - "Enter filename...": "Dateiname eingeben..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Startpräfix eingeben (z. B. 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Extradünn" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Umschalten • F10: Hilfe" - }, "Fade": { "Fade": "Überblenden" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Anheftungsbegrenzung konnte nicht überprüft werden" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "VPN-Verbindung fehlgeschlagen" }, @@ -3077,6 +3065,9 @@ "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.": "Fehler beim Ausführen von 'dms greeter status'. Stellen Sie sicher, dass DMS installiert ist und dms im PATH liegt." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "VPN-Anmeldedaten konnten nicht gespeichert werden" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Start der Verbindung zu %1 fehlgeschlagen" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Eintrag konnte nicht losgeheftet werden" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Datei" }, - "File Already Exists": { - "File Already Exists": "Datei existiert bereits" - }, - "File Information": { - "File Information": "Dateiinformation" - }, "File Manager": { "File Manager": "Dateimanager" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Verfügbarkeit des Fingerabdrucks konnte nicht bestätigt werden." - }, "Fingerprint error": { "Fingerprint error": "Fingerabdruckfehler" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Komplett geladen" }, - "Fun": { - "Fun": "Spaß" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: Gitter • Z/X: Größe" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Mitglieder der Greeter-Gruppe können ihr Design für den Anmeldebildschirm nach dem Ab- und Anmelden mit „dms greeter sync --profile“ synchronisieren." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Greeter-Gruppe:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Nur Greeter — Format für das Datum auf dem Anmeldebildschirm" - }, "Greeter sync complete": { "Greeter sync complete": "Greeter-Synchronisierung abgeschlossen" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Ruhezustand" - }, "Hibernate failed": { "Hibernate failed": "Ruhezustand fehlgeschlagen" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Halte Dauer" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Halte länger zum bestätigen" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Halten um Energieoption zu bestätigen" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Gedrückt halten zum Bestätigen (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Halten zum bestätigen (%1s)" - }, - "Home": { - "Home": "Zuhause" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Horizontale und vertikale Leistendicke" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Hotkey-Overlay-Titel (optional)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Stunde" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-Adresse oder Hostname" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO-Datum" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Installation und PAM-Einrichtung: siehe die " - }, "Installed": { "Installed": "Installiert" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Gesperrt" }, - "Log Out": { - "Log Out": "Ausloggen" - }, "Logging in...": { "Logging in...": "Anmeldung..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Maximale Anzahl angehefteter Einträge erreicht" }, - "Media": { - "Media": "Medien" - }, "Media Controls": { "Media Controls": "Mediensteuerung" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modell" }, - "Modified": { - "Modified": "Geändert" - }, "Modular widget bar": { "Modular widget bar": "Modulare Widget-Leiste" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Verschiebe Widget" }, - "Move to Trash": { - "Move to Trash": "In den Papierkorb verschieben" - }, "Moving to Paused": { "Moving to Paused": "Wird angehalten" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexer" }, - "Music": { - "Music": "Musik" - }, "Music Player": { "Music Player": "Musikplayer" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM nicht unterstützt" }, - "Name": { - "Name": "Name" - }, "Named Workspace Icons": { "Named Workspace Icons": "Benannte Arbeitsfächen-Symbole" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Navigieren" }, - "Navigation": { - "Navigation": "Navigation" - }, "Network": { "Network": "Netzwerk" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Kein Fingerabdruckleser erkannt." - }, "No folders found": { "No folders found": "Keine Ordner gefunden" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Kein unterstützter Paketmanager gefunden." }, - "No terminal configured": { - "No terminal configured": "Kein Terminal konfiguriert" - }, "No themes found": { "No themes found": "Keine Themes gefunden" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nicht verfügbar — installiere fprintd und pam_fprintd oder konfiguriere greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Nicht verfügbar — installiere fprintd und pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nicht verfügbar — installiere oder konfiguriere pam_u2f oder konfiguriere greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Nicht verfügbar — installiere oder konfiguriere pam_u2f." - }, "Not bound": { "Not bound": "Nicht zugewiesen" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "Aktuelle Wiedergabe und Mediensteuerung" }, - "Numbers": { - "Numbers": "Zahlen" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numerisch (T/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Terminal öffnen" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Suchleiste öffnen, um Text zu finden" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Öffnet den verbundenen Launcher im Modus mit verbundenem Frame." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Optionale Beschreibung" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Optionale zustandsbasierte Bedingungen, die auf die erste Übereinstimmung angewendet werden." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Optionen" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Übersicht Ihrer Netzwerkverbindungen" }, - "Overwrite": { - "Overwrite": "Überschreiben" - }, "Owner: %1": { "Owner: %1": "Besitzer: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Jedes Mal ein anderes zufälliges Video aus demselben Ordner wählen" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Wählen Sie ein Terminal in den Einstellungen → Launcher (oder setzen Sie $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Wählen Sie, wie lange Benachrichtigungen pausiert werden sollen" }, - "Pictures": { - "Pictures": "Bilder" - }, "Pin": { "Pin": "Anheften" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Energiemodus" }, - "Power Off": { - "Power Off": "Ausschalten" - }, - "Power Options": { - "Power Options": "Energieoptionen" - }, "Power Profile": { "Power Profile": "Energieprofil" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Qualität" }, - "Quick Access": { - "Quick Access": "Schnellzugriff" - }, "Quick access to application launcher": { "Quick access to application launcher": "Schnellzugriff auf Anwendung-Starter" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Passwort erneut eingeben" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "Lokale Netzwerkgeräte bei Verwendung eines Exit-Nodes erreichen" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Lesen:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Grund" }, - "Reboot": { - "Reboot": "Neustart" - }, "Recent": { "Recent": "Zuletzt verwendet" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Loslassen" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Von Festplatte neu laden" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "Erfordert greetd, dms-greeter und Ihren Benutzer in der greeter-Gruppe (plus fprintd/pam_fprintd für Fingerabdruck, pam_u2f für Sicherheitsschlüssel). Authentifizierungsänderungen werden automatisch angewendet und können ein Terminal für sudo öffnen." - }, "Requires night mode support": { "Requires night mode support": "Erfordert Nachtmodus-Unterstützung" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "paru/yay mit aktiviertem AUR ausführen, wenn auf „Alle aktualisieren“ geklickt wird." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Laufende Apps" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS erfolgreich gesendet" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Sättigung" }, - "Save": { - "Save": "Speichern" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Speicher Notepad Datei" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Geräte suchen..." }, - "Search for a location...": { - "Search for a location...": "Suche nach Ort..." - }, "Search installed plugins...": { "Search installed plugins...": "Installierte Plugins durchsuchen..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Suche Widgets..." }, - "Search...": { - "Search...": "Suche..." - }, "Searching...": { "Searching...": "Suchen..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "Sicherheitsschlüssel-Verfügbarkeit konnte nicht bestätigt werden." - }, "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.": "Sicherheitsschlüssel-Unterstützung wurde erkannt, aber es wurde noch kein registrierter Schlüssel gefunden. Du kannst dies jetzt aktivieren und später einen registrieren." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "Prozentsatz festlegen, ab dem der Akku als fast leer gilt." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Einstellung" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Einzeiliges Popup" }, - "Size": { - "Size": "Größe" - }, "Size Constraints": { "Size Constraints": "Größenbeschränkungen" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Alphabetisch sortieren" }, - "Sort By": { - "Sort By": "Sortieren nach" - }, "Sort wallpapers": { "Sort wallpapers": "Hintergrundbilder sortieren" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Start" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Starten Sie KDE Connect oder Valent, um dieses Plugin zu verwenden" }, "Start typing your notes here...": { "Start typing your notes here...": "Schreibe deine Notiz hier..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Zustand" }, - "Status": { - "Status": "Status" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "Ignorieren von %1 beenden" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Oberflächen schweben unabhängig vom Rahmen" }, - "Suspend": { - "Suspend": "Ruhemodus" - }, "Suspend behavior": { "Suspend behavior": "Ruhemodus Verhalten" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway-Website" }, - "Switch User": { - "Switch User": "Benutzer wechseln" - }, "Switch between display configurations": { "Switch between display configurations": "Zwischen Anzeigekonfigurationen wechseln" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Position über Bildschirme hinweg synchronisieren" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "Sync wendet Ihr Theme und Ihre Einstellungen auf den Anmeldebildschirm an. Andere Benutzer sollten dms greeter sync --profile anstelle eines vollständigen Syncs ausführen. Authentifizierungsänderungen werden automatisch übernommen." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Sync erfolgreich abgeschlossen." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "Synchronisierung läuft..." }, - "System": { - "System": "System" - }, "System App Theming": { "System App Theming": "System App Darstellung" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Tab" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navigation • ←→↑↓: Grid Nav • Enter/Leertaste: Auswählen" - }, "Tags": { "Tags": "Tags" }, @@ -7715,6 +7664,9 @@ "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 fehlgeschlagen. Installieren Sie einen der unterstützten Terminal-Emulatoren oder führen Sie 'dms greeter sync' manuell aus." }, + "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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Die Umgebungsvariable DMS_SOCKET ist nicht gesetzt oder der Socket ist nicht verfügbar. Die automatische Plugin-Verwaltung erfordert DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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).": "Die folgenden Einstellungen werden Ihre GTK- und Qt-Einstellungen ändern. Wenn Sie Ihre aktuellen Konfigurationen beibehalten möchten, sichern Sie diese bitte (qt5ct.conf|qt6ct.conf und ~/.config/gtk-3.0|gtk-4.0)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Dies löscht alle nicht angehefteten Einträge. %1 angeheftete Einträge werden beibehalten." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Das löscht den gesamten Verlauf der Zwischenablage dauerhaft." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Jetzt ausschalten" }, - "Type": { - "Type": "Typ" - }, "Type at least 2 characters": { "Type at least 2 characters": "Geben Sie mindestens 2 Zeichen ein" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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.": "Ein benutzerdefiniertes Bild für den Anmeldebildschirm verwenden oder leer lassen, um das Desktop-Hintergrundbild zu verwenden." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Benutzerdefinierten Radius für Goth-Eckenausschnitte verwenden" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Sicherheitsschlüssel für die Sperrbildschirm-Authentifizierung verwenden." - }, "Use album art accent": { "Use album art accent": "Albumcover-Akzent verwenden" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Fingerabdruck-Authentifizierung für den Sperrbildschirm verwenden." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Verwenden Sie die Tasten 1-3 oder die Pfeiltasten, Enter/Leertaste zum Auswählen" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Video-Bildschirmschoner" }, - "Videos": { - "Videos": "Videos" - }, "View Mode": { "View Mode": "Ansichtsmodus" }, @@ -8537,9 +8480,15 @@ "W": { "W": "W" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Hintergrundbild" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WLAN aktiviert" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WLAN ist aus" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Breite von Fensterrahmen und Fokusring" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Wind" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Wird ausgeführt..." }, - "Workspace": { - "Workspace": "Arbeitsbereich" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Arbeitsbereich Nummerierung" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Ihr Compositor unterstützt kein Hintergrund-Weichzeichnen (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Dein System ist auf dem neuesten Stand!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "auf Sway" }, - "or run ": { - "or run ": "oder ausführen " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon nicht verfügbar" }, diff --git a/quickshell/translations/poexports/eo.json b/quickshell/translations/poexports/eo.json index 67a24d49a..60441a671 100644 --- a/quickshell/translations/poexports/eo.json +++ b/quickshell/translations/poexports/eo.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 sekundoj" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minutoj" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 sekundoj" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 min antaŭe" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "Permesilo MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "Dosiero kun tiu nomo jam ekzistas. Ĉu vi volas anstataŭigi ĝin?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Moderna labortabla ŝelo por Wayland-komponiloj" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Ago farita dum rulumado vertikale sur la stango" }, - "Actions": { - "Actions": "Agoj" - }, "Activate": { "Activate": "Aktivigi" }, @@ -377,6 +377,9 @@ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Ĉu aktivigi la salutekranon de DMS? Terminalo malfermiĝos por sudo-aŭtentigo. Plenumu la sinkronigon post aktivigo por apliki viajn agordojn." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Aktivigo" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Ĉu aldoni \"%1\" al la grupo %2? " }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Aldoni breton" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Aldonu la novan uzanton al la grupo %1 por ke ili povu ruli dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Aldonu la novan uzanton al la grupo %1 por ke ili povu uzi sudo." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Ankaŭ grupigu ripetajn aplikajn ikonojn sur la aktiva laborspaco" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Retropaŝo: Reen • F1/I: Dosierinformoj • F10: Helpo • Esk: Fermi" - }, "Alternative (OR)": { "Alternative (OR)": "Alternativa (AŬ)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Aplikoj kaj komandoj por komenci aŭtomate kiam vi ensalutas" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Apliki ŝanĝojn" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "Aŭtentigaj ŝanĝoj aplikitaj." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Aŭtentigaj ŝanĝoj bezonas sudo-on. Malfermas terminalon por ke vi povu uzi pasvorton aŭ fingrospuron." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Ekvilibrita paletro kun fokusitaj akcentoj (defaŭlta)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "breto" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Kalendaro Backend" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamerao" }, - "Cancel": { - "Cancel": "Nuligi" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Ĉu nuligi ĉiujn taskojn por «%1»?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Elekti piktogramon" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Elektu monokroman aŭ teman kolornuancon por sistempletaj ikonoj" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Fermi fenestron" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Koloro" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Komandoj" }, - "Communication": { - "Communication": "Komunikado" - }, "Community themes": { "Community themes": "Komunumaj etosoj" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Oportunaj opcioj por la salutekrano. Sinkronigu por apliki." - }, "Convert to DMS": { "Convert to DMS": "Konverti al DMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Kopii tekston" }, - "Copy path": { - "Copy path": "Kopii vojon" - }, "Corner Radius": { "Corner Radius": "Angula radiuso" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Anguloj kaj fono" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Nur nombri" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS-servilo estas malaktuala (API v%1, atendata v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Priskribo" }, - "Desktop": { - "Desktop": "Labortablo" - }, "Desktop Application": { "Desktop Application": "Labortabla Apliko" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Detektitaj backends: %1" }, - "Development": { - "Development": "Evoluigo" - }, "Device": { "Device": "Aparato" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Dokumentaro" }, - "Documents": { - "Documents": "Dokumentoj" - }, "Domain (optional)": { "Domain (optional)": "Domajno (laŭvola)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Pordo malfermita" }, - "Downloads": { - "Downloads": "Elŝutoj" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Ŝalti WiFi-on" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": { "Enable a custom override below to set per-bar shadow intensity, opacity, and color.": "Ŝaltu propran preterpason sube por agordi ombran intensecon, opakecon, kaj koloron por ĉiu breto." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Ŝalti fingrospuron aŭ sekurŝlosilon por DMS Greeter. Aŭtentigaj ŝanĝoj aplikiĝas aŭtomate." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Ŝalti loginctl-ŝlos-integriĝon" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Enigu aparat-nomon..." }, - "Enter filename...": { - "Enter filename...": "Enigu dosiernomon..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Enigu lanĉ-prefikson (ekz., 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Ekstra Lumo" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Ŝalti • F10: Helpo" - }, "Fade": { "Fade": "Dissolvo" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Malsukcesis kontroli PIN-limon" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Malsukcesis konekti al VPN" }, @@ -3077,6 +3065,9 @@ "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": { "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.": "Malsukcesis lanĉi 'dms greeter status'. Certigu ke DMS estas instalita kaj ke dms estas en PATH." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Malsukcesis lanĉi konekton al %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Malsukcesis malkonekti eron" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Dosiero" }, - "File Already Exists": { - "File Already Exists": "Dosiero jam ekzistas" - }, - "File Information": { - "File Information": "Dosier-informoj" - }, "File Manager": { "File Manager": "dosiermastrumilo" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Disponeblo de fingrospuro ne povis esti konfirmita." - }, "Fingerprint error": { "Fingerprint error": "Eraro pri fingrospuro" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Tute ŝargita" }, - "Fun": { - "Fun": "Amuzo" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: krado • Z/X: grando" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Greeter-grupanoj povas sinkronigi sian ensalut-ekranan temon kun dms greeter sync --profile post elsalutiĝo kaj reeniro." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Salutgrupo:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Nur salutekrano — formato por la dato sur la salutekrano" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Deksesuma" }, - "Hibernate": { - "Hibernate": "Pasivigi" - }, "Hibernate failed": { "Hibernate failed": "Hibernado malsukcesis" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Daŭro de tenado" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Tenu pli longe por konfirmi" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Teni por konfirmi elektrajn agojn" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Tenu por konfirmi (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Tenu por konfirmi (%1s)" - }, - "Home": { - "Home": "Hejmo" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Horizontala kaj vertikala stanga dikeco" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Titolo de klavkombina tavolo (laŭvola)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Horo" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-adreso aŭ gastigantnomo" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO-dato" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Instalado kaj PAM-agordo: vidu la " - }, "Installed": { "Installed": "Instalita" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Ŝlosita" }, - "Log Out": { - "Log Out": "Seancfino" - }, "Logging in...": { "Logging in...": "Salutante..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Maksimumaj fiksitaj eroj atingitaj" }, - "Media": { - "Media": "Aŭdvidaĵo" - }, "Media Controls": { "Media Controls": "Aŭdvidaĵaj regiloj" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modelo" }, - "Modified": { - "Modified": "Modifita" - }, "Modular widget bar": { "Modular widget bar": "Modula breto de fenestraĵoj" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Movi fenestraĵon" }, - "Move to Trash": { - "Move to Trash": "movi rubujen" - }, "Moving to Paused": { "Moving to Paused": "Movante al paŭzita stato" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multipleksoroj" }, - "Music": { - "Music": "Muziko" - }, "Music Player": { "Music Player": "Muzikludanto" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM ne estas subtenata" }, - "Name": { - "Name": "Nomo" - }, "Named Workspace Icons": { "Named Workspace Icons": "Piktogramoj de nomitaj laborspacoj" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Navigi" }, - "Navigation": { - "Navigation": "Navigado" - }, "Network": { "Network": "Reto" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Neniu fingrospur-legilo estis detektita." - }, "No folders found": { "No folders found": "Neniuj dosierujoj estis trovitaj" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Neniu subtenata pakadministranto trovita." }, - "No terminal configured": { - "No terminal configured": "Neniu terminalo agordita" - }, "No themes found": { "No themes found": "Neniuj etosoj estis trovitaj" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Ne disponebla — instalu fprintd kaj pam_fprintd, aŭ agordu PAM de greetd." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Ne disponebla — instalu fprintd kaj pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Ne disponebla — instalu aŭ agordu pam_u2f, aŭ agordu PAM de greetd." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Ne disponebla — instalu aŭ agordu pam_u2f." - }, "Not bound": { "Not bound": "Ne ligita" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Numeroj" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numere (T/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Malfermi en terminalo" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Malfermi serĉ-breton por trovi tekston" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Malfermas la konektitan lanĉilon en Konektita Kadro-Reĝimo." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Laŭvola priskribo" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Laŭvolaj ŝtat-bazitaj kondiĉoj aplikitaj al la unua matĉo." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opcioj" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Superrigardo de viaj retaj konektoj" }, - "Overwrite": { - "Overwrite": "Anstataŭigi" - }, "Owner: %1": { "Owner: %1": "Posedanto: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Elekti malsaman hazardan videon ĉiufoje el la sama dosierujo" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Elektu terminalon en Agordoj → Lanĉilo (aŭ starigu $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Elektu kiom longe paŭzi sciigojn" }, - "Pictures": { - "Pictures": "Bildoj" - }, "Pin": { "Pin": "Fiksi" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Elektro-reĝimo" }, - "Power Off": { - "Power Off": "Malŝalti" - }, - "Power Options": { - "Power Options": "Elektraj opcioj" - }, "Power Profile": { "Power Profile": "Elektra profilo" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "kvalito" }, - "Quick Access": { - "Quick Access": "Rapida aliro" - }, "Quick access to application launcher": { "Quick access to application launcher": "Rapida aliro al la lanĉilo de aplikaĵoj" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Reenigu pasvorton" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Legado:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Kialo" }, - "Reboot": { - "Reboot": "Restartigi" - }, "Recent": { "Recent": "lastaj" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Eldono" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Reŝargi De Disko" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Postulas subtenon de nokta reĝimo" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Rulu paru/yay kun AUR ebligita kiam 'Ĝisdatigi Ĉion' estas klakita." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Lanĉitaj aplikaĵoj" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "satureco" }, - "Save": { - "Save": "Konservi" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Konservi notlibran dosieron" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Serĉu aparatojn..." }, - "Search for a location...": { - "Search for a location...": "Serĉi lokon..." - }, "Search installed plugins...": { "Search installed plugins...": "Serĉu instalitajn kromaĵojn..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Serĉi fenestraĵojn..." }, - "Search...": { - "Search...": "Serĉi..." - }, "Searching...": { "Searching...": "Serĉante..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "Disponeblo de sekurŝlosilo ne povis esti konfirmita." - }, "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": { "Security-key support was detected, but no registered key was found yet. You can enable this now and register one later.": "Subteno de sekurŝlosilo estis detektita, sed neniu registrita ŝlosilo estis ankoraŭ trovita. Vi povas ŝalti ĉi tion nun kaj registri tian poste." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "agordo" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Unulinia Ŝprucfenestro" }, - "Size": { - "Size": "Grando" - }, "Size Constraints": { "Size Constraints": "Grandaj limigoj" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Ordigi alfabete" }, - "Sort By": { - "Sort By": "Ordigi laŭ" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Komenco" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Lanĉu KDE Connect aŭ Valent por uzi ĉi tiun kromprogramon" }, "Start typing your notes here...": { "Start typing your notes here...": "Ek-tajpu viajn notojn ĉi tie..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Stato" }, - "Status": { - "Status": "Stato" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Surfacoj flosas sendepende de la kadro" }, - "Suspend": { - "Suspend": "Dormeti" - }, "Suspend behavior": { "Suspend behavior": "Konduto dum dormeto" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Retejo de Sway" }, - "Switch User": { - "Switch User": "Ŝanĝi uzanton" - }, "Switch between display configurations": { "Switch between display configurations": "Ŝanĝu inter ekranaj agordoj" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Sinkronigi pozicion tra ekranoj" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Sinkronigo finiĝis sukcese." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Sistemo" - }, "System App Theming": { "System App Theming": "Etosigo de sistemaj aplikaĵoj" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Langeto" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Navigi • ←→↑↓: Krada navigado • Enigo/Spaco: Elekti" - }, "Tags": { "Tags": "Etikedoj" }, @@ -7715,6 +7664,9 @@ "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": { "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.": "Terminala retropaŝo malsukcesis. Instalu unu el la subtenataj terminal-imitiloj aŭ lanĉu 'dms greeter sync' mane." }, + "Terminal fallback 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La media variablo DMS_SOCKET ne estas agordita aŭ la kontaktskatolo ne estas disponebla. Aŭtomata mastrumado de kromprogramoj postulas la DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": { "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).": "La subaj agordoj modifos viajn agordojn de GTK kaj Qt. Se vi volas konservi viajn aktualajn agordojn, bonvolu fari sekurkopiojn de ili (qt5ct.conf|qt6ct.conf kaj ~/.config/gtk-3.0|gtk-4.0)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Ĉi tio forigos ĉiujn nefiksitajn erojn. %1 fiksitaj eroj estos konservitaj." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Ĉi tio definitive forigos la tutan tondujan historion." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Malŝaltu nun" }, - "Type": { - "Type": "Tipo" - }, "Type at least 2 characters": { "Type at least 2 characters": "Tajpu almenaŭ 2 signojn" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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.": "Uzi propran bildon por la salutekrano, aŭ lasu malplena por uzi vian labortablan fonbildon." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Uzu kutiman radiuson por gotaj anguleltranĉaĵoj" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Uzi sekurŝlosilon por la aŭtentigo de la ŝlosekrano." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Uzi fingrospuran aŭtentigon por la ŝlosekrano." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Uzu klavojn 1-3 aŭ sagojn, Enigu/Spaco por elekti" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Video-ekrankurteno" }, - "Videos": { - "Videos": "Videoj" - }, "View Mode": { "View Mode": "Vidreĝimo" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Fonbildo" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi estas ŝaltita" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi estas malŝaltita" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Larĝo de fenestra bordo kaj fokusa ringo" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Vento" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Laborante..." }, - "Workspace": { - "Workspace": "Laborspaco" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Indeksaj numeroj de laborspacoj" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Via kompostisto ne subtenas fonmalklarigon (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Via sistemo estas ĝisdata!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "sur Sway" }, - "or run ": { - "or run ": "aŭ lanĉu " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon ne disponeblas" }, diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json index 39a9f60c7..3762fddec 100644 --- a/quickshell/translations/poexports/es.json +++ b/quickshell/translations/poexports/es.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "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?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Un shell de escritorio moderno para compositores Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Acciones" - }, "Activate": { "Activate": "Activar" }, @@ -377,6 +377,9 @@ "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.": "" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Activación" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Añadir barra" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Atrás • F1/I: Información del archivo • F10: Ayuda • Esc: Cerrar+" - }, "Alternative (OR)": { "Alternative (OR)": "" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Aplicar cambios" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Colores armonizados con acentos definidos (base)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Cámara" }, - "Cancel": { - "Cancel": "Cancelar" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Elegir icono" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Color" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "" }, - "Communication": { - "Communication": "Comunicación" - }, "Community themes": { "Community themes": "Temas de la comunidad" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "" - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Copiar texto" }, - "Copy path": { - "Copy path": "Copiar ubicación" - }, "Corner Radius": { "Corner Radius": "Radio de la esquina" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Esquinas y Fondo" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Solo la cantidad" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Descripción" }, - "Desktop": { - "Desktop": "" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Desarrollo" - }, "Device": { "Device": "Dispositivo" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Docs" }, - "Documents": { - "Documents": "" - }, "Domain (optional)": { "Domain (optional)": "Dominio (opcional)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Puera abierta" }, - "Downloads": { - "Downloads": "" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Habilitar WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Habilitar integración con loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "" }, - "Enter filename...": { - "Enter filename...": "Ingrese nombre de archivo..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Introduce prefijo de lanzamiento (e.j.,'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Accionar • F10: Ayudar" - }, "Fade": { "Fade": "" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Hubo un error al conectar con la VPN" }, @@ -3077,6 +3065,9 @@ "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.": "" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Error al iniciar la conexión con %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Archivo" }, - "File Already Exists": { - "File Already Exists": "El archivo ya existe" - }, - "File Information": { - "File Information": "Información del archivo" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "" - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "" }, - "Fun": { - "Fun": "Diversión" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: cuadrícula - Z/X: tamaño" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "HEX" }, - "Hibernate": { - "Hibernate": "Hibernar" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Duración de pulsación" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Mantenga pulsado para confirmar" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Mantener pulsado para confirmar" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Manten para confirmar (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Mantener pulsado para confirmar (%1s)" - }, - "Home": { - "Home": "" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Título de la superposición de teclas de acceso rápido (opcional)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Hora" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "" - }, "Installed": { "Installed": "Instalado" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Bloqueado" }, - "Log Out": { - "Log Out": "Cerrar sesión" - }, "Logging in...": { "Logging in...": "" }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "" }, - "Media": { - "Media": "Multimedia" - }, "Media Controls": { "Media Controls": "Controles multimedia" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modelo" }, - "Modified": { - "Modified": "Modificado" - }, "Modular widget bar": { "Modular widget bar": "Barra de widgets modular" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Mover widget" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Pausando" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "" }, - "Music": { - "Music": "" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "No se soporta este NM" }, - "Name": { - "Name": "Nombre" - }, "Named Workspace Icons": { "Named Workspace Icons": "Iconos de espacios de trabajo numerados" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "" }, - "Navigation": { - "Navigation": "Navegación" - }, "Network": { "Network": "Red" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "" - }, "No folders found": { "No folders found": "" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "No se han encontrado temas" }, @@ -5360,15 +5324,9 @@ "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 bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Números" - }, "Numeric (D/M)": { "Numeric (D/M)": "" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Abrir barra de búsqueda para encontrar texto" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Descripción opcional" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opciones" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Vista general de conexiones de red" }, - "Overwrite": { - "Overwrite": "Sobrescribir" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "" - }, "Pin": { "Pin": "Fijar" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Apagar" - }, - "Power Options": { - "Power Options": "Opciones de Energía" - }, "Power Profile": { "Power Profile": "Perfil de energia" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "" - }, "Quick access to application launcher": { "Quick access to application launcher": "Acceso rápido al lanzador de aplicaciones" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "R" }, - "Reboot": { - "Reboot": "Reiniciar" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Lanzamiento" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Requiere compatibilidad con el modo nocturno" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Aplicaciones activas" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Guardar" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Guardar archivo" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Buscar una ubicación..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Buscar widgets..." }, - "Search...": { - "Search...": "Buscar..." - }, "Searching...": { "Searching...": "Buscando..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Tamaño" - }, "Size Constraints": { "Size Constraints": "" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Ordenar alfabéticamente" }, - "Sort By": { - "Sort By": "Ordenar por" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Empezar" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "" }, "Start typing your notes here...": { "Start typing your notes here...": "Escribe tus notas aquí..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Estado" }, - "Status": { - "Status": "Estado" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Suspender" - }, "Suspend behavior": { "Suspend behavior": "Comportamiento de suspensión" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "" }, - "Switch User": { - "Switch User": "Cambiar usuario" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Sistema" - }, "System App Theming": { "System App Theming": "Tematización de aplicaciones" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Pestaña" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Seleccionar" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.": "" + }, "Terminal fallback opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variable de entorno DMS_SOCKET no está configurada o el socket no está disponible. La gestión automática de complementos requiere DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Esto eliminará permanentemente todo el historial del portapapeles." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Tipo" - }, "Type at least 2 characters": { "Type at least 2 characters": "" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "" }, - "Videos": { - "Videos": "" - }, "View Mode": { "View Mode": "Modo de vista" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Fondo de pantalla" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wi-Fi habilitado" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wi‑Fi apagado" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Viento" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Espacio de trabajo" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Espacios de trabajo numerados" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "" }, - "or run ": { - "or run ": "" - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "" }, diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json index 1e3326c91..d4617763d 100644 --- a/quickshell/translations/poexports/fa.json +++ b/quickshell/translations/poexports/fa.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "۲ ثانیه" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "۲۰ دقیقه" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "۴۵ ثانیه" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "لایسنس MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "فایلی با این نام از قبل وجود دارد. آیا می‌خواهید آن را بازنویسی کنید؟" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "یک پوسته دسکتاپ مدرن برای کامپازیتورهای وِیلند" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "اقدام‌ها" - }, "Activate": { "Activate": "فعال‌سازی" }, @@ -377,6 +377,9 @@ "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 باز خواهد شد. پس از فعال‌سازی همگام‌سازی را اجرا کنید تا تنظیمات شما اعمال شود." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "فعال‌سازی" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "«%1» به گروه %2 افزوده شود؟ کاربر باید خارج و دوباره وارد شود، سپس دستور dms greeter sync --profile را اجرا کند تا تم صفحه‌ی ورود خود را منتشر کند." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "افزودن نوار" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "کاربر جدید را به گروه %1 اضافه کنید تا بتواند dms greeter sync --profile را اجرا کند." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "کاربر جدید را به گروه %1 اضافه کنید تا بتواند از sudo استفاده کند." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: بازگشت • F1/I: اطلاعات فایل • F10: راهنما • Esc: بستن" - }, "Alternative (OR)": { "Alternative (OR)": "جایگزین (OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "اعمال تغییرات" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "تغییرات احراز هویت اعمال شد." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "تغییرات احراز هویت بصورت خودکار اعمال می‌شود." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "تغییرات احراز هویت به sudo نیاز دارد. درحال باز کردن ترمینال تا بتوانید از گذرواژه یا اثرانگشت استفاده کنید." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "پالت رنگی متعادل با رنگ تأکیدی متمرکز (پیش‌فرض)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "دوربین" }, - "Cancel": { - "Cancel": "لغو" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "تمام کار‌ها برای «%1» لغو شود؟" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "انتخاب آیکون" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "تک رنگ یا رنگ سایه تم را برای آیکون‌های سینی سیستم انتخاب کنید" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "بستن پنجره" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "رنگ" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "دستورات" }, - "Communication": { - "Communication": "ارتباطات" - }, "Community themes": { "Community themes": "تم‌های کامیونیتی" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "گزینه‌های راحتی برای صفحه قفل. برای اعمال شدن همگام‌سازی را انجام دهید." - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "کپی متن" }, - "Copy path": { - "Copy path": "کپی مسیر" - }, "Corner Radius": { "Corner Radius": "شعاع گوشه" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "گوشه‌ها و پس‌زمینه" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "فقط تعداد" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "سرور DMS قدیمی است (API نسخهٔ %1، نسخهٔ مورد انتظار %2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "توضیحات" }, - "Desktop": { - "Desktop": "دسکتاپ" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "بک‌اند های شناسایی شده: %1" }, - "Development": { - "Development": "توسعه" - }, "Device": { "Device": "دستگاه" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "مستندات" }, - "Documents": { - "Documents": "اسناد" - }, "Domain (optional)": { "Domain (optional)": "دامنه (اختیاری)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "درب باز" }, - "Downloads": { - "Downloads": "بارگیری‌ها" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "فعال کردن وای‌فای" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "یک جایگزینی سفارشی در زیر فعال کنید تا شدت سایه، شفافیت و رنگ به ازای هر نوار تنظیم شود." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "اثرانگشت یا کلید امنیتی را برای صفحه خوش‌آمد‌گویی DMS فعال کن. تغییرات احراز هویت به طور خودکار اعمال می‌شوند." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "فعال‌کردن یکپارچه‌سازی قفل loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "نام دستگاه‌ را وارد کنید..." }, - "Enter filename...": { - "Enter filename...": "نام فایل را وارد کنید..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "پیشوند اجرا را وارد کنید (مانند 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "بسیار کم‌رنگ" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: تغییر حالت • F10: راهنما" - }, "Fade": { "Fade": "محو شدن" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "بررسی محدودیت سنجاق ناموفق بود" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "اتصال به VPN ناموفق بود" }, @@ -3077,6 +3065,9 @@ "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 اطمینان حاصل نمایید." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "شروع اتصال به %1 ناموفق بود" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "برداشتن سنجاق مدخل ناموفق بود" }, @@ -3188,12 +3188,6 @@ "File": { "File": "فایل" }, - "File Already Exists": { - "File Already Exists": "فایل از قبل وجود دارد" - }, - "File Information": { - "File Information": "اطلاعات فایل" - }, "File Manager": { "File Manager": "برنامه مدیریت فایل" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "دردسترس بودن اثرانگشت تأیید نشد." - }, "Fingerprint error": { "Fingerprint error": "خطای اثرانگشت" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "کاملا شارژ شده" }, - "Fun": { - "Fun": "سرگرمی" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: جدول • Z/X: اندازه" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "اعضای گروه صفحه خوش‌آمد‌گویی می‌توانند تم صفحه ورود خود را با dms greeter sync --profile پس از خروج و ورود مجدد همگام‌سازی کنند." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "گروه صفحه خوش‌آمدگویی:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "فقط صفحه خوش‌آمدگویی - قالب برای تاریخ در صفحه ورود" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "هایبرنیت" - }, "Hibernate failed": { "Hibernate failed": "هایبرنیت ناموفق بود" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "مدت زمان نگه‌داشتن" }, - "Hold longer to confirm": { - "Hold longer to confirm": "برای تأیید بیشتر نگه‌دارید" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "نگه‌داشتن برای تأیید اقدام پاور" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "برای تأیید نگه‌دارید (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "برای تأیید نگه‌دارید (%1s)" - }, - "Home": { - "Home": "خانه" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "ضخامت نوار افقی و عمودی" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "عنوان کلید میانبر overlay (اختیاری)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "ساعت" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "آدرس IP یا نام میزبان" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "تاریخ ISO" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "نصب و راه‌اندازی PAM: مراجعه کنید به " - }, "Installed": { "Installed": "نصب شده" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "قفل شده" }, - "Log Out": { - "Log Out": "خروج" - }, "Logging in...": { "Logging in...": "درحال ورود..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "به بیشینه مدخل‌های سنجاق شده رسیدید" }, - "Media": { - "Media": "رسانه" - }, "Media Controls": { "Media Controls": "کنترل‌های رسانه" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "مدل" }, - "Modified": { - "Modified": "اصلاح شده" - }, "Modular widget bar": { "Modular widget bar": "نوار ابزارک ماژولار" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "انتقال ابزارک" }, - "Move to Trash": { - "Move to Trash": "انتقال به زباله‌دان" - }, "Moving to Paused": { "Moving to Paused": "انتقال به حالت متوقف شده" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "مالتی‌پلکسر‌ها" }, - "Music": { - "Music": "موسیقی" - }, "Music Player": { "Music Player": "پخش‌کننده موسیقی" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM پشتیبانی نمی‌شود" }, - "Name": { - "Name": "نام" - }, "Named Workspace Icons": { "Named Workspace Icons": "آیکون محیط‌کارهای نام‌دار" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "پیمایش" }, - "Navigation": { - "Navigation": "پیمایش" - }, "Network": { "Network": "شبکه" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "هیچ اثرانگشت خوانی شناسایی نشد." - }, "No folders found": { "No folders found": "هیچ پوشه‌ای یافت نشد" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "هیچ مدیر بسته پشتیبانی‌شده‌ای یافت نشد." }, - "No terminal configured": { - "No terminal configured": "هیچ ترمینالی پیکربندی نشده است" - }, "No themes found": { "No themes found": "هیچ تمی یافت نشد" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "دردسترس نیست — fprintd و pam_fprintd را نصب کنید، یا greetd PAM را پیکربندی کنید." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "دردسترس نیست — fprintd و pam_fprintd را نصب کنید." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "دردسترس نیست — pam_u2f را نصب یا پیکربندی کنید، یا greetd PAM را پیکربندی کنید." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "دردسترس نیست — pam_u2f را نصب یا پیکربندی کنید." - }, "Not bound": { "Not bound": "نگاشت نشده" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "شماره‌ها" - }, "Numeric (D/M)": { "Numeric (D/M)": "عددی (ماه/روز)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "باز کردن در ترمینال" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "باز‌ کردن نوار جستجو برای یافتن متن" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "لانچر متصل را در حالت قاب متصل باز می‌کند." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "توضیحات اختیاری" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "گزینه‌ها" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "نمای کلی از اتصالات شبکه شما" }, - "Overwrite": { - "Overwrite": "بازنویسی" - }, "Owner: %1": { "Owner: %1": "مالک: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "هر بار یک ویدئوی تصادفی از همان پوشه انتخاب کن" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "یک ترمینال در تنظیمات ← لانچر، انتخاب کنید (یا $TERMINAL را تنظیم کنید)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "انتخاب کنید که اعلان‌ها چه مدت متوقف شوند" }, - "Pictures": { - "Pictures": "تصاویر" - }, "Pin": { "Pin": "سنجاق" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "خاموش" - }, - "Power Options": { - "Power Options": "گزینه‌های پاور" - }, "Power Profile": { "Power Profile": "پروفایل پاور" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "کمیت" }, - "Quick Access": { - "Quick Access": "دسترسی سریع" - }, "Quick access to application launcher": { "Quick access to application launcher": "دسترسی سریع به لانچر برنامه" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "گذرواژه را دوباره وارد کنید" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "خواندن:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "علت" }, - "Reboot": { - "Reboot": "راه‌اندازی مجدد" - }, "Recent": { "Recent": "اخیر" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "رها کردن" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "به پشتیبانی حالت شب نیاز دارد" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "وقتی روی «بروزرسانی همه» کلیک شد، paru/yay را با گزینه فعال AUR اجرا کن." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "برنامه‌های درحال اجرا" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "ذخیره" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "ذخیره فایل دفترچه یادداشت" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "جستجوی دستگاه‌ها..." }, - "Search for a location...": { - "Search for a location...": "جستجو برای موقعیت مکانی..." - }, "Search installed plugins...": { "Search installed plugins...": "جستجوی افزونه‌های نصب شده..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "جستجوی ابزارک‌ها..." }, - "Search...": { - "Search...": "جستجو..." - }, "Searching...": { "Searching...": "درحال جستجو..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "پشتیبانی کلید امنیتی شناسایی شد، اما هنوز هیچ کلید ثبت‌شده‌ای یافت نشد. شما می‌توانید این گزینه را فعال و بعدا کلید را ثبت کنید." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "اندازه" - }, "Size Constraints": { "Size Constraints": "محدودیت‌های اندازه" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "مرتب‌سازی بر اساس حروف الفبا" }, - "Sort By": { - "Sort By": "مرتب‌سازی براساس" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "شروع" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "برنامه KDE Connect یا Valent را برای استفاده از این افزونه آغاز کنید" }, "Start typing your notes here...": { "Start typing your notes here...": "تایپ‌کردن یادداشت‌هایتان را اینجا شروع کنید..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "وضعیت" }, - "Status": { - "Status": "وضعیت" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "سطوح به طور مستقل از قاب شناور باشند" }, - "Suspend": { - "Suspend": "تعلیق" - }, "Suspend behavior": { "Suspend behavior": "رفتار تعلیق" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "وبسایت Sway" }, - "Switch User": { - "Switch User": "تغییر کاربر" - }, "Switch between display configurations": { "Switch between display configurations": "تعویض بین پیکربندی نمایشگر‌ها" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "همگام‌سازی مکان در تمامی صفحات" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "همگام‌سازی با موفقیت کامل شد." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "سیستم" - }, "System App Theming": { "System App Theming": "تم‌دادن برنامه‌ سیستمی" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "تب" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: پیمایش • ←→↑↓: پیمایش جدولی • Enter/Space: انتخاب" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "متغیر محیطی DMS_SOCKET تنظیم نشده یا سوکت موجود نیست. مدیریت افزونه خودکار به DMS_SOCKET نیاز دارد." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)" }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "این همه مدخل‌های سنجاق نشده را پاک می‌کند. %1 مدخل سنجاق شده نگه داشته می‌شوند." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "این کار تمام تاریخچه کلیپ‌بورد را برای همیشه حذف می‌کند." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "الان خاموش کن" }, - "Type": { - "Type": "نوع" - }, "Type at least 2 characters": { "Type at least 2 characters": "حداقل ۲ کاراکتر تایپ کنید" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "از شعاع سفارشی برای برش‌های گوشه گوتیک استفاده کن" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "از یک کلید امنیتی برای صفحه قفل استفاده کن." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "از احراز هویت اثرانگشت برای صفحه قفل استفاده کن." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "محافظ صفحه ویدئویی" }, - "Videos": { - "Videos": "ویدئوها" - }, "View Mode": { "View Mode": "حالت نمایش" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "تصویر پس‌زمینه" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "وای‌فای فعال" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "وای‌فای خاموش است" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "پهنای حاشیه پنجره و حلقه فوکوس" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "باد" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "محیط‌کار" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "شماره شاخص محیط‌کارها" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "سیستم شما بروز است!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "در Sway" }, - "or run ": { - "or run ": "یا اجرای " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profile-daemon دردسترس نیست" }, diff --git a/quickshell/translations/poexports/fr.json b/quickshell/translations/poexports/fr.json index d4d38de98..3a60f7d65 100644 --- a/quickshell/translations/poexports/fr.json +++ b/quickshell/translations/poexports/fr.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 secondes" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minutes" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 secondes" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "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 ?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Un environnement de bureau moderne pour les compositeurs Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Actions" - }, "Activate": { "Activate": "Activer" }, @@ -377,6 +377,9 @@ "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.": "Activer le greeter DMS ? Un terminal va s'ouvrir pour l'authentification sudo. Exécutez la Synchro après l'activation pour appliquer vos paramètres." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Activation" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Ajouter une barre" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Retour arrière : Retour • F1/I : Infos fichier • F10 : Aide • Échap : Fermer" - }, "Alternative (OR)": { "Alternative (OR)": "Alternatif (OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Appliquer les modifications" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Palette équilibrée avec des accents ciblés (par défaut)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Caméra" }, - "Cancel": { - "Cancel": "Annuler" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Annuler tous les jobs pour \"%1\" ?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Choisir une icône" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Fermer la fenêtre" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Couleur" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Commandes" }, - "Communication": { - "Communication": "Communication" - }, "Community themes": { "Community themes": "Thèmes de la communauté" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "" - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Copier texte" }, - "Copy path": { - "Copy path": "Copier chemin" - }, "Corner Radius": { "Corner Radius": "Rayon des coins" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Coins et arrière-plan" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Nombre uniquement" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Description" }, - "Desktop": { - "Desktop": "Bureau" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Développement" - }, "Device": { "Device": "Appareil" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Documentation" }, - "Documents": { - "Documents": "Documents" - }, "Domain (optional)": { "Domain (optional)": "Domaine (optionnel)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Porte ouverte" }, - "Downloads": { - "Downloads": "Téléchargements" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Activer le Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Activer l’intégration du verrouillage via loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Entrer le nom de l'appareil..." }, - "Enter filename...": { - "Enter filename...": "Entrez le nom du fichier..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Saisir le préfixe de lancement (ex. : « uwsm-app »)" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I : Basculer • F10 : Aide" - }, "Fade": { "Fade": "Fondu" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Échec de la vérification de la limite d'épinglage" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Échec de la connexion au VPN" }, @@ -3077,6 +3065,9 @@ "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.": "Échec de l'exécution de 'dms greeter status'. Vérifiez que DMS est installé et dans le PATH." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Échec du démarrage de la connexion à %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Échec du désépinglage de l'entrée" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Fichier" }, - "File Already Exists": { - "File Already Exists": "Fichier déjà existant" - }, - "File Information": { - "File Information": "Informations sur le fichier" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "La disponibilité de l'empreinte n'a pas pu être confirmée." - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Complètement chargé" }, - "Fun": { - "Fun": "Divertissement" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G : grille • Z/X : taille" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Greeter seulement — format pour la date sur l'écran de verrouillage" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Veille prolongée" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Durée de maintien" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Maintenez plus longtemps pour confirmer" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Maintenir pour confirmer les actions d'alimentation" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Maintenir pour confirmer (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Maintenir pour confirmer (%1s)" - }, - "Home": { - "Home": "Accueil" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Titre de la superposition des raccourcis clavier (optionnel)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Heure" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "Adresse IP ou nom d'hôte" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "Date ISO" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Installation et mise en place de PAM : voir le " - }, "Installed": { "Installed": "Installé" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Verrouillé" }, - "Log Out": { - "Log Out": "Déconnexion" - }, "Logging in...": { "Logging in...": "Connexion..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Le maximum d'entrées épinglées a été atteint" }, - "Media": { - "Media": "Média" - }, "Media Controls": { "Media Controls": "Contrôles multimédias" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modèle" }, - "Modified": { - "Modified": "Modifié" - }, "Modular widget bar": { "Modular widget bar": "Barre de widgets modulaire" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Déplacer le widget" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Mise en pause en cours" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexeurs" }, - "Music": { - "Music": "Musique" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM non pris en charge" }, - "Name": { - "Name": "Nom" - }, "Named Workspace Icons": { "Named Workspace Icons": "Icônes d’espaces de travail nommés" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Naviguer" }, - "Navigation": { - "Navigation": "Navigation" - }, "Network": { "Network": "Réseau" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Aucun lecteur d'empreintes détecté." - }, "No folders found": { "No folders found": "Aucun dossier trouvé" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "Aucun thème trouvé" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Non disponible — installez fprintd et pam_fprintd, ou configurez greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Non disponible — installez fprintd et 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.": "Non disponible — installez ou configurez pam_u2f." - }, "Not bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Nombres" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numérique (J/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Ouvrir dans le terminal" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Ouvrir la barre de recherche pour trouver du texte" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Description facultative" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Options" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Aperçu de vos connexions réseau" }, - "Overwrite": { - "Overwrite": "Écraser" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Choisir une vidéo différente aléatoirement du même dossier à chaque fois" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "Photos" - }, "Pin": { "Pin": "Épingler" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Arrêter" - }, - "Power Options": { - "Power Options": "Options d’alimentation" - }, "Power Profile": { "Power Profile": "Profil d’alimentation" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "Accès rapide" - }, "Quick access to application launcher": { "Quick access to application launcher": "Accès rapide au lanceur d’applications" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Lire :" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Raison" }, - "Reboot": { - "Reboot": "Redémarrer" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Version" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Nécessite le support du mode nuit" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Applications en cours" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Enregistrer" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Enregistrer le fichier" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Rechercher un emplacement..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Rechercher des widgets..." }, - "Search...": { - "Search...": "Rechercher..." - }, "Searching...": { "Searching...": "Recherche en cours..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "La disponibilité de la clé de sécurité n'a pas pu être confirmée." - }, "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.": "Le support pour la clé de sécurité a été détecté, mais aucune clé n'a été enregistrée pour le moment. Vous pouvez activer cette option maintenant et en enregistrer une plus tard." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Taille" - }, "Size Constraints": { "Size Constraints": "Contraintes de taille" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Trier par ordre alphabétique" }, - "Sort By": { - "Sort By": "Trier par" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Démarrer" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Démarrer KDE Connect ou Valent pour utiliser ce plugin" }, "Start typing your notes here...": { "Start typing your notes here...": "Commencez à taper vos notes ici..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "État" }, - "Status": { - "Status": "Statut" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Mettre en veille" - }, "Suspend behavior": { "Suspend behavior": "Comportement de suspension" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Site Sway" }, - "Switch User": { - "Switch User": "Changer d'utilisateur" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Synchroniser la position entre les écrans" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Synchro complétée avec succès." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Système" - }, "System App Theming": { "System App Theming": "Habillage des applications système" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Onglet" }, - "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" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.": "" + }, "Terminal fallback opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variable d’environnement DMS_SOCKET n’est pas définie ou le socket est indisponible. La gestion automatique des plugins nécessite DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Cela supprimera toutes les entrées non épinglées. %1 entrées épinglées seront conservées." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Cela supprimera définitivement tout l’historique du presse-papiers." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Type" - }, "Type at least 2 characters": { "Type at least 2 characters": "Tapez au moins 2 caractères" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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.": "Utilisez une image personnalisée pour l'écran de connexion, ou laissez vide pour utiliser pour fond d'écran de bureau." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Utilisez une clé de sécurité pour l'authentification de l'écran de verrouillage." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Utilisez l'authentification par empreinte pour l'écran de verrouillage." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Économiseur d'écran vidéo" }, - "Videos": { - "Videos": "Vidéos" - }, "View Mode": { "View Mode": "Mode d’affichage" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Fond d'écran" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi activé" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wi-Fi éteint" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Largeur de la bordure et de l’anneau de focus" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Vent" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Espace de travail" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Numéros des espaces de travail" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Votre système est à jour !" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "sur Sway" }, - "or run ": { - "or run ": "ou lancer " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon non disponible" }, diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json index 5ea754e94..e2726081f 100644 --- a/quickshell/translations/poexports/he.json +++ b/quickshell/translations/poexports/he.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 שניות" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 דקות" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 שניות" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 דקות לפני" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "רישיון MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "קיים כבר קובץ עם השם זה. האם ברצונך לדרוס אותו?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "מעטפת שולחן עבודה מודרנית לקומפוזיטורים של Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "פעולה שתבוצע בעת גלילה אנכית על הסרגל" }, - "Actions": { - "Actions": "פעולות" - }, "Activate": { "Activate": "הפעל/י" }, @@ -377,6 +377,9 @@ "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. הרץ/י את הסנכרון לאחר ההפעלה כדי להחיל את ההגדרות שלך." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "הפעלה" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "להוסיף את \"%1\" לקבוצה %2? עליהם להתנתק ולהתחבר מחדש, ולאחר מכן להריץ את הפקודה dms greeter sync --profile כדי לפרסם את ערכת הנושא שלהם למסך ההתחברות." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "הוסף/י סרגל" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "הוסף/י את המשתמש/ת החדש/ה לקבוצה %1 כדי שיוכלו להריץ את הפקודה dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "הוסף/י את המשתמש/ת החדש/ה לקבוצה %1 כדי שיוכלו להשתמש בsudo." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "קבץ/י גם סמלי אפליקציות שחוזרים על עצמם בסביבת העבודה הפעילה" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: חזרה • F1/I: מידע על הקובץ • F10: עזרה • Esc: סגירה" - }, "Alternative (OR)": { "Alternative (OR)": "חלופי (OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "אפליקציות ופקודות שיופעלו אוטומטית בעת ההתחברות" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "החל/י שינויים" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "שינויי האימות הוחלו." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "שינויי אימות מוחלים באופן אוטומטי." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "שינויי אימות דורשים להזדהות עם sudo. נפתח מסוף כדי שתוכל/י להשתמש בסיסמה או בטביעת אצבע." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "פלטה מאוזנת עם דגשים ממוקדים (ברירת מחדל)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "סרגל" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "הBackend של היומן" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "מצלמה" }, - "Cancel": { - "Cancel": "ביטול" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "לבטל את כל העבודות עבור \"%1\"?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "בחר/י כיצד לקבל התראות בעת ההגעה למגבלת הטעינה." }, - "Choose icon": { - "Choose icon": "בחר/י סמל" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "בחר/י גוון מונוכרומטי או צבע של ערכת הנושא עבור סמלי מגש המערכת" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "סגור/י חלון" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "החלפת קודק אינה זמינה מכיוון שלא ניתן היה למצוא את pactl" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "צבע" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "פקודות" }, - "Communication": { - "Communication": "תקשורת" - }, "Community themes": { "Community themes": "ערכות נושא קהילתיות" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "אפשרויות נוחות למסך ההתחברות. הרץ/י סנכרון כדי להחיל." - }, "Convert to DMS": { "Convert to DMS": "המר/י לDMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "העתק/י טקסט" }, - "Copy path": { - "Copy path": "העתק/י נתיב" - }, "Corner Radius": { "Corner Radius": "רדיוס פינות" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "פינות ורקע" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "ספירה בלבד" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "DMS מסיר את הבלוק המנוהל שלו מ/etc/pam.d/greetd ומפסיק לכתוב אליו" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "השרת של DMS לא מעודכן (API v%1, צפוי v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "תיאור" }, - "Desktop": { - "Desktop": "שולחן העבודה" - }, "Desktop Application": { "Desktop Application": "אפליקציית שולחן העבודה" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "הBackends שזוהו: %1" }, - "Development": { - "Development": "פיתוח" - }, "Device": { "Device": "התקן" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "דוקיומנטציה" }, - "Documents": { - "Documents": "מסמכים" - }, "Domain (optional)": { "Domain (optional)": "דומיין (לא חובה)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "דלת פתוחה" }, - "Downloads": { - "Downloads": "הורדות" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "גרור/גררי ווידג׳ט באמצעות הידית שלו לכאן כדי לסדר אותו מחדש או לשחרר אותו לקבוצה אחרת" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "הפעל/י Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "הפעל/י דריסה מותאמת אישית למטה כדי להגדיר עוצמת צל, שקיפות וצבע עבור כל סרגל בנפרד." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "הפעל/י הזדהות באמצעות טביעת אצבע או מפתח אבטחה במסך ההתחברות של DMS. שינויי אימות מוחלים באופן אוטומטי." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "הפעלת האינטגרציה עם loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "הזן/י שם להתקן..." }, - "Enter filename...": { - "Enter filename...": "הזן/י שם קובץ..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "הזן/י קידומת הפעלה (לדוגמה: 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "דק במיוחד" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: החלפה • F10: עזרה" - }, "Fade": { "Fade": "דהייה" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "בדיקת מגבלת ההצמדה נכשלה" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "החיבור לVPN נכשל" }, @@ -3077,6 +3065,9 @@ "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." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "שמירת אישורי הגישה לVPN נכשלה" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "התחלת החיבור ל%1 נכשלה" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "ביטול הצמדת הרשומה נכשל" }, @@ -3188,12 +3188,6 @@ "File": { "File": "קובץ" }, - "File Already Exists": { - "File Already Exists": "הקובץ כבר קיים" - }, - "File Information": { - "File Information": "פרטי קובץ" - }, "File Manager": { "File Manager": "מנהל קבצים" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "לא ניתן היה לאשר את זמינות טביעת האצבע." - }, "Fingerprint error": { "Fingerprint error": "שגיאת טביעת אצבע" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "טעונה במלואה" }, - "Fun": { - "Fun": "כיף" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: רשת • Z/X: גודל" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "חברי קבוצת greeter יכולים לסנכרן את ערכת הנושא שלהם למסך ההתחברות באמצעות dms greeter sync --profile לאחר התנתקות והתחברות מחדש." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "קבוצת greeter:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "במסך ההתחברות בלבד - תבנית לתאריך שמופיע בכניסה" - }, "Greeter sync complete": { "Greeter sync complete": "סנכרון מסך ההתחברות (greeter) הושלם" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "שינה עמוקה" - }, "Hibernate failed": { "Hibernate failed": "שינה עמוקה נכשלה" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "משך הלחיצה" }, - "Hold longer to confirm": { - "Hold longer to confirm": "החזק/י לחוץ זמן רב יותר כדי לאשר" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "החזקה לאישור פעולות חשמל" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "החזק/י לחוץ לאישור (%1 מילישניות)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "החזק/י לחוץ כדי לאשר (%1 שניות)" - }, - "Home": { - "Home": "בית" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "עובי סרגל אופקי ואנכי" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "כותרת קיצור דרך שתופיע בשכבת הכיסוי (אופציונלי)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "שעה" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "כתובת IP או שם מארח" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "תאריך ISO" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "להתקנה והגדרה של PAM: ראה/י את " - }, "Installed": { "Installed": "מותקן" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "נעול" }, - "Log Out": { - "Log Out": "התנתקות" - }, "Logging in...": { "Logging in...": "מתחבר..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "הושג מקסימום רשומות מוצמדות" }, - "Media": { - "Media": "מדיה" - }, "Media Controls": { "Media Controls": "פקדי מדיה" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "דגם" }, - "Modified": { - "Modified": "שונה" - }, "Modular widget bar": { "Modular widget bar": "פס ווידג׳טים מודולרי" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "הזזת הווידג׳ט" }, - "Move to Trash": { - "Move to Trash": "העבר/י לאשפה" - }, "Moving to Paused": { "Moving to Paused": "עובר להשהיה" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "מרבבי מסוף" }, - "Music": { - "Music": "מוסיקה" - }, "Music Player": { "Music Player": "נגן מוזיקה" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM אינו נתמך" }, - "Name": { - "Name": "שם" - }, "Named Workspace Icons": { "Named Workspace Icons": "סמלים לסביבות עבודה בעלות שם" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "ניווט" }, - "Navigation": { - "Navigation": "ניווט" - }, "Network": { "Network": "רשת" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "לא זוהה קורא טביעות אצבע." - }, "No folders found": { "No folders found": "לא נמצאו תיקיות" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "לא נמצא מנהל חבילות נתמך." }, - "No terminal configured": { - "No terminal configured": "לא הוגדר מסוף" - }, "No themes found": { "No themes found": "לא נמצאו ערכות נושא" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "לא זמין — התקן/י את החבילות fprintd ו pam_fprintd, או הגדר/י את greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "לא זמין — התקן/י את fprintd ו pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "לא זמין — התקן/י או הגדר/י את pam_u2f, או לחלופין הגדר/י את greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "לא זמין — התקן/י או הגדר/י את pam_u2f." - }, "Not bound": { "Not bound": "לא מקושר" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "מתנגן כעת ופקדי מדיה" }, - "Numbers": { - "Numbers": "מספרים" - }, "Numeric (D/M)": { "Numeric (D/M)": "מספרי (D/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "פתח/י במסוף" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "פתח/י שורת חיפוש כדי למצוא טקסט" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "פותח את המשגר המחובר במצב מסגרת מחוברת." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "תיאור אופציונלי" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "תנאים מבוססי מצב אופציונליים המוחלים על ההתאמה הראשונה." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "אפשרויות" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "סקירה של חיבורי הרשת שלך" }, - "Overwrite": { - "Overwrite": "דריסה" - }, "Owner: %1": { "Owner: %1": "בעלים: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "בחר/י סרטון וידאו אקראי שונה בכל פעם מאותה תיקייה" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "בחר/י מסוף בהגדרות → משגר (או הגדר/י את $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "בחר/י כמה זמן להשהות התראות" }, - "Pictures": { - "Pictures": "תמונות" - }, "Pin": { "Pin": "הצמדה" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "מצב צריכת חשמל" }, - "Power Off": { - "Power Off": "כיבוי" - }, - "Power Options": { - "Power Options": "אפשרויות חשמל" - }, "Power Profile": { "Power Profile": "פרופיל חשמל" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "איכות" }, - "Quick Access": { - "Quick Access": "גישה מהירה" - }, "Quick access to application launcher": { "Quick access to application launcher": "גישה מהירה למשגר האפליקציות" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "הזן/י סיסמה מחדש" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "אפשר/י גישה להתקני רשת מקומית בעת שימוש בנקודת יציאה (Exit node)" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "קריאה:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "סיבה" }, - "Reboot": { - "Reboot": "הפעלה מחדש" - }, "Recent": { "Recent": "אחרונים" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "שחרור" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "טען/י מחדש מהדיסק" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "נדרשות החבילות greetd, dms-greeter (חובה) וכן הוספת המשתמש/ת שלך לקבוצת greeter (וכן fprintd/pam_fprintd להזדהות עם טביעת אצבע, pam_u2f למפתחות אבטחה). שינויי אימות מוחלים באופן אוטומטי ועשויים לפתוח מסוף לאימות עם sudo." - }, "Requires night mode support": { "Requires night mode support": "תמיכה במצב לילה נדרשת" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "הרץ/י את paru/yay עם גישה לAUR כאשר לוחצים על 'עדכן/י הכל'." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "אפליקציות פעילות" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "הSMS נשלח בהצלחה" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "רוויה" }, - "Save": { - "Save": "שמירה" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "שמור/י פתק כקובץ" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "חפש/י התקנים..." }, - "Search for a location...": { - "Search for a location...": "חפש/י מיקום..." - }, "Search installed plugins...": { "Search installed plugins...": "חפש/י תוספים מותקנים..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "חפש/י ווידג׳טים..." }, - "Search...": { - "Search...": "חיפוש..." - }, "Searching...": { "Searching...": "מחפש..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "זוהתה תמיכה במפתח אבטחה, אך לא נמצא מפתח רשום עדיין. ניתן להפעיל את ההזדהות כעת ולרשום מפתח מאוחר יותר." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "הגדר/י את האחוז שבו הסוללה תיחשב כחלשה." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "הגדרה" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "חלון קופץ בשורה אחת" }, - "Size": { - "Size": "גודל" - }, "Size Constraints": { "Size Constraints": "מגבלות גודל" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "מיון לפי סדר אלפביתי" }, - "Sort By": { - "Sort By": "מיין/י לפי" - }, "Sort wallpapers": { "Sort wallpapers": "מיין/י תמונות רקע" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "התחל/י" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "הפעל/י KDE Connect או Valent כדי להשתמש בתוסף זה" }, "Start typing your notes here...": { "Start typing your notes here...": "התחל/י להקליד את ההערות שלך כאן..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "מצב" }, - "Status": { - "Status": "מצב" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "הפסק/י להתעלם מ-%1" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "משטחים צפים באופן עצמאי מהמסגרת" }, - "Suspend": { - "Suspend": "השהיה" - }, "Suspend behavior": { "Suspend behavior": "התנהגות ההשהיה" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "האתר של Sway" }, - "Switch User": { - "Switch User": "החלף/י משתמש" - }, "Switch between display configurations": { "Switch between display configurations": "החלף/י בין הגדרות תצוגה" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "סנכרון המיקום בין מסכים" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "סנכרון מחיל את ערכת הנושא וההגדרות שלך על מסך ההתחברות. משתמשים אחרים צריכים להריץ dms greeter sync --profile במקום סנכרון מלא. שינויי אימות מוחלים באופן אוטומטי." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "הסנכרון הושלם בהצלחה." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "מסנכרן..." }, - "System": { - "System": "מערכת" - }, "System App Theming": { "System App Theming": "ערכת נושא לאפליקציות מערכת" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "טאב" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ניווט • ←→↑↓: ניווט ברשת • Enter/Space: בחירה" - }, "Tags": { "Tags": "תגיות" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "נפתח מסוף כגיבוי. השלם/י את האימות שם; הוא ייסגר אוטומטית בסיום." }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "משתנה הסביבה DMS_SOCKET אינו מוגדר או שהsocket אינו זמין. ניהול תוספים אוטומטי דורש את DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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./~)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "זה ימחק את כל הרשומות שלא מוצמדות. %1 רשומות מוצמדות יישמרו." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "פעולה זו תמחק לצמיתות את כל היסטוריית לוח ההעתקה." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "כבה/י עכשיו" }, - "Type": { - "Type": "סוג" - }, "Type at least 2 characters": { "Type at least 2 characters": "הקלד/י לפחות 2 תווים" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "השתמש/י ברדיוס מותאם אישית לחיתוכי פינות גות'יות" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "השתמש/י במפתח אבטחה לאימות מסך הנעילה." - }, "Use album art accent": { "Use album art accent": "שימוש בצבעים של עטיפת האלבום" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "השתמש/י באימות טביעת אצבע עבור מסך הנעילה." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "השתמש/י במקשים 1-3 או בחצים, Enter/Space לבחירה" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "שומר מסך עם וידאו" }, - "Videos": { - "Videos": "סרטונים" - }, "View Mode": { "View Mode": "מצב תצוגה" }, @@ -8537,9 +8480,15 @@ "W": { "W": "רוחב" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "תמונת רקע" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi פעיל" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "הWi-Fi כבוי" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "רוחב מסגרת החלון וטבעת המיקוד" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "רוח" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "עובד..." }, - "Workspace": { - "Workspace": "סביבת עבודה" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "מספרי אינדקס של סביבות העבודה" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "הקומפוזיטור שלך אינו תומך בטשטוש רקע (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "המערכת שלך מעודכנת!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "על Sway" }, - "or run ": { - "or run ": "או הרץ/י " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon אינו זמין" }, diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json index 005ba630f..f0281e4b0 100644 --- a/quickshell/translations/poexports/hu.json +++ b/quickshell/translations/poexports/hu.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 másodperc" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 perc" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 másodperc" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 perccel előtte" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT licenc" }, - "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?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Egy modern asztali héj Wayland kompozitorokhoz" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "A sávon történő függőleges görgetéskor végrehajtandó művelet" }, - "Actions": { - "Actions": "Műveletek" - }, "Activate": { "Activate": "Aktiválás" }, @@ -377,6 +377,9 @@ "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": { "Activate the DMS greeter? A terminal will open for sudo authentication. Run Sync after activation to apply your settings.": "Aktiválod a DMS-üdvözlőképernyőt? (greeter) Egy terminál fog megnyílni a sudo-hitelesítéshez. Az aktiválás után futtasd a szinkronizálást a beállítások alkalmazásához." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Aktiválás" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Hozzáadod a(z) „%1” felhasználót a(z) %2 csoporthoz? Ki és be kell jelentkezniük, majd futtatniuk kell a dms greeter sync --profile parancsot a bejelentkezési képernyő témájának közzétételéhez." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Sáv hozzáadása" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Add hozzá az új felhasználót a(z) %1 csoporthoz, hogy futtathassák a „dms greeter sync --profile” parancsot." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Az új felhasználó hozzáadása a(z) %1 csoporthoz, hogy használhassa a sudot." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Az ismétlődő alkalmazásikonok csoportosítása az aktív munkaterületen is" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Vissza • F1/I: Fájlinformáció • F10: Súgó • Esc: Bezárás" - }, "Alternative (OR)": { "Alternative (OR)": "Alternatív (VAGY)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Bejelentkezéskor automatikusan elinduló alkalmazások és parancsok" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Változtatások alkalmazása" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "A hitelesítési módosítások alkalmazva." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "A hitelesítési módosítások automatikusan alkalmazásra kerülnek." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "A hitelesítési módosításokhoz sudo jogosultság szükséges. Terminál megnyitása a jelszó vagy ujjlenyomat használatához." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Kiegyensúlyozott paletta fókuszált kiemelésekkel (alapértelmezett)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Sáv" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Naptár háttérprogram" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamera" }, - "Cancel": { - "Cancel": "Mégse" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Összes feladat megszakítása ennél: „%1”?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "Hogyan kapj értesítést a töltési korlát elérésekor." }, - "Choose icon": { - "Choose icon": "Ikon kiválasztása" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Monokróm vagy a téma színével megegyező árnyalat a rendszertálca ikonjaihoz" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Ablak bezárása" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "A kodekváltás nem érhető el, mert a pactl nem található" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Szín" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Parancsok" }, - "Communication": { - "Communication": "Kommunikáció" - }, "Community themes": { "Community themes": "Közösségi témák" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "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." - }, "Convert to DMS": { "Convert to DMS": "Konvertálás DMS-formátumba" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Szöveg másolása" }, - "Copy path": { - "Copy path": "Útvonal másolása" - }, "Corner Radius": { "Corner Radius": "Sarokkerekítés" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Sarkok és háttér" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Csak darabszám" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "A DMS-szerver elavult (API v%1, várt v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Leírás" }, - "Desktop": { - "Desktop": "Asztal" - }, "Desktop Application": { "Desktop Application": "Asztali alkalmazás" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Észlelt háttérprogramok: %1" }, - "Development": { - "Development": "Fejlesztés" - }, "Device": { "Device": "Eszköz" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Dokumentumok" }, - "Documents": { - "Documents": "Dokumentumok" - }, "Domain (optional)": { "Domain (optional)": "Tartomány (opcionális)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Ajtó nyitva" }, - "Downloads": { - "Downloads": "Letöltések" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "Húzz ide egy widgetet a fogantyújánál fogva az újrarendezéshez, vagy dobd be egy másik csoportba" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Wi-Fi engedélyezése" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Ujjlenyomat vagy biztonsági kulcs engedélyezése a DMS-üdvözlőképernyőhöz (greeter). A hitelesítési módosítások automatikusan alkalmazásra kerülnek." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "loginctl-alapú zárolás integráció engedélyezése" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Add meg az eszköz nevét…" }, - "Enter filename...": { - "Enter filename...": "Adj meg egy fájlnevet…" - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Írd be az indítási előtagot (például „uwsm-app”)" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Extra vékony" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Váltás • F10: Súgó" - }, "Fade": { "Fade": "Elhalványítás" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Nem sikerült a rögzítési korlát ellenőrzése" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Nem sikerült csatlakozni a VPN-hez" }, @@ -3077,6 +3065,9 @@ "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." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "Nem sikerült menteni a VPN-hitelesítési adatokat" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Nem sikerült elindítani a csatlakozást ehhez: %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Nem sikerült a bejegyzés rögzítésének feloldása" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Fájl" }, - "File Already Exists": { - "File Already Exists": "A fájl már létezik" - }, - "File Information": { - "File Information": "Fájlinformáció" - }, "File Manager": { "File Manager": "Fájlkezelő" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Az ujjlenyomat-olvasó elérhetősége nem erősíthető meg." - }, "Fingerprint error": { "Fingerprint error": "Ujjlenyomathiba" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Teljesen feltöltve" }, - "Fun": { - "Fun": "Szórakozás" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: rács • Z/X: méret" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Az üdvözlőképernyő-csoport tagjai a ki- és bejelentkezés után a dms greeter sync --profile paranccsal szinkronizálhatják a bejelentkezési képernyő témáját." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Üdvözlőképernyő-csoport:" }, - "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" - }, "Greeter sync complete": { "Greeter sync complete": "Bejelentkezőképernyő szinkronizálása kész" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Hibernálás" - }, "Hibernate failed": { "Hibernate failed": "Hibernálás sikertelen" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Nyomva tartás időtartama" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Tartsd lenyomva a megerősítéshez" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Lenyomva tartás a főkapcsoló-műveletek megerősítéséhez" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Tartsd lenyomva a megerősítéshez (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Tartsd lenyomva a megerősítéshez (%1 mp)" - }, - "Home": { - "Home": "Saját mappa" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Vízszintes és függőleges sávvastagság" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Gyorsbillentyű-átfedés címe (opcionális)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Óra" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-cím vagy gépnév" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO dátum" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in 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 " - }, "Installed": { "Installed": "Telepítve" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Zárolva" }, - "Log Out": { - "Log Out": "Kijelentkezés" - }, "Logging in...": { "Logging in...": "Bejelentkezés…" }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Elérted a rögzített bejegyzések maximális számát" }, - "Media": { - "Media": "Média" - }, "Media Controls": { "Media Controls": "Médiavezérlők" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modell" }, - "Modified": { - "Modified": "Módosítva" - }, "Modular widget bar": { "Modular widget bar": "Moduláris widget-sáv" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Widget áthelyezése" }, - "Move to Trash": { - "Move to Trash": "Áthelyezés a kukába" - }, "Moving to Paused": { "Moving to Paused": "Szüneteltetésre váltás" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexerek" }, - "Music": { - "Music": "Zene" - }, "Music Player": { "Music Player": "Zenelejátszó" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "Az NM nem támogatott" }, - "Name": { - "Name": "Név" - }, "Named Workspace Icons": { "Named Workspace Icons": "Nevesített munkaterület ikonok" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Navigáció" }, - "Navigation": { - "Navigation": "Navigáció" - }, "Network": { "Network": "Hálózat" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Nem található ujjlenyomat-olvasó." - }, "No folders found": { "No folders found": "Nem található mappa" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Nem található támogatott csomagkezelő." }, - "No terminal configured": { - "No terminal configured": "Nincs terminál beállítva" - }, "No themes found": { "No themes found": "Nem található téma" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat, vagy konfiguráld a greetd PAM-beállításait." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Nem érhető el — telepítsd az fprintd és pam_fprintd csomagokat." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et, vagy konfiguráld a greetd PAM-beállításait." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Nem érhető el — telepítsd vagy konfiguráld a pam_u2f-et." - }, "Not bound": { "Not bound": "Nincs társítva" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "Most játszott és médiavezérlők" }, - "Numbers": { - "Numbers": "Számok" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numerikus (N/H)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Megnyitás terminálban" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Keresősáv megnyitása a szöveg kereséséhez" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Megnyitja a csatlakoztatott indítót Csatlakoztatott keretmódban." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Opcionális leírás" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Az első találatra alkalmazott opcionális, állapotalapú feltételek." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opciók" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Hálózati kapcsolatok – áttekintés" }, - "Overwrite": { - "Overwrite": "Felülírás" - }, "Owner: %1": { "Owner: %1": "Tulajdonos: %1" }, @@ -5819,15 +5780,9 @@ "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" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Válassz egy terminált a Beállítások → Indító útvonalon (vagy állítsd be a $TERMINAL változót)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Mennyi ideig legyenek szüneteltetve az értesítések" }, - "Pictures": { - "Pictures": "Képek" - }, "Pin": { "Pin": "Rögzítés" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Energiagazdálkodási mód" }, - "Power Off": { - "Power Off": "Leállítás" - }, - "Power Options": { - "Power Options": "Energiabeállítások" - }, "Power Profile": { "Power Profile": "Energiaprofil" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Minőség" }, - "Quick Access": { - "Quick Access": "Gyors elérés" - }, "Quick access to application launcher": { "Quick access to application launcher": "Gyors hozzáférés az alkalmazásindítóhoz" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Jelszó újbóli megadása" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "Helyi hálózati eszközök elérése kilépési csomópont használata közben" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Olvasás:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Ok" }, - "Reboot": { - "Reboot": "Újraindítás" - }, "Recent": { "Recent": "Legutóbbi" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Felengedés" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Újratöltés a lemezről" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "Megköveteli a greetd, dms-greeter programokat, és hogy a felhasználója a greeter csoportban legyen (valamint fprintd/pam_fprintd az ujjlenyomathoz, pam_u2f a biztonsági kulcsokhoz). A hitelesítési változtatások automatikusan érvényesülnek, és terminált nyithatnak meg a sudo-hoz." - }, "Requires night mode support": { "Requires night mode support": "Éjszakai mód támogatás szükséges" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "A paru/yay futtatása AUR-ral az „Összes frissítése” gombra kattintáskor." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Futó alkalmazások" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS sikeresen elküldve" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Telítettség" }, - "Save": { - "Save": "Mentés" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Jegyzettömb-fájl mentése" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Eszközök keresése…" }, - "Search for a location...": { - "Search for a location...": "Keress rá egy helyre…" - }, "Search installed plugins...": { "Search installed plugins...": "Keresés a telepített bővítmények között…" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Widgetek keresése…" }, - "Search...": { - "Search...": "Keresés…" - }, "Searching...": { "Searching...": "Keresés…" }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "A biztonsági kulcs elérhetőségét nem sikerült megerősíteni." - }, "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.": "Biztonsági kulcs támogatás észlelve, de nem található regisztrált kulcs. Most is engedélyezheted, és regisztrálhatsz egyet később." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "A százalékos érték, amelynél az akkumulátor alacsonynak minősül." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Beállítás" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Egysoros felugró ablak" }, - "Size": { - "Size": "Méret" - }, "Size Constraints": { "Size Constraints": "Méretkorlátozások" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Rendezés betűrend szerint" }, - "Sort By": { - "Sort By": "Rendezés" - }, "Sort wallpapers": { "Sort wallpapers": "Háttérképek rendezése" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Indítás" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Indítsd el a KDE Connectet vagy a Valentet a bővítmény használatához" }, "Start typing your notes here...": { "Start typing your notes here...": "Írd ide a jegyzeteidet…" }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Állapot" }, - "Status": { - "Status": "Állapot" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "A felületek a kerettől függetlenül lebegnek" }, - "Suspend": { - "Suspend": "Felfüggesztés" - }, "Suspend behavior": { "Suspend behavior": "Felfüggesztési viselkedés" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway weboldal" }, - "Switch User": { - "Switch User": "Felhasználóváltás" - }, "Switch between display configurations": { "Switch between display configurations": "Váltás a kijelzőkonfigurációk között" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Pozíció szinkronizálása a képernyők között" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "A szinkronizálás alkalmazza a témát és a beállításokat a bejelentkező képernyőre. A többi felhasználónak a dms greeter sync --profile parancsot kell futtatnia a teljes szinkronizálás helyett. A hitelesítési módosítások automatikusan érvényesülnek." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Szinkronizálás sikeresen befejeződött." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "Szinkronizálás…" }, - "System": { - "System": "Rendszer" - }, "System App Theming": { "System App Theming": "Rendszeralkalmazások témája" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Lap" }, - "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" - }, "Tags": { "Tags": "Címkék" }, @@ -7715,6 +7664,9 @@ "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 tartalék terminál megnyitása sikertelen. Telepíts egyet a támogatott terminálemulátorok közül, vagy futtasd a „dms greeter sync” parancsot." }, + "Terminal fallback 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "A DMS_SOCKET környezeti változó nincs beállítva, vagy a socket nem érhető el. Az automatizált bővítménykezeléshez DMS_SOCKET szükséges." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Ez törli az összes nem rögzített bejegyzést. %1 rögzített bejegyzés marad meg." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Ez véglegesen törölni fogja a vágólap-előzményeket." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Kikapcsolás most" }, - "Type": { - "Type": "Típus" - }, "Type at least 2 characters": { "Type at least 2 characters": "Írj be legalább 2 karaktert" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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, hagyd üresen az asztali háttérkép használatához." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Egyéni sugár használata a gótikus sarokkivágásokhoz" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Biztonsági kulcs használata a képernyőzár hitelesítéséhez." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Ujjlenyomatos hitelesítés használata a képernyőzárhoz." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Használd az 1-3 billentyűket vagy a nyilakat, a kiválasztáshoz pedig az Enter/Szóköz billentyűt" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Videós képernyővédő" }, - "Videos": { - "Videos": "Videók" - }, "View Mode": { "View Mode": "Nézetmód" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Háttérkép" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wi-Fi engedélyezve" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "A Wi-Fi ki van kapcsolva" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Ablakszegély és fókuszgyűrű szélessége" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Szél" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Folyamatban…" }, - "Workspace": { - "Workspace": "Munkaterület" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Munkaterület-indexszámok" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "A kompozitor nem támogatja a háttér elmosását (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "A rendszer naprakész!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "Sway-en" }, - "or run ": { - "or run ": "vagy futtasd ezt: " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "A power-profiles-daemon nem érhető el" }, diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json index 5d10e0411..1bd7490a4 100644 --- a/quickshell/translations/poexports/it.json +++ b/quickshell/translations/poexports/it.json @@ -6,7 +6,7 @@ "%1 Animation Speed": "Velocità Animazione %1" }, "%1 Layout Overrides": { - "%1 Layout Overrides": "" + "%1 Layout Overrides": "%1 Sovrascritture di Layout" }, "%1 Sessions": { "%1 Sessions": "%1 Sessioni" @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 secondi" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minuti" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 secondi" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 min prima" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "Licenza MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "Esiste già un file con questo nome. Vuoi sovrascriverlo?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Una moderna shell desktop per compositor Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Azione eseguita durante lo scorrimento verticale della barra" }, - "Actions": { - "Actions": "Azioni" - }, "Activate": { "Activate": "Attiva" }, @@ -377,6 +377,9 @@ "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." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Attivazione" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Aggiungere \"%1\" al gruppo %2? Devono disconnettersi e accedere di nuovo, quindi eseguire dms greeter sync --profile per pubblicare il tema della schermata di accesso." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Aggiungi Barra" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Aggiungi il nuovo utente al gruppo %1 in modo che possa eseguire il comando dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Aggiungi il nuovo utente al gruppo %1 in modo che possa utilizzare sudo." }, @@ -501,7 +510,7 @@ "Afternoon": "Pomeriggio" }, "Alerts": { - "Alerts": "" + "Alerts": "Avvisi" }, "All": { "All": "Tutto" @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Raggruppa anche le icone ripetute delle applicazioni nello spazio di lavoro attivo" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Indietro • F1/I: Info File • F10: Aiuto • Esc: Chiudi" - }, "Alternative (OR)": { "Alternative (OR)": "Alternativa (OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Applicazioni e Comandi da Avviare Automaticamente all'Accesso" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Applica Modifiche" }, @@ -771,7 +780,7 @@ "Authenticate": "Autenticati" }, "Authenticated!": { - "Authenticated!": "" + "Authenticated!": "Autenticato!" }, "Authenticating...": { "Authenticating...": "Autenticazione in corso..." @@ -783,19 +792,13 @@ "Authentication Required": "Autenticazione Richiesta" }, "Authentication Source": { - "Authentication Source": "" + "Authentication Source": "Fonte di Autenticazione" }, "Authentication changes applied": { - "Authentication changes applied": "" - }, - "Authentication changes applied.": { - "Authentication changes applied.": "Modifiche di autenticazione applicate." + "Authentication changes applied": "Modifiche di autenticazione applicate" }, "Authentication changes apply automatically": { - "Authentication changes apply automatically": "" - }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Le modifiche di autenticazione vengono applicate automaticamente." + "Authentication changes apply automatically": "Le modifiche all'autenticazione vengono applicate automaticamente" }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Le modifiche di autenticazione richiedono sudo. Apertura del terminale per consentirti l'uso della password o dell'impronta digitale." @@ -804,13 +807,13 @@ "Authentication error - try again": "Errore di autenticazione - riprova" }, "Authentication failed - attempt %1 of %2": { - "Authentication failed - attempt %1 of %2": "" + "Authentication failed - attempt %1 of %2": "Autenticazione non riuscita - tentativo %1 di %2" }, "Authentication failed - lockout can occur": { - "Authentication failed - lockout can occur": "" + "Authentication failed - lockout can occur": "Autenticazione non riuscita - possibile blocco dell'account" }, "Authentication failed - try again": { - "Authentication failed - try again": "" + "Authentication failed - try again": "Autenticazione non riuscita - riprova" }, "Authorize": { "Authorize": "Autorizza" @@ -846,7 +849,7 @@ "Auto Power Saver": "Risparmio Energetico Automatico" }, "Auto matches bar spacing; Off leaves gaps to your %1 config": { - "Auto matches bar spacing; Off leaves gaps to your %1 config": "" + "Auto matches bar spacing; Off leaves gaps to your %1 config": "Auto adatta la spaziatura della barra; Off lascia gli spazi impostati nella tua configurazione %1" }, "Auto mode is on. Manual profile selection is disabled.": { "Auto mode is on. Manual profile selection is disabled.": "Modalità automatica attiva. Selezione dei profili manuale disabilitata." @@ -855,7 +858,7 @@ "Auto saved": "Salvato automaticamente" }, "Auto uses an installed or bundled key-only service.": { - "Auto uses an installed or bundled key-only service.": "" + "Auto uses an installed or bundled key-only service.": "Usa automaticamente un servizio basato solo su chiavi installato o integrato." }, "Auto-Clear After": { "Auto-Clear After": "Cancellazione Automatica Dopo" @@ -978,13 +981,13 @@ "Available in Detailed and Forecast view modes": "Disponibile nelle modalità Dettagliata e Previsioni" }, "Awaiting fingerprint authentication": { - "Awaiting fingerprint authentication": "" + "Awaiting fingerprint authentication": "In attesa dell'autenticazione tramite impronta digitale" }, "Awaiting fingerprint or security key authentication": { - "Awaiting fingerprint or security key authentication": "" + "Awaiting fingerprint or security key authentication": "In attesa dell'autenticazione tramite impronta digitale o chiave di sicurezza" }, "Awaiting security key authentication": { - "Awaiting security key authentication": "" + "Awaiting security key authentication": "In attesa dell'autenticazione tramite chiave di sicurezza" }, "BSSID": { "BSSID": "BSSID" @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Tavolozza bilanciata con accenti focalizzati (predefinito)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Barra" }, @@ -1098,7 +1104,7 @@ "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Associa la schermata di blocco ai segnali dbus di loginctl. Disabilita se utilizzi una schermata di blocco esterna" }, "Bind the %1 IPC action in your compositor config.": { - "Bind the %1 IPC action in your compositor config.": "" + "Bind the %1 IPC action in your compositor config.": "Associa l'azione IPC %1 nella configurazione del tuo compositor." }, "Binds include added": { "Binds include added": "Inclusione scorciatoie aggiunta" @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Backend Calendario" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Fotocamera" }, - "Cancel": { - "Cancel": "Annulla" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Annullare tutte le stampe per \"%1\"?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "Scegli come ricevere le notifiche quando viene raggiunto il limite di carica." }, - "Choose icon": { - "Choose icon": "Scegli icona" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Scegli una tonalità monocromatica o un colore a tema per le icone dell'area di notifica" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Chiudi Finestra" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "Il passaggio del codec non è disponibile perché pactl non è stato trovato" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Colore" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Comandi" }, - "Communication": { - "Communication": "Comunicazione" - }, "Community themes": { "Community themes": "Temi della community" }, @@ -1698,7 +1707,7 @@ "Configuration will be preserved when this display reconnects": "La configurazione verrà preservata quando questo schermo si riconnette" }, "Configurations": { - "Configurations": "" + "Configurations": "Configurazioni" }, "Configure": { "Configure": "Configura" @@ -1842,10 +1851,7 @@ "Controls the outline of popouts, modals, and other shell surfaces": "Controlla il contorno di popup, modali e altre superfici della shell" }, "Convenience options for the login screen": { - "Convenience options for the login screen": "" - }, - "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." + "Convenience options for the login screen": "Opzioni rapide per la schermata di accesso" }, "Convert to DMS": { "Convert to DMS": "Converti in DMS" @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Copia Testo" }, - "Copy path": { - "Copy path": "Copia percorso" - }, "Corner Radius": { "Corner Radius": "Raggio degli Angoli" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Angoli e Sfondo" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Solo Conteggio" }, @@ -2070,7 +2076,7 @@ "Custom command and terminal params are split on whitespace; paths with spaces will break.": "I comandi personalizzati e i parametri del terminale vengono separati dagli spazi; i percorsi contenenti spazi non funzioneranno." }, "Custom interval in minutes (minimum 5)": { - "Custom interval in minutes (minimum 5)": "" + "Custom interval in minutes (minimum 5)": "Intervallo personalizzato in minuti (minimo 5)" }, "Custom open-trash command": { "Custom open-trash command": "Comando personalizzato apertura cestino" @@ -2121,10 +2127,7 @@ "DMS out of date": "DMS obsoleta" }, "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { - "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" - }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" + "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "DMS rimuove il suo blocco gestito da /etc/pam.d/greetd e interrompe i servizi di scrittura" }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "Il server DMS è obsoleto (API v%1, previsto v%2)" @@ -2315,9 +2318,6 @@ "Description": { "Description": "Descrizione" }, - "Desktop": { - "Desktop": "Scrivania" - }, "Desktop Application": { "Desktop Application": "Applicazione Desktop" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Backend rilevati: %1" }, - "Development": { - "Development": "Sviluppo" - }, "Device": { "Device": "Dispositivo" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Documentazione" }, - "Documents": { - "Documents": "Documenti" - }, "Domain (optional)": { "Domain (optional)": "Dominio (opzionale)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Sportello Aperto" }, - "Downloads": { - "Downloads": "Scaricati" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "Trascina un widget dalla sua maniglia qui per riordinarlo o rilascialo in un altro gruppo" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Abilita WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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." }, @@ -2727,10 +2721,7 @@ "Enable fingerprint authentication": "Abilita autenticazione tramite impronta digitale" }, "Enable fingerprint or security key for DMS Greeter": { - "Enable fingerprint or security key for DMS Greeter": "" - }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Abilita impronta digitale o chiave di sicurezza per il Greeter DMS. Le modifiche di autenticazione vengono applicate automaticamente." + "Enable fingerprint or security key for DMS Greeter": "Abilita l'impronta digitale o la chiave di sicurezza per il Greeter DMS" }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Abilita l'integrazione di blocco loginctl" @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Inserisci nome dispositivo..." }, - "Enter filename...": { - "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\")" }, @@ -2859,7 +2847,7 @@ "Exact": "Esatto" }, "Excluded Players": { - "Excluded Players": "" + "Excluded Players": "Lettori Multimediali Esclusi" }, "Exclusive Zone Offset": { "Exclusive Zone Offset": "Offset Zona Esclusiva" @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Extra-Leggero" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Alterna • F10: Aiuto" - }, "Fade": { "Fade": "Dissolvenza" }, @@ -2928,7 +2913,7 @@ "Failed to add printer to class": "Impossibile aggiungere la stampante alla classe" }, "Failed to apply %1 colors": { - "Failed to apply %1 colors": "" + "Failed to apply %1 colors": "Impossibile applicare i colori %1" }, "Failed to apply charge limit to system": { "Failed to apply charge limit to system": "Impossibile applicare il limite di carica al sistema" @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Impossibile verificare il limite delle voci fissate" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Impossibile connettersi alla VPN" }, @@ -3030,7 +3018,7 @@ "Failed to move to trash": "Impossibile spostare nel cestino" }, "Failed to parse %1": { - "Failed to parse %1": "" + "Failed to parse %1": "Impossibile analizzare %1" }, "Failed to pause printer": { "Failed to pause printer": "Impossibile mettere in pausa la stampante" @@ -3077,6 +3065,9 @@ "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." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "Impossibile salvare le credenziali VPN" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Impossibile avviare la connessione a %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Impossibile rimuovere la voce" }, @@ -3188,12 +3188,6 @@ "File": { "File": "File" }, - "File Already Exists": { - "File Already Exists": "File Già Esistente" - }, - "File Information": { - "File Information": "Informazioni File" - }, "File Manager": { "File Manager": "Gestore File" }, @@ -3204,7 +3198,7 @@ "File manager used to open the trash. Pick \"custom\" to enter your own command.": "Il gestore dei file utilizzato per aprire il cestino. Seleziona \"personalizzato\" per inserire il tuo comando." }, "File received from %1": { - "File received from %1": "" + "File received from %1": "File ricevuto da %1" }, "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": { "File search requires dsearch\nInstall from github.com/AvengeMedia/danksearch": "La ricerca file richiede dsearch\nInstallalo da github.com/AvengeMedia/danksearch" @@ -3240,10 +3234,7 @@ "Fine-tune the space reserved for the bar from the screen edge": "Regola con precisione lo spazio riservato alla barra dal bordo dello schermo" }, "Fingerprint availability could not be confirmed": { - "Fingerprint availability could not be confirmed": "" - }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Impossibile confermare la disponibilità dell'impronta digitale." + "Fingerprint availability could not be confirmed": "Impossibile confermare la disponibilità dell'impronta digitale" }, "Fingerprint error": { "Fingerprint error": "Errore impronta digitale" @@ -3273,7 +3264,7 @@ "Flags": "Flag" }, "Flatpak": { - "Flatpak": "" + "Flatpak": "Flatpak" }, "Flipped": { "Flipped": "Specchiato" @@ -3456,7 +3447,7 @@ "Format Legend": "Legenda Formato" }, "Format the date on the login screen": { - "Format the date on the login screen": "" + "Format the date on the login screen": "Formatta la data sulla schermata di accesso" }, "Forward 10s": { "Forward 10s": "Avanti di 10s" @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Carica Completa" }, - "Fun": { - "Fun": "Svago" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: griglia • Z/X: dimensione" }, @@ -3558,7 +3546,7 @@ "Gaps": "Spaziature" }, "General": { - "General": "" + "General": "Generale" }, "Generate Override": { "Generate Override": "Genera Override" @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "I membri del gruppo Greeter possono sincronizzare il tema della schermata di accesso con il comando dms greeter sync --profile dopo aver effettuato il logout e aver effettuato nuovamente l'accesso." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Gruppo greeter:" }, - "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" - }, "Greeter sync complete": { "Greeter sync complete": "Sincronizzazione greeter completata" }, @@ -3678,7 +3666,7 @@ "Groups": "Gruppi" }, "H": { - "H": "" + "H": "H" }, "HDR (EDID)": { "HDR (EDID)": "HDR (EDID)" @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Ibernazione" - }, "Hibernate failed": { "Hibernate failed": "Ibernazione fallita" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Durata della Pressione" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Tieni premuto più a lungo per confermare" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Tieni Premuto per Confermare le Azioni di Alimentazione" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Tieni premuto per confermare (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Tieni premuto per confermare (%1s)" - }, - "Home": { - "Home": "Home" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Spessore orizzontale e verticale della barra" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Titolo della sovrapposizione per scorciatoie (opzionale)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Ora" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "Indirizzo IP o nome host" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "Data ISO" }, @@ -3972,22 +3966,22 @@ "Ignore Completely": "Ignora Completamente" }, "Ignore package": { - "Ignore package": "" + "Ignore package": "Ignora pacchetto" }, "Ignore this package": { - "Ignore this package": "" + "Ignore this package": "Ignora questo pacchetto" }, "Ignored (%1)": { - "Ignored (%1)": "" + "Ignored (%1)": "Ignorati (%1)" }, "Ignored Packages": { - "Ignored Packages": "" + "Ignored Packages": "Pacchetti Ignorati" }, "Ignored packages are hidden from the updater and skipped by 'Update All'.": { - "Ignored packages are hidden from the updater and skipped by 'Update All'.": "" + "Ignored packages are hidden from the updater and skipped by 'Update All'.": "I pacchetti ignorati sono nascosti dall'updater e saltati quando si esegue \"Aggiorna Tutto\"." }, "Ignored packages only apply to the built-in updater. Your custom command controls its own exclusions.": { - "Ignored packages only apply to the built-in updater. Your custom command controls its own exclusions.": "" + "Ignored packages only apply to the built-in updater. Your custom command controls its own exclusions.": "I pacchetti ignorati si applicano solo all'updater integrato. Il tuo comando personalizzato gestisce le proprie esclusioni." }, "Image": { "Image": "Immagine" @@ -4122,10 +4116,7 @@ "Install theme '%1' from the DMS registry?": "Installa il tema \"%1\" dal registro DMS?" }, "Installation and PAM setup are documented in the ": { - "Installation and PAM setup are documented in the ": "" - }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Installazione e configurazione di PAM: vedi la " + "Installation and PAM setup are documented in the ": "L'installazione e la configurazione di PAM sono documentate nel " }, "Installed": { "Installed": "Installato" @@ -4167,7 +4158,7 @@ "Invalid configuration": "Configurazione non valida" }, "Invalid package name — letters, digits and @._+:- only.": { - "Invalid package name — letters, digits and @._+:- only.": "" + "Invalid package name — letters, digits and @._+:- only.": "Nome del pacchetto non valido — sono ammesse solo lettere, cifre e @._+:-." }, "Invalid password for %1": { "Invalid password for %1": "Password non valida per %1" @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Bloccato" }, - "Log Out": { - "Log Out": "Termina Sessione" - }, "Logging in...": { "Logging in...": "Accesso in corso..." }, @@ -4485,7 +4473,7 @@ "Low Priority": "Bassa Priorità" }, "Lower display refresh rate on battery": { - "Lower display refresh rate on battery": "" + "Lower display refresh rate on battery": "Riduci la frequenza di aggiornamento dello schermo quando a batteria" }, "MAC": { "MAC": "MAC" @@ -4518,10 +4506,10 @@ "Managed by Frame in Connected Mode": "Gestito dalla Cornice in Modalità Connessa" }, "Managed by the primary PAM source": { - "Managed by the primary PAM source": "" + "Managed by the primary PAM source": "Gestito dalla fonte PAM principale" }, "Managed by the primary PAM source.": { - "Managed by the primary PAM source.": "" + "Managed by the primary PAM source.": "Gestito dalla fonte PAM principale." }, "Management": { "Management": "Gestione" @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Raggiunto il numero massimo di voci fissate" }, - "Media": { - "Media": "Media" - }, "Media Controls": { "Media Controls": "Controlli Media" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modello" }, - "Modified": { - "Modified": "Modificato" - }, "Modular widget bar": { "Modular widget bar": "Barra widget modulare" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Sposta Widget" }, - "Move to Trash": { - "Move to Trash": "Sposta nel Cestino" - }, "Moving to Paused": { "Moving to Paused": "Messa in Pausa" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexer" }, - "Music": { - "Music": "Musica" - }, "Music Player": { "Music Player": "Lettore Musicale" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM non supportato" }, - "Name": { - "Name": "Nome" - }, "Named Workspace Icons": { "Named Workspace Icons": "Icone Spazi di Lavoro con Nome" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Naviga" }, - "Navigation": { - "Navigation": "Navigazione" - }, "Network": { "Network": "Rete" }, @@ -5163,10 +5133,7 @@ "No files found": "Nessun file trovato" }, "No fingerprint reader detected": { - "No fingerprint reader detected": "" - }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Nessun lettore di impronte digitali rilevato." + "No fingerprint reader detected": "Nessun lettore di impronte trovato" }, "No folders found": { "No folders found": "Nessuna cartella trovata" @@ -5229,7 +5196,7 @@ "No output devices found": "Nessun dispositivo di output trovato" }, "No packages ignored. Add one here or hover an update in the popout and click the hide button.": { - "No packages ignored. Add one here or hover an update in the popout and click the hide button.": "" + "No packages ignored. Add one here or hover an update in the popout and click the hide button.": "Nessun pacchetto ignorato. Aggiungine uno qui o passa il cursore su un aggiornamento nel popup e clicca il pulsante nascondi." }, "No peers found": { "No peers found": "Nessun peer trovato" @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Non è stato trovato alcun gestore di pacchetti supportato." }, - "No terminal configured": { - "No terminal configured": "Nessun terminale configurato" - }, "No themes found": { "No themes found": "Nessun tema trovato" }, @@ -5352,23 +5316,17 @@ "Not available": "Non disponibile" }, "Not available - install fprintd and pam_fprintd": { - "Not available - install fprintd and pam_fprintd": "" + "Not available - install fprintd and pam_fprintd": "Non disponibile - installa fprintd e pam_fprintd" }, "Not available - install or configure pam_u2f": { - "Not available - install or configure pam_u2f": "" + "Not available - install or configure pam_u2f": "Non disponibile - installa o configura pam_u2f" }, "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Non disponibile — installa fprintd e pam_fprintd, o configura il PAM di greetd." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Non disponibile — installa fprintd e pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Non disponibile — installa o configura pam_u2f, o configura il PAM di greetd." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Non disponibile — installa o configura pam_u2f." - }, "Not bound": { "Not bound": "Non vincolato" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "In riproduzione e controlli multimediali" }, - "Numbers": { - "Numbers": "Numeri" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numerico (G/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Apri nel terminale" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Apri barra di ricerca per cercare testo" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Apre il launcher connesso in modalità Connected Frame." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Descrizione facoltativa" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Condizioni opzionali basate sullo stato applicate alla prima corrispondenza." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opzioni" }, @@ -5610,7 +5574,7 @@ "Outline": "Bordo" }, "Outline around shell surfaces": { - "Outline around shell surfaces": "" + "Outline around shell surfaces": "Contorno attorno alle superfici della shell" }, "Output": { "Output": "Output" @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Panoramica delle tue connessioni di rete" }, - "Overwrite": { - "Overwrite": "Sovrascrivi" - }, "Owner: %1": { "Owner: %1": "Proprietario: %1" }, @@ -5691,7 +5652,7 @@ "PIN": "PIN" }, "Package name (e.g., docker)": { - "Package name (e.g., docker)": "" + "Package name (e.g., docker)": "Nome del pacchetto (es., docker)" }, "Pad": { "Pad": "Centra" @@ -5715,7 +5676,7 @@ "Pairing failed": "Impossibile associare" }, "Pairing request from %1": { - "Pairing request from %1": "" + "Pairing request from %1": "Richiesta di associazione da %1" }, "Pairing request sent": { "Pairing request sent": "Richiesta di associazione inviata" @@ -5819,15 +5780,9 @@ "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" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Scegli un terminale in Impostazioni → Launcher (oppure imposta $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Scegli per quanto tempo sospendere le notifiche" }, - "Pictures": { - "Pictures": "Immagini" - }, "Pin": { "Pin": "Fissa" }, @@ -5838,7 +5793,7 @@ "Ping": "Ping" }, "Ping sent to %1": { - "Ping sent to %1": "" + "Ping sent to %1": "Ping inviato a %1" }, "Pinned": { "Pinned": "Fissato" @@ -5967,7 +5922,7 @@ "Popup behavior, position": "Comportamento e posizione dei popup" }, "Popups": { - "Popups": "" + "Popups": "Popup" }, "Port": { "Port": "Porta" @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Modalità Alimentazione" }, - "Power Off": { - "Power Off": "Spegni" - }, - "Power Options": { - "Power Options": "Opzioni Alimentazione" - }, "Power Profile": { "Power Profile": "Profilo Energetico" }, @@ -6177,7 +6126,7 @@ "Profile when on Battery": "Profilo a Batteria" }, "Protection": { - "Protection": "" + "Protection": "Protezione" }, "Protocol": { "Protocol": "Protocollo" @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Qualità" }, - "Quick Access": { - "Quick Access": "Accesso Rapido" - }, "Quick access to application launcher": { "Quick access to application launcher": "Accesso veloce al launcher applicazioni" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Reinserisci la password" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "Raggiungi i dispositivi della rete locale durante l'uso di un nodo di uscita" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Lettura:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Motivo" }, - "Reboot": { - "Reboot": "Riavvia" - }, "Recent": { "Recent": "Recente" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Rilascio" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Ricarica Dal Disco" }, @@ -6423,10 +6375,7 @@ "Requires a newer version of Quickshell": "Richiede una versione più recente di Quickshell" }, "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" - }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "Richiede greetd, dms-greeter e il tuo utente nel gruppo greeter (oltre a fprintd/pam_fprintd per l'impronta digitale e pam_u2f per le chiavi di sicurezza). Le modifiche all'autenticazione vengono applicate automaticamente e potrebbero aprire un terminale per sudo." + "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "Richiede greetd, dms-greeter e l'inclusione del tuo utente nel gruppo greeter (inoltre fprintd/pam_fprintd per l'impronta digitale, pam_u2f per le chiavi di sicurezza)." }, "Requires night mode support": { "Requires night mode support": "Richiede il supporto alla modalità notturna" @@ -6522,7 +6471,7 @@ "Ring": "Fai squillare" }, "Ringing %1...": { - "Ringing %1...": "" + "Ringing %1...": "Squillo di %1 in corso..." }, "Ripple Effects": { "Ripple Effects": "Effetto Increspatura" @@ -6537,13 +6486,13 @@ "Rule": "Regola" }, "Rule %1": { - "Rule %1": "" + "Rule %1": "Regola %1" }, "Rule Name": { "Rule Name": "Nome Regola" }, "Rules": { - "Rules": "" + "Rules": "Regole" }, "Rules (%1)": { "Rules (%1)": "Regole (%1)" @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Esegui paru/yay con AUR abilitato quando si fa clic su \"Aggiorna tutto\"." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "App in Esecuzione" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS inviato correttamente" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Saturazione" }, - "Save": { - "Save": "Salva" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Salva File Blocco Note" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Cerca dispositivi..." }, - "Search for a location...": { - "Search for a location...": "Cerca una posizione..." - }, "Search installed plugins...": { "Search installed plugins...": "Cerca plugin installati..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Cerca widget..." }, - "Search...": { - "Search...": "Cerca..." - }, "Searching...": { "Searching...": "Ricerca in corso..." }, @@ -6771,16 +6720,13 @@ "Security & privacy": "Sicurezza e privacy" }, "Security Key PAM Source": { - "Security Key PAM Source": "" + "Security Key PAM Source": "Fonte PAM della Chiave di Sicurezza" }, "Security key mode": { "Security key mode": "Modalità chiave di sicurezza" }, "Security-key availability could not be confirmed": { - "Security-key availability could not be confirmed": "" - }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "La disponibilità della chiave di sicurezza non ha potuto essere confermata." + "Security-key availability could not be confirmed": "Impossibile confermare la disponibilità della chiave di sicurezza" }, "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.": "Il supporto per chiavi di sicurezza è stato rilevato, ma nessuna chiave registrata è ancora stata trovata. Puoi abilitarlo ora e registrarne una in seguito." @@ -6900,7 +6846,7 @@ "Send SMS": "Invia SMS" }, "Sending %1...": { - "Sending %1...": "" + "Sending %1...": "Invio di %1 in corso..." }, "Separate": { "Separate": "Separato" @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "Imposta la percentuale a cui la batteria è considerata scarica." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Impostazione" }, @@ -7263,7 +7218,7 @@ "Show during Niri overview": "Mostra durante la panoramica di Niri" }, "Show foreground surfaces on notification cards": { - "Show foreground surfaces on notification cards": "" + "Show foreground surfaces on notification cards": "Mostra superfici in primo piano sulle schede di notifica" }, "Show foreground surfaces on panels for stronger contrast": { "Show foreground surfaces on panels for stronger contrast": "Mostra superfici in primo piano sui pannelli per un contrasto più forte" @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Popup a Singola Riga" }, - "Size": { - "Size": "Dimensione" - }, "Size Constraints": { "Size Constraints": "Vincoli Dimensione" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Ordina Alfabeticamente" }, - "Sort By": { - "Sort By": "Ordina Per" - }, "Sort wallpapers": { "Sort wallpapers": "Ordina sfondi" }, @@ -7463,20 +7412,32 @@ "Start": { "Start": "Avvia" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Avvia KDE Connect o Valent per usare questo plugin" }, "Start typing your notes here...": { "Start typing your notes here...": "Inizia a scrivere i tuoi appunti qui..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Stato" }, - "Status": { - "Status": "Stato" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { - "Stop ignoring %1": "" + "Stop ignoring %1": "Smetti di ignorare %1" }, "Stopped": { "Stopped": "Arrestato" @@ -7533,7 +7494,7 @@ "Surface Border Opacity": "Opacità Bordo Superficie" }, "Surface Border Outline": { - "Surface Border Outline": "" + "Surface Border Outline": "Contorno del Bordo della Superficie" }, "Surface Container": { "Surface Container": "Contenitore Superficie" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Le superfici fluttuano indipendentemente dalla cornice" }, - "Suspend": { - "Suspend": "Sospendi" - }, "Suspend behavior": { "Suspend behavior": "Comportamento sospensione" }, @@ -7574,14 +7532,11 @@ "Sway Website": { "Sway Website": "Sito Web di Sway" }, - "Switch User": { - "Switch User": "Cambia Utente" - }, "Switch between display configurations": { "Switch between display configurations": "Passa da una configurazione all'altra del display" }, "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": { - "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "" + "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "Passa gli schermi con una modalità a 60 Hz disponibile a 60 Hz quando a batteria e ripristina la modalità precedente se collegato alla rete elettrica. Salta gli schermi con VRR abilitato." }, "Switch to power profile": { "Switch to power profile": "Passa al profilo energetico" @@ -7601,11 +7556,11 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Sincronizza la Posizione tra gli Schermi" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "La sincronizzazione applica il tuo tema e le tue impostazioni alla schermata di accesso. Gli altri utenti dovrebbero eseguire dms greeter sync --profile invece di una sincronizzazione completa. Le modifiche di autenticazione vengono applicate automaticamente." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { - "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" + "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "La sincronizzazione applica il tuo tema e le tue impostazioni alla schermata di accesso. Gli utenti condivisi dovrebbero eseguire dms greeter sync --profile invece della sincronizzazione dell'utente principale." + }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" }, "Sync completed successfully.": { "Sync completed successfully.": "Sincronizzazione completata con successo." @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "Sincronizzazione..." }, - "System": { - "System": "Sistema" - }, "System App Theming": { "System App Theming": "Theming App Sistema" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Scheda" }, - "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" - }, "Tags": { "Tags": "Tag" }, @@ -7715,11 +7664,14 @@ "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.": "Impossibile utilizzare il terminale di ripiego. Installa uno degli emulatori di terminale supportati oppure esegui manualmente 'dms greeter sync'." }, + "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 opened. Complete authentication there; it will close automatically when done.": { - "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" + "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "Terminale di ripiego aperto. Completa lì l'autenticazione; si chiuderà automaticamente al termine." }, "Terminal opened. Complete authentication there; it will close automatically when done.": { - "Terminal opened. Complete authentication there; it will close automatically when done.": "" + "Terminal opened. Complete authentication there; it will close automatically when done.": "Terminale aperto. Completa lì l'autenticazione; si chiuderà automaticamente al termine." }, "Terminals - Always use Dark Theme": { "Terminals - Always use Dark Theme": "Terminali - Usa Sempre Tema Scuro" @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "La variabile d'ambiente DMS_SOCKET non è impostata o il socket non è disponibile. La gestione automatica dei plugin richiede il DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7815,7 +7770,7 @@ "This device": "Questo dispositivo" }, "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.": { - "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.": "" + "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.": "Questa installazione sta ancora usando hyprland.conf. Esegui dms setup per migrare prima di modificare queste impostazioni." }, "This may take a few seconds": { "This may take a few seconds": "L'operazione potrebbe richiedere alcuni secondi" @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Questo eliminerà tutte le voci non fissate. %1 voci fissate verranno mantenute." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "La cronologia degli appunti verrà cancellata definitivamente." }, @@ -7893,7 +7851,7 @@ "Timeout Progress Bar": "Barra di Avanzamento del Timeout" }, "Timeouts": { - "Timeouts": "" + "Timeouts": "Timeout" }, "Tint Saturation": { "Tint Saturation": "Saturazione del Colore" @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Spegni ora" }, - "Type": { - "Type": "Tipo" - }, "Type at least 2 characters": { "Type at least 2 characters": "Digita almeno 2 caratteri" }, @@ -8277,10 +8232,7 @@ "Use a custom image for the lock screen, or leave empty to use your desktop wallpaper.": "Utilizza un'immagine personalizzata per la schermata di blocco, oppure lascia vuoto per usare lo sfondo del desktop." }, "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { - "Use a custom image for the login screen, or leave empty to use 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 custom image for the login screen, or leave empty to use desktop wallpaper": "Usa un'immagine personalizzata per la schermata di accesso, oppure lascia vuoto per utilizzare lo sfondo del desktop" }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Utilizza un raggio personalizzato per i ritagli angolari acuti" @@ -8289,10 +8241,7 @@ "Use a fixed shadow direction for this bar": "Usa una direzione dell'ombra fissa per questa barra" }, "Use a security key for lock screen authentication": { - "Use a security key for lock screen authentication": "" - }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Usa una chiave di sicurezza per l'autenticazione della schermata di blocco." + "Use a security key for lock screen authentication": "Usa una chiave di sicurezza per l'autenticazione della schermata di blocco" }, "Use album art accent": { "Use album art accent": "Usa accento copertina album" @@ -8322,10 +8271,7 @@ "Use different workspace colors on displays that are not focused": "Usa colori diversi per gli spazi di lavoro sugli schermi non attivi" }, "Use fingerprint authentication for the lock screen": { - "Use fingerprint authentication for the lock screen": "" - }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Usa l'autenticazione tramite impronta digitale per la schermata di blocco." + "Use fingerprint authentication for the lock screen": "Usa l'autenticazione tramite impronta digitale per la schermata di blocco" }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Usa i tasti 1-3 o le frecce, Invio/Spazio per selezionare" @@ -8346,7 +8292,7 @@ "Use sound theme from system settings": "Usa tema di suoni dalle impostazioni di sistema" }, "Use system PAM authentication": { - "Use system PAM authentication": "" + "Use system PAM authentication": "Usa l'autenticazione PAM di sistema" }, "Use the extended surface for launcher content": { "Use the extended surface for launcher content": "Usa la superficie estesa per il contenuto del launcher" @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Salvaschermo Video" }, - "Videos": { - "Videos": "Video" - }, "View Mode": { "View Mode": "Modalità Visualizzazione" }, @@ -8535,11 +8478,17 @@ "Votes": "Voti" }, "W": { - "W": "" + "W": "W" + }, + "WCAG %1 body": { + "WCAG %1 body": "" }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Sfondo" }, @@ -8601,7 +8550,7 @@ "When locked": "Quando bloccato" }, "Which PAM service the lock screen uses to authenticate": { - "Which PAM service the lock screen uses to authenticate": "" + "Which PAM service the lock screen uses to authenticate": "Quale servizio PAM utilizza la schermata di blocco per l'autenticazione" }, "White": { "White": "Bianco" @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi attivato" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi spento" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Larghezza del bordo e dell'anello di focus" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Vento" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Elaborazione..." }, - "Workspace": { - "Workspace": "Spazio di Lavoro" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Numeri Indice Spazi di Lavoro" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Il tuo compositor non supporta la sfocatura dello sfondo (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Il tuo sistema è aggiornato!" }, @@ -8814,16 +8775,16 @@ "by %1": "di %1" }, "checked %1d ago": { - "checked %1d ago": "" + "checked %1d ago": "controllato %1 g fa" }, "checked %1h ago": { - "checked %1h ago": "" + "checked %1h ago": "controllato %1 h fa" }, "checked %1m ago": { - "checked %1m ago": "" + "checked %1m ago": "controllato %1 m fa" }, "checked just now": { - "checked just now": "" + "checked just now": "controllato proprio ora" }, "days": { "days": "giorni" @@ -8847,7 +8808,7 @@ "discuss": "in discussione" }, "display rotation option": { - "Normal": "" + "Normal": "Normale" }, "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 è una shell desktop moderna e altamente personalizzabile con un design ispirato a Material 3.

È costruita con Quickshell, un framework QT6 per la creazione di shell desktop, e Go, un linguaggio di programmazione compilato e staticamente tipizzato." @@ -8910,7 +8871,7 @@ "mangowc GitHub": "GitHub di mangowc" }, "matugen not available or disabled - cannot apply %1 colors": { - "matugen not available or disabled - cannot apply %1 colors": "" + "matugen not available or disabled - cannot apply %1 colors": "atugen non è disponibile o disabilitato - impossibile applicare i colori %1" }, "matugen not found - install matugen package for dynamic theming": { "matugen not found - install matugen package for dynamic theming": "matugen non trovato - installa il pacchetto matugen per il theming dinamico" @@ -8925,7 +8886,7 @@ "nav": "nav" }, "network security type": { - "Open": "" + "Open": "Apri" }, "niri GitHub": { "niri GitHub": "GitHub di niri" @@ -8969,14 +8930,11 @@ "on Sway": { "on Sway": "su Sway" }, - "or run ": { - "or run ": "o esegui " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon non disponibile" }, "primary network connection label": { - "Primary": "" + "Primary": "Primaria" }, "procs": { "procs": "proc" diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json index ccde97b22..74c3fd912 100644 --- a/quickshell/translations/poexports/ja.json +++ b/quickshell/translations/poexports/ja.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2秒" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20分" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45秒" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5分前" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MITライセンス" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "この名前のファイルは既に存在します。上書きしてもよろしいですか?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Wayland コンポジター向けのモダンなデスクトップシェル" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "バー上で垂直スクロールしたときのアクション" }, - "Actions": { - "Actions": "アクション" - }, "Activate": { "Activate": "有効化" }, @@ -377,6 +377,9 @@ "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 認証用の端末が開きます。有効化後に設定を適用するには Sync を実行してください。" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "有効化" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "\"%1\" を %2 グループに追加しますか?ログイン画面のテーマを公開するには、一度ログアウトして再ログインし、dms greeter sync --profile を実行する必要があります。" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "バーを追加" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "新しいユーザーを %1 グループに追加して、dms greeter sync --profile を実行できるようにします。" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "新しいユーザーを %1 グループに追加して、sudo を使えるようにします。" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "アクティブなワークスペースでも重複するアプリアイコンをグループ化" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: 戻る • F1/I: ファイル情報 • F10: ヘルプ • Esc: 閉じる" - }, "Alternative (OR)": { "Alternative (OR)": "代替方式(OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "ログイン時に自動起動するアプリケーションとコマンド" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "変更を適用" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "認証の変更を適用しました。" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "認証の変更は自動的に適用されます。" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "認証の変更には sudo が必要です。パスワードまたは指紋を使用できるよう端末を開きます。" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "アクセントに焦点を絞ったバランスの取れたパレット(デフォルト)。" }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "バー" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "カレンダーバックエンド" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "カメラ" }, - "Cancel": { - "Cancel": "キャンセル" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "\"%1\" のすべてのジョブを取り消しますか?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "アイコンを選ぶ" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "システムトレイアイコンにモノクロまたはテーマカラーの色合いを選択します" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "ウィンドウを閉じる" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "色" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "コマンド" }, - "Communication": { - "Communication": "コミュニケーション" - }, "Community themes": { "Community themes": "コミュニティテーマ" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "ログイン画面用の便利なオプションです。適用するには Sync を実行してください。" - }, "Convert to DMS": { "Convert to DMS": "DMS に変換" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "テキストをコピー" }, - "Copy path": { - "Copy path": "パスをコピー" - }, "Corner Radius": { "Corner Radius": "角丸半径" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "角と背景" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "件数のみ" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS サーバーのバージョンが古い(APIバージョン %1、本来はバージョン %2 が必要)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "説明" }, - "Desktop": { - "Desktop": "デスクトップ" - }, "Desktop Application": { "Desktop Application": "デスクトップアプリケーション" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "検出されたバックエンド: %1" }, - "Development": { - "Development": "開発" - }, "Device": { "Device": "デバイス" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "ドキュメント" }, - "Documents": { - "Documents": "ドキュメント" - }, "Domain (optional)": { "Domain (optional)": "ドメイン (オプション)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "ドアオープン" }, - "Downloads": { - "Downloads": "ダウンロード" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "WiFiを有効にする" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "以下のカスタムオーバーライドを有効にして、バーごとの影の強さ、透明度、色を設定します。" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "DMS Greeter で指紋認証またはセキュリティキーを有効にします。認証の変更は自動的に適用されます。" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "ログインロックの統合を有効に" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "デバイス名を入力..." }, - "Enter filename...": { - "Enter filename...": "ファイル名を入力してください..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "起動接頭辞を入力(例: 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "エクストラライト" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: 切り替え • F10: ヘルプ" - }, "Fade": { "Fade": "フェード" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "固定数上限の確認に失敗しました" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "VPNへの接続が失敗しました" }, @@ -3077,6 +3065,9 @@ "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 にあることを確認してください。" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "VPN 認証情報の保存に失敗しました" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "%1 への接続開始に失敗しました" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "項目の固定解除に失敗しました" }, @@ -3188,12 +3188,6 @@ "File": { "File": "ファイル" }, - "File Already Exists": { - "File Already Exists": "ファイルが既に存在します" - }, - "File Information": { - "File Information": "ファイル情報" - }, "File Manager": { "File Manager": "ファイルマネージャー" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "指紋認証の利用可否を確認できませんでした。" - }, "Fingerprint error": { "Fingerprint error": "指紋認証エラー" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "フル充電" }, - "Fun": { - "Fun": "娯楽" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: グリッド • Z/X: サイズ" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Greeter グループのメンバーは、ログアウトして再ログインしたあと dms greeter sync --profile でログイン画面テーマを同期できます。" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Greeter グループ:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Greeter のみ — ログイン画面の日付形式" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "16進数" }, - "Hibernate": { - "Hibernate": "休止状態" - }, "Hibernate failed": { "Hibernate failed": "Hibernateが失敗しました" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "長押し時間" }, - "Hold longer to confirm": { - "Hold longer to confirm": "確認するにはさらに長く押してください" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "長押しで電源アクションを確認" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "長押しで確認(%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "長押しで確認(%1秒)" - }, - "Home": { - "Home": "ホーム" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "水平方向および垂直方向の鉄筋の厚さ" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "ホットキーオーバーレイのタイトル(オプション)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "時間" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP アドレスまたはホスト名" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO 日付" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "インストールと PAM 設定については次を参照してください: " - }, "Installed": { "Installed": "インストール済み" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "ロック済み" }, - "Log Out": { - "Log Out": "ログアウト" - }, "Logging in...": { "Logging in...": "ログイン中..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "固定エントリ数が上限に達しました" }, - "Media": { - "Media": "メディア" - }, "Media Controls": { "Media Controls": "メディアコントロール" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "モデル" }, - "Modified": { - "Modified": "変更済み" - }, "Modular widget bar": { "Modular widget bar": "モジュール式ウィジェットバー" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "ウィジェットを移動" }, - "Move to Trash": { - "Move to Trash": "ゴミ箱へ移動" - }, "Moving to Paused": { "Moving to Paused": "一時停止への移行" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "マルチプレクサ" }, - "Music": { - "Music": "音楽" - }, "Music Player": { "Music Player": "音楽プレーヤー" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NMが利用できません" }, - "Name": { - "Name": "名称" - }, "Named Workspace Icons": { "Named Workspace Icons": "名前付きワークスペースアイコン" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "移動" }, - "Navigation": { - "Navigation": "ナビゲーション" - }, "Network": { "Network": "ネットワーク" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "指紋リーダーが検出されませんでした。" - }, "No folders found": { "No folders found": "フォルダーが見つかりませんでした" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "対応するパッケージマネージャーが見つかりません。" }, - "No terminal configured": { - "No terminal configured": "端末が設定されていません" - }, "No themes found": { "No themes found": "テーマが見つかりませんでした" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "利用できません — fprintd と pam_fprintd をインストールするか、greetd PAM を設定してください。" }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "利用できません — fprintd と pam_fprintd をインストールしてください。" - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "利用できません — pam_u2f をインストールまたは設定するか、greetd PAM を設定してください。" }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "利用できません — pam_u2f をインストールまたは設定してください。" - }, "Not bound": { "Not bound": "未バインド" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "数字" - }, "Numeric (D/M)": { "Numeric (D/M)": "数値(D/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "端末で開く" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "検索バーを開いてテキストを検索" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "接続フレームモードで接続ランチャーを開きます。" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "任意の説明" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "最初の一致条件に適用される任意の状態ベース条件です。" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "オプション" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "ネットワーク接続の概要" }, - "Overwrite": { - "Overwrite": "上書き" - }, "Owner: %1": { "Owner: %1": "所有者: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "同じフォルダーから毎回別のランダムな動画を選びます" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "設定 → ランチャーで端末を選択するか、$TERMINAL を設定してください。" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "通知を一時停止する時間を選択" }, - "Pictures": { - "Pictures": "画像" - }, "Pin": { "Pin": "ピン留め" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "電源モード" }, - "Power Off": { - "Power Off": "電源オフ" - }, - "Power Options": { - "Power Options": "電源オプション" - }, "Power Profile": { "Power Profile": "電源プロファイル" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "品質" }, - "Quick Access": { - "Quick Access": "クイックアクセス" - }, "Quick access to application launcher": { "Quick access to application launcher": "アプリケーションランチャーへのクイックアクセス" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "パスワードを再入力" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "出口ノード使用中もローカルネットワーク機器へアクセス" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "読み取り:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "原因" }, - "Reboot": { - "Reboot": "再起動" - }, "Recent": { "Recent": "最近の" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "離す" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "ディスクから再読み込み" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "ナイトモード対応が必要" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "「すべて更新」をクリックしたときに、AUR を有効にして paru/yay を実行します。" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "実行中のアプリ" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS を送信しました" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "彩度" }, - "Save": { - "Save": "保存" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "メモ帳ファイルを保存" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "デバイスを検索..." }, - "Search for a location...": { - "Search for a location...": "ロケーションを検索..." - }, "Search installed plugins...": { "Search installed plugins...": "インストール済みのプラグインを検索..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "ウィジェットを検索..." }, - "Search...": { - "Search...": "検索..." - }, "Searching...": { "Searching...": "検索中..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "セキュリティキー対応は検出されましたが、登録済みのキーはまだ見つかっていません。今すぐ有効にして、後で登録できます。" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "バッテリー残量が少ないとみなす割合を設定します。" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "設定" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "1 行ポップアップ" }, - "Size": { - "Size": "サイズ" - }, "Size Constraints": { "Size Constraints": "サイズ制約" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "アルファベット順に並べ替える" }, - "Sort By": { - "Sort By": "並べ替え方法" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "始める" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "このプラグインを使うには KDE Connect または Valent を起動してください" }, "Start typing your notes here...": { "Start typing your notes here...": "ここでメモを入力しましょう..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "状態" }, - "Status": { - "Status": "状態" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "表面はフレームとは独立して浮遊する" }, - "Suspend": { - "Suspend": "スリープ" - }, "Suspend behavior": { "Suspend behavior": "一時停止の行為" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway ウェブサイト" }, - "Switch User": { - "Switch User": "ユーザーを切り替える" - }, "Switch between display configurations": { "Switch between display configurations": "表示設定を切り替える" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "画面間で位置を同期" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "同期が正常に完了しました。" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "システム" - }, "System App Theming": { "System App Theming": "システムアプリのテーマ設定" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "タブ" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: ナビゲーション • ←→↑↓: グリッドナビゲーション • Enter/Space: 選択" - }, "Tags": { "Tags": "タグ" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET環境変数が設定されていないか、ソケットが利用できません。自動プラグイン管理にはDMS_SOCKETが必要です。" }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)。" }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "固定されていない項目をすべて削除します。固定済みの %1 件は保持されます。" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "これはすべてのクリップボード履歴を完全に削除します。" }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "今すぐオフにする" }, - "Type": { - "Type": "種類" - }, "Type at least 2 characters": { "Type at least 2 characters": "少なくとも 2 文字入力してください" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "ゴシック風コーナーカットアウトにカスタム半径を使う" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "ロック画面の認証にセキュリティキーを使用します。" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "ロック画面に指紋認証を使用します。" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "1-3 キーまたは矢印キー、Enter/Space で選択" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "動画スクリーンセーバー" }, - "Videos": { - "Videos": "動画" - }, "View Mode": { "View Mode": "表示モード" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "壁紙" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFiを有効化にしました" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wi-Fiはオフ中" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "ウィンドウ境界線とフォーカスリングの幅" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "風" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "処理中..." }, - "Workspace": { - "Workspace": "ワークスペース" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "ワークスペースのインデックス番号" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "お使いのコンポジターは背景ぼかし(ext-background-effect-v1)に対応していません" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "システムは最新です!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "Sway 上" }, - "or run ": { - "or run ": "または実行: " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon は利用できません" }, diff --git a/quickshell/translations/poexports/ko.json b/quickshell/translations/poexports/ko.json index 853a4d079..b89827315 100644 --- a/quickshell/translations/poexports/ko.json +++ b/quickshell/translations/poexports/ko.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2초" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20분" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45초" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5분 전" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT 라이선스" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "이 이름의 파일이 이미 있습니다. 덮어쓰시겠습니까?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Wayland 컴포지터를 위한 모던 데스크톱 셸" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "표시줄에서 세로로 스크롤할 때 수행되는 작업" }, - "Actions": { - "Actions": "작업" - }, "Activate": { "Activate": "활성화" }, @@ -377,6 +377,9 @@ "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 인증을 위해 터미널이 열립니다. 활성화 후 동기화를 실행하여 설정을 적용하세요." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "활성화" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "\"%1\" 사용자를 %2 그룹에 추가하시겠습니까? 로그아웃 후 다시 로그인한 다음 `dms greeter sync --profile`을 실행해야 로그인 화면 테마가 게시됩니다." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "표시줄 추가" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "새 사용자를 %1 그룹에 추가하여 `dms greeter sync --profile`을 실행할 수 있도록 합니다." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "새 사용자를 %1 그룹에 추가하여 sudo를 사용할 수 있도록 합니다." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "활성 작업 공간에 반복되는 애플리케이션 아이콘도 그룹화" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: 뒤로 • F1/I: 파일 정보 • F10: 도움말 • Esc: 닫기" - }, "Alternative (OR)": { "Alternative (OR)": "'Alternative'는 키 단독으로 잠금을 해제합니다. 'Second factor'는 암호나 지문을 먼저 요구한 뒤 키를 요구합니다." }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "로그인할 때 자동으로 시작할 애플리케이션 및 명령" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "변경 사항 적용" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "인증 변경 사항이 적용되었습니다." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "인증 변경 사항은 자동으로 적용됩니다." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "인증 변경 사항에는 sudo가 필요합니다. 비밀번호나 지문을 사용할 수 있도록 터미널을 엽니다." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "강조색이 초점을 맞추는 균형 잡힌 팔레트(기본값)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "표시줄" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "달력 백엔드" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "카메라" }, - "Cancel": { - "Cancel": "취소" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "\"%1\"에 대한 모든 작업을 취소하시겠습니까?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "충전 한도에 도달했을 때 알림을 받는 방식을 선택하세요." }, - "Choose icon": { - "Choose icon": "아이콘 선택" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "시스템 트레이 아이콘에 단색 또는 테마 색조를 선택하세요" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "창 닫기" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "색상" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "명령" }, - "Communication": { - "Communication": "통신" - }, "Community themes": { "Community themes": "커뮤니티 테마" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "로그인 화면 편의 옵션입니다. 동기화하여 적용하세요." - }, "Convert to DMS": { "Convert to DMS": "DMS로 변환" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "텍스트 복사" }, - "Copy path": { - "Copy path": "경로 복사" - }, "Corner Radius": { "Corner Radius": "모서리 둥글기" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "모서리 및 배경" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "개수만 표시" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS 서버가 구버전입니다(API v%1, 예상 v%2)." }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "설명" }, - "Desktop": { - "Desktop": "데스크톱" - }, "Desktop Application": { "Desktop Application": "데스크톱 애플리케이션" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "감지된 백엔드: %1" }, - "Development": { - "Development": "개발" - }, "Device": { "Device": "기기" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "문서" }, - "Documents": { - "Documents": "문서" - }, "Domain (optional)": { "Domain (optional)": "도메인 (선택 사항)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "문 열림" }, - "Downloads": { - "Downloads": "다운로드" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "위젯의 핸들을 잡고 드래그하여 순서를 변경하거나 다른 그룹에 놓으세요" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Wi-Fi 활성화" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "아래에서 사용자 지정 덮어쓰기를 활성화하여 표시줄별 그림자 강도, 불투명도 및 색상을 설정하세요." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "DMS Greeter에 지문 또는 보안 키를 활성화합니다. 인증 변경 사항은 자동으로 적용됩니다." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "loginctl 잠금 통합 활성화" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "기기 이름 입력..." }, - "Enter filename...": { - "Enter filename...": "파일 이름 입력..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "실행 접두사 입력 (예: 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "매우 얇게" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: 전환 • F10: 도움말" - }, "Fade": { "Fade": "페이드" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "고정 제한 확인 실패" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "VPN 연결 실패" }, @@ -3077,6 +3065,9 @@ "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가 설치되어 있고 PATH에 dms가 있는지 확인하세요." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "VPN 자격 증명 저장 실패" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "%1에 대한 연결 시작 실패" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "항목 고정 해제 실패" }, @@ -3188,12 +3188,6 @@ "File": { "File": "파일" }, - "File Already Exists": { - "File Already Exists": "파일이 이미 존재함" - }, - "File Information": { - "File Information": "파일 정보" - }, "File Manager": { "File Manager": "파일 관리자" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "지문 인식 가능 여부를 확인할 수 없습니다." - }, "Fingerprint error": { "Fingerprint error": "지문 인식 오류" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "충전 완료" }, - "Fun": { - "Fun": "재미" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: 그리드 • Z/X: 크기" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "로그인 화면 그룹 구성원은 로그아웃했다가 다시 로그인한 후 dms greeter sync --profile을 사용하여 로그인 화면 테마를 동기화할 수 있습니다." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "로그인 화면 그룹:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "로그인 화면 전용 — 로그인 화면의 날짜 형식" - }, "Greeter sync complete": { "Greeter sync complete": "로그인 화면 동기화 완료" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "최대 절전 모드" - }, "Hibernate failed": { "Hibernate failed": "최대 절전 모드 실패" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "길게 누르기 시간" }, - "Hold longer to confirm": { - "Hold longer to confirm": "확인하려면 더 길게 누르세요" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "길게 눌러 전원 작업 확인" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "길게 눌러 확인(%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "길게 눌러 확인(%1s)" - }, - "Home": { - "Home": "홈" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "가로 및 세로 바 두께" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "단축키 오버레이 제목(선택 사항)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "시간" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP 주소 또는 호스트 이름" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO 날짜" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "설치 및 PAM 설정: 다음을 참조하세요" - }, "Installed": { "Installed": "설치됨" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "잠김" }, - "Log Out": { - "Log Out": "로그아웃" - }, "Logging in...": { "Logging in...": "로그인 중..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "최대 고정 항목 수에 도달함" }, - "Media": { - "Media": "미디어" - }, "Media Controls": { "Media Controls": "미디어 컨트롤" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "모델" }, - "Modified": { - "Modified": "수정됨" - }, "Modular widget bar": { "Modular widget bar": "모듈식 위젯 바" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "위젯 이동" }, - "Move to Trash": { - "Move to Trash": "휴지통으로 이동" - }, "Moving to Paused": { "Moving to Paused": "일시 중지로 이동" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "멀티플렉서" }, - "Music": { - "Music": "음악" - }, "Music Player": { "Music Player": "음악 플레이어" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM 지원되지 않음" }, - "Name": { - "Name": "이름" - }, "Named Workspace Icons": { "Named Workspace Icons": "명명된 작업 공간 아이콘" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "탐색" }, - "Navigation": { - "Navigation": "탐색" - }, "Network": { "Network": "네트워크" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "지문 판독기가 감지되지 않았습니다." - }, "No folders found": { "No folders found": "폴더를 찾을 수 없음" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "지원되는 패키지 관리자를 찾을 수 없습니다." }, - "No terminal configured": { - "No terminal configured": "구성된 터미널 없음" - }, "No themes found": { "No themes found": "테마를 찾을 수 없음" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "사용할 수 없음 — fprintd 및 pam_fprintd를 설치하거나 greetd PAM을 구성하세요." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "사용할 수 없음 — fprintd 및 pam_fprintd를 설치하세요." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "사용할 수 없음 — pam_u2f를 설치 또는 구성하거나 greetd PAM을 구성하세요." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "사용할 수 없음 — pam_u2f를 설치하거나 구성하세요." - }, "Not bound": { "Not bound": "바인딩되지 않음" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "지금 재생 중 및 미디어 컨트롤" }, - "Numbers": { - "Numbers": "숫자" - }, "Numeric (D/M)": { "Numeric (D/M)": "숫자(일/월)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "터미널에서 열기" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "텍스트를 찾기 위해 검색창 열기" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "연결된 프레임 모드에서 연결된 런처를 엽니다." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "선택적 설명" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "첫 번째 일치 항목에 적용되는 선택적 상태 기반 조건입니다." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "옵션" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "네트워크 연결 개요" }, - "Overwrite": { - "Overwrite": "덮어쓰기" - }, "Owner: %1": { "Owner: %1": "소유자: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "같은 폴더에서 매번 다른 임의의 비디오를 선택합니다." }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "설정 → 런처에서 터미널을 선택하세요(또는 $TERMINAL 설정)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "알림을 일시 중지할 기간 선택" }, - "Pictures": { - "Pictures": "사진" - }, "Pin": { "Pin": "고정" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "전원 모드" }, - "Power Off": { - "Power Off": "전원 끄기" - }, - "Power Options": { - "Power Options": "전원 옵션" - }, "Power Profile": { "Power Profile": "전원 프로필" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "품질" }, - "Quick Access": { - "Quick Access": "빠른 액세스" - }, "Quick access to application launcher": { "Quick access to application launcher": "애플리케이션 런처에 대한 빠른 액세스" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "비밀번호 다시 입력" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "출구 노드를 사용하는 동안 로컬 네트워크 장치에 도달" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "읽기:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "이유" }, - "Reboot": { - "Reboot": "재부팅" - }, "Recent": { "Recent": "최근" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "릴리스" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "디스크에서 다시 로드" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "greetd, dms-greeter 및 greeter 그룹의 사용자가 필요합니다(지문의 경우 fprintd/pam_fprintd, 보안 키의 경우 pam_u2f 추가). 인증 변경 사항은 자동으로 적용되며 sudo를 위한 터미널이 열릴 수 있습니다." - }, "Requires night mode support": { "Requires night mode support": "야간 모드 지원 필요" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "'모두 업데이트'를 클릭하면 AUR이 활성화된 상태에서 paru/yay를 실행합니다." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "실행 중인 앱" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS가 성공적으로 전송됨" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "채도" }, - "Save": { - "Save": "저장" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "노트패드 파일 저장" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "장치 검색..." }, - "Search for a location...": { - "Search for a location...": "위치 검색..." - }, "Search installed plugins...": { "Search installed plugins...": "설치된 플러그인 검색..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "위젯 검색..." }, - "Search...": { - "Search...": "검색..." - }, "Searching...": { "Searching...": "검색 중..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "보안 키 지원이 감지되었으나 아직 등록된 키를 찾을 수 없습니다. 지금 활성화하고 나중에 등록할 수 있습니다." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "배터리가 부족한 것으로 간주되는 백분율을 설정합니다." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "설정" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "한 줄 팝업" }, - "Size": { - "Size": "크기" - }, "Size Constraints": { "Size Constraints": "크기 제약" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "알파벳순 정렬" }, - "Sort By": { - "Sort By": "정렬 기준" - }, "Sort wallpapers": { "Sort wallpapers": "배경화면 정렬" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "시작" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "이 플러그인을 사용하려면 KDE Connect 또는 Valent 시작" }, "Start typing your notes here...": { "Start typing your notes here...": "여기에 노트를 입력하세요..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "상태" }, - "Status": { - "Status": "상태" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "표면이 프레임과 독립적으로 떠다님" }, - "Suspend": { - "Suspend": "절전" - }, "Suspend behavior": { "Suspend behavior": "절전 동작" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway 웹사이트" }, - "Switch User": { - "Switch User": "사용자 전환" - }, "Switch between display configurations": { "Switch between display configurations": "디스플레이 구성 간 전환" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "화면 간 위치 동기화" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "동기화는 테마 및 설정을 로그인 화면에 적용합니다. 다른 사용자는 전체 동기화 대신 dms greeter sync --profile을 실행해야 합니다. 인증 변경 사항은 자동으로 적용됩니다." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "동기화가 성공적으로 완료되었습니다." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "동기화 중..." }, - "System": { - "System": "시스템" - }, "System App Theming": { "System App Theming": "시스템 앱 테마 지정" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "탭" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 탐색 • ←→↑↓: 그리드 탐색 • Enter/Space: 선택" - }, "Tags": { "Tags": "태그" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET 환경 변수가 설정되지 않았거나 소켓을 사용할 수 없습니다. 자동 플러그인 관리에는 DMS_SOCKET이 필요합니다." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "모든 고정 해제된 항목이 삭제됩니다. %1개의 고정된 항목이 유지됩니다." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "클립보드 기록이 영구적으로 삭제됩니다." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "지금 끄기" }, - "Type": { - "Type": "유형" - }, "Type at least 2 characters": { "Type at least 2 characters": "2자 이상 입력" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "고딕 모서리 절단에 사용자 지정 반경 사용" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "잠금 화면 인증에 보안 키를 사용합니다." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "잠금 화면에 지문 인증을 사용합니다." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "키 1-3 또는 화살표, Enter/Space를 사용하여 선택" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "비디오 화면 보호기" }, - "Videos": { - "Videos": "비디오" - }, "View Mode": { "View Mode": "보기 모드" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "배경화면" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi 활성화됨" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi가 꺼져 있습니다" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "창 테두리 및 포커스 링 너비" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "바람" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "작업 중..." }, - "Workspace": { - "Workspace": "작업 공간" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "작업 공간 인덱스 번호" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "컴포지터가 배경 블러(ext-background-effect-v1)를 지원하지 않습니다" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "시스템이 최신 상태입니다!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "Sway에서" }, - "or run ": { - "or run ": "또는 실행" - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon을 사용할 수 없음" }, diff --git a/quickshell/translations/poexports/nl.json b/quickshell/translations/poexports/nl.json index 158b3123c..b9417ba6e 100644 --- a/quickshell/translations/poexports/nl.json +++ b/quickshell/translations/poexports/nl.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 seconden" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minuten" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 seconden" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 min. van tevoren" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT-licentie" }, - "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?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Een moderne desktop-shell voor Wayland-compositors" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Actie uitgevoerd bij verticaal scrollen op de balk" }, - "Actions": { - "Actions": "Acties" - }, "Activate": { "Activate": "Activeren" }, @@ -377,6 +377,9 @@ "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." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Activering" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "\"%1\" toevoegen aan de groep %2? Ze moeten uitloggen en opnieuw inloggen, en vervolgens 'dms greeter sync --profile' uitvoeren om hun inlogscherm-thema te publiceren." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Balk toevoegen" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Voeg de nieuwe gebruiker toe aan de groep %1 zodat zij 'dms greeter sync --profile' kunnen uitvoeren." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Voeg de nieuwe gebruiker toe aan de groep %1 zodat zij sudo kunnen gebruiken." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Ook herhaalde applicatie-iconen op de actieve werkruimte groeperen" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Terug • F1/I: Bestandsinfo • F10: Hulp • Esc: Sluiten" - }, "Alternative (OR)": { "Alternative (OR)": "Alternatief (OF)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Applicaties en commando's die automatisch starten wanneer je inlogt" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Wijzigingen toepassen" }, @@ -786,16 +795,10 @@ "Authentication Source": "Authenticatiebron" }, "Authentication changes applied": { - "Authentication changes applied": "" - }, - "Authentication changes applied.": { - "Authentication changes applied.": "Verificatiewijzigingen toegepast." + "Authentication changes applied": "Verificatiewijzigingen toegepast" }, "Authentication changes apply automatically": { - "Authentication changes apply automatically": "" - }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Verificatiewijzigingen worden automatisch toegepast." + "Authentication changes apply automatically": "Verificatiewijzigingen automatisch toepassen" }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Verificatiewijzigingen vereisen sudo. Terminal wordt geopend zodat u een wachtwoord of vingerafdruk kunt gebruiken." @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Gebalanceerd palet met gerichte accenten (standaard)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Balk" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Agenda-backend" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Camera" }, - "Cancel": { - "Cancel": "Annuleren" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Alle taken voor \"%1\" annuleren?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "Kies hoe je een melding wilt ontvangen wanneer de laadlimiet is bereikt." }, - "Choose icon": { - "Choose icon": "Kies pictogram" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Kies monochroom of een themakleurtint voor systeemvakpictogrammen" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Venster sluiten" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "Wisselen van codec is niet beschikbaar omdat pactl niet is gevonden" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Kleur" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Opdrachten" }, - "Communication": { - "Communication": "Communicatie" - }, "Community themes": { "Community themes": "Community-thema's" }, @@ -1842,10 +1851,7 @@ "Controls the outline of popouts, modals, and other shell surfaces": "Regelt de omlijning van pop-outs, modale vensters en andere shell-oppervlakken" }, "Convenience options for the login screen": { - "Convenience options for the login screen": "" - }, - "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." + "Convenience options for the login screen": "Gemaksopties voor het aanmeldscherm" }, "Convert to DMS": { "Convert to DMS": "Converteren naar DMS" @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Tekst kopiëren" }, - "Copy path": { - "Copy path": "Pad kopiëren" - }, "Corner Radius": { "Corner Radius": "Hoekradius" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Hoeken & Achtergrond" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Alleen aantal" }, @@ -2121,10 +2127,7 @@ "DMS out of date": "DMS verouderd" }, "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { - "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" - }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "DMS verwijdert zijn beheerde blok uit /etc/pam.d/greetd en stopt met schrijven hiernaartoe" + "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "DMS verwijdert het beheerde blok uit /etc/pam.d/greetd en stopt schrijfservices" }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS-server is verouderd (API v%1, verwacht v%2)" @@ -2315,9 +2318,6 @@ "Description": { "Description": "Beschrijving" }, - "Desktop": { - "Desktop": "Bureaublad" - }, "Desktop Application": { "Desktop Application": "Desktop-applicatie" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Gedetecteerde backends: %1" }, - "Development": { - "Development": "Ontwikkeling" - }, "Device": { "Device": "Apparaat" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Documentatie" }, - "Documents": { - "Documents": "Documenten" - }, "Domain (optional)": { "Domain (optional)": "Domein (optioneel)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Deur open" }, - "Downloads": { - "Downloads": "Downloads" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "Sleep een widget aan de handgreep hiernaartoe om de volgorde te wijzigen of zet hem in een andere groep" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Wifi inschakelen" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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." }, @@ -2727,10 +2721,7 @@ "Enable fingerprint authentication": "Vingerafdrukverificatie inschakelen" }, "Enable fingerprint or security key for DMS Greeter": { - "Enable fingerprint or security key for DMS Greeter": "" - }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Schakel vingerafdruk of beveiligingssleutel in voor DMS-aanmeldscherm. Verificatiewijzigingen worden automatisch toegepast." + "Enable fingerprint or security key for DMS Greeter": "Vingerafdruk of beveiligingssleutel inschakelen voor DMS Greeter" }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Loginctl-vergrendelintegratie inschakelen" @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Voer apparaatnaam in..." }, - "Enter filename...": { - "Enter filename...": "Voer bestandsnaam in..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Voer startvoorvoegsel in (bijv. 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Extra licht" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Schakelen • F10: Hulp" - }, "Fade": { "Fade": "Vervagen" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Controleren van vastmaaklimiet mislukt" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Verbinden met VPN mislukt" }, @@ -3077,6 +3065,9 @@ "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." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "Opslaan van VPN-inloggegevens mislukt" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Starten van verbinding met %1 mislukt" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Losmaken van item mislukt" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Bestand" }, - "File Already Exists": { - "File Already Exists": "Bestand bestaat al" - }, - "File Information": { - "File Information": "Bestandsinformatie" - }, "File Manager": { "File Manager": "Bestandsbeheer" }, @@ -3240,10 +3234,7 @@ "Fine-tune the space reserved for the bar from the screen edge": "Stel de gereserveerde ruimte voor de balk vanaf de schermrand fijn" }, "Fingerprint availability could not be confirmed": { - "Fingerprint availability could not be confirmed": "" - }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Beschikbaarheid van vingerafdrukscanner kon niet worden bevestigd." + "Fingerprint availability could not be confirmed": "Beschikbaarheid van vingerafdruk kon niet worden bevestigd" }, "Fingerprint error": { "Fingerprint error": "Vingerafdrukfout" @@ -3456,7 +3447,7 @@ "Format Legend": "Legenda voor notatie" }, "Format the date on the login screen": { - "Format the date on the login screen": "" + "Format the date on the login screen": "De datum op het aanmeldscherm opmaken" }, "Forward 10s": { "Forward 10s": "10s vooruit" @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Volledig opgeladen" }, - "Fun": { - "Fun": "Plezier" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: raster • Z/X: grootte" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Leden van de greeter-groep kunnen hun inlogscherm-thema synchroniseren met 'dms greeter sync --profile' na het uit- en inloggen." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Greeter-groep:" }, - "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" - }, "Greeter sync complete": { "Greeter sync complete": "Synchronisatie aanmeldbeheer voltooid" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Sluimerstand" - }, "Hibernate failed": { "Hibernate failed": "Slaapstand mislukt" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Houdduur" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Langer ingedrukt houden om te bevestigen" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Ingedrukt houden om energieacties te bevestigen" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Ingedrukt houden om te bevestigen (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Ingedrukt houden om te bevestigen (%1s)" - }, - "Home": { - "Home": "Persoonlijke map" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Horizontale en verticale balkdikte" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Titel sneltoetsoverlay (optioneel)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Uur" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-adres of hostnaam" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO-datum" }, @@ -4122,10 +4116,7 @@ "Install theme '%1' from the DMS registry?": "Thema '%1' installeren uit het DMS-register?" }, "Installation and PAM setup are documented in the ": { - "Installation and PAM setup are documented in the ": "" - }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Installatie en PAM-configuratie: zie de " + "Installation and PAM setup are documented in the ": "Installatie en PAM-configuratie zijn gedocumenteerd in de " }, "Installed": { "Installed": "Geïnstalleerd" @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Vergrendeld" }, - "Log Out": { - "Log Out": "Afmelden" - }, "Logging in...": { "Logging in...": "Inloggen..." }, @@ -4485,7 +4473,7 @@ "Low Priority": "Lage prioriteit" }, "Lower display refresh rate on battery": { - "Lower display refresh rate on battery": "" + "Lower display refresh rate on battery": "Vernieuwingsfrequentie van scherm verlagen bij batterijgebruik" }, "MAC": { "MAC": "MAC" @@ -4518,7 +4506,7 @@ "Managed by Frame in Connected Mode": "Beheerd door Frame in Verbonden Modus" }, "Managed by the primary PAM source": { - "Managed by the primary PAM source": "" + "Managed by the primary PAM source": "Beheerd door de primaire PAM-bron" }, "Managed by the primary PAM source.": { "Managed by the primary PAM source.": "Beheerd door de primaire PAM-bron." @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Maximaal aantal vastgemaakte items bereikt" }, - "Media": { - "Media": "Media" - }, "Media Controls": { "Media Controls": "Mediabediening" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Model" }, - "Modified": { - "Modified": "Gewijzigd" - }, "Modular widget bar": { "Modular widget bar": "Modulaire widgetbalk" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Widget verplaatsen" }, - "Move to Trash": { - "Move to Trash": "Naar prullenbak verplaatsen" - }, "Moving to Paused": { "Moving to Paused": "Overschakelen naar gepauzeerd" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexers" }, - "Music": { - "Music": "Muziek" - }, "Music Player": { "Music Player": "Muziekspeler" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM niet ondersteund" }, - "Name": { - "Name": "Naam" - }, "Named Workspace Icons": { "Named Workspace Icons": "Pictogrammen voor benoemde werkbladen" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Navigeren" }, - "Navigation": { - "Navigation": "Navigatie" - }, "Network": { "Network": "Netwerk" }, @@ -5163,10 +5133,7 @@ "No files found": "Geen bestanden gevonden" }, "No fingerprint reader detected": { - "No fingerprint reader detected": "" - }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Geen vingerafdrukscanner gedetecteerd." + "No fingerprint reader detected": "Geen vingerafdruklezer gedetecteerd" }, "No folders found": { "No folders found": "Geen mappen gevonden" @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Geen ondersteunde pakketbeheerder gevonden." }, - "No terminal configured": { - "No terminal configured": "Geen terminal geconfigureerd" - }, "No themes found": { "No themes found": "Geen thema's gevonden" }, @@ -5352,23 +5316,17 @@ "Not available": "Niet beschikbaar" }, "Not available - install fprintd and pam_fprintd": { - "Not available - install fprintd and pam_fprintd": "" + "Not available - install fprintd and pam_fprintd": "Niet beschikbaar - installeer fprintd en pam_fprintd" }, "Not available - install or configure pam_u2f": { - "Not available - install or configure pam_u2f": "" + "Not available - install or configure pam_u2f": "Niet beschikbaar - installeer of configureer pam_u2f" }, "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Niet beschikbaar — installeer fprintd en pam_fprintd, of configureer greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Niet beschikbaar — installeer fprintd en pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Niet beschikbaar — installeer of configureer pam_u2f, of configureer greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Niet beschikbaar — installeer of configureer pam_u2f." - }, "Not bound": { "Not bound": "Niet gekoppeld" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "Nu afspelend en mediaknoppen" }, - "Numbers": { - "Numbers": "Nummers" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numeriek (D/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Openen in terminal" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Zoekbalk openen om tekst te vinden" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Opent de verbonden launcher in Connected Frame Mode." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Optionele beschrijving" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Optionele op status gebaseerde voorwaarden toegepast op de eerste match." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opties" }, @@ -5610,7 +5574,7 @@ "Outline": "Omtrek" }, "Outline around shell surfaces": { - "Outline around shell surfaces": "" + "Outline around shell surfaces": "Omlijning rond shell-oppervlakken" }, "Output": { "Output": "Uitvoer" @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Overzicht van uw netwerkverbindingen" }, - "Overwrite": { - "Overwrite": "Overschrijven" - }, "Owner: %1": { "Owner: %1": "Eigenaar: %1" }, @@ -5819,15 +5780,9 @@ "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" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Kies een terminal in Instellingen → Launcher (of stel $TERMINAL in)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Kies hoe lang meldingen moeten worden gepauzeerd" }, - "Pictures": { - "Pictures": "Afbeeldingen" - }, "Pin": { "Pin": "Vastmaken" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Energiemodus" }, - "Power Off": { - "Power Off": "Uitschakelen" - }, - "Power Options": { - "Power Options": "Energieopties" - }, "Power Profile": { "Power Profile": "Energieprofiel" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Kwaliteit" }, - "Quick Access": { - "Quick Access": "Snelle toegang" - }, "Quick access to application launcher": { "Quick access to application launcher": "Snelle toegang tot app-starter" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Wachtwoord opnieuw invoeren" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "Toegang tot lokale netwerkapparaten bij gebruik van een exit-node" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Lezen:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Reden" }, - "Reboot": { - "Reboot": "Opnieuw opstarten" - }, "Recent": { "Recent": "Recent" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Loslaten" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Herladen van schijf" }, @@ -6423,10 +6375,7 @@ "Requires a newer version of Quickshell": "Vereist een nieuwere versie van Quickshell" }, "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" - }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "Vereist greetd, dms-greeter en je gebruiker in de 'greeter'-groep (plus fprintd/pam_fprintd voor vingerafdrukken, pam_u2f voor beveiligingssleutels). Wijzigingen aan de authenticatie worden automatisch toegepast en kunnen een terminal openen voor sudo-toegang." + "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "Vereist greetd, dms-greeter, en uw gebruiker in de greeter-groep (plus fprintd/pam_fprintd voor vingerafdruk, pam_u2f voor beveiligingssleutels)." }, "Requires night mode support": { "Requires night mode support": "Vereist ondersteuning voor nachtmodus" @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Voer paru/yay uit met AUR ingeschakeld wanneer op 'Alles updaten' wordt geklikt." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Actieve apps" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS succesvol verzonden" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Verzadiging" }, - "Save": { - "Save": "Opslaan" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Kladblok-bestand opslaan" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Apparaten zoeken..." }, - "Search for a location...": { - "Search for a location...": "Zoeken naar een locatie..." - }, "Search installed plugins...": { "Search installed plugins...": "Geïnstalleerde plug-ins zoeken..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Widgets zoeken..." }, - "Search...": { - "Search...": "Zoeken..." - }, "Searching...": { "Searching...": "Zoeken..." }, @@ -6777,10 +6726,7 @@ "Security key mode": "Beveiligingssleutel-modus" }, "Security-key availability could not be confirmed": { - "Security-key availability could not be confirmed": "" - }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "Beschikbaarheid van beveiligingssleutel kon niet worden bevestigd." + "Security-key availability could not be confirmed": "Beschikbaarheid van beveiligingssleutel kon niet worden bevestigd" }, "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.": "Ondersteuning voor beveiligingssleutels gedetecteerd, maar er is nog geen geregistreerde sleutel gevonden. U kunt dit nu inschakelen en later een sleutel registreren." @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "Stel het percentage in waarbij de accu als 'bijna leeg' wordt beschouwd." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Instelling" }, @@ -7263,7 +7218,7 @@ "Show during Niri overview": "Weergeven tijdens Niri-overzicht" }, "Show foreground surfaces on notification cards": { - "Show foreground surfaces on notification cards": "" + "Show foreground surfaces on notification cards": "Voorgrondoppervlakken weergeven op meldingkaarten" }, "Show foreground surfaces on panels for stronger contrast": { "Show foreground surfaces on panels for stronger contrast": "Toon voorgrandoppervlakken op panelen voor sterker contrast" @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Pop-up op één regel" }, - "Size": { - "Size": "Grootte" - }, "Size Constraints": { "Size Constraints": "Groottebeperkingen" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Alfabetisch sorteren" }, - "Sort By": { - "Sort By": "Sorteren op" - }, "Sort wallpapers": { "Sort wallpapers": "Achtergronden sorteren" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Start" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Start KDE Connect of Valent om deze plug-in te gebruiken" }, "Start typing your notes here...": { "Start typing your notes here...": "Begin hier met het typen van uw notities..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Status" }, - "Status": { - "Status": "Status" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "Stop met negeren van %1" @@ -7533,7 +7494,7 @@ "Surface Border Opacity": "Randdekking van oppervlak" }, "Surface Border Outline": { - "Surface Border Outline": "" + "Surface Border Outline": "Omlijning van oppervlakrand" }, "Surface Container": { "Surface Container": "Surface-container" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Oppervlakken zweven onafhankelijk van het frame" }, - "Suspend": { - "Suspend": "Slaapstand" - }, "Suspend behavior": { "Suspend behavior": "Gedrag slaapstand" }, @@ -7574,14 +7532,11 @@ "Sway Website": { "Sway Website": "Sway-website" }, - "Switch User": { - "Switch User": "Ander account" - }, "Switch between display configurations": { "Switch between display configurations": "Schakelen tussen schermconfiguraties" }, "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": { - "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "" + "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "Schakel schermen met een beschikbare 60 Hz-modus naar 60 Hz bij batterijgebruik en herstel de vorige modus op netstroom. Slaat schermen met ingeschakelde VRR over." }, "Switch to power profile": { "Switch to power profile": "Wisselen naar energieprofiel" @@ -7601,11 +7556,11 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Positie synchroniseren over schermen" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "Synchronisatie past je thema en instellingen toe op het aanmeldscherm. Andere gebruikers moeten 'dms greeter sync --profile' uitvoeren in plaats van een volledige synchronisatie. Wijzigingen aan de authenticatie worden automatisch toegepast." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { - "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" + "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "Synchronisatie past uw thema en instellingen toe op het aanmeldscherm. Gedeelde gebruikers moeten 'dms greeter sync --profile' uitvoeren in plaats van een primaire gebruikerssynchronisatie." + }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" }, "Sync completed successfully.": { "Sync completed successfully.": "Sync is succesvol voltooid." @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "Synchroniseren..." }, - "System": { - "System": "Systeem" - }, "System App Theming": { "System App Theming": "Thema's systeemapps" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Tab" }, - "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" - }, "Tags": { "Tags": "Tags" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "Terminal-terugval geopend. Voltooi daar de authenticatie; deze sluit automatisch zodra voltooid." }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "De DMS_SOCKET omgevingsvariabele is niet ingesteld of de socket is niet beschikbaar. Geautomatiseerd plug-inbeheer vereist de DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Dit verwijdert alle niet-vastgemaakte items. %1 vastgemaakte items blijven bewaard." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Dit zal de volledige klembordgeschiedenis permanent verwijderen." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Nu uitschakelen" }, - "Type": { - "Type": "Type" - }, "Type at least 2 characters": { "Type at least 2 characters": "Typ minstens 2 tekens" }, @@ -8277,10 +8232,7 @@ "Use a custom image for the lock screen, or leave empty to use your desktop wallpaper.": "Gebruik een aangepaste afbeelding voor het vergrendelscherm, of laat leeg om je bureaubladachtergrond te gebruiken." }, "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { - "Use a custom image for the login screen, or leave empty to use 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 custom image for the login screen, or leave empty to use desktop wallpaper": "Gebruik een aangepaste afbeelding voor het aanmeldscherm, of laat leeg om de bureaubladachtergrond te gebruiken" }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Gebruik een aangepaste straal voor de 'goth' hoekuitsparingen" @@ -8289,10 +8241,7 @@ "Use a fixed shadow direction for this bar": "Gebruik een vaste schaduwrichting voor deze balk" }, "Use a security key for lock screen authentication": { - "Use a security key for lock screen authentication": "" - }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Gebruik een beveiligingssleutel voor vergrendelscherm-authenticatie." + "Use a security key for lock screen authentication": "Een beveiligingssleutel gebruiken voor vergrendelschermverificatie" }, "Use album art accent": { "Use album art accent": "Albumhoezen als accentkleur gebruiken" @@ -8322,10 +8271,7 @@ "Use different workspace colors on displays that are not focused": "Gebruik verschillende werkruimtekleuren op schermen die geen focus hebben" }, "Use fingerprint authentication for the lock screen": { - "Use fingerprint authentication for the lock screen": "" - }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Gebruik vingerafdrukauthenticatie voor het vergrendelscherm." + "Use fingerprint authentication for the lock screen": "Vingerafdrukverificatie gebruiken voor het vergrendelscherm" }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Gebruik toetsen 1-3 of pijltjes, Enter/Spatie om te selecteren" @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Video-screensaver" }, - "Videos": { - "Videos": "Video's" - }, "View Mode": { "View Mode": "Weergavemodus" }, @@ -8537,9 +8480,15 @@ "W": { "W": "B" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Achtergrond" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wifi ingeschakeld" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wifi is uit" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Breedte van vensterrand en focusring" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Wind" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Bezig..." }, - "Workspace": { - "Workspace": "Werkblad" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Indexnummers werkblad" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Je compositor ondersteunt geen achtergrondvervaging (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Uw systeem is bijgewerkt!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "op Sway" }, - "or run ": { - "or run ": "of voer uit: " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon niet beschikbaar" }, diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json index 8c9e55800..c3acdac14 100644 --- a/quickshell/translations/poexports/pl.json +++ b/quickshell/translations/poexports/pl.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "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ć?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Akcje" - }, "Activate": { "Activate": "Aktywuj" }, @@ -377,6 +377,9 @@ "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.": "" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Dodaj pasek" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Wstecz • F1/I: Informacje o pliku • F10: Pomoc • Esc: Zamknij" - }, "Alternative (OR)": { "Alternative (OR)": "" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Zastosuj zmiany" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Zrównoważona paleta ze skupionymi akcentami (domyślnie)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamera" }, - "Cancel": { - "Cancel": "Anuluj" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Wybierz ikonę" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Kolor" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "" }, - "Communication": { - "Communication": "Komunikacja" - }, "Community themes": { "Community themes": "Motywy społeczności" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "" - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "" }, - "Copy path": { - "Copy path": "Skopiuj ścieżkę" - }, "Corner Radius": { "Corner Radius": "Promień narożnika" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Rogi i tło" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Tylko liczba" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Opis" }, - "Desktop": { - "Desktop": "" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Programowanie" - }, "Device": { "Device": "Urządzenie" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Dokumenty" }, - "Documents": { - "Documents": "" - }, "Domain (optional)": { "Domain (optional)": "Domena (opcjonalnie)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Drzwi otwarte" }, - "Downloads": { - "Downloads": "" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Włącz Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Włącz integrację blokady loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "" }, - "Enter filename...": { - "Enter filename...": "Podaj nazwę pliku..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Dodaj prefiks uruchamiania (np. 'uwsp-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Przełącz • F10: Pomoc" - }, "Fade": { "Fade": "" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Nie udało się sprawdzić limitu pinu" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Nie udało się połączyć z VPN" }, @@ -3077,6 +3065,9 @@ "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.": "" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Rozpoczęcie połączenia do %1 nie powiodło się" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Nie udało się odpiąć wpisu" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Plik" }, - "File Already Exists": { - "File Already Exists": "Plik już istnieje" - }, - "File Information": { - "File Information": "Informacje" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "" - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "" }, - "Fun": { - "Fun": "Zabawa" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: siatka • Z/X: rozmiar" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Klątwa" }, - "Hibernate": { - "Hibernate": "Hibernacja" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Czas przytrzymania" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Przytrzymaj dłużej, aby potwierdzić" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Przytrzymaj, aby potwierdzić akcje zasilania" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Przytrzymaj by potwierdzić (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Przytrzymaj, aby potwierdzić (%1s)" - }, - "Home": { - "Home": "" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Tytuł nakładki skrótu klawiszowego (opcjonalnie)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Godzina" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "" - }, "Installed": { "Installed": "Zainstalowano" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Zablokowane" }, - "Log Out": { - "Log Out": "Wyloguj" - }, "Logging in...": { "Logging in...": "" }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Osiągnięto maksymalną liczbę wpisów" }, - "Media": { - "Media": "Media" - }, "Media Controls": { "Media Controls": "Sterowanie mediami" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Model" }, - "Modified": { - "Modified": "Zmodyfikowane" - }, "Modular widget bar": { "Modular widget bar": "" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Przesuń Widżet" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Przechodzenie w stan wstrzymania" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "" }, - "Music": { - "Music": "" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM nie jest obsługiwany" }, - "Name": { - "Name": "Nazwa" - }, "Named Workspace Icons": { "Named Workspace Icons": "Ikony nazwanych obszarów roboczych" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "" }, - "Navigation": { - "Navigation": "Nawigacja" - }, "Network": { "Network": "Sieć" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "" - }, "No folders found": { "No folders found": "" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "Nie znaleziono motywów" }, @@ -5360,15 +5324,9 @@ "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 bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Liczby" - }, "Numeric (D/M)": { "Numeric (D/M)": "" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Otwórz pasek wyszukiwania, aby znaleźć tekst" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Opcjonalny opis" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opcje" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Przegląd połączeń sieciowych" }, - "Overwrite": { - "Overwrite": "Nadpisz" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "" - }, "Pin": { "Pin": "Przypnij" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Wyłącz komputer" - }, - "Power Options": { - "Power Options": "Opcje zasilania" - }, "Power Profile": { "Power Profile": "Profil mocy" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "" - }, "Quick access to application launcher": { "Quick access to application launcher": "Szybki dostęp do uruchamiania aplikacji" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Odczyt:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Powód" }, - "Reboot": { - "Reboot": "Uruchom ponownie" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Wymaga wsparcia dla trybu nocnego" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Uruchomione aplikacje" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Zapisz" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Zapisz plik notatnika" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Szukaj lokalizacji..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Szukaj widżetów..." }, - "Search...": { - "Search...": "Szukaj..." - }, "Searching...": { "Searching...": "Wyszukiwanie..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Rozmiar" - }, "Size Constraints": { "Size Constraints": "" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Sortuj alfabetycznie" }, - "Sort By": { - "Sort By": "Sortuj po" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Start" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "" }, "Start typing your notes here...": { "Start typing your notes here...": "Zacznij pisać swoje notatki tutaj..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Stan" }, - "Status": { - "Status": "Status" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Wstrzymaj" - }, "Suspend behavior": { "Suspend behavior": "Zachowanie wstrzymania" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "" }, - "Switch User": { - "Switch User": "Przełącz użytkownika" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "System" - }, "System App Theming": { "System App Theming": "Motywy aplikacji systemowych" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Karta" }, - "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" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.": "" + }, "Terminal fallback opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Zmienna środowiskowa DMS_SOCKET nie jest ustawiona lub gniazdo jest niedostępne. Automatyczne zarządzanie wtyczkami wymaga zmiennej DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "To trwale usunie całą historię schowka." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Typ" - }, "Type at least 2 characters": { "Type at least 2 characters": "" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "" }, - "Videos": { - "Videos": "" - }, "View Mode": { "View Mode": "" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Tapeta" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi włączone" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi jest wyłączone" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Wiatr" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Obszar roboczy" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Numery indeksów obszarów roboczych" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "" }, - "or run ": { - "or run ": "" - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "" }, diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json index 49ead1d4d..9fc468e78 100644 --- a/quickshell/translations/poexports/pt.json +++ b/quickshell/translations/poexports/pt.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 segundos" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minutos" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 segundos" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "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?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Um shell de desktop moderno para compositores Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Ações" - }, "Activate": { "Activate": "Ativar" }, @@ -377,6 +377,9 @@ "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.": "" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Ativação" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Adicionar Barra" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -516,7 +525,7 @@ "All displays": "Todos as Telas" }, "Allow": { - "Allow": "" + "Allow": "Permitir" }, "Allow LAN access": { "Allow LAN access": "" @@ -528,10 +537,10 @@ "Allow clicks to pass through the widget": "Permitir cliques passarem pelo widget" }, "Allow greeter access?": { - "Allow greeter access?": "" + "Allow greeter access?": "Permitir acesso ao greeter?" }, "Allow greeter login access": { - "Allow greeter login access": "" + "Allow greeter login access": "Permitir acesso de login ao greeter" }, "Already on that session": { "Already on that session": "" @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Voltar • F1/I: Informações de Arquivo • F10: Ajuda • Esc: Fechar" - }, "Alternative (OR)": { "Alternative (OR)": "" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Aplicar Alterações" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Paleta equilibrada com destaques de cor focados (padrão)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Câmera" }, - "Cancel": { - "Cancel": "Cancelar" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Cancelar todos os trabalhos para \"%1\"?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Escolher Ícone" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Fechar Janela" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Cor" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Comandos" }, - "Communication": { - "Communication": "Comunicação" - }, "Community themes": { "Community themes": "Temas da comunidade" }, @@ -1737,7 +1746,7 @@ "Confirm passkey for ": "Confirmar chave de acesso para " }, "Confirm password": { - "Confirm password": "" + "Confirm password": "Confirme a senha" }, "Conflicts with: %1": { "Conflicts with: %1": "Conflita com: %1" @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Opções de conveniência para a tela de login. Sincronize para aplicar." - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Copiar Texto" }, - "Copy path": { - "Copy path": "Copiar caminho" - }, "Corner Radius": { "Corner Radius": "Arredondamento" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Cantos e Fundo" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Apenas Contagem" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Descrição" }, - "Desktop": { - "Desktop": "Área de Trabalho" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Desenvolvimento" - }, "Device": { "Device": "Dispositivo" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Documentos" }, - "Documents": { - "Documents": "Documentos" - }, "Domain (optional)": { "Domain (optional)": "Domínio (opcional)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Porta Aberta" }, - "Downloads": { - "Downloads": "Downloads" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2649,7 +2640,7 @@ "Edit App": "Editar Aplicativo" }, "Edit Clipboard": { - "Edit Clipboard": "" + "Edit Clipboard": "Editar Área de Transferência" }, "Edit Rule": { "Edit Rule": "" @@ -2658,7 +2649,7 @@ "Edit Window Rule": "Editar Regra de Janela" }, "Edit clipboard text": { - "Edit clipboard text": "" + "Edit clipboard text": "Editar texto da Área de Transferência" }, "Edit event": { "Edit event": "" @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Ativar WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Ativar integração de bloqueio do loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Digite o nome do dispositivo..." }, - "Enter filename...": { - "Enter filename...": "Insira nome do arquivo..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Insira o prefixo de inicialização (por exemplo, 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Ativar • F10: Ajuda" - }, "Fade": { "Fade": "Esmaecimento" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Falha ao verificar limite de pin" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Erro ao conectar à VPN" }, @@ -3077,6 +3065,9 @@ "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.": "" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Falha ao iniciar conexão com %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Falha ao remover entrada" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Arquivo" }, - "File Already Exists": { - "File Already Exists": "Arquivo já existe" - }, - "File Information": { - "File Information": "Informação do Arquivo" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "" - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Totalmente Carregado" }, - "Fun": { - "Fun": "Diversão" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: grade • Z/X: tamanho" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Hibernar" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Duração do Pressionamento" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Mantenha pressionado por mais tempo para confirmar" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Manter Pressionado para Confirmar Ações de Energia" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Segure para confirmar (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Manter pressionado para confirmar (%1s)" - }, - "Home": { - "Home": "Casa" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Título da sobreposição de atalhos" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Hora" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "Endereço de IP ou nome do host" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "Data ISO" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "" - }, "Installed": { "Installed": "Instalado" }, @@ -4173,7 +4164,7 @@ "Invalid password for %1": "" }, "Invalid username": { - "Invalid username": "" + "Invalid username": "Nome de usuário inválido" }, "Invert on mode change": { "Invert on mode change": "Inverter na mudança de modo" @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Bloqueado" }, - "Log Out": { - "Log Out": "Sair" - }, "Logging in...": { "Logging in...": "" }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Máximo de entradas fixadas alcançado" }, - "Media": { - "Media": "Mídia" - }, "Media Controls": { "Media Controls": "Controles de Mídia" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modelo" }, - "Modified": { - "Modified": "Modificado" - }, "Modular widget bar": { "Modular widget bar": "Barra de widgets modular" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Mover Widget" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Movendo para Pausado" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "" }, - "Music": { - "Music": "Música" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM não suportado" }, - "Name": { - "Name": "Nome" - }, "Named Workspace Icons": { "Named Workspace Icons": "Ícones de Áreas de Trabalho Nomeadas" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "" }, - "Navigation": { - "Navigation": "Navegação" - }, "Network": { "Network": "Rede" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "" - }, "No folders found": { "No folders found": "Nenhuma pasta encontrada" }, @@ -5271,7 +5238,7 @@ "No screenshot provided": "" }, "No session selected": { - "No session selected": "" + "No session selected": "Nenhuma sessão selecionada" }, "No sessions found": { "No sessions found": "Nenhuma sessão localizada" @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "Nenhum tema encontrado" }, @@ -5360,15 +5324,9 @@ "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 bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Números" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numérico (D/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Abrir no terminal" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Abrir barra de pesquisa e encontrar texto" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Descrição opcional" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Opções" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Visão geral das suas conexões de rede" }, - "Overwrite": { - "Overwrite": "Sobrescrever" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5736,7 +5697,7 @@ "Password": "Senha" }, "Password cannot be empty": { - "Password cannot be empty": "" + "Password cannot be empty": "A senha não pode estar vazia" }, "Password change failed (exit %1)": { "Password change failed (exit %1)": "" @@ -5745,7 +5706,7 @@ "Password set": "" }, "Password updated": { - "Password updated": "" + "Password updated": "Senha atualizada" }, "Password...": { "Password...": "Senha..." @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "Imagens" - }, "Pin": { "Pin": "Fixar" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Desligar" - }, - "Power Options": { - "Power Options": "Opções de Energia" - }, "Power Profile": { "Power Profile": "Perfil de Energia" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "Acesso Rápido" - }, "Quick access to application launcher": { "Quick access to application launcher": "Acesso rápido ao lançador de aplicativos" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Leitura:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Razão" }, - "Reboot": { - "Reboot": "Reiniciar" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Soltar" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6336,7 +6288,7 @@ "Remove \"%1\" from the %2 group?": "" }, "Remove Shortcut?": { - "Remove Shortcut?": "" + "Remove Shortcut?": "Remover Atalho?" }, "Remove Widget Padding": { "Remove Widget Padding": "Remover Preenchimento de Widgets" @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Requer suporte a modo noturno" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Apps Em Execução" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Salvar" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Salvar Arquivo do Bloco de Notas" @@ -6606,10 +6561,10 @@ "Save QR Code": "Salvar Código QR" }, "Save and close": { - "Save and close": "" + "Save and close": "Salvar e fechar" }, "Save and paste": { - "Save and paste": "" + "Save and paste": "Salvar e colar" }, "Save and switch between display configurations": { "Save and switch between display configurations": "Salvar e alternar entre configurações de exibição" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Procurar um local..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Procurar widgets..." }, - "Search...": { - "Search...": "Buscar..." - }, "Searching...": { "Searching...": "Pesquisando..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Tamanho" - }, "Size Constraints": { "Size Constraints": "Restrições de Tamanho" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Ordenar Alfabeticamente" }, - "Sort By": { - "Sort By": "Ordenar Por" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Iniciar" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Inicie o KDE Connect ou Valent para usar este plugin" }, "Start typing your notes here...": { "Start typing your notes here...": "Comece a digitar suas anotações aqui..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Estado" }, - "Status": { - "Status": "Status" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Suspender" - }, "Suspend behavior": { "Suspend behavior": "Comportamento de suspensão" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "" }, - "Switch User": { - "Switch User": "Trocar Usuário" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Sincronizar Posição entre Telas" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "A sincronização foi concluída com sucesso." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Sistema" - }, "System App Theming": { "System App Theming": "Tema de Apps do Sistema" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Aba" }, - "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" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.": "" + }, "Terminal fallback opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "A variável de ambiente DMS_SOCKET não está definida ou o socket está indisponível. O gerenciamento automático de plugins requer a DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Isso excluirá todas as entradas não fixadas. %1 entradas fixadas serão mantidas." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Isso vai apagar permanentemetne todo o histórico da área de transferência." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Tipo" - }, "Type at least 2 characters": { "Type at least 2 characters": "Digite pelo menos 2 caracteres" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "" }, - "Videos": { - "Videos": "Vídeos" - }, "View Mode": { "View Mode": "Modo de Visualização" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Papel de parede" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wifi ativado" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi desligado" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Largura da borda da janela e anel de foco" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Vento" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Área de Trabalho" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Índices das Áreas de Trabalho" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "no Sway" }, - "or run ": { - "or run ": "" - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "" }, diff --git a/quickshell/translations/poexports/ru.json b/quickshell/translations/poexports/ru.json index 8ea3695a9..4c6287078 100644 --- a/quickshell/translations/poexports/ru.json +++ b/quickshell/translations/poexports/ru.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 секунды" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 минут" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 секунд" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "За 5 мин." }, @@ -302,9 +308,6 @@ "MIT License": { "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?": "Файл с таким именем уже существует. Хотите его перезаписать?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Современная оболочка рабочего стола для композиторов Wayland" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Действие, выполняемое при вертикальной прокрутке на панели" }, - "Actions": { - "Actions": "Действия" - }, "Activate": { "Activate": "Активировать" }, @@ -377,6 +377,9 @@ "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. Запустите синхронизацию после активации, чтобы применить настройки." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Активация" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Добавить «%1» в группу %2? Пользователю потребуется выйти из системы и войти снова, а затем выполнить команду dms greeter sync --profile, чтобы опубликовать свою тему экрана входа." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Добавить бар" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Добавить нового пользователя в группу %1, чтобы он мог запустить dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Добавить нового пользователя в группу %1, чтобы он мог использовать sudo." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Также группировать повторяющиеся значки приложений на активном рабочем пространстве" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Назад • F1/I: Информация о Файле • F10: Справка • Esc: Закрыть" - }, "Alternative (OR)": { "Alternative (OR)": "Альтернативный (ИЛИ)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Приложения и команды для автоматического запуска при входе в систему" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Применить изменения" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "Изменения аутентификации применены." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Изменения аутентификации применяются автоматически." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Для изменения аутентификации требуются права sudo. Открытие терминала для ввода пароля или сканирования отпечатка пальца." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Сбалансированная палитра с фокусными акцентами (по умолчанию)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Панель" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Бэкенд календаря" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Камера" }, - "Cancel": { - "Cancel": "Отмена" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "%1 задани(й/я)" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Выбрать Значок" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Выберите монохромный вариант или оттенок цвета темы для значков системного трея" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Закрыть окно" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Цвет" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Команды" }, - "Communication": { - "Communication": "Взаимодействие" - }, "Community themes": { "Community themes": "Безопасность и конфиденциальность" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Удобные параметры для экрана входа. Синхронизируйте для применения." - }, "Convert to DMS": { "Convert to DMS": "Преобразовать в DMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Копировать текст" }, - "Copy path": { - "Copy path": "Копировать путь" - }, "Corner Radius": { "Corner Radius": "Радиус скругления углов" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Углы и фон" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Полное содержимое" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "Сервер DMS устарел (API v%1, ожидается v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Описание" }, - "Desktop": { - "Desktop": "Рабочий стол" - }, "Desktop Application": { "Desktop Application": "Приложение рабочего стола" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Обнаруженные бэкенды: %1" }, - "Development": { - "Development": "Разработка" - }, "Device": { "Device": "Устройство" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Документация" }, - "Documents": { - "Documents": "Документы" - }, "Domain (optional)": { "Domain (optional)": "Домен (необязательно)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Дверь открыта" }, - "Downloads": { - "Downloads": "Загрузки" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Включить WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "Включите пользовательское переопределение ниже, чтобы настроить интенсивность, непрозрачность и цвет тени для каждой панели." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Включить аутентификацию по отпечатку пальца или ключу безопасности для DMS Greeter. Изменения аутентификации применяются автоматически." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Включить интеграцию блокировки loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Введите имя устройства..." }, - "Enter filename...": { - "Enter filename...": "Введите имя файла..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Введите префикс запуска (например, 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Сверхсветлый" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Переключить • F10: Справка" - }, "Fade": { "Fade": "Стирание" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Не удалось проверить лимит закрепления" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Не удалось подключиться к VPN" }, @@ -3077,6 +3065,9 @@ "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." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Не удалось начать подключение к %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Не удалось открепить запись" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Файл" }, - "File Already Exists": { - "File Already Exists": "Файл Уже Существует" - }, - "File Information": { - "File Information": "Информация о Файле" - }, "File Manager": { "File Manager": "Файловый менеджер" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Доступность отпечатков пальцев не удалось подтвердить." - }, "Fingerprint error": { "Fingerprint error": "Ошибка отпечатка пальца" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Подключено" }, - "Fun": { - "Fun": "Развлечение" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: сетка • Z/X: размер" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Участники группы greeter могут синхронизировать тему экрана входа с помощью dms greeter sync --profile после выхода и повторного входа в систему." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Группа greeter:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Только для экрана приветствия — формат даты на экране входа" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Гибернация" - }, "Hibernate failed": { "Hibernate failed": "Сбой гибернации" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Длительность удержания" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Удерживайте дольше для подтверждения" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Удерживать для подтверждения действий питания" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Удерживать для подтверждения (%1 мс)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Удерживать для подтверждения (%1 с)" - }, - "Home": { - "Home": "Домой" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Горизонтальная и вертикальная толщина бара" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Заголовок наложения горячей клавиши (необязательно)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Час" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-адрес или имя хоста" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "Системный по умолчанию" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Установка и настройка PAM: см " - }, "Installed": { "Installed": "Установлено" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Заблокировано" }, - "Log Out": { - "Log Out": "Выйти" - }, "Logging in...": { "Logging in...": "Вход в систему..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Достигнуто максимальное количество закреплённых записей" }, - "Media": { - "Media": "Медиа" - }, "Media Controls": { "Media Controls": "Управление Медиа" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Модель" }, - "Modified": { - "Modified": "Изменено" - }, "Modular widget bar": { "Modular widget bar": "Безопасность и конфиденциальность" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Переместить виджет" }, - "Move to Trash": { - "Move to Trash": "Переместить в корзину" - }, "Moving to Paused": { "Moving to Paused": "Перемещение в Paused" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Мультиплексоры" }, - "Music": { - "Music": "Музыка" - }, "Music Player": { "Music Player": "Музыкальный плеер" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM не поддерживается" }, - "Name": { - "Name": "Имя" - }, "Named Workspace Icons": { "Named Workspace Icons": "Значки Именованных Рабочих Пространств" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Навигация" }, - "Navigation": { - "Navigation": "Навигация" - }, "Network": { "Network": "Сеть" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Сканер отпечатков пальцев не обнаружен." - }, "No folders found": { "No folders found": "Папки не найдены" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Поддерживаемый пакетный менеджер не найден." }, - "No terminal configured": { - "No terminal configured": "Терминал не настроен" - }, "No themes found": { "No themes found": "Темы не найдены" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Недоступно — установите fprintd и pam_fprintd или настройте PAM для greetd." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Недоступно — установите fprintd и pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Недоступно — установите или настройте pam_u2f либо настройте PAM для greetd." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Недоступно — установите или настройте pam_u2f." - }, "Not bound": { "Not bound": "Не привязано" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Числа" - }, "Numeric (D/M)": { "Numeric (D/M)": "Системный по умолчанию" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Открыть в терминале" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Открыть строку для поиска текста" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Открывает подключённый лаунчер в режиме связанной рамки." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Необязательное описание" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Необязательные условия на основе состояния, применяемые к первому соответствию." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Опции" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Обзор ваших сетевых подключений" }, - "Overwrite": { - "Overwrite": "Перезаписать" - }, "Owner: %1": { "Owner: %1": "Владелец: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Каждый раз выбирать другое случайное видео из той же папки" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Выберите терминал в Настройки → Лаунчер (или установите $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Выберите, на сколько приостановить уведомления" }, - "Pictures": { - "Pictures": "Картинки" - }, "Pin": { "Pin": "Закрепить" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Режим питания" }, - "Power Off": { - "Power Off": "Завершить Работу" - }, - "Power Options": { - "Power Options": "Параметры Питания" - }, "Power Profile": { "Power Profile": "Профиль питания" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Качество" }, - "Quick Access": { - "Quick Access": "Быстрый доступ" - }, "Quick access to application launcher": { "Quick access to application launcher": "Быстрый доступ к меню запуска приложений" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Повторите пароль" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Прочитано:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Причина" }, - "Reboot": { - "Reboot": "Перезагрузка" - }, "Recent": { "Recent": "Недавние" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Релиз" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Перезагрузить с диска" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Требуется поддержка ночного режима" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Запускать paru/yay с включённым AUR при нажатии «Обновить всё»." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Запущенные Приложения" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Насыщенность" }, - "Save": { - "Save": "Сохранить" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Сохранить Файл Блокнота" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Поиск устройств..." }, - "Search for a location...": { - "Search for a location...": "Поиск местоположения..." - }, "Search installed plugins...": { "Search installed plugins...": "Поиск установленных плагинов..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Поиск виджетов..." }, - "Search...": { - "Search...": "Поиск..." - }, "Searching...": { "Searching...": "Поиск..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "Обнаружена поддержка ключей безопасности, но зарегистрированный ключ пока не найден. Вы можете включить эту опцию сейчас и зарегистрировать ключ позже." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Параметр" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Однострочное всплывающее окно" }, - "Size": { - "Size": "Размер" - }, "Size Constraints": { "Size Constraints": "Ограничения размера" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Сортировать по алфавиту" }, - "Sort By": { - "Sort By": "Сортировать по" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Старт" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Запустите KDE Connect или Valent для использования этого плагина" }, "Start typing your notes here...": { "Start typing your notes here...": "Начните вводить заметки здесь..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Штат/Область" }, - "Status": { - "Status": "Статус" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Поверхности парят независимо от рамки" }, - "Suspend": { - "Suspend": "Приостановить" - }, "Suspend behavior": { "Suspend behavior": "Поведение приостановки" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Сайт Sway" }, - "Switch User": { - "Switch User": "Переключить пользователя" - }, "Switch between display configurations": { "Switch between display configurations": "Переключение между конфигурациями дисплеев" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Синхронизировать позицию на всех экранах" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Синхронизация завершена успешно." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Система" - }, "System App Theming": { "System App Theming": "Темы системных приложений" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Вкладка" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Навигация • ←→↑↓: Навигация сетки • Enter/Space: Выбрать" - }, "Tags": { "Tags": "Теги" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Переменная окружения DMS_SOCKET не установлена или сокет недоступен. Автоматизированное управление плагинами требует DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Это удалит все незакреплённые записи. %1 закреплённых записей будут сохранены." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Это навсегда удалит всю историю буфера обмена." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Выключить сейчас" }, - "Type": { - "Type": "Тип" - }, "Type at least 2 characters": { "Type at least 2 characters": "Введите не менее 2 символов" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Использовать пользовательский радиус для готических вырезов по углам" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Использовать ключ безопасности для аутентификации на экране блокировки." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Использовать аутентификацию по отпечатку пальца для экрана блокировки." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Используйте клавиши 1-3 или стрелки, Enter/Пробел для выбора" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Видео-заставка" }, - "Videos": { - "Videos": "Видео" - }, "View Mode": { "View Mode": "Режим просмотра" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Обои" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi включен" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi отключен" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Ширина границы окна и кольца фокуса" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Ветер" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Выполнение..." }, - "Workspace": { - "Workspace": "Рабочее пространство" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Номера индексов рабочих областей" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Ваш композитор не поддерживает размытие фона (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Ваша система обновлена!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "на Sway" }, - "or run ": { - "or run ": "или запустите " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon недоступен" }, diff --git a/quickshell/translations/poexports/sv.json b/quickshell/translations/poexports/sv.json index fda30dc6b..5da247d76 100644 --- a/quickshell/translations/poexports/sv.json +++ b/quickshell/translations/poexports/sv.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 sekunder" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 minuter" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 sekunder" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT-licens" }, - "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?": "En fil med det här namnet finns redan. Vill du ersätta den?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Ett modernt skrivbordsskal för Wayland-kompositorer" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Åtgärder" - }, "Activate": { "Activate": "Aktivera" }, @@ -377,6 +377,9 @@ "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.": "Aktivera DMS-välkomstskärmen? En terminal öppnas för sudo-autentisering. Kör Synka efter aktivering för att tillämpa dina inställningar." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Aktivering" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Lägg till menyrad" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backsteg: Gå tillbaka • F1/I: Filinformation • F10: Hjälp • Esc: Stäng" - }, "Alternative (OR)": { "Alternative (OR)": "Alternativ (ELLER)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Tillämpa ändringar" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Balanserad palett med fokuserade accenter (standard)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamera" }, - "Cancel": { - "Cancel": "Avbryt" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Avbryt alla jobb för \"%1\"?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Välj ikon" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Stäng fönster" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Färg" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Kommandon" }, - "Communication": { - "Communication": "Samtal" - }, "Community themes": { "Community themes": "Gemenskapsteman" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Bekvämlighetsalternativ för inloggningsskärmen. Synka för att tillämpa." - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Kopiera text" }, - "Copy path": { - "Copy path": "Kopiera sökväg" - }, "Corner Radius": { "Corner Radius": "Hörnradie" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Hörn & bakgrund" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Bara antal" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Beskrivning" }, - "Desktop": { - "Desktop": "Skrivbord" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Utveckling" - }, "Device": { "Device": "Enhet" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Dokumentation" }, - "Documents": { - "Documents": "Dokument" - }, "Domain (optional)": { "Domain (optional)": "Domän (valfritt)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Dörr öppen" }, - "Downloads": { - "Downloads": "Hämtningar" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "Aktivera Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "Aktivera en anpassad överstyrning nedan för att ange skuggintensitet, opacitet och färg per menyrad." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Aktivera låsintegration med loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Ange enhetsnamn..." }, - "Enter filename...": { - "Enter filename...": "Lägg till filnamn..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Ange startprefix (t.ex. 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Växla • F10: Hjälp" - }, "Fade": { "Fade": "Tona" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Misslyckades med att kontrollera fästningsgräns" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Misslyckades med att ansluta till VPN" }, @@ -3077,6 +3065,9 @@ "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.": "Misslyckades med att köra 'dms greeter status'. Se till att DMS är installerat och att dms finns i PATH." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Misslyckades med att starta anslutning till %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Misslyckades med att ta bort fästning av post" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Fil" }, - "File Already Exists": { - "File Already Exists": "Filen finns redan" - }, - "File Information": { - "File Information": "Filinformation" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Fingeravtryckstillgänglighet kunde inte bekräftas." - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Fulladdat" }, - "Fun": { - "Fun": "Nöje" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: rutnät • Z/X: storlek" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Gäller bara välkomstskärmen – format för datumet på inloggningsskärmen" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Viloläge" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Hålltid" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Håll längre för att bekräfta" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Håll för att bekräfta strömåtgärder" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Håll för att bekräfta (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Håll för att bekräfta (%1 s)" - }, - "Home": { - "Home": "Hem" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Titel på genkvägöverlägg (valfritt)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Timme" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP-adress eller värdnamn" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO-datum" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Installation och PAM-inställning: se " - }, "Installed": { "Installed": "Installerat" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Låst" }, - "Log Out": { - "Log Out": "Logga ut" - }, "Logging in...": { "Logging in...": "Loggar in..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Maximalt antal fästa poster uppnått" }, - "Media": { - "Media": "Medier" - }, "Media Controls": { "Media Controls": "Mediereglage" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Modell" }, - "Modified": { - "Modified": "Ändrad" - }, "Modular widget bar": { "Modular widget bar": "Modulär widgetbar" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Flytta widget" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Pausar" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Multiplexers" }, - "Music": { - "Music": "Musik" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM stöds inte" }, - "Name": { - "Name": "Namn" - }, "Named Workspace Icons": { "Named Workspace Icons": "Ikoner för arbetsytor med namn" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Navigera" }, - "Navigation": { - "Navigation": "Navigering" - }, "Network": { "Network": "Nätverk" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Ingen fingeravtrycksläsare hittades." - }, "No folders found": { "No folders found": "Inga mappar hittades" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "Inga teman hittades" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Inte tillgängligt – installera fprintd och pam_fprintd, eller konfigurera greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Inte tillgängligt – installera fprintd och pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Inte tillgängligt – installera eller konfigurera pam_u2f, eller konfigurera greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Inte tillgängligt – installera eller konfigurera pam_u2f." - }, "Not bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Tal" - }, "Numeric (D/M)": { "Numeric (D/M)": "Numeriskt (D/M)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Öppna i terminal" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Öppna sökfältet för att hitta text" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Valfri beskrivning" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Alternativ" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Översikt över dina nätverksanslutningar" }, - "Overwrite": { - "Overwrite": "Ersätt" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Välj en annan slumpmässig video varje gång från samma mapp" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "Bilder" - }, "Pin": { "Pin": "Nål" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Stäng av" - }, - "Power Options": { - "Power Options": "Inställningar för ström" - }, "Power Profile": { "Power Profile": "Energiprofil" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "Snabbåtkomst" - }, "Quick access to application launcher": { "Quick access to application launcher": "Snabb åtkomst till appstartare" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Läst:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Orsak" }, - "Reboot": { - "Reboot": "Starta om" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Släpp" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Kräver stöd för nattläge" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Aktiva appar" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Spara" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Spara anteckning" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Sök efter en plats..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Sök widgetar..." }, - "Search...": { - "Search...": "Sök..." - }, "Searching...": { "Searching...": "Söker..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "Säkerhetsnyckelns tillgänglighet kunde inte bekräftas." - }, "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.": "Stöd för säkerhetsnyckel hittades, men ingen registrerad nyckel hittades ännu. Du kan aktivera detta nu och registrera en senare." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Storlek" - }, "Size Constraints": { "Size Constraints": "Storleksbegränsningar" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Sortera alfabetiskt" }, - "Sort By": { - "Sort By": "Sortera efter" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Start" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Starta KDE Connect eller Valent för att använda detta tillägg" }, "Start typing your notes here...": { "Start typing your notes here...": "Skriv dina anteckningar här..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Tillstånd" }, - "Status": { - "Status": "Status" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Strömsparläge" - }, "Suspend behavior": { "Suspend behavior": "Strömsparlägestägning" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sways webbplats" }, - "Switch User": { - "Switch User": "Byt användare" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Synkronisera position mellan skärmar" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Synkronisering klar." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "System" - }, "System App Theming": { "System App Theming": "Systemapptema" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Flik" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Skift+Tab: Navigering • ←→↑↓: Rutnätsnavigering • Retur/Blanksteg: Välj" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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återfall misslyckades. Installera en av de stödda terminalemulatorerna eller kör 'dms greeter sync' manuellt." }, + "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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Miljövariabeln DMS_SOCKET har antingen inte ställts in eller socketen är otillgänglig. DMS_SOCKET krävs för att hantera tillägg automatiskt." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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).": "Inställningarna nedan kommer att modifiera dina GTK- och Qt-inställningar. Om du vill behålla dina konfigurationer, vänligen säkerhetskopiera (qt5ct.conf|qt6ct.conf och ~/.config/gtk-3.0|gtk-4.0)" }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Detta raderar alla ofästa poster. %1 fästa poster behålls." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Urklippshistorik kommer att raderas permanent." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Typ" - }, "Type at least 2 characters": { "Type at least 2 characters": "Skriv minst 2 tecken" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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.": "Använd en anpassad bild för inloggningsskärmen, eller lämna tomt för att använda skrivbordets bakgrundsbild." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Använd en säkerhetsnyckel för låsskärmsautentisering." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Använd fingeravtrycksautentisering för låsskärmen." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Videoskärmsläckare" }, - "Videos": { - "Videos": "Videor" - }, "View Mode": { "View Mode": "Visningsläge" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Bakgrundsbild" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wi-Fi är aktiverat" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wi-Fi är av" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Bredd på fönsterram och fokusring" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Vind" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Arbetsyta" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Indexnummer på arbetsyta" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Ditt system är uppdaterat!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "på Sway" }, - "or run ": { - "or run ": "eller kör " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon är inte tillgänglig" }, diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json index 28fa69c33..39dd655c1 100644 --- a/quickshell/translations/poexports/tr.json +++ b/quickshell/translations/poexports/tr.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "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?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "" }, - "Actions": { - "Actions": "Eylemler" - }, "Activate": { "Activate": "Etkinleştir" }, @@ -377,6 +377,9 @@ "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.": "" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Bar Ekle" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Geri • F1/I: Dosya bilgisi • F10: Yardım • Esc: Kapat" - }, "Alternative (OR)": { "Alternative (OR)": "" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Değişiklikleri Uygula" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Odaklanmış vurgularla dengeli palet (varsayılan)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Kamera" }, - "Cancel": { - "Cancel": "İptal" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "Simge seçin" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Renk" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "" }, - "Communication": { - "Communication": "İletişim" - }, "Community themes": { "Community themes": "" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "" - }, "Convert to DMS": { "Convert to DMS": "" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "" }, - "Copy path": { - "Copy path": "" - }, "Corner Radius": { "Corner Radius": "Köşe Yarıçapı" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Köşeler & Arkaplan" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Tanım" }, - "Desktop": { - "Desktop": "" - }, "Desktop Application": { "Desktop Application": "" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "" }, - "Development": { - "Development": "Geliştirme" - }, "Device": { "Device": "Aygıt" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Belgeler" }, - "Documents": { - "Documents": "" - }, "Domain (optional)": { "Domain (optional)": "Etki alanı (isteğe bağlı)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Kapı Açık" }, - "Downloads": { - "Downloads": "" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "WiFi Etkinleştir" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "loginctl kilit entegrasyonunu etkinleştir" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "" }, - "Enter filename...": { - "Enter filename...": "Dosya adı girin..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Başlatma önekini girin (örneğin, 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Değiştir • F10: Yardım" - }, "Fade": { "Fade": "" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "VPN bağlantısı kurulamadı" }, @@ -3077,6 +3065,9 @@ "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.": "" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "%1 bağlantı başlatılamadı" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Dosya" }, - "File Already Exists": { - "File Already Exists": "Dosya Zaten Mevcut" - }, - "File Information": { - "File Information": "Dosya Bilgisi" - }, "File Manager": { "File Manager": "" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "" - }, "Fingerprint error": { "Fingerprint error": "" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "" }, - "Fun": { - "Fun": "Eğlence" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: ızgara • Z/X: boyut" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Hazırda Beklet" - }, "Hibernate failed": { "Hibernate failed": "" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Tutma Süresi" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Onaylamak için daha uzun süre basılı tutun" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Güç Eylemlerini Onaylamak İçin Basılı Tutun" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Onaylamak için basılı tutun (%1ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Onaylamak için basılı tutun (%1s)" - }, - "Home": { - "Home": "" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Kısayol katmanı başlığı (opsiyonel)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Saat" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "" - }, "Installed": { "Installed": "Yüklendi" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "" }, - "Log Out": { - "Log Out": "Çıkış" - }, "Logging in...": { "Logging in...": "" }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "" }, - "Media": { - "Media": "Medya" - }, "Media Controls": { "Media Controls": "Medya Kontrolleri" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Model" }, - "Modified": { - "Modified": "Değiştirilmiş" - }, "Modular widget bar": { "Modular widget bar": "" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Widget Taşı" }, - "Move to Trash": { - "Move to Trash": "" - }, "Moving to Paused": { "Moving to Paused": "Duraklatılıyor" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "" }, - "Music": { - "Music": "" - }, "Music Player": { "Music Player": "" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM desteklenmiyor" }, - "Name": { - "Name": "İsim" - }, "Named Workspace Icons": { "Named Workspace Icons": "Adlandırılmış Çalışma Alanı Simgeleri" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "" }, - "Navigation": { - "Navigation": "Navigasyon" - }, "Network": { "Network": "Ağ" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "" - }, "No folders found": { "No folders found": "" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "" }, - "No terminal configured": { - "No terminal configured": "" - }, "No themes found": { "No themes found": "Tema bulunmadı" }, @@ -5360,15 +5324,9 @@ "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 bound": { "Not bound": "" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "Numaralar" - }, "Numeric (D/M)": { "Numeric (D/M)": "" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Metin bulmak için arama çubuğunu aç" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Opsiyonel tanım" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Seçenekler" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Ağ bağlantılarınızın genel görünümü" }, - "Overwrite": { - "Overwrite": "Üstüne Yaz" - }, "Owner: %1": { "Owner: %1": "" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "" }, - "Pictures": { - "Pictures": "" - }, "Pin": { "Pin": "Sabitle" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "" }, - "Power Off": { - "Power Off": "Kapat" - }, - "Power Options": { - "Power Options": "Güç Ayarları" - }, "Power Profile": { "Power Profile": "Güç Profili" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "" }, - "Quick Access": { - "Quick Access": "" - }, "Quick access to application launcher": { "Quick access to application launcher": "Uygulama başlatıcısına hızlı erişim" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Sebep" }, - "Reboot": { - "Reboot": "Yeniden Başlat" - }, "Recent": { "Recent": "" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "Gece modu desteği gerektirir" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Çalışan Uygulamalar" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "" }, - "Save": { - "Save": "Kaydet" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Not Defteri Dosyasını Kaydet" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "" }, - "Search for a location...": { - "Search for a location...": "Bir konum ara..." - }, "Search installed plugins...": { "Search installed plugins...": "" }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Widget ara..." }, - "Search...": { - "Search...": "Ara..." - }, "Searching...": { "Searching...": "Arıyor..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "Boyut" - }, "Size Constraints": { "Size Constraints": "" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Alfabetik Olarak Sırala" }, - "Sort By": { - "Sort By": "Şuna Göre Sırala" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Başlat" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "" }, "Start typing your notes here...": { "Start typing your notes here...": "Notunuzu buraya yazmaya başlayın..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Durum" }, - "Status": { - "Status": "Durum" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "" }, - "Suspend": { - "Suspend": "Askıya Al" - }, "Suspend behavior": { "Suspend behavior": "Askıya alma davranışı" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "" }, - "Switch User": { - "Switch User": "Kullanıcı Değiştir" - }, "Switch between display configurations": { "Switch between display configurations": "" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "Sistem" - }, "System App Theming": { "System App Theming": "Sistem Uygulama Teması" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Sekme" }, - "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ç" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.": "" + }, "Terminal fallback opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET ortam değişkeni ayarlanmamış veya soket kullanılamıyor. Otomatik eklenti yönetimi için DMS_SOCKET gereklidir." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Bu, tüm pano geçmişini kalıcı olarak siler." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "" }, - "Type": { - "Type": "Tip" - }, "Type at least 2 characters": { "Type at least 2 characters": "" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "" }, - "Videos": { - "Videos": "" - }, "View Mode": { "View Mode": "" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Duvar Kağıdı" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "WiFi etkin" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi kapalı" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Rüzgar" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "Çalışma Alanı" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Çalışma Alanı Sıra Numarası" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "" }, - "or run ": { - "or run ": "" - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "" }, diff --git a/quickshell/translations/poexports/uk.json b/quickshell/translations/poexports/uk.json new file mode 100644 index 000000000..16e18bd15 --- /dev/null +++ b/quickshell/translations/poexports/uk.json @@ -0,0 +1,9041 @@ +{ + "%1 (+%2 more)": { + "%1 (+%2 more)": "%1 (+ ще %2)" + }, + "%1 Animation Speed": { + "%1 Animation Speed": "Швидкість анімації %1" + }, + "%1 Layout Overrides": { + "%1 Layout Overrides": "%1 переозначень макета" + }, + "%1 Sessions": { + "%1 Sessions": "%1 сесій" + }, + "%1 Startup Failed": { + "%1 Startup Failed": "%1 помилок при запуску" + }, + "%1 active session": { + "%1 active session": "%1 активна сесія" + }, + "%1 active sessions": { + "%1 active sessions": "%1 активних сесій" + }, + "%1 adapter, none connected": { + "%1 adapter, none connected": "%1 адаптер, не підключено" + }, + "%1 adapters, none connected": { + "%1 adapters, none connected": "%1 адаптерів, не підключено" + }, + "%1 character": { + "%1 character": "%1 символ" + }, + "%1 characters": { + "%1 characters": "%1 символів" + }, + "%1 connected": { + "%1 connected": "%1 підключено" + }, + "%1 copied": { + "%1 copied": "%1 скопійовано" + }, + "%1 disconnected": { + "%1 disconnected": "%1 від'єднано" + }, + "%1 disconnected (hidden)": { + "%1 disconnected (hidden)": "%1 від'єднано (приховано)" + }, + "%1 display": { + "%1 display": "%1 дисплей" + }, + "%1 displays": { + "%1 displays": "%1 дисплеїв" + }, + "%1 filtered": { + "%1 filtered": "%1 відфільтровано" + }, + "%1 h %2 m left": { + "%1 h %2 m left": "залишилося %1 год %2 хв" + }, + "%1 h left": { + "%1 h left": "залишилося %1 год" + }, + "%1 is now included in config": { + "%1 is now included in config": "%1 тепер включено в конфігурацію" + }, + "%1 issue found": { + "%1 issue found": "знайдено %1 проблему" + }, + "%1 issues found": { + "%1 issues found": "знайдено %1 проблем" + }, + "%1 min left": { + "%1 min left": "залишилося %1 хв" + }, + "%1 notifications": { + "%1 notifications": "%1 сповіщень" + }, + "%1 online": { + "%1 online": "%1 онлайн" + }, + "%1 tasks": { + "%1 tasks": "%1 завдань" + }, + "%1 update": { + "%1 update": "%1 оновлення" + }, + "%1 updates": { + "%1 updates": "%1 оновлень" + }, + "%1 variants": { + "%1 variants": "%1 варіантів" + }, + "%1 wallpaper • %2 / %3": { + "%1 wallpaper • %2 / %3": "%1 шпалери • %2 / %3" + }, + "%1 wallpapers • %2 / %3": { + "%1 wallpapers • %2 / %3": "%1 шпалер • %2 / %3" + }, + "%1 widgets": { + "%1 widgets": "Віджети %1" + }, + "%1 window": { + "%1 window": "%1 вікно" + }, + "%1 windows": { + "%1 windows": "%1 вікон" + }, + "%1: %2": { + "%1: %2": "%1: %2" + }, + "%1m ago": { + "%1m ago": "%1 хв тому" + }, + "%command%": { + "%command%": "%command%" + }, + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": { + "'Alternative' lets the key unlock on its own. 'Second factor' requires password or fingerprint first, then the key.": "«Альтернатива» дозволяє ключу розблокувати систему самостійно. «Другий фактор» вимагає спочатку пароля або відбитка пальця, а потім ключа." + }, + "(Unnamed)": { + "(Unnamed)": "(Безіменний)" + }, + "+ %1 more": { + "+ %1 more": "+ ще %1" + }, + "/path/to/videos": { + "/path/to/videos": "/шлях/до/відео" + }, + "0 = square corners": { + "0 = square corners": "0 = прямі кути" + }, + "1 day": { + "1 day": "1 день" + }, + "1 day before": { + "1 day before": "за 1 день" + }, + "1 hour": { + "1 hour": "1 година" + }, + "1 hour 30 minutes": { + "1 hour 30 minutes": "1 година 30 хвилин" + }, + "1 hour before": { + "1 hour before": "за 1 годину" + }, + "1 minute": { + "1 minute": "1 хвилина" + }, + "1 notification": { + "1 notification": "1 сповіщення" + }, + "1 second": { + "1 second": "1 секунда" + }, + "1 task": { + "1 task": "1 завдання" + }, + "10 min before": { + "10 min before": "за 10 хв." + }, + "10 minutes": { + "10 minutes": "10 хвилин" + }, + "10 seconds": { + "10 seconds": "10 секунд" + }, + "10-bit Color": { + "10-bit Color": "10-бітний колір" + }, + "12 hours": { + "12 hours": "12 годин" + }, + "14 days": { + "14 days": "14 днів" + }, + "15 min": { + "15 min": "15 хв" + }, + "15 min before": { + "15 min before": "за 15 хв." + }, + "15 minutes": { + "15 minutes": "15 хвилин" + }, + "15 seconds": { + "15 seconds": "15 секунд" + }, + "180°": { + "180°": "180°" + }, + "2 hours": { + "2 hours": "2 години" + }, + "2 minutes": { + "2 minutes": "2 хвилини" + }, + "2 seconds": { + "2 seconds": "2 секунди" + }, + "2.4 GHz": { + "2.4 GHz": "" + }, + "20 minutes": { + "20 minutes": "20 хвилин" + }, + "20 seconds": { + "20 seconds": "20 секунд" + }, + "24-Hour Format": { + "24-Hour Format": "24-годинний формат" + }, + "25 seconds": { + "25 seconds": "25 секунд" + }, + "250 ms": { + "250 ms": "250 мс" + }, + "270°": { + "270°": "270°" + }, + "3 days": { + "3 days": "3 дні" + }, + "3 hours": { + "3 hours": "3 години" + }, + "3 minutes": { + "3 minutes": "3 хвилини" + }, + "3 seconds": { + "3 seconds": "3 секунди" + }, + "30 days": { + "30 days": "30 днів" + }, + "30 min": { + "30 min": "30 хв" + }, + "30 min before": { + "30 min before": "за 30 хв." + }, + "30 minutes": { + "30 minutes": "30 хвилин" + }, + "30 seconds": { + "30 seconds": "30 секунд" + }, + "35 seconds": { + "35 seconds": "35 секунд" + }, + "3rd party": { + "3rd party": "Третя сторона" + }, + "4 hours": { + "4 hours": "4 години" + }, + "4 seconds": { + "4 seconds": "4 секунди" + }, + "40 seconds": { + "40 seconds": "40 секунд" + }, + "45 seconds": { + "45 seconds": "45 секунд" + }, + "5 GHz": { + "5 GHz": "" + }, + "5 min before": { + "5 min before": "за 5 хв." + }, + "5 minutes": { + "5 minutes": "5 хвилин" + }, + "5 seconds": { + "5 seconds": "5 секунд" + }, + "50 seconds": { + "50 seconds": "50 секунд" + }, + "500 ms": { + "500 ms": "500 мс" + }, + "55 seconds": { + "55 seconds": "55 секунд" + }, + "6 hours": { + "6 hours": "6 годин" + }, + "7 days": { + "7 days": "7 днів" + }, + "750 ms": { + "750 ms": "750 мс" + }, + "8 hours": { + "8 hours": "8 годин" + }, + "8 seconds": { + "8 seconds": "8 секунд" + }, + "90 days": { + "90 days": "90 днів" + }, + "90°": { + "90°": "90°" + }, + "MIT License": { + "MIT License": "Ліцензія MIT" + }, + "A modern desktop shell for Wayland compositors": { + "A modern desktop shell for Wayland compositors": "Сучасна оболонку робочого столу для Wayland композиторів" + }, + "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": { + "A separate minimal launcher action that works in Standalone, Separate Frame Mode, and Connected Frame Mode.": "Окремий мінімальний запуск, який працює в автономному режимі, режимах окремого та підключеного фреймів." + }, + "A user with that name already exists.": { + "A user with that name already exists.": "Користувач з таким ім'ям вже існує." + }, + "AC Adapter (Plugged In)": { + "AC Adapter (Plugged In)": "Адаптер живлення підключено" + }, + "AC Power": { + "AC Power": "Живлення від мережі" + }, + "API": { + "API": "API" + }, + "AUR helpers are interactive — see the terminal window for prompts. This popout will return to idle when the upgrade exits.": { + "AUR helpers are interactive — see the terminal window for prompts. This popout will return to idle when the upgrade exits.": "Помічники AUR є інтерактивними — дивіться вікно термінала для запитів. Це спливаюче вікно перейде в режим очікування після завершення оновлення." + }, + "Aborted": { + "Aborted": "Перервано" + }, + "About": { + "About": "Про" + }, + "Accent Color": { + "Accent Color": "Акцентний колір" + }, + "Accept": { + "Accept": "Прийняти" + }, + "Accept Jobs": { + "Accept Jobs": "Приймати завдання" + }, + "Accepting": { + "Accepting": "Приймає" + }, + "Access clipboard history": { + "Access clipboard history": "Доступ до історії буфера обміну" + }, + "Access to notifications and do not disturb": { + "Access to notifications and do not disturb": "Доступ до сповіщень та режиму Не турбувати" + }, + "Access to system controls and settings": { + "Access to system controls and settings": "Доступ до елементів керування та налаштувань системи" + }, + "Action": { + "Action": "Дія" + }, + "Action failed or terminal was closed.": { + "Action failed or terminal was closed.": "Дія не вдалася або термінал було закрито." + }, + "Action performed when scrolling horizontally on the bar": { + "Action performed when scrolling horizontally on the bar": "Дія при горизонтальній прокрутці панелі" + }, + "Action performed when scrolling vertically on the bar": { + "Action performed when scrolling vertically on the bar": "Дія при вертикальній прокрутці панелі" + }, + "Activate": { + "Activate": "Активувати" + }, + "Activate Greeter": { + "Activate Greeter": "Активувати вікно входу" + }, + "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-автентифікації. Після активації запустіть Синхронізацію, щоб застосувати налаштування." + }, + "Activates immediately": { + "Activates immediately": "" + }, + "Activation": { + "Activation": "Активація" + }, + "Active": { + "Active": "Активно" + }, + "Active Color": { + "Active Color": "Активний колір" + }, + "Active VPN": { + "Active VPN": "Активний VPN" + }, + "Active in Column": { + "Active in Column": "Активний у колонці" + }, + "Active tile background and icon color": { + "Active tile background and icon color": "Колір фону та іконки активної плитки" + }, + "Active: %1": { + "Active: %1": "Активний: %1" + }, + "Active: %1 +%2": { + "Active: %1 +%2": "Активний: %1 + %2" + }, + "Active: None": { + "Active: None": "Активно: немає" + }, + "Adapters": { + "Adapters": "Адаптери" + }, + "Adaptive Media Width": { + "Adaptive Media Width": "Адаптивна ширина медіа" + }, + "Add": { + "Add": "Додати" + }, + "Add \"%1\" to the %2 group?": { + "Add \"%1\" to the %2 group?": "Додати «%1» до групи %2?" + }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Додати «%1» до групи %2? Користувач має вийти та знову увійти в систему, а потім виконати dms greeter sync --profile для публікації теми екрана входу." + }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, + "Add Bar": { + "Add Bar": "Додати панель" + }, + "Add Desktop Widget": { + "Add Desktop Widget": "Додати віджет робочого столу" + }, + "Add Entry": { + "Add Entry": "Додати запис" + }, + "Add Printer": { + "Add Printer": "Додати принтер" + }, + "Add Title": { + "Add Title": "Додати заголовок" + }, + "Add Widget": { + "Add Widget": "Додати віджет" + }, + "Add Widget to %1": { + "Add Widget to %1": "Додати віджет до %1" + }, + "Add Window Rule": { + "Add Window Rule": "Додати правило вікна" + }, + "Add a border around the dock": { + "Add a border around the 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.": "Додати власний префікс до всіх запускачів додатків. Можна використовувати для таких речей, як 'uwsm-app', 'systemd-run' або інших обгорток команд." + }, + "Add a task...": { + "Add a task...": "Додати завдання..." + }, + "Add and configure widgets that appear on your desktop": { + "Add and configure widgets that appear on your desktop": "Додавати та налаштовувати віджети, які з'являються на робочому столі" + }, + "Add by Address": { + "Add by Address": "Додати за адресою" + }, + "Add location": { + "Add location": "Додати місцеположення" + }, + "Add match": { + "Add match": "Додати відповідність" + }, + "Add notes": { + "Add notes": "Додати нотатки" + }, + "Add the new user to the %1 group so they can run dms greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Додайте нового користувача до групи %1, щоб він міг запустити dms greeter sync --profile." + }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, + "Add the new user to the %1 group so they can use sudo.": { + "Add the new user to the %1 group so they can use sudo.": "Додайте нового користувача до групи %1, щоб він міг використовувати sudo." + }, + "Add to Autostart": { + "Add to Autostart": "Додати в автозапуск" + }, + "Adjust the bar height via inner padding": { + "Adjust the bar height via inner padding": "Регулювати висоту панелі за допомогою внутрішніх відступів" + }, + "Adjust the number of columns in grid view mode.": { + "Adjust the number of columns in grid view mode.": "Налаштуйте кількість стовпців у режимі відображення сітки." + }, + "Adjust volume per scroll indent": { + "Adjust volume per scroll indent": "Регулювати гучність за один крок прокрутки" + }, + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": { + "Adjusts contrast of generated colors (-100 = minimum, 0 = standard, 100 = maximum)": "Регулює контрастність згенерованих кольорів (-100 = мінімум, 0 = стандарт, 100 = максимум)" + }, + "Administrator access is required. Use the Sync button in Settings → Greeter to apply.": { + "Administrator access is required. Use the Sync button in Settings → Greeter to apply.": "Потрібен доступ адміністратора. Використовуйте кнопку Синхронізації в Налаштування → Вітальник, щоб застосувати." + }, + "Administrator group:": { + "Administrator group:": "Група адміністраторів:" + }, + "Advanced": { + "Advanced": "Додатково" + }, + "Afternoon": { + "Afternoon": "День" + }, + "Alerts": { + "Alerts": "Сповіщення" + }, + "All": { + "All": "Все" + }, + "All checks passed": { + "All checks passed": "Усі перевірки пройдено" + }, + "All day": { + "All day": "Всі дні" + }, + "All displays": { + "All displays": "Усі дисплеї" + }, + "Allow": { + "Allow": "Дозволити" + }, + "Allow LAN access": { + "Allow LAN access": "Дозволити доступ до локальної мережі" + }, + "Allow adjusting device volume by scrolling on the right half of items in the device list": { + "Allow adjusting device volume by scrolling on the right half of items in the device list": "Дозволити регулювання гучності пристрою прокруткою правої половини елементів у списку пристроїв" + }, + "Allow clicks to pass through the widget": { + "Allow clicks to pass through the widget": "Дозволити клікам проходити крізь віджет" + }, + "Allow greeter access?": { + "Allow greeter access?": "Дозволити доступ через вікно входу?" + }, + "Allow greeter login access": { + "Allow greeter login access": "Дозволити вхід через вікно входу" + }, + "Already on that session": { + "Already on that session": "Вже в цій сесії" + }, + "Also group repeated application icons on the active workspace": { + "Also group repeated application icons on the active workspace": "Також групувати повторювані іконки додатків на активному робочому просторі" + }, + "Alternative (OR)": { + "Alternative (OR)": "Альтернатива (АБО)" + }, + "Always Active": { + "Always Active": "Завжди активний" + }, + "Always Show Percentage": { + "Always Show Percentage": "Завжди показувати відсоток" + }, + "Always blur against the wallpaper, even with Xray off": { + "Always blur against the wallpaper, even with Xray off": "Завжди розмивати фон шпалер, навіть якщо Xray вимкнено" + }, + "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": "Завжди приховувати док-панель і показувати її при наведенні на область доку" + }, + "Always on icons": { + "Always on icons": "Завжди показувати значки" + }, + "Always show a minimum of 3 workspaces, even if fewer are available": { + "Always show a minimum of 3 workspaces, even if fewer are available": "Завжди показувати мінімум 3 робочі області, навіть якщо доступно менше" + }, + "Always show the dock when niri's overview is open": { + "Always show the dock when niri's overview is open": "Завжди показувати док, коли відкрито огляд niri" + }, + "Always show when there's only one connected display": { + "Always show when there's only one connected display": "Завжди показувати, якщо підключено лише один дисплей" + }, + "Always use this app for %1": { + "Always use this app for %1": "Завжди використовувати цей додаток для %1" + }, + "Amount": { + "Amount": "Значення" + }, + "An xray rule at %1 may conflict with the Xray settings below": { + "An xray rule at %1 may conflict with the Xray settings below": "Правило x-ray у %1 може конфліктувати з налаштуваннями Xray нижче" + }, + "Analog": { + "Analog": "Аналоговий" + }, + "Analog, digital, or stacked clock display": { + "Analog, digital, or stacked clock display": "Аналоговий, цифровий або стековий відображення годинника" + }, + "Analyzing configuration...": { + "Analyzing configuration...": "Аналіз конфігурації..." + }, + "Anchor": { + "Anchor": "Якір" + }, + "Animation Duration": { + "Animation Duration": "Тривалість анімації" + }, + "Animation Speed": { + "Animation Speed": "Швидкість анімації" + }, + "Animation Style": { + "Animation Style": "Стиль анімації" + }, + "Anonymous Identity": { + "Anonymous Identity": "Анонімна ідентичність" + }, + "Anonymous Identity (optional)": { + "Anonymous Identity (optional)": "Анонімна особа (необов’язково)" + }, + "Any window": { + "Any window": "Будь-яке вікно" + }, + "App Customizations": { + "App Customizations": "Налаштування додатків" + }, + "App ID": { + "App ID": "ID додатка" + }, + "App ID (e.g. firefox)": { + "App ID (e.g. firefox)": "ID додатка (напр. firefox)" + }, + "App ID Substitutions": { + "App ID Substitutions": "Заміни ID додатка" + }, + "App ID regex": { + "App ID regex": "Регулярний вираз ID додатка" + }, + "App ID regex (e.g. ^firefox$)": { + "App ID regex (e.g. ^firefox$)": "Регулярний вираз ID додатка (напр. ^firefox$)" + }, + "App Launcher": { + "App Launcher": "Меню застосунків" + }, + "App Names": { + "App Names": "Назви додатків" + }, + "App Theming": { + "App Theming": "Теми додатків" + }, + "App name or identity (e.g., firefox)": { + "App name or identity (e.g., firefox)": "Назва або ідентифікатор додатка (напр., firefox)" + }, + "Appearance": { + "Appearance": "Зовнішній вигляд" + }, + "Application": { + "Application": "Додаток" + }, + "Application Dock": { + "Application Dock": "Док-панель" + }, + "Applications": { + "Applications": "Застосунки" + }, + "Applications and commands to start automatically when you log in": { + "Applications and commands to start automatically when you log in": "Додатки та команди для автоматичного запуску при вході в систему" + }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, + "Apply Changes": { + "Apply Changes": "Застосувати зміни" + }, + "Apply Flatpak updates alongside system updates when running 'Update All'.": { + "Apply Flatpak updates alongside system updates when running 'Update All'.": "Застосовувати оновлення Flatpak разом із системними при запуску «Оновити все»." + }, + "Apply GTK Colors": { + "Apply GTK Colors": "Застосувати кольори GTK" + }, + "Apply Qt Colors": { + "Apply Qt Colors": "Застосувати кольори QT" + }, + "Apply compositor blur behind the frame border": { + "Apply compositor blur behind the frame border": "Застосувати розмиття композитора за межею фрейму" + }, + "Apply inverse concave corner cutouts to the bar": { + "Apply inverse concave corner cutouts to the bar": "Застосувати інверсні увігнуті вирізи кутів до панелі" + }, + "Apply to Hardware": { + "Apply to Hardware": "Застосувати до обладнання" + }, + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": { + "Apply warm color temperature to reduce eye strain. Use automation settings below to control when it activates.": "Застосовувати теплу колірну температуру, щоб зменшити навантаження на очі. Використовуйте параметри автоматизації нижче, щоб керувати часом активації." + }, + "Applying authentication changes...": { + "Applying authentication changes...": "Застосування змін автентифікації..." + }, + "Applying auto-login on startup...": { + "Applying auto-login on startup...": "Застосування автологіну при запуску..." + }, + "Apps": { + "Apps": "Додатки" + }, + "Apps Dock": { + "Apps Dock": "Док додатків" + }, + "Apps Dock Settings": { + "Apps Dock Settings": "Налаштування доку додатків" + }, + "Apps Icon": { + "Apps Icon": "Іконки застосунків" + }, + "Apps are ordered by usage frequency, then last used, then alphabetically.": { + "Apps are ordered by usage frequency, then last used, then alphabetically.": "Застосунки впорядковано за частотою використання, потім за останнім використанням, потім за алфавітом." + }, + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": { + "Apps with custom display name, icon, or launch options. Right-click an app and select 'Edit App' to customize.": "Додатки з власними назвами, іконками або параметрами запуску. Натисніть правою кнопкою миші на додаток і виберіть «Редагувати додаток» для налаштування." + }, + "Apps with notification popups muted. Unmute or delete to remove.": { + "Apps with notification popups muted. Unmute or delete to remove.": "Додатки з вимкненими спливаючими сповіщеннями. Увімкніть звук або видаліть, щоб прибрати їх." + }, + "Arc Extender": { + "Arc Extender": "Розширювач дуг" + }, + "Architecture": { + "Architecture": "Архітектура" + }, + "Are you sure you want to kill session \"%1\"?": { + "Are you sure you want to kill session \"%1\"?": "Ви впевнені, що хочете завершити сесію «%1»?" + }, + "Arrange displays and configure resolution, refresh rate, and VRR": { + "Arrange displays and configure resolution, refresh rate, and VRR": "Розташування дисплеїв та налаштування роздільної здатності, частоти оновлення та VRR" + }, + "At Startup": { + "At Startup": "Під час запуску" + }, + "At least one output must remain enabled": { + "At least one output must remain enabled": "Принаймні один вихід має залишатися увімкненим" + }, + "At start": { + "At start": "При запуску" + }, + "Attach": { + "Attach": "Приєднати" + }, + "Audio": { + "Audio": "Аудіо" + }, + "Audio Codec": { + "Audio Codec": "Аудіокодек" + }, + "Audio Codec Selection": { + "Audio Codec Selection": "Вибір аудіокодека" + }, + "Audio Devices": { + "Audio Devices": "Аудіопристрої" + }, + "Audio Input": { + "Audio Input": "Аудіовхід" + }, + "Audio Output": { + "Audio Output": "Аудіовихід" + }, + "Audio Output Devices (": { + "Audio Output Devices (": "Пристрої виведення аудіо (" + }, + "Audio Output Switch": { + "Audio Output Switch": "Перемикач аудіовиходу" + }, + "Audio Visualizer": { + "Audio Visualizer": "Аудіовізуалізатор" + }, + "Audio system restarted": { + "Audio system restarted": "Аудіосистему перезапущено" + }, + "Audio volume control": { + "Audio volume control": "Керування гучністю звуку" + }, + "Auth": { + "Auth": "Авт." + }, + "Auth Type": { + "Auth Type": "Тип автентифікації" + }, + "Authenticate": { + "Authenticate": "Підтвердити особу" + }, + "Authenticated!": { + "Authenticated!": "Автентифіковано!" + }, + "Authenticating...": { + "Authenticating...": "Автентифікація..." + }, + "Authentication": { + "Authentication": "Автентифікація" + }, + "Authentication Required": { + "Authentication Required": "Потрібна автентифікація" + }, + "Authentication Source": { + "Authentication Source": "Джерело автентифікації" + }, + "Authentication changes applied": { + "Authentication changes applied": "Зміни автентифікації застосовано" + }, + "Authentication changes apply automatically": { + "Authentication changes apply automatically": "Зміни автентифікації застосовуються автоматично" + }, + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { + "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Для змін автентифікації потрібен sudo. Відкривається термінал для введення пароля або відбитка пальця." + }, + "Authentication error - try again": { + "Authentication error - try again": "Помилка автентифікації — спробуйте ще раз" + }, + "Authentication failed - attempt %1 of %2": { + "Authentication failed - attempt %1 of %2": "Автентифікація не вдалася — спроба %1 з %2" + }, + "Authentication failed - lockout can occur": { + "Authentication failed - lockout can occur": "Автентифікація не вдалася — можливе блокування" + }, + "Authentication failed - try again": { + "Authentication failed - try again": "Автентифікація не вдалася — спробуйте ще раз" + }, + "Authorize": { + "Authorize": "Авторизувати" + }, + "Authorize pairing with ": { + "Authorize pairing with ": "Авторизувати з'єднання з " + }, + "Authorize service for ": { + "Authorize service for ": "Авторизувати службу для " + }, + "Auto": { + "Auto": "Авто" + }, + "Auto (Bar-aware)": { + "Auto (Bar-aware)": "Авто (враховуючи панелі)" + }, + "Auto (Wide)": { + "Auto (Wide)": "Авто (широкий)" + }, + "Auto Compositor Gaps": { + "Auto Compositor Gaps": "Автоматичні відступи композитора" + }, + "Auto Location": { + "Auto Location": "Автовизначення місця" + }, + "Auto Overflow": { + "Auto Overflow": "Авто-переповнення" + }, + "Auto Popup Gaps": { + "Auto Popup Gaps": "Відступи автоспливаючих вікон" + }, + "Auto Power Saver": { + "Auto Power Saver": "Автоматична економія енергії" + }, + "Auto matches bar spacing; Off leaves gaps to your %1 config": { + "Auto matches bar spacing; Off leaves gaps to your %1 config": "Авто підбирає відстані за панеллю; Вимк. залишає відступи згідно з вашими налаштуваннями у %1" + }, + "Auto mode is on. Manual profile selection is disabled.": { + "Auto mode is on. Manual profile selection is disabled.": "Автоматичний режим увімкнено. Ручний вибір профілю вимкнено." + }, + "Auto saved": { + "Auto saved": "Автозбережено" + }, + "Auto uses an installed or bundled key-only service.": { + "Auto uses an installed or bundled key-only service.": "Авто використовує встановлену або вбудовану службу лише для ключів." + }, + "Auto-Clear After": { + "Auto-Clear After": "Автоочищення через" + }, + "Auto-Hide Timeout": { + "Auto-Hide Timeout": "Тайм-аут приховування" + }, + "Auto-close Niri overview when launching apps.": { + "Auto-close Niri overview when launching apps.": "Автоматично закривати огляд Niri при запуску програм." + }, + "Auto-delete notifications older than this": { + "Auto-delete notifications older than this": "Автоматично видаляти сповіщення, старіші за цей період" + }, + "Auto-hide": { + "Auto-hide": "Автоприховування" + }, + "Auto-hide Dock": { + "Auto-hide Dock": "Автоприховування док-панелі" + }, + "Auto-login": { + "Auto-login": "Автологін" + }, + "Auto-login change needs a sync": { + "Auto-login change needs a sync": "Зміна автологіну потребує синхронізації" + }, + "Auto-login disabled": { + "Auto-login disabled": "Автологін вимкнено" + }, + "Auto-login enabled": { + "Auto-login enabled": "Автологін увімкнено" + }, + "Auto-login on startup": { + "Auto-login on startup": "Автологін при запуску" + }, + "Auto-save to disk": { + "Auto-save to disk": "Автозбереження на диск" + }, + "Autoconnect": { + "Autoconnect": "Автопідключення" + }, + "Autoconnect disabled": { + "Autoconnect disabled": "Автоматичне підключення вимкнено" + }, + "Autoconnect enabled": { + "Autoconnect enabled": "Автоматичне підключення увімкнено" + }, + "Autofill last remembered query when opened": { + "Autofill last remembered query when opened": "Автозаповнення останнього запам'ятаного запиту при відкритті" + }, + "Automatic Color Mode": { + "Automatic Color Mode": "Автоматичний режим кольорів" + }, + "Automatic Control": { + "Automatic Control": "Автоматичне керування" + }, + "Automatic Cycling": { + "Automatic Cycling": "Автоматичне циклічне перемикання" + }, + "Automatically calculate popup gap based on bar spacing": { + "Automatically calculate popup gap based on bar spacing": "Автоматично обчислювати відступ спливаючого вікна на основі відстані панелі" + }, + "Automatically cycle through wallpapers in the same folder": { + "Automatically cycle through wallpapers in the same folder": "Автоматично перемикати шпалери в одній теці" + }, + "Automatically delete entries older than this": { + "Automatically delete entries older than this": "Автоматично видаляти записи, старіші за цей час" + }, + "Automatically detect location based on IP address": { + "Automatically detect location based on IP address": "Автоматично визначати розташування за IP-адресою" + }, + "Automatically determine your location using your IP address": { + "Automatically determine your location using your IP address": "Автоматично визначати ваше розташування за допомогою IP-адреси" + }, + "Automatically hide the bar when the pointer moves away": { + "Automatically hide the bar when the pointer moves away": "Автоматично приховувати панель, коли курсор відводиться" + }, + "Automatically lock after": { + "Automatically lock after": "Автоматично блокувати через" + }, + "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": "Автоматично блокувати екран перед переходом у режим сну" + }, + "Automatically save changes to opened files as you type": { + "Automatically save changes to opened files as you type": "Автоматично зберігати зміни у відкритих файлах під час введення тексту" + }, + "Automatically turn on Power Saver profile when battery is low.": { + "Automatically turn on Power Saver profile when battery is low.": "Автоматично вмикати профіль економії енергії при низькому заряді батареї." + }, + "Automation": { + "Automation": "Автоматизація" + }, + "Autostart Apps": { + "Autostart Apps": "Додатки автозапуску" + }, + "Autostart Entries": { + "Autostart Entries": "Записи автозапуску" + }, + "Available": { + "Available": "Доступно" + }, + "Available Layouts": { + "Available Layouts": "Доступні макети" + }, + "Available Networks": { + "Available Networks": "Доступні мережі" + }, + "Available Plugins": { + "Available Plugins": "Доступні плагіни" + }, + "Available Screens (%1)": { + "Available Screens (%1)": "Доступні екрани (%1)" + }, + "Available Updates (%1)": { + "Available Updates (%1)": "Доступні оновлення (%1)" + }, + "Available in Detailed and Forecast view modes": { + "Available in Detailed and Forecast view modes": "Доступно в режимах перегляду «Детально» та «Прогноз»" + }, + "Awaiting fingerprint authentication": { + "Awaiting fingerprint authentication": "Очікування автентифікації за відбитком пальця" + }, + "Awaiting fingerprint or security key authentication": { + "Awaiting fingerprint or security key authentication": "Очікування автентифікації за відбитком або ключем безпеки" + }, + "Awaiting security key authentication": { + "Awaiting security key authentication": "Очікування автентифікації за ключем безпеки" + }, + "BSSID": { + "BSSID": "BSSID" + }, + "Back": { + "Back": "Назад" + }, + "Back to user list": { + "Back to user list": "Назад до списку користувачів" + }, + "Backend": { + "Backend": "Бекенд" + }, + "Background": { + "Background": "Фон" + }, + "Background Blur": { + "Background Blur": "Розмиття фону" + }, + "Background Color": { + "Background Color": "Колір фону" + }, + "Background Effect": { + "Background Effect": "Ефект фону" + }, + "Background Opacity": { + "Background Opacity": "Прозорість фону" + }, + "Background authentication sync failed. Trying terminal mode.": { + "Background authentication sync failed. Trying terminal mode.": "Синхронізація автентифікації у фоні не вдалася. Спроба режиму термінала." + }, + "Background image": { + "Background image": "Зображення фону" + }, + "Backlight device": { + "Backlight device": "Пристрій підсвітки" + }, + "Balance power and performance": { + "Balance power and performance": "Баланс енергоспоживання та продуктивності" + }, + "Balanced": { + "Balanced": "Збалансований" + }, + "Balanced palette with focused accents (default).": { + "Balanced palette with focused accents (default).": "Збалансована палітра з акцентованими елементами (типова)." + }, + "Band": { + "Band": "" + }, + "Bar": { + "Bar": "Панель" + }, + "Bar %1": { + "Bar %1": "Панель %1" + }, + "Bar Inset Padding": { + "Bar Inset Padding": "Внутрішні відступи панелі" + }, + "Bar Opacity": { + "Bar Opacity": "Прозорість панелі" + }, + "Bar Shadows": { + "Bar Shadows": "Тіні панелі" + }, + "Bar Spacing": { + "Bar Spacing": "Відступи панелі" + }, + "Bar corners and background": { + "Bar corners and background": "Кути та фон панелі" + }, + "Bar shadow, border, and corners": { + "Bar shadow, border, and corners": "Тінь, межа та кути панелі" + }, + "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)": "Базова тривалість анімацій (перетягніть, щоб використовувати власну)" + }, + "Battery": { + "Battery": "Батарея" + }, + "Battery %1": { + "Battery %1": "Батарея %1" + }, + "Battery Charge Limit": { + "Battery Charge Limit": "Ліміт заряду батареї" + }, + "Battery Health": { + "Battery Health": "Стан батареї" + }, + "Battery Power": { + "Battery Power": "Живлення від батареї" + }, + "Battery and power management": { + "Battery and power management": "Керування батареєю та живленням" + }, + "Battery has charged to your set limit of %1%": { + "Battery has charged to your set limit of %1%": "Батарея заряджена до встановленого ліміту в %1%" + }, + "Battery is at %1% - Connect charger immediately!": { + "Battery is at %1% - Connect charger immediately!": "Заряд батареї %1% — негайно підключіть зарядний пристрій!" + }, + "Battery is at %1% - Consider charging soon": { + "Battery is at %1% - Consider charging soon": "Заряд батареї %1% — рекомендується незабаром зарядити" + }, + "Battery percentage to trigger a critical alert.": { + "Battery percentage to trigger a critical alert.": "Відсоток заряду батареї для активації критичного сповіщення." + }, + "Behavior": { + "Behavior": "Поведінка" + }, + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": { + "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "Прив'язати екран блокування до сигналів dbus від loginctl. Вимкніть, якщо використовується зовнішній екран блокування" + }, + "Bind the %1 IPC action in your compositor config.": { + "Bind the %1 IPC action in your compositor config.": "Призначте дію IPC %1 у конфігурації вашого композитора." + }, + "Binds include added": { + "Binds include added": "Включення прив'язок додано" + }, + "Bit Depth": { + "Bit Depth": "Бітова глибина" + }, + "Black": { + "Black": "Чорний" + }, + "Blend between Surface High and the selected custom color": { + "Blend between Surface High and the selected custom color": "Змішування між Surface High та обраним власним кольором" + }, + "Block Out": { + "Block Out": "Заблокувати" + }, + "Block Out From": { + "Block Out From": "Заблокувати з" + }, + "Block notifications": { + "Block notifications": "Блокувати сповіщення" + }, + "Blocked": { + "Blocked": "Заблоковано" + }, + "Blue light filter": { + "Blue light filter": "Фільтр синього світла" + }, + "Bluetooth": { + "Bluetooth": "Bluetooth" + }, + "Bluetooth Settings": { + "Bluetooth Settings": "Налаштування Bluetooth" + }, + "Bluetooth not available": { + "Bluetooth not available": "Bluetooth недоступний" + }, + "Blur": { + "Blur": "Розмиття" + }, + "Blur Wallpaper Layer": { + "Blur Wallpaper Layer": "Розмиття шару шпалер" + }, + "Blur on Overview": { + "Blur on Overview": "Розмиття в режимі огляду" + }, + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": { + "Blur the background behind bars, popouts, modals, and notifications. Requires compositor support. Adjust Opacity accordingly.": "Розмивати фон за панелями, спливаючими вікнами та сповіщеннями. Потребує підтримки композитора. Відрегулюйте прозорість відповідно." + }, + "Blur wallpaper when niri overview is open": { + "Blur wallpaper when niri overview is open": "Розмивати шпалери, коли відкритий огляд niri" + }, + "Blurred surfaces show the wallpaper instead of the content beneath": { + "Blurred surfaces show the wallpaper instead of the content beneath": "Розмиті поверхні показують шпалери замість вмісту під ними" + }, + "Body": { + "Body": "Тіло" + }, + "Body Font Size": { + "Body Font Size": "Розмір шрифту тіла" + }, + "Bold": { + "Bold": "Жирний" + }, + "Border": { + "Border": "Межа" + }, + "Border Color": { + "Border Color": "Колір рамки" + }, + "Border Off": { + "Border Off": "Межа вимкнена" + }, + "Border Opacity": { + "Border Opacity": "Прозорість рамки" + }, + "Border Radius": { + "Border Radius": "Радіус контуру" + }, + "Border Size": { + "Border Size": "Розмір контуру" + }, + "Border Thickness": { + "Border Thickness": "Товщина рамки" + }, + "Border Width": { + "Border Width": "Ширина контуру" + }, + "Border color around popouts, modals, and other shell surfaces": { + "Border color around popouts, modals, and other shell surfaces": "Колір контуру навколо спливаючих вікон, модальних вікон та інших поверхонь оболонки" + }, + "Border w/ Bg": { + "Border w/ Bg": "Межа з фоном" + }, + "Border with Background": { + "Border with Background": "Межа з фоном" + }, + "Bottom": { + "Bottom": "Знизу" + }, + "Bottom Center": { + "Bottom Center": "Нижній центр" + }, + "Bottom Left": { + "Bottom Left": "Нижній лівий" + }, + "Bottom Right": { + "Bottom Right": "Нижній правий" + }, + "Bottom Section": { + "Bottom Section": "Нижня секція" + }, + "Bottom dock for pinned and running applications": { + "Bottom dock for pinned and running applications": "Нижня панель для закріплених і запущених програм" + }, + "Brightness": { + "Brightness": "Яскравість" + }, + "Brightness Slider": { + "Brightness Slider": "Повзунок яскравості" + }, + "Brightness Value": { + "Brightness Value": "Значення яскравості" + }, + "Brightness control not available": { + "Brightness control not available": "Керування яскравістю недоступне" + }, + "Browse": { + "Browse": "Огляд" + }, + "Browse Files": { + "Browse Files": "Переглянути файли" + }, + "Browse Plugins": { + "Browse Plugins": "Огляд плагінів" + }, + "Browse Themes": { + "Browse Themes": "Переглянути теми" + }, + "Browse and set wallpapers": { + "Browse and set wallpapers": "Переглядати та встановлювати шпалери" + }, + "Browse or search plugins": { + "Browse or search plugins": "Переглянути або знайти плагіни" + }, + "Button Color": { + "Button Color": "Колір кнопки" + }, + "CPU": { + "CPU": "ЦП" + }, + "CPU Graph": { + "CPU Graph": "Графік CPU" + }, + "CPU Temperature": { + "CPU Temperature": "Температура ЦП" + }, + "CPU Usage": { + "CPU Usage": "Використання ЦП" + }, + "CPU temperature display": { + "CPU temperature display": "Відображення температури ЦП" + }, + "CPU usage indicator": { + "CPU usage indicator": "Індикатор завантаження ЦП" + }, + "CPU, memory, network, and disk monitoring": { + "CPU, memory, network, and disk monitoring": "Моніторинг процесора, пам'яті, мережі та диска" + }, + "CUPS Insecure Filter Warning": { + "CUPS Insecure Filter Warning": "Попередження про незахищений фільтр CUPS" + }, + "CUPS Missing Filter Warning": { + "CUPS Missing Filter Warning": "Попередження про відсутній фільтр CUPS" + }, + "CUPS Print Server": { + "CUPS Print Server": "Сервер друку CUPS" + }, + "CUPS not available": { + "CUPS not available": "CUPS недоступний" + }, + "Calendar": { + "Calendar": "Календар" + }, + "Calendar Backend": { + "Calendar Backend": "Бекенд календаря" + }, + "Calls / Headset": { + "Calls / Headset": "" + }, + "Camera": { + "Camera": "Камера" + }, + "Cancel all jobs for \"%1\"?": { + "Cancel all jobs for \"%1\"?": "Скасувати всі завдання для «%1»?" + }, + "Canceled": { + "Canceled": "Скасовано" + }, + "Cannot delete the only administrator": { + "Cannot delete the only administrator": "Неможливо видалити єдиного адміністратора" + }, + "Cannot disable the only output": { + "Cannot disable the only output": "Неможливо вимкнути єдиний вихід" + }, + "Cannot open trash: '%1' is not installed": { + "Cannot open trash: '%1' is not installed": "Не вдалося відкрити кошик: «%1» не встановлено" + }, + "Cannot open trash: no custom command set": { + "Cannot open trash: no custom command set": "Не вдалося відкрити кошик: не встановлено власну команду" + }, + "Cannot pair": { + "Cannot pair": "Не вдалося створити пару" + }, + "Cannot remove the only administrator": { + "Cannot remove the only administrator": "Неможливо видалити єдиного адміністратора" + }, + "Capabilities": { + "Capabilities": "Можливості" + }, + "Capacity": { + "Capacity": "Ємність" + }, + "Caps Lock": { + "Caps Lock": "Caps Lock" + }, + "Caps Lock Indicator": { + "Caps Lock Indicator": "Індикатор Caps Lock" + }, + "Caps Lock is on": { + "Caps Lock is on": "Caps Lock увімкнено" + }, + "Cast Target": { + "Cast Target": "Ціль трансляції" + }, + "Category": { + "Category": "Категорія" + }, + "Center Section": { + "Center Section": "Центральна секція" + }, + "Center Single Column": { + "Center Single Column": "Центрувати одну колонку" + }, + "Center Tiling": { + "Center Tiling": "Плиткове розміщення по центру" + }, + "Certificate Password": { + "Certificate Password": "Пароль сертифіката" + }, + "Change Song": { + "Change Song": "Змінити пісню" + }, + "Change Volume": { + "Change Volume": "Змінити гучність" + }, + "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.": "Змінити локаль для форматування дати та часу, незалежно від мови інтерфейсу." + }, + "Channel": { + "Channel": "Канал" + }, + "Charge Level": { + "Charge Level": "Рівень заряду" + }, + "Charge Limit Reached": { + "Charge Limit Reached": "Досягнуто ліміту заряду" + }, + "Charge limit applied successfully": { + "Charge limit applied successfully": "Ліміт заряду успішно застосовано" + }, + "Charging": { + "Charging": "Заряджається" + }, + "Check for system updates": { + "Check for system updates": "Перевірити наявність оновлень системи" + }, + "Check interval": { + "Check interval": "Інтервал перевірки" + }, + "Check on startup": { + "Check on startup": "Перевіряти при запуску" + }, + "Check your custom command in Settings → Dock → Trash.": { + "Check your custom command in Settings → Dock → Trash.": "Перевірте свою власну команду в Налаштування → Док → Кошик." + }, + "Checking for updates...": { + "Checking for updates...": "Перевірка оновлень..." + }, + "Checking whether sudo authentication is needed...": { + "Checking whether sudo authentication is needed...": "Перевірка необхідності sudo-автентифікації..." + }, + "Checking...": { + "Checking...": "Перевірка..." + }, + "Choose Color": { + "Choose Color": "Вибрати колір" + }, + "Choose Dark Mode Color": { + "Choose Dark Mode Color": "Оберіть колір темного режиму" + }, + "Choose Launcher Logo Color": { + "Choose Launcher Logo Color": "Вибір кольору логотипа лаунчера застосунків" + }, + "Choose Light Mode Color": { + "Choose Light Mode Color": "Оберіть колір світлого режиму" + }, + "Choose Wallpaper Color": { + "Choose Wallpaper Color": "Оберіть колір шпалер" + }, + "Choose a color": { + "Choose a color": "Оберіть колір" + }, + "Choose a power profile": { + "Choose a power profile": "Оберіть профіль живлення" + }, + "Choose colors from palette": { + "Choose colors from palette": "Оберіть кольори з палітри" + }, + "Choose how the weather widget is displayed": { + "Choose how the weather widget is displayed": "Оберіть, як відображати віджет погоди" + }, + "Choose how this bar resolves shadow direction": { + "Choose how this bar resolves shadow direction": "Оберіть, як ця панель визначає напрямок тіні" + }, + "Choose how to be notified about critical battery alerts.": { + "Choose how to be notified about critical battery alerts.": "Оберіть спосіб повідомлення про критичний рівень батареї." + }, + "Choose how to be notified about low battery alerts.": { + "Choose how to be notified about low battery alerts.": "Оберіть спосіб повідомлення про низький рівень батареї." + }, + "Choose how to be notified when charge limit is reached.": { + "Choose how to be notified when charge limit is reached.": "Оберіть спосіб повідомлення при досягненні ліміту заряду." + }, + "Choose monochrome or a theme color tint for system tray icons": { + "Choose monochrome or a theme color tint for system tray icons": "Оберіть монохромний або тематичний відтінок для іконок системного трея" + }, + "Choose neutral or accent-colored widget text": { + "Choose neutral or accent-colored widget text": "Оберіть нейтральний або акцентний колір тексту віджета" + }, + "Choose the logo displayed on the launcher button in DankBar": { + "Choose the logo displayed on the launcher button in DankBar": "Оберіть логотип, що відображатиметься на кнопці запуску в DankBar" + }, + "Choose wallpaper folder": { + "Choose wallpaper folder": "Оберіть папку зі шпалерами" + }, + "Choose where notification popups appear on screen": { + "Choose where notification popups appear on screen": "Оберіть, де на екрані з'являтимуться спливаючі сповіщення" + }, + "Choose where on-screen displays appear on screen": { + "Choose where on-screen displays appear on screen": "Виберіть, де на екрані з'являтимуться екранні індикатори" + }, + "Choose whether to launch a desktop app or a command": { + "Choose whether to launch a desktop app or a command": "Оберіть, що запускати, додаток робочого столу чи команду" + }, + "Choose which action buttons appear on clipboard entries": { + "Choose which action buttons appear on clipboard entries": "Оберіть, які кнопки дій відображати для записів буфера обміну" + }, + "Choose which displays show this widget": { + "Choose which displays show this widget": "Оберіть дисплеї, на яких відображати цей віджет" + }, + "Choose which monitors show the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": { + "Choose which monitors show the lock screen interface. Other monitors will display a solid color for OLED burn-in protection.": "Оберіть монітори для інтерфейсу екрана блокування. Інші монітори показуватимуть суцільний колір для захисту OLED від вигоряння." + }, + "Chroma Style": { + "Chroma Style": "Стиль Chroma" + }, + "Cipher": { + "Cipher": "Шифр" + }, + "Circle": { + "Circle": "Коло" + }, + "Class regex": { + "Class regex": "Регулярний вираз класу" + }, + "Class regex (e.g. ^firefox$)": { + "Class regex (e.g. ^firefox$)": "Регулярний вираз класу (напр. ^firefox$)" + }, + "Clear": { + "Clear": "Очистити" + }, + "Clear All": { + "Clear All": "Очистити все" + }, + "Clear All Jobs": { + "Clear All Jobs": "Очистити всі завдання" + }, + "Clear History?": { + "Clear History?": "Очистити історію?" + }, + "Clear Sky": { + "Clear Sky": "Ясно" + }, + "Clear all history when server starts": { + "Clear all history when server starts": "Очищати всю історію при запуску сервера" + }, + "Clear at Startup": { + "Clear at Startup": "Очищати при запуску" + }, + "Click 'Setup' to create %1 and add include to your compositor config.": { + "Click 'Setup' to create %1 and add include to your compositor config.": "Натисніть «Налаштувати», щоб створити %1 та додати include у конфігурацію вашого композитора." + }, + "Click Import to add a .ovpn or .conf": { + "Click Import to add a .ovpn or .conf": "Натисніть «Імпортувати», щоб додати файл .ovpn або .conf" + }, + "Click Refresh to check status.": { + "Click Refresh to check status.": "Натисніть Оновити, щоб перевірити статус." + }, + "Click Through": { + "Click Through": "Клік крізь об'єкт" + }, + "Click an entry to paste directly instead of copying": { + "Click an entry to paste directly instead of copying": "Натисніть на запис, щоб вставити його напряму замість копіювання" + }, + "Click any shortcut to edit. Changes save to %1": { + "Click any shortcut to edit. Changes save to %1": "Натисніть на будь-який ярлик для редагування. Зміни зберігаються у %1" + }, + "Click to Paste": { + "Click to Paste": "Клік для вставки" + }, + "Click to capture": { + "Click to capture": "Клацніть для захоплення" + }, + "Click to select a custom theme JSON file": { + "Click to select a custom theme JSON file": "Натисніть, щоб вибрати власний JSON-файл теми" + }, + "Clip": { + "Clip": "Обрізка" + }, + "Clip to Geometry": { + "Clip to Geometry": "Обрізати за геометрією" + }, + "Clipboard": { + "Clipboard": "Буфер обміну" + }, + "Clipboard History": { + "Clipboard History": "Історія буфера обміну" + }, + "Clipboard Manager": { + "Clipboard Manager": "Менеджер буфера обміну" + }, + "Clipboard Saved": { + "Clipboard Saved": "Буфер обміну збережено" + }, + "Clipboard sent": { + "Clipboard sent": "Дані буфера надіслано" + }, + "Clipboard works but nothing saved to disk": { + "Clipboard works but nothing saved to disk": "Буфер обміну працює, але нічого не зберігається на диск" + }, + "Clock": { + "Clock": "Годинник" + }, + "Clock Style": { + "Clock Style": "Стиль годинника" + }, + "Clock, calendar, system info and profile": { + "Clock, calendar, system info and profile": "Годинник, календар, системна інформація та профіль" + }, + "Close": { + "Close": "Закрити" + }, + "Close All Windows": { + "Close All Windows": "Закрити всі вікна" + }, + "Close Overview on Launch": { + "Close Overview on Launch": "Закривати огляд при запуску" + }, + "Close Window": { + "Close Window": "Закрити вікно" + }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, + "Codec switching is unavailable because pactl was not found": { + "Codec switching is unavailable because pactl was not found": "Перемикання кодеків недоступне, оскільки pactl не знайдено" + }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, + "Color": { + "Color": "Колір" + }, + "Color %1 copied": { + "Color %1 copied": "Колір %1 скопійовано" + }, + "Color Gamut": { + "Color Gamut": "Кольорова гама" + }, + "Color Management": { + "Color Management": "Керування кольорами" + }, + "Color Mode": { + "Color Mode": "Колірний режим" + }, + "Color Override": { + "Color Override": "Перевизначення кольору" + }, + "Color Picker": { + "Color Picker": "Вибір кольору" + }, + "Color Temperature": { + "Color Temperature": "Колірна температура" + }, + "Color displayed on monitors without the lock screen": { + "Color displayed on monitors without the lock screen": "Колір, що відображається на моніторах без екрана блокування" + }, + "Color for primary action buttons": { + "Color for primary action buttons": "Колір для основних кнопок дій" + }, + "Color shown for areas not covered by wallpaper": { + "Color shown for areas not covered by wallpaper": "Колір на ділянках поза шпалерами" + }, + "Color temperature for night mode": { + "Color temperature for night mode": "Колірна температура для нічного режиму" + }, + "Color theme for syntax highlighting.": { + "Color theme for syntax highlighting.": "Кольорова тема для підсвічування синтаксису." + }, + "Color theme for syntax highlighting. %1 themes available.": { + "Color theme for syntax highlighting. %1 themes available.": "Кольорова тема для підсвічування синтаксису. Доступно %1 тем." + }, + "Color theme from DMS registry": { + "Color theme from DMS registry": "Кольорова тема з реєстру DMS" + }, + "Colorful": { + "Colorful": "Різнокольоровий" + }, + "Colorful mix of bright contrasting accents.": { + "Colorful mix of bright contrasting accents.": "Барвиста суміш яскравих контрастних акцентів." + }, + "Colorize Active": { + "Colorize Active": "Забарвити активний" + }, + "Colors from wallpaper": { + "Colors from wallpaper": "Кольори зі шпалер" + }, + "Column": { + "Column": "Колонка" + }, + "Column Display": { + "Column Display": "Відображення колонки" + }, + "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": "Команда" + }, + "Command Line": { + "Command Line": "Командний рядок" + }, + "Commands": { + "Commands": "Команди" + }, + "Community themes": { + "Community themes": "Спільнотні теми" + }, + "Compact": { + "Compact": "Компактний" + }, + "Compact Mode": { + "Compact Mode": "Компактний режим" + }, + "Completed": { + "Completed": "Завершено" + }, + "Compositor": { + "Compositor": "Композитор" + }, + "Compositor Settings": { + "Compositor Settings": "Налаштування композитора" + }, + "Config Format": { + "Config Format": "Формат конфігурації" + }, + "Config action: %1": { + "Config action: %1": "Дія конфігурації: %1" + }, + "Config validation failed": { + "Config validation failed": "Валідація конфігурації не вдалася" + }, + "Configuration": { + "Configuration": "Конфігурація" + }, + "Configuration activated": { + "Configuration activated": "Конфігурацію активовано" + }, + "Configuration will be preserved when this display reconnects": { + "Configuration will be preserved when this display reconnects": "Конфігурація буде збережена при повторному підключенні цього дисплея" + }, + "Configurations": { + "Configurations": "Конфігурації" + }, + "Configure": { + "Configure": "Налаштувати" + }, + "Configure Keybinds": { + "Configure Keybinds": "Налаштувати гарячі клавіші" + }, + "Configure a new printer": { + "Configure a new printer": "Налаштувати новий принтер" + }, + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": { + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "Налаштуйте іконки для іменованих робочих просторів. Якщо ввімкнено і іконки, і номери, пріоритет надається іконкам." + }, + "Configure match criteria and actions": { + "Configure match criteria and actions": "Налаштувати критерії відповідності та дії" + }, + "Configure one in Settings → Dock → Trash.": { + "Configure one in Settings → Dock → Trash.": "Налаштуйте один у Налаштування → Док → Кошик." + }, + "Configure which displays show \"%1": { + "Configure which displays show \"%1\"": "Налаштуйте, які дисплеї показуватимуть «%1»" + }, + "Configure which displays show shell components": { + "Configure which displays show shell components": "Налаштуйте, на яких дисплеях відображатимуться компоненти оболонки" + }, + "Confirm": { + "Confirm": "Підтвердити" + }, + "Confirm Delete": { + "Confirm Delete": "Підтвердити видалення" + }, + "Confirm Display Changes": { + "Confirm Display Changes": "Підтвердити зміни дисплея" + }, + "Confirm passkey for ": { + "Confirm passkey for ": "Підтвердити ключ доступу для " + }, + "Confirm password": { + "Confirm password": "Підтвердьте пароль" + }, + "Conflicts with: %1": { + "Conflicts with: %1": "Конфліктує з: %1" + }, + "Connect": { + "Connect": "Підключити" + }, + "Connect to Hidden Network": { + "Connect to Hidden Network": "Підключитися до прихованої мережі" + }, + "Connect to VPN": { + "Connect to VPN": "Підключитися до VPN" + }, + "Connect to Wi-Fi": { + "Connect to Wi-Fi": "Підключитися до Wi-Fi" + }, + "Connected": { + "Connected": "Підключено" + }, + "Connected Device": { + "Connected Device": "Підключений пристрій" + }, + "Connected Displays": { + "Connected Displays": "Підключені дисплеї" + }, + "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": { + "Connected Frame Mode uses the connected launcher for default launcher shortcuts.": "Режим підключеного фрейму використовує підключений запускач для стандартних ярликів запуску." + }, + "Connected Options": { + "Connected Options": "Опції підключення" + }, + "Connected to %1": { + "Connected to %1": "Підключено до %1" + }, + "Connecting to Device": { + "Connecting to Device": "Підключення до пристрою" + }, + "Connecting to clipboard service...": { + "Connecting to clipboard service...": "Підключення до служби буфера обміну..." + }, + "Connecting...": { + "Connecting...": "Підключення..." + }, + "Connection failed": { + "Connection failed": "Помилка підключення" + }, + "Contains": { + "Contains": "Містить" + }, + "Content": { + "Content": "Вміст" + }, + "Content copied": { + "Content copied": "Вміст скопійовано" + }, + "Contrast": { + "Contrast": "Контраст" + }, + "Contributor": { + "Contributor": "Контриб'ютор" + }, + "Control Center": { + "Control Center": "Центр керування" + }, + "Control Center Tile Color": { + "Control Center Tile Color": "Колір плитки Центру керування" + }, + "Control animation duration for notification popups and history": { + "Control animation duration for notification popups and history": "Керування тривалістю анімації для спливаючих сповіщень та історії" + }, + "Control currently playing media": { + "Control currently playing media": "Керування поточним відтворенням медіа" + }, + "Control what notification information is shown on the lock screen": { + "Control what notification information is shown on the lock screen": "Виберіть, яку інформацію про сповіщення показувати на екрані блокування" + }, + "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.": "Керуйте плагінами, які з'являються в режимі «Усі» без префікса тригера. Перетягніть для зміни порядку." + }, + "Control workspaces and columns by scrolling on the bar": { + "Control workspaces and columns by scrolling on the bar": "Керування робочими просторами та колонками прокруткою панелі" + }, + "Controls how much original icon color is removed before applying tint": { + "Controls how much original icon color is removed before applying tint": "Регулює, скільки оригінального кольору іконки видаляється перед застосуванням відтінку" + }, + "Controls how strongly the selected tint color is applied": { + "Controls how strongly the selected tint color is applied": "Регулює силу застосування обраного кольору відтінку" + }, + "Controls opacity of shell surfaces, popouts, and modals": { + "Controls opacity of shell surfaces, popouts, and modals": "Керує прозорістю поверхонь оболонки, спливаючих та модальних вікон" + }, + "Controls outlines around foreground cards, pills, and notification cards": { + "Controls outlines around foreground cards, pills, and notification cards": "Керує контурами навколо передніх карток, пігулок та карток сповіщень" + }, + "Controls shadow cast direction for elevation layers": { + "Controls shadow cast direction for elevation layers": "Керує напрямком тіні для шарів підйому (elevation)" + }, + "Controls the base blur radius and offset of shadows": { + "Controls the base blur radius and offset of shadows": "Керує базовим радіусом розмиття та зміщенням тіней" + }, + "Controls the outline of popouts, modals, and other shell surfaces": { + "Controls the outline of popouts, modals, and other shell surfaces": "Керує контуром спливаючих, модальних та інших поверхонь оболонки" + }, + "Convenience options for the login screen": { + "Convenience options for the login screen": "Опції зручності для екрана входу" + }, + "Convert to DMS": { + "Convert to DMS": "Конвертувати в DMS" + }, + "Cooldown": { + "Cooldown": "Затримка" + }, + "Copied GIF": { + "Copied GIF": "Скопійовано GIF" + }, + "Copied MP4": { + "Copied MP4": "Скопійовано MP4" + }, + "Copied WebP": { + "Copied WebP": "Скопійовано WebP" + }, + "Copied to clipboard": { + "Copied to clipboard": "Скопійовано до буфера обміну" + }, + "Copied!": { + "Copied!": "Скопійовано!" + }, + "Copy": { + "Copy": "Копіювати" + }, + "Copy Content": { + "Copy Content": "Копіювати вміст" + }, + "Copy Full Command": { + "Copy Full Command": "Копіювати повну команду" + }, + "Copy HTML": { + "Copy HTML": "Копіювати HTML" + }, + "Copy Name": { + "Copy Name": "Копіювати назву" + }, + "Copy PID": { + "Copy PID": "Копіювати PID" + }, + "Copy Text": { + "Copy Text": "Копіювати текст" + }, + "Corner Radius": { + "Corner Radius": "Радіус кутів" + }, + "Corner Radius Override": { + "Corner Radius Override": "Перевизначення радіуса кутів" + }, + "Corners & Background": { + "Corners & Background": "Кути та тло" + }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, + "Count Only": { + "Count Only": "Тільки підрахунок" + }, + "Cover Open": { + "Cover Open": "Кришка відкрита" + }, + "Create": { + "Create": "Створити" + }, + "Create Dir": { + "Create Dir": "Створити теку" + }, + "Create Printer": { + "Create Printer": "Створити принтер" + }, + "Create User": { + "Create User": "Створити користувача" + }, + "Create Window Rule": { + "Create Window Rule": "Створити правило вікна" + }, + "Create a new %1 session (^N)": { + "Create a new %1 session (^N)": "Створити нову сесію %1 (^N)" + }, + "Create rule for:": { + "Create rule for:": "Створити правило для:" + }, + "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.": "Створіть правила, щоб вимкнути звук, ігнорувати, приховати з історії або змінити пріоритет сповіщення. За замовчуванням змінюється лише пріоритет; сповіщення відображаються як завжди." + }, + "Created plugin directory: %1": { + "Created plugin directory: %1": "Створено директорію плагіна: %1" + }, + "Creating...": { + "Creating...": "Створення..." + }, + "Credentials": { + "Credentials": "Облікові дані" + }, + "Critical Battery": { + "Critical Battery": "Критичний рівень батареї" + }, + "Critical Battery Alert": { + "Critical Battery Alert": "Попередження про критичний рівень батареї" + }, + "Critical Battery Notifications": { + "Critical Battery Notifications": "Сповіщення про критичний рівень батареї" + }, + "Critical Priority": { + "Critical Priority": "Критичний пріоритет" + }, + "Critical Threshold": { + "Critical Threshold": "Критичний поріг" + }, + "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": { + "Ctrl+A: Select All • Ctrl+P: Preview • Enter/Shift+Enter: Find Next/Previous • Esc: Close": "Ctrl+A: Вибрати все • Ctrl+P: Попередній перегляд • Enter/Shift+Enter: Наступний/Попередній • Esc: Закрити" + }, + "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": { + "Ctrl+S: Save • Ctrl+O: Open • Ctrl+N: New • Ctrl+F: Find": "Ctrl+S: Зберегти • Ctrl+O: Відкрити • Ctrl+N: Новий • Ctrl+F: Знайти" + }, + "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": { + "Ctrl+Tab: Switch Tab • Ctrl+S: Pin/Unpin • Shift+Del: Clear All • Esc: Close": "Ctrl+Tab: Перемкнути вкладку • Ctrl+S: Закріпити/Відкріпити • Shift+Del: Очистити все • Esc: Закрити" + }, + "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": { + "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Copy • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Перемкнути вкладки • Ctrl+S: Закріпити/Відкріпити • Shift+Enter: Копіювати • Shift+Del: Очистити все • F10: Допомога • Esc: Закрити" + }, + "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": { + "Ctrl+Tab: Switch Tabs • Ctrl+S: Pin/Unpin • Shift+Enter: Paste • Shift+Del: Clear All • F10: Help • Esc: Close": "Ctrl+Tab: Перемкнути вкладки • Ctrl+S: Закріпити/Відкріпити • Shift+Enter: Вставити • Shift+Del: Очистити все • F10: Допомога • Esc: Закрити" + }, + "Current": { + "Current": "Поточний" + }, + "Current Items": { + "Current Items": "Поточні елементи" + }, + "Current Locale": { + "Current Locale": "Поточна локаль" + }, + "Current Monitor": { + "Current Monitor": "Поточний монітор" + }, + "Current Period": { + "Current Period": "Поточний період" + }, + "Current Status": { + "Current Status": "Поточний стан" + }, + "Current Temp": { + "Current Temp": "Поточна температура" + }, + "Current Theme: %1": { + "Current Theme: %1": "Поточна тема: %1" + }, + "Current Weather": { + "Current Weather": "Поточна погода" + }, + "Current Workspace": { + "Current Workspace": "Поточний робочий простір" + }, + "Current time and date display": { + "Current time and date display": "Відображення поточного часу та дати" + }, + "Current weather conditions and temperature": { + "Current weather conditions and temperature": "Поточні погодні умови та температура" + }, + "Current: %1": { + "Current: %1": "Поточний: %1" + }, + "Cursor Size": { + "Cursor Size": "Розмір курсора" + }, + "Cursor Theme": { + "Cursor Theme": "Тема курсора" + }, + "Curve": { + "Curve": "Крива" + }, + "Curve: curve rasterizer.": { + "Curve: curve rasterizer.": "Крива: растризація кривих." + }, + "Custom": { + "Custom": "Власний" + }, + "Custom Blend": { + "Custom Blend": "Власний мікс" + }, + "Custom Color": { + "Custom Color": "Власний колір" + }, + "Custom Duration": { + "Custom Duration": "Власна тривалість" + }, + "Custom Hibernate Command": { + "Custom Hibernate Command": "Власна команда гібернації" + }, + "Custom Location": { + "Custom Location": "Власне розташування" + }, + "Custom Lock Command": { + "Custom Lock Command": "Власна команда блокування" + }, + "Custom Logout Command": { + "Custom Logout Command": "Власна команда виходу" + }, + "Custom Name": { + "Custom Name": "Власна назва" + }, + "Custom Power Actions": { + "Custom Power Actions": "Власні дії живлення" + }, + "Custom Power Off Command": { + "Custom Power Off Command": "Власна команда вимкнення живлення" + }, + "Custom Reboot Command": { + "Custom Reboot Command": "Власна команда перезавантаження" + }, + "Custom Shadow Color": { + "Custom Shadow Color": "Власний колір тіні" + }, + "Custom Shadow Override": { + "Custom Shadow Override": "Переозначення власної тіні" + }, + "Custom Suspend Command": { + "Custom Suspend Command": "Власна команда режиму очікування" + }, + "Custom command and terminal params are split on whitespace; paths with spaces will break.": { + "Custom command and terminal params are split on whitespace; paths with spaces will break.": "Власна команда та параметри термінала розділяються пробілами; шляхи з пробілами працюватимуть некоректно." + }, + "Custom interval in minutes (minimum 5)": { + "Custom interval in minutes (minimum 5)": "Власний інтервал у хвилинах (мінімум 5)" + }, + "Custom open-trash command": { + "Custom open-trash command": "Власна команда відкриття кошика" + }, + "Custom power profile": { + "Custom power profile": "Власний профіль живлення" + }, + "Custom theme loaded from JSON file": { + "Custom theme loaded from JSON file": "Власна тема завантажена з JSON-файлу" + }, + "Custom update command": { + "Custom update command": "Власна команда оновлення" + }, + "Custom...": { + "Custom...": "Свій..." + }, + "Customizable empty space": { + "Customizable empty space": "Налаштовуваний порожній простір" + }, + "Customize the font and background of the lock screen, or leave empty to use your theme font and desktop wallpaper. Changes apply instantly.": { + "Customize the font and background of the lock screen, or leave empty to use your theme font and desktop wallpaper. Changes apply instantly.": "Налаштуйте шрифт та фон екрана блокування або залиште порожнім, щоб використовувати шрифт теми та шпалери робочого столу. Зміни застосовуються миттєво." + }, + "Customize which actions appear in the power menu": { + "Customize which actions appear in the power menu": "Налаштуйте, які дії відображаються в меню живлення" + }, + "DDC/CI monitor": { + "DDC/CI monitor": "Монітор DDC/CI" + }, + "DEMO MODE - Click anywhere to exit": { + "DEMO MODE - Click anywhere to exit": "ДЕМО-РЕЖИМ - Натисніть будь-де для виходу" + }, + "DMS Chooser": { + "DMS Chooser": "Вибір DMS" + }, + "DMS Plugin Manager Unavailable": { + "DMS Plugin Manager Unavailable": "Менеджер плагінів DMS недоступний" + }, + "DMS Settings": { + "DMS Settings": "Налаштування DMS" + }, + "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": { + "DMS Settings writes Lua keybinds. Add the DMS include so edits apply.": "Налаштування DMS записують гарячі клавіші Lua. Додайте dms-include, щоб зміни застосувалися." + }, + "DMS Shortcuts": { + "DMS Shortcuts": "Ярлики DMS" + }, + "DMS out of date": { + "DMS out of date": "Версія DMS застаріла" + }, + "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { + "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "DMS видаляє свій керований блок з /etc/pam.d/greetd та зупиняє служби запису" + }, + "DMS server is outdated (API v%1, expected v%2)": { + "DMS server is outdated (API v%1, expected v%2)": "Сервер DMS застарів (API v%1, очікується v%2)" + }, + "DMS service is not connected. Clipboard settings are unavailable.": { + "DMS service is not connected. Clipboard settings are unavailable.": "Служба DMS не підключена. Налаштування буфера обміну недоступні." + }, + "DMS shell actions (launcher, clipboard, etc.)": { + "DMS shell actions (launcher, clipboard, etc.)": "Дії оболонки DMS (запуск, буфер обміну тощо)" + }, + "DMS_SOCKET not available": { + "DMS_SOCKET not available": "DMS_SOCKET недоступний" + }, + "Daily": { + "Daily": "Щодня" + }, + "Daily at:": { + "Daily at:": "Щоденно о:" + }, + "Dank": { + "Dank": "Dank" + }, + "Dank Bar": { + "Dank Bar": "Панель Dank" + }, + "Dank Bar Xray": { + "Dank Bar Xray": "Dank Bar Xray" + }, + "Dank Dash": { + "Dank Dash": "Dank Dash" + }, + "DankBar": { + "DankBar": "DankBar" + }, + "DankCalendar": { + "DankCalendar": "DankCalendar" + }, + "DankCalendar isn't installed": { + "DankCalendar isn't installed": "DankCalendar не встановлено" + }, + "DankCalendar isn't running": { + "DankCalendar isn't running": "DankCalendar не запущено" + }, + "DankMaterialShell is ready to use": { + "DankMaterialShell is ready to use": "DankMaterialShell готовий до роботи" + }, + "DankShell & System Icons (requires restart)": { + "DankShell & System Icons (requires restart)": "Значки DankShell та системні (потребує перезапуску)" + }, + "Dark Mode": { + "Dark Mode": "Темний режим" + }, + "Dark Mode Icon Theme": { + "Dark Mode Icon Theme": "Тема іконок для темного режиму" + }, + "Dark mode base": { + "Dark mode base": "База темного режиму" + }, + "Dark mode harmony": { + "Dark mode harmony": "Гармонія темного режиму" + }, + "Darken Modal Background": { + "Darken Modal Background": "Затемнювати тло модальних вікон" + }, + "Date Format": { + "Date Format": "Формат дати" + }, + "Date format on greeter": { + "Date format on greeter": "Формат дати у вікні входу" + }, + "Dawn (Astronomical Twilight)": { + "Dawn (Astronomical Twilight)": "Світанок (астрономічні сутінки)" + }, + "Dawn (Civil Twilight)": { + "Dawn (Civil Twilight)": "Світанок (цивільні сутінки)" + }, + "Dawn (Nautical Twilight)": { + "Dawn (Nautical Twilight)": "Світанок (навігаційні сутінки)" + }, + "Day Date": { + "Day Date": "День Дата" + }, + "Day Month Date": { + "Day Month Date": "День Місяць Дата" + }, + "Day Temperature": { + "Day Temperature": "Денна температура" + }, + "Daytime": { + "Daytime": "Денний час" + }, + "Deck": { + "Deck": "Колода" + }, + "Default": { + "Default": "Типовий" + }, + "Default (Black)": { + "Default (Black)": "За замовчуванням (Чорний)" + }, + "Default (Global)": { + "Default (Global)": "За замовчуванням (Глобально)" + }, + "Default Apps": { + "Default Apps": "Стандартні додатки" + }, + "Default Launcher": { + "Default Launcher": "Стандартний запускач" + }, + "Default Launcher Shortcut": { + "Default Launcher Shortcut": "Стандартний ярлик запуску" + }, + "Default Mode": { + "Default Mode": "Режим за замовчуванням" + }, + "Default Opens": { + "Default Opens": "Відкривається за замовчуванням" + }, + "Default Width (%)": { + "Default Width (%)": "Стандартна ширина (%)" + }, + "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": { + "Default launcher shortcuts open the full launcher with mode tabs, grid view, and action panel.": "Стандартні ярлики запуску відкривають повний запускач з вкладками режимів, сіткою та панеллю дій." + }, + "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": { + "Default launcher shortcuts open the minimal Spotlight Bar. The dedicated Spotlight Bar shortcut below stays independent.": "Стандартні ярлики запуску відкривають мінімальну панель Spotlight. Окремий ярлик Spotlight Bar нижче залишається незалежним." + }, + "Default selected action": { + "Default selected action": "Вибрана дія за замовчуванням" + }, + "Defaults": { + "Defaults": "Типові значення" + }, + "Define rules for window behavior. Saves to %1": { + "Define rules for window behavior. Saves to %1": "Визначте правила поведінки вікон. Зберігається у %1" + }, + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": { + "Del: Clear • Shift+Del: Clear All • 1-9: Actions • F10: Help • Esc: Close": "Del: Очистити • Shift+Del: Очистити все • 1–9: Дії • F10: Довідка • Esc: Закрити" + }, + "Delete": { + "Delete": "Видалити" + }, + "Delete \"%1\" and remove the home directory? This cannot be undone.": { + "Delete \"%1\" and remove the home directory? This cannot be undone.": "Видалити «%1» та видалити домашню директорію? Цю дію неможливо скасувати." + }, + "Delete \"%1\"?": { + "Delete \"%1\"?": "Видалити «%1»?" + }, + "Delete Class": { + "Delete Class": "Видалити клас" + }, + "Delete Printer": { + "Delete Printer": "Видалити принтер" + }, + "Delete Rule": { + "Delete Rule": "Видалити правило" + }, + "Delete Saved Item?": { + "Delete Saved Item?": "Видалити збережений елемент?" + }, + "Delete VPN": { + "Delete VPN": "Видалити VPN" + }, + "Delete class \"%1\"?": { + "Delete class \"%1\"?": "Видалити клас «%1»?" + }, + "Delete profile \"%1\"?": { + "Delete profile \"%1\"?": "Видалити профіль «%1»?" + }, + "Delete user": { + "Delete user": "Видалити користувача" + }, + "Demi Bold": { + "Demi Bold": "Напівжирний" + }, + "Dependencies & documentation": { + "Dependencies & documentation": "Залежності та документація" + }, + "Depth": { + "Depth": "Глибина" + }, + "Depth: Panels scale up from small as they slide in — a dramatic pop-forward depth effect.": { + "Depth: Panels scale up from small as they slide in — a dramatic pop-forward depth effect.": "Глибина: панелі збільшуються, коли висуваються — ефект драматичного висування вперед." + }, + "Derives colors that closely match the underlying image.": { + "Derives colors that closely match the underlying image.": "Отримує кольори, що максимально відповідають фоновому зображенню." + }, + "Description": { + "Description": "Опис" + }, + "Desktop Application": { + "Desktop Application": "Додаток робочого столу" + }, + "Desktop Clock": { + "Desktop Clock": "Годинник робочого столу" + }, + "Desktop Entry": { + "Desktop Entry": "Запис робочого столу" + }, + "Desktop Widget": { + "Desktop Widget": "Віджет робочого столу" + }, + "Desktop Widgets": { + "Desktop Widgets": "Віджети робочого столу" + }, + "Desktop background images": { + "Desktop background images": "Фонові зображення робочого столу" + }, + "Detailed": { + "Detailed": "Детально" + }, + "Details for \"%1": { + "Details for \"%1\"": "Деталі для «%1»" + }, + "Detected backends: %1": { + "Detected backends: %1": "Виявлені бекенди: %1" + }, + "Device": { + "Device": "Пристрій" + }, + "Device connections": { + "Device connections": "Підключення пристроїв" + }, + "Device list scroll volume": { + "Device list scroll volume": "Гучність прокрутки списку пристроїв" + }, + "Device names updated": { + "Device names updated": "Імена пристроїв оновлено" + }, + "Device paired": { + "Device paired": "Пристрій зв'язано" + }, + "Device unpaired": { + "Device unpaired": "Пристрій від'єднано" + }, + "Diff": { + "Diff": "Різниця (Diff)" + }, + "Digital": { + "Digital": "Цифровий" + }, + "Direction Source": { + "Direction Source": "Джерело напрямку" + }, + "Directional": { + "Directional": "Спрямований" + }, + "Directional: Panels glide in from a larger distance at full size — no scale change, pure clean motion.": { + "Directional: Panels glide in from a larger distance at full size — no scale change, pure clean motion.": "Спрямований: панелі ковзають з більшої відстані в повному розмірі — без зміни масштабу, чистий рух." + }, + "Disable Autoconnect": { + "Disable Autoconnect": "Вимкнути автопідключення" + }, + "Disable Built-in Wallpapers": { + "Disable Built-in Wallpapers": "Вимкнути вбудовані шпалери" + }, + "Disable History Persistence": { + "Disable History Persistence": "Вимкнути збереження історії на диску" + }, + "Disable Output": { + "Disable Output": "Вимкнути вихід" + }, + "Disabled": { + "Disabled": "Вимкнено" + }, + "Disabled by Frame Mode": { + "Disabled by Frame Mode": "Вимкнено режимом фрейму" + }, + "Disabling WiFi...": { + "Disabling WiFi...": "Вимкнення WiFi..." + }, + "Disabling auto-login on startup...": { + "Disabling auto-login on startup...": "Вимкнення автологіну при запуску..." + }, + "Disc": { + "Disc": "Диск" + }, + "Discard": { + "Discard": "Відмовитися" + }, + "Discharging": { + "Discharging": "Розряджається" + }, + "Disconnect": { + "Disconnect": "Відключити" + }, + "Disconnected": { + "Disconnected": "Відключено" + }, + "Disconnected from WiFi": { + "Disconnected from WiFi": "Відключено від Wi-Fi" + }, + "Discover Devices": { + "Discover Devices": "Пошук пристроїв" + }, + "Disk": { + "Disk": "Диск" + }, + "Disk I/O": { + "Disk I/O": "Ввід/вивід диска (I/O)" + }, + "Disk Usage": { + "Disk Usage": "Використання диска" + }, + "Disk Usage Display": { + "Disk Usage Display": "Відображення використання диска" + }, + "Disks": { + "Disks": "Диски" + }, + "Dismiss": { + "Dismiss": "Відхилити" + }, + "Display": { + "Display": "Дисплей" + }, + "Display Assignment": { + "Display Assignment": "Призначення дисплея" + }, + "Display Control": { + "Display Control": "Керування дисплеєм" + }, + "Display Name Format": { + "Display Name Format": "Формат назви дисплея" + }, + "Display Profiles": { + "Display Profiles": "Профілі дисплеїв" + }, + "Display Settings": { + "Display Settings": "Налаштування дисплея" + }, + "Display a dock with pinned and running applications": { + "Display a dock with pinned and running applications": "Відображати док із закріпленими та запущеними програмами" + }, + "Display all priorities over fullscreen apps": { + "Display all priorities over fullscreen apps": "Відображати всі пріоритети поверх повноекранних програм" + }, + "Display and switch MangoWC layouts": { + "Display and switch MangoWC layouts": "Відображення та перемикання макетів MangoWC" + }, + "Display application icons in workspace indicators": { + "Display application icons in workspace indicators": "Відображати значки програм в індикаторах робочих областей" + }, + "Display brightness control": { + "Display brightness control": "Керування яскравістю дисплея" + }, + "Display configuration is not available. WLR output management protocol not supported.": { + "Display configuration is not available. WLR output management protocol not supported.": "Конфігурація дисплеїв недоступна. Протокол керування виходами WLR не підтримується." + }, + "Display currently focused application title": { + "Display currently focused application title": "Відображати назву активної програми" + }, + "Display hourly weather predictions": { + "Display hourly weather predictions": "Відображати погодинний прогноз погоди" + }, + "Display line numbers in editor": { + "Display line numbers in editor": "Показувати номери рядків у редакторі" + }, + "Display name for this entry": { + "Display name for this entry": "Відображення імені для цього запису" + }, + "Display only workspaces that contain windows": { + "Display only workspaces that contain windows": "Показувати лише ті робочі області, що містять вікна" + }, + "Display power menu actions in a grid instead of a list": { + "Display power menu actions in a grid instead of a list": "Відображати дії меню живлення у вигляді сітки замість списку" + }, + "Display setup failed": { + "Display setup failed": "Помилка налаштування дисплея" + }, + "Display the power system menu": { + "Display the power system menu": "Відображати системне меню живлення" + }, + "Display volume and brightness percentage values in OSD popups": { + "Display volume and brightness percentage values in OSD popups": "Відображати значення відсотків гучності та яскравості у спливаючих вікнах OSD" + }, + "Displays": { + "Displays": "Дисплеї" + }, + "Displays the active keyboard layout and allows switching": { + "Displays the active keyboard layout and allows switching": "Відображає активну розкладку клавіатури та дозволяє її перемикати" + }, + "Distribution": { + "Distribution": "Дистрибутив" + }, + "Diverse palette spanning the full spectrum.": { + "Diverse palette spanning the full spectrum.": "Різноманітна палітра, що охоплює весь спектр." + }, + "Do Not Disturb": { + "Do Not Disturb": "Не турбувати" + }, + "Dock": { + "Dock": "Док-панель" + }, + "Dock & Launcher": { + "Dock & Launcher": "Док та запуск" + }, + "Dock Opacity": { + "Dock Opacity": "Прозорість доку" + }, + "Dock margin, opacity, and border": { + "Dock margin, opacity, and border": "Відступ, прозорість та межа доку" + }, + "Dock window": { + "Dock window": "Вікно доку" + }, + "Docs": { + "Docs": "Документація" + }, + "Domain (optional)": { + "Domain (optional)": "Домен (необов'язково)" + }, + "Don't Change": { + "Don't Change": "Не змінювати" + }, + "Don't Save": { + "Don't Save": "Не зберігати" + }, + "Door Open": { + "Door Open": "Дверцята відкриті" + }, + "Drag a widget by its handle here to reorder it or drop it into another group": { + "Drag a widget by its handle here to reorder it or drop it into another group": "Перетягніть віджет за ручку сюди, щоб змінити його порядок або перемістити в іншу групу" + }, + "Drag to Reorder": { + "Drag to Reorder": "Перетягніть для зміни порядку" + }, + "Drag to reorder or click to hide tabs. Use ↑/↓ to highlight a tab and Ctrl+↑/↓ to move it.": { + "Drag to reorder or click to hide tabs. Use ↑/↓ to highlight a tab and Ctrl+↑/↓ to move it.": "Перетягніть, щоб змінити порядок, або натисніть, щоб приховати вкладки. Використовуйте ↑/↓ для виділення та Ctrl+↑/↓ для переміщення." + }, + "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": "Перетягніть індикатори робочих просторів, щоб змінити їх порядок" + }, + "Draw a connected picture-frame border around the entire display": { + "Draw a connected picture-frame border around the entire display": "Намалювати суцільну рамку навколо всього дисплея" + }, + "Driver": { + "Driver": "Драйвер" + }, + "Drizzle": { + "Drizzle": "Мряка" + }, + "Drop here": { + "Drop here": "Скиньте сюди" + }, + "Drop your override for %1 so the DMS default action re-applies?": { + "Drop your override for %1 so the DMS default action re-applies?": "Скинути переозначення для %1, щоб знову застосувалася дія за замовчуванням DMS?" + }, + "Duplicate": { + "Duplicate": "Дублікат" + }, + "Duplicate Wallpaper with Blur": { + "Duplicate Wallpaper with Blur": "Дублювати шпалери з розмиттям" + }, + "Duration": { + "Duration": "Тривалість" + }, + "Dusk (Astronomical Twilight)": { + "Dusk (Astronomical Twilight)": "Сутінки (астрономічні сутінки)" + }, + "Dusk (Civil Twighlight)": { + "Dusk (Civil Twighlight)": "Сутінки (цивільні сутінки)" + }, + "Dusk (Nautical Twilight)": { + "Dusk (Nautical Twilight)": "Сутінки (навігаційні сутінки)" + }, + "Dynamic": { + "Dynamic": "Динамічний" + }, + "Dynamic Properties": { + "Dynamic Properties": "Динамічні властивості" + }, + "Dynamic Theming": { + "Dynamic Theming": "Динамічне темування" + }, + "Dynamic Width": { + "Dynamic Width": "Динамічна ширина" + }, + "Dynamic colors from wallpaper": { + "Dynamic colors from wallpaper": "Динамічні кольори зі шпалер" + }, + "Dynamic colors parse error: %1": { + "Dynamic colors parse error: %1": "Помилка розбору динамічних кольорів: %1" + }, + "Dynamic colors, presets": { + "Dynamic colors, presets": "Динамічні кольори, пресети" + }, + "Dynamic: Spring bezier with overshoot — entry briefly exceeds its target then settles. Expressive and alive.": { + "Dynamic: Spring bezier with overshoot — entry briefly exceeds its target then settles. Expressive and alive.": "Динамічний: пружинний Безьє з перельотом — елемент коротко виходить за ціль, а потім стабілізується. Експресивно та живо." + }, + "Edge Hover Reveal": { + "Edge Hover Reveal": "Показ при наведенні на край" + }, + "Edge Spacing": { + "Edge Spacing": "Відступи від країв" + }, + "Edge spacing, exclusive zone, and popup gaps are managed by Frame": { + "Edge spacing, exclusive zone, and popup gaps are managed by Frame": "Відступи країв, ексклюзивна зона та зазори спливаючих вікон керуються Фреймом" + }, + "Edge the launcher slides from": { + "Edge the launcher slides from": "Край, з якого висувається запускач" + }, + "Edit": { + "Edit": "Редагувати" + }, + "Edit App": { + "Edit App": "Редагувати додаток" + }, + "Edit Clipboard": { + "Edit Clipboard": "Редагувати буфер обміну" + }, + "Edit Rule": { + "Edit Rule": "Редагувати правило" + }, + "Edit Window Rule": { + "Edit Window Rule": "Редагувати правило вікна" + }, + "Edit clipboard text": { + "Edit clipboard text": "Редагувати текст буфера обміну" + }, + "Edit event": { + "Edit event": "Редагувати подію" + }, + "Editing changes on %1": { + "Editing changes on %1": "Редагування змін у %1" + }, + "Education": { + "Education": "Освіта" + }, + "Empty": { + "Empty": "Порожньо" + }, + "Empty Trash": { + "Empty Trash": "Очистити кошик" + }, + "Empty Trash (%1)": { + "Empty Trash (%1)": "Очистити кошик (%1)" + }, + "Enable 10-bit color depth for wider color gamut and HDR support": { + "Enable 10-bit color depth for wider color gamut and HDR support": "Увімкнути 10-бітну глибину кольору для ширшого охоплення та підтримки HDR" + }, + "Enable Autoconnect": { + "Enable Autoconnect": "Увімкнути автопідключення" + }, + "Enable Bar": { + "Enable Bar": "Увімкнути панель" + }, + "Enable Do Not Disturb": { + "Enable Do Not Disturb": "Увімкнути режим «Не турбувати»" + }, + "Enable Frame": { + "Enable Frame": "Увімкнути Фрейм" + }, + "Enable History": { + "Enable History": "Увімкнути історію" + }, + "Enable Overview Overlay": { + "Enable Overview Overlay": "Увімкнути оверлей огляду" + }, + "Enable Ripple Effects": { + "Enable Ripple Effects": "Увімкнути ефекти розширення (Ripple)" + }, + "Enable System Sounds": { + "Enable System Sounds": "Увімкнути системні звуки" + }, + "Enable Video Screensaver": { + "Enable Video Screensaver": "Увімкнути відео-скрінсейвер" + }, + "Enable Weather": { + "Enable Weather": "Увімкнути погоду" + }, + "Enable WiFi": { + "Enable WiFi": "Увімкнути Wi-Fi" + }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, + "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 authentication": { + "Enable fingerprint authentication": "Увімкнути автентифікацію за відбитком пальця" + }, + "Enable fingerprint or security key for DMS Greeter": { + "Enable fingerprint or security key for DMS Greeter": "Увімкнути відбиток або ключ безпеки для DMS Вітальника" + }, + "Enable loginctl lock integration": { + "Enable loginctl lock integration": "Увімкнути інтеграцію з блокуванням loginctl" + }, + "Enable security key at login": { + "Enable security key at login": "Увімкнути ключ безпеки при вході" + }, + "Enable security key authentication": { + "Enable security key authentication": "Увімкнути автентифікацію за ключем безпеки" + }, + "Enabled": { + "Enabled": "Увімкнено" + }, + "Enabling WiFi...": { + "Enabling WiFi...": "Увімкнення WiFi..." + }, + "End": { + "End": "Кінець" + }, + "End must be after start": { + "End must be after start": "Кінець має бути після початку" + }, + "Enlarge on Hover": { + "Enlarge on Hover": "Збільшувати при наведенні" + }, + "Enlargement %": { + "Enlargement %": "% збільшення" + }, + "Enter 6-digit passkey": { + "Enter 6-digit passkey": "Введіть 6-значний ключ доступу" + }, + "Enter PIN": { + "Enter PIN": "Введіть PIN-код" + }, + "Enter PIN for ": { + "Enter PIN for ": "Введіть PIN-код для " + }, + "Enter URI or text to share": { + "Enter URI or text to share": "Введіть URI або текст для поширення" + }, + "Enter a new name for session \"%1": { + "Enter a new name for session \"%1\"": "Введіть нову назву для сесії «%1»" + }, + "Enter a new name for this workspace": { + "Enter a new name for this workspace": "Введіть нову назву для цього робочого простору" + }, + "Enter command or script path": { + "Enter command or script path": "Введіть команду або шлях до скрипта" + }, + "Enter credentials for ": { + "Enter credentials for ": "Введіть облікові дані для " + }, + "Enter custom lock screen format (e.g., dddd, MMMM d)": { + "Enter custom lock screen format (e.g., dddd, MMMM d)": "Введіть власний формат екрана блокування (напр., dddd, MMMM d)" + }, + "Enter custom top bar format (e.g., ddd MMM d)": { + "Enter custom top bar format (e.g., ddd MMM d)": "Введіть власний формат верхньої панелі (напр., ddd MMM d)" + }, + "Enter device name...": { + "Enter device name...": "Введіть назву пристрою..." + }, + "Enter launch prefix (e.g., 'uwsm-app')": { + "Enter launch prefix (e.g., 'uwsm-app')": "Введіть префікс запуску (наприклад, 'uwsm-app')" + }, + "Enter network name and password": { + "Enter network name and password": "Введіть назву мережі та пароль" + }, + "Enter passkey for ": { + "Enter passkey for ": "Введіть ключ доступу для " + }, + "Enter password for ": { + "Enter password for ": "Введіть пароль для " + }, + "Enter this passkey on ": { + "Enter this passkey on ": "Введіть цей ключ доступу на " + }, + "Enter to Paste": { + "Enter to Paste": "Enter для вставки" + }, + "Enterprise": { + "Enterprise": "Enterprise" + }, + "Entry Type": { + "Entry Type": "Тип запису" + }, + "Entry pinned": { + "Entry pinned": "Запис закріплено" + }, + "Entry unpinned": { + "Entry unpinned": "Запис відкріплено" + }, + "Environment Variables": { + "Environment Variables": "Змінні середовища" + }, + "Error": { + "Error": "Помилка" + }, + "Errors": { + "Errors": "Помилки" + }, + "Estimated Time": { + "Estimated Time": "Очікуваний час" + }, + "Ethernet": { + "Ethernet": "Ethernet" + }, + "Event title": { + "Event title": "Назва події" + }, + "Every 15 minutes": { + "Every 15 minutes": "Кожні 15 хвилин" + }, + "Every 30 minutes": { + "Every 30 minutes": "Кожні 30 хвилин" + }, + "Every 4 hours": { + "Every 4 hours": "Кожні 4 години" + }, + "Every hour": { + "Every hour": "Щогодини" + }, + "Exact": { + "Exact": "Точний" + }, + "Excluded Players": { + "Excluded Players": "Виключені плеєри" + }, + "Exclusive Zone Offset": { + "Exclusive Zone Offset": "Зсув ексклюзивної зони" + }, + "Existing Users": { + "Existing Users": "Існуючі користувачі" + }, + "Exit node": { + "Exit node": "Вихідний вузол" + }, + "Experimental Feature": { + "Experimental Feature": "Експериментальна функція" + }, + "Explore": { + "Explore": "Дослідити" + }, + "Exponential": { + "Exponential": "Експоненціальний" + }, + "Expose the Arcs": { + "Expose the Arcs": "Показати дуги" + }, + "Expressive": { + "Expressive": "Експресивний" + }, + "Extend battery life": { + "Extend battery life": "Подовжити термін роботи батареї" + }, + "Extensible architecture": { + "Extensible architecture": "Розширювана архітектура" + }, + "External Wallpaper Management": { + "External Wallpaper Management": "Зовнішнє керування шпалерами" + }, + "Extra Arguments": { + "Extra Arguments": "Додаткові аргументи" + }, + "Extra Bold": { + "Extra Bold": "Наджирний" + }, + "Extra Light": { + "Extra Light": "Надлегкий" + }, + "Fade": { + "Fade": "Затухання" + }, + "Fade to lock screen": { + "Fade to lock screen": "Згасання перед блокуванням екрана" + }, + "Fade to monitor off": { + "Fade to monitor off": "Затухання до вимкнення монітора" + }, + "Failed to accept pairing": { + "Failed to accept pairing": "Не вдалося прийняти сполучення" + }, + "Failed to activate configuration": { + "Failed to activate configuration": "Не вдалося активувати конфігурацію" + }, + "Failed to add binds include": { + "Failed to add binds include": "Не вдалося додати включення прив'язок" + }, + "Failed to add printer to class": { + "Failed to add printer to class": "Не вдалося додати принтер до класу" + }, + "Failed to apply %1 colors": { + "Failed to apply %1 colors": "Не вдалося застосувати кольори %1" + }, + "Failed to apply charge limit to system": { + "Failed to apply charge limit to system": "Не вдалося застосувати ліміт заряду до системи" + }, + "Failed to apply profile": { + "Failed to apply profile": "Не вдалося застосувати профіль" + }, + "Failed to browse device": { + "Failed to browse device": "Не вдалося переглянути пристрій" + }, + "Failed to cancel all jobs": { + "Failed to cancel all jobs": "Не вдалося скасувати всі завдання" + }, + "Failed to cancel selected job": { + "Failed to cancel selected job": "Не вдалося скасувати вибране завдання" + }, + "Failed to check pin limit": { + "Failed to check pin limit": "Не вдалося перевірити ліміт PIN-коду" + }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, + "Failed to connect VPN": { + "Failed to connect VPN": "Не вдалося підключитися до VPN" + }, + "Failed to connect to %1": { + "Failed to connect to %1": "Не вдалося підключитися до %1" + }, + "Failed to copy entry": { + "Failed to copy entry": "Не вдалося скопіювати запис" + }, + "Failed to create printer": { + "Failed to create printer": "Не вдалося створити принтер" + }, + "Failed to delete VPN": { + "Failed to delete VPN": "Не вдалося видалити VPN" + }, + "Failed to delete class": { + "Failed to delete class": "Не вдалося видалити клас" + }, + "Failed to delete printer": { + "Failed to delete printer": "Не вдалося видалити принтер" + }, + "Failed to disable job acceptance": { + "Failed to disable job acceptance": "Не вдалося вимкнути приймання завдань" + }, + "Failed to disable night mode": { + "Failed to disable night mode": "Не вдалося вимкнути нічний режим" + }, + "Failed to disable plugin: %1": { + "Failed to disable plugin: %1": "Не вдалося вимкнути плагін: %1" + }, + "Failed to disconnect VPN": { + "Failed to disconnect VPN": "Не вдалося відключити VPN" + }, + "Failed to disconnect VPNs": { + "Failed to disconnect VPNs": "Не вдалося відключити VPN-з'єднання" + }, + "Failed to disconnect WiFi": { + "Failed to disconnect WiFi": "Не вдалося відключити Wi-Fi" + }, + "Failed to empty trash": { + "Failed to empty trash": "Не вдалося очистити кошик" + }, + "Failed to enable IP location": { + "Failed to enable IP location": "Не вдалося увімкнути визначення місцепоходження за IP" + }, + "Failed to enable WiFi": { + "Failed to enable WiFi": "Не вдалося увімкнути Wi-Fi" + }, + "Failed to enable job acceptance": { + "Failed to enable job acceptance": "Не вдалося увімкнути приймання завдань" + }, + "Failed to enable night mode": { + "Failed to enable night mode": "Не вдалося увімкнути нічний режим" + }, + "Failed to fetch network QR code: %1": { + "Failed to fetch network QR code: %1": "Не вдалося отримати QR-код мережі: %1" + }, + "Failed to generate systemd override": { + "Failed to generate systemd override": "Не вдалося створити override для systemd" + }, + "Failed to hold job": { + "Failed to hold job": "Не вдалося утримати завдання" + }, + "Failed to import VPN": { + "Failed to import VPN": "Не вдалося імпортувати VPN" + }, + "Failed to launch SMS app": { + "Failed to launch SMS app": "Не вдалося запустити SMS-додаток" + }, + "Failed to load VPN config": { + "Failed to load VPN config": "Не вдалося завантажити конфігурацію VPN" + }, + "Failed to load clipboard configuration.": { + "Failed to load clipboard configuration.": "Не вдалося завантажити конфігурацію буфера обміну." + }, + "Failed to move job": { + "Failed to move job": "Не вдалося перемістити завдання" + }, + "Failed to move to trash": { + "Failed to move to trash": "Не вдалося перемістити в кошик" + }, + "Failed to parse %1": { + "Failed to parse %1": "Не вдалося розібрати (parse) %1" + }, + "Failed to pause printer": { + "Failed to pause printer": "Не вдалося призупинити принтер" + }, + "Failed to pin entry": { + "Failed to pin entry": "Не вдалося закріпити запис" + }, + "Failed to print test page": { + "Failed to print test page": "Не вдалося надрукувати тестову сторінку" + }, + "Failed to read theme file: %1": { + "Failed to read theme file: %1": "Не вдалося прочитати файл теми: %1" + }, + "Failed to reject pairing": { + "Failed to reject pairing": "Не вдалося відхилити сполучення" + }, + "Failed to reload plugin: %1": { + "Failed to reload plugin: %1": "Не вдалося перезавантажити плагін: %1" + }, + "Failed to remove QR code at %1: %2": { + "Failed to remove QR code at %1: %2": "Не вдалося видалити QR-код за адресою %1: %2" + }, + "Failed to remove device": { + "Failed to remove device": "Не вдалося видалити пристрій" + }, + "Failed to remove keybind": { + "Failed to remove keybind": "Не вдалося видалити комбінацію клавіш" + }, + "Failed to remove printer from class": { + "Failed to remove printer from class": "Не вдалося видалити принтер із класу" + }, + "Failed to restart audio system": { + "Failed to restart audio system": "Не вдалося перезапустити аудіосистему" + }, + "Failed to restart job": { + "Failed to restart job": "Не вдалося перезапустити завдання" + }, + "Failed to resume printer": { + "Failed to resume printer": "Не вдалося відновити роботу принтера" + }, + "Failed to ring device": { + "Failed to ring device": "Не вдалося викликати пристрій (дзвінок)" + }, + "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." + }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, + "Failed to save VPN credentials": { + "Failed to save VPN credentials": "Не вдалося зберегти облікові дані VPN" + }, + "Failed to save audio config": { + "Failed to save audio config": "Не вдалося зберегти конфігурацію аудіо" + }, + "Failed to save clipboard setting": { + "Failed to save clipboard setting": "Не вдалося зберегти налаштування буфера обміну" + }, + "Failed to save keybind": { + "Failed to save keybind": "Не вдалося зберегти комбінацію клавіш" + }, + "Failed to save profile": { + "Failed to save profile": "Не вдалося зберегти профіль" + }, + "Failed to send SMS": { + "Failed to send SMS": "Не вдалося надіслати SMS" + }, + "Failed to send clipboard": { + "Failed to send clipboard": "Не вдалося надіслати вміст буфера обміну" + }, + "Failed to send file": { + "Failed to send file": "Не вдалося надіслати файл" + }, + "Failed to send ping": { + "Failed to send ping": "Не вдалося надіслати пінг" + }, + "Failed to set brightness": { + "Failed to set brightness": "Не вдалося встановити яскравість" + }, + "Failed to set night mode location": { + "Failed to set night mode location": "Не вдалося встановити місцеположення для нічного режиму" + }, + "Failed to set night mode schedule": { + "Failed to set night mode schedule": "Не вдалося встановити розклад нічного режиму" + }, + "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": "Не вдалося встановити зображення профілю" + }, + "Failed to set profile image: %1": { + "Failed to set profile image: %1": "Не вдалося встановити зображення профілю: %1" + }, + "Failed to share": { + "Failed to share": "Не вдалося поширити" + }, + "Failed to start connection to %1": { + "Failed to start connection to %1": "Не вдалося розпочати підключення до %1" + }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, + "Failed to unpin entry": { + "Failed to unpin entry": "Не вдалося відкріпити запис" + }, + "Failed to update %1: %2": { + "Failed to update %1: %2": "Не вдалося оновити %1: %2" + }, + "Failed to update VPN": { + "Failed to update VPN": "Не вдалося оновити VPN" + }, + "Failed to update autoconnect": { + "Failed to update autoconnect": "Не вдалося оновити автопідключення" + }, + "Failed to update clipboard": { + "Failed to update clipboard": "Не вдалося оновити буфер обміну" + }, + "Failed to update description": { + "Failed to update description": "Не вдалося оновити опис" + }, + "Failed to update location": { + "Failed to update location": "Не вдалося оновити розташування" + }, + "Failed to update sharing": { + "Failed to update sharing": "Не вдалося оновити спільний доступ" + }, + "Failed to write autostart entry": { + "Failed to write autostart entry": "Не вдалося записати запис в автозапуск" + }, + "Failed to write outputs config.": { + "Failed to write outputs config.": "Не вдалося записати конфігурацію виходів." + }, + "Failed to write temp file for validation": { + "Failed to write temp file for validation": "Не вдалося записати тимчасовий файл для валідації" + }, + "Failed: %1": { + "Failed: %1": "Помилка: %1" + }, + "Features": { + "Features": "Особливості" + }, + "Feels": { + "Feels": "Відчувається як" + }, + "Feels Like": { + "Feels Like": "Відчувається як" + }, + "Feels Like %1°": { + "Feels Like %1°": "Відчувається як %1°" + }, + "Fidelity": { + "Fidelity": "Точність (Fidelity)" + }, + "Field": { + "Field": "Поле" + }, + "File": { + "File": "Файл" + }, + "File Manager": { + "File Manager": "Файловий менеджер" + }, + "File changed on disk": { + "File changed on disk": "Файл на диску було змінено" + }, + "File manager used to open the trash. Pick \"custom\" to enter your own command.": { + "File manager used to open the trash. Pick \"custom\" to enter your own command.": "Файловий менеджер, що використовується для відкриття кошика. Оберіть «custom», щоб ввести власну команду." + }, + "File received from %1": { + "File received from %1": "Файл отримано від %1" + }, + "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 unavailable": { + "File search unavailable": "Пошук файлів недоступний" + }, + "Files": { + "Files": "Файли" + }, + "Filesystem usage monitoring": { + "Filesystem usage monitoring": "Моніторинг використання файлової системи" + }, + "Fill": { + "Fill": "Заповнити" + }, + "Fill Mode": { + "Fill Mode": "Режим заповнення" + }, + "Filter": { + "Filter": "Фільтр" + }, + "Filter by type": { + "Filter by type": "Фільтрувати за типом" + }, + "Find in Text": { + "Find in Text": "Знайти в тексті" + }, + "Find in note...": { + "Find in note...": "Знайти в нотатці..." + }, + "Fine-tune the space reserved for the bar from the screen edge": { + "Fine-tune the space reserved for the bar from the screen edge": "Налаштуйте відступ панелі від краю екрана" + }, + "Fingerprint availability could not be confirmed": { + "Fingerprint availability could not be confirmed": "Не вдалося підтвердити доступність сканера відбитка пальця" + }, + "Fingerprint error": { + "Fingerprint error": "Помилка сканування відбитка" + }, + "Fingerprint not recognized (%1/%2). Please try again or use password.": { + "Fingerprint not recognized (%1/%2). Please try again or use password.": "Відбиток не розпізнано (%1/%2). Спробуйте ще раз або використайте пароль." + }, + "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.": "Сканер відбитка пальця виявлено, але відбитки ще не зареєстровано. Ви можете увімкнути це зараз і запустити синхронізацію пізніше." + }, + "Finish": { + "Finish": "Завершити" + }, + "First Day of Week": { + "First Day of Week": "Перший день тижня" + }, + "First Time Setup": { + "First Time Setup": "Перше налаштування" + }, + "Fit": { + "Fit": "Вписати" + }, + "Flags": { + "Flags": "Прапорці" + }, + "Flatpak": { + "Flatpak": "Flatpak" + }, + "Flipped": { + "Flipped": "Перевернуто" + }, + "Flipped 180°": { + "Flipped 180°": "Перевернуто на 180°" + }, + "Flipped 270°": { + "Flipped 270°": "Перевернуто на 270°" + }, + "Flipped 90°": { + "Flipped 90°": "Перевернуто на 90°" + }, + "Float": { + "Float": "Плавання" + }, + "Float Anchor": { + "Float Anchor": "Якір плаваючого вікна" + }, + "Float X": { + "Float X": "Плавання X" + }, + "Float Y": { + "Float Y": "Плавання Y" + }, + "Floating": { + "Floating": "Плавучий" + }, + "Floating Position": { + "Floating Position": "Позиція плаваючих вікон" + }, + "Fluent": { + "Fluent": "Плавний (Fluent)" + }, + "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": { + "Fluent: Smooth cubic deceleration in, quick snap out — clean, elegant curves.": "Fluent: Плавне кубічне сповільнення при вході, швидкий вихід — чисті, елегантні криві." + }, + "Focus": { + "Focus": "Фокус" + }, + "Focus Ring Color": { + "Focus Ring Color": "Колір кільця фокусу" + }, + "Focus Ring Off": { + "Focus Ring Off": "Кільце фокусу вимкнено" + }, + "Focus at Startup": { + "Focus at Startup": "Фокусувати при запуску" + }, + "Focused": { + "Focused": "У фокусі" + }, + "Focused Border": { + "Focused Border": "Межа у фокусі" + }, + "Focused Color": { + "Focused Color": "Колір фокусу" + }, + "Focused Display": { + "Focused Display": "Дисплей у фокусі" + }, + "Focused Monitor Only": { + "Focused Monitor Only": "Тільки монітор у фокусі" + }, + "Focused Window": { + "Focused Window": "Активне вікно" + }, + "Fog": { + "Fog": "Туман" + }, + "Folder": { + "Folder": "Папка" + }, + "Folders": { + "Folders": "Папки" + }, + "Follow DMS background color": { + "Follow DMS background color": "Слідувати за кольором фону DMS" + }, + "Follow Monitor Focus": { + "Follow Monitor Focus": "Слідувати за фокусом монітора" + }, + "Follow focus": { + "Follow focus": "Слідувати за фокусом" + }, + "Follows the default launcher choice selected above.": { + "Follows the default launcher choice selected above.": "Слідує за вибором запускача за замовчуванням, обраним вище." + }, + "Font": { + "Font": "Шрифт" + }, + "Font Family": { + "Font Family": "Набір шрифтів" + }, + "Font Scale": { + "Font Scale": "Масштаб шрифту" + }, + "Font Size": { + "Font Size": "Розмір шрифту" + }, + "Font Weight": { + "Font Weight": "Насиченість шрифту" + }, + "Font used for the clock and date on the lock screen": { + "Font used for the clock and date on the lock screen": "Шрифт для годинника та дати на екрані блокування" + }, + "Font used on the login screen": { + "Font used on the login screen": "Шрифт, що використовується на екрані входу" + }, + "For 1 hour": { + "For 1 hour": "На 1 годину" + }, + "For 15 minutes": { + "For 15 minutes": "На 15 хвилин" + }, + "For 3 hours": { + "For 3 hours": "На 3 години" + }, + "For 30 minutes": { + "For 30 minutes": "На 30 хвилин" + }, + "For 8 hours": { + "For 8 hours": "На 8 годин" + }, + "For editing plain text files": { + "For editing plain text files": "Для редагування звичайних текстових файлів" + }, + "Force HDR": { + "Force HDR": "Примусовий HDR" + }, + "Force Kill (SIGKILL)": { + "Force Kill (SIGKILL)": "Примусово завершити (SIGKILL)" + }, + "Force Padding": { + "Force Padding": "Примусові відступи" + }, + "Force RGBX": { + "Force RGBX": "Примусовий RGBX" + }, + "Force Wide Color": { + "Force Wide Color": "Примусовий широкий колірний діапазон" + }, + "Force terminal applications to always use dark color schemes": { + "Force terminal applications to always use dark color schemes": "Примусово використовувати темні колірні схеми для термінальних програм" + }, + "Forecast": { + "Forecast": "Прогноз" + }, + "Forecast Days": { + "Forecast Days": "Дні прогнозу" + }, + "Forecast Not Available": { + "Forecast Not Available": "Прогноз недоступний" + }, + "Forecast and conditions": { + "Forecast and conditions": "Прогноз та умови" + }, + "Foreground Layers": { + "Foreground Layers": "Передній план (шари)" + }, + "Forever": { + "Forever": "Назавжди" + }, + "Forget": { + "Forget": "Забути" + }, + "Forget \"%1\"?": { + "Forget \"%1\"?": "Забути «%1»?" + }, + "Forget Device": { + "Forget Device": "Забути пристрій" + }, + "Forget Network": { + "Forget Network": "Забути мережу" + }, + "Forgot network %1": { + "Forgot network %1": "Мережу %1 забуто" + }, + "Format Legend": { + "Format Legend": "Позначення формату" + }, + "Format the date on the login screen": { + "Format the date on the login screen": "Формат дати на екрані входу" + }, + "Forward 10s": { + "Forward 10s": "Перемотати вперед 10с" + }, + "Frame": { + "Frame": "Рамка" + }, + "Frame Blur": { + "Frame Blur": "Розмиття рамки" + }, + "Frame Blur follows Background Blur in Theme & Colors": { + "Frame Blur follows Background Blur in Theme & Colors": "Розмиття рамки слідує за розмиттям фону в розділі «Тема та кольори»" + }, + "Frame Border Color": { + "Frame Border Color": "Колір межі рамки" + }, + "Frame Xray": { + "Frame Xray": "Рентген рамки (X-Ray)" + }, + "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/пам'ять при закритті запускача. Може спричинити легку затримку при повторному відкритті." + }, + "Freezing Drizzle": { + "Freezing Drizzle": "Морозна мжичка" + }, + "Frequency": { + "Frequency": "Частота" + }, + "Fruit Salad": { + "Fruit Salad": "Фруктовий салат" + }, + "Full": { + "Full": "Повний" + }, + "Full Command:": { + "Full Command:": "Повна команда:" + }, + "Full Content": { + "Full Content": "Весь вміст" + }, + "Full Day & Month": { + "Full Day & Month": "День і місяць повністю" + }, + "Full Size": { + "Full Size": "Повний розмір" + }, + "Full command to execute": { + "Full command to execute": "Повна команда для виконання" + }, + "Full with Year": { + "Full with Year": "Повний із роком" + }, + "Fullscreen": { + "Fullscreen": "Повный екран" + }, + "Fullscreen Only": { + "Fullscreen Only": "Тільки повний екран" + }, + "Fully Charged": { + "Fully Charged": "Повністю заряджено" + }, + "G: grid • Z/X: size": { + "G: grid • Z/X: size": "G: сітка • Z/X: розмір" + }, + "GPU": { + "GPU": "ГП" + }, + "GPU Monitoring": { + "GPU Monitoring": "Моніторинг GPU" + }, + "GPU Temperature": { + "GPU Temperature": "Температура ГП" + }, + "GPU temperature display": { + "GPU temperature display": "Відображення температури GPU" + }, + "GTK colors applied successfully": { + "GTK colors applied successfully": "Кольори GTK успішно застосовано" + }, + "GTK, Qt, IDEs, more": { + "GTK, Qt, IDEs, more": "GTK, Qt, IDE та інше" + }, + "Games": { + "Games": "Ігри" + }, + "Gamma Control": { + "Gamma Control": "Керування гамою" + }, + "Gamma control not available. Requires DMS API v6+.": { + "Gamma control not available. Requires DMS API v6+.": "Керування гамою недоступне. Потрібен DMS API v6+ або новіше." + }, + "Gap between the end widgets and the bar ends (0 = edge-to-edge)": { + "Gap between the end widgets and the bar ends (0 = edge-to-edge)": "Відступ між кінцевими віджетами та краями панелі (0 = від краю до краю)" + }, + "Gaps": { + "Gaps": "Відступи (Gaps)" + }, + "General": { + "General": "Загальні" + }, + "Generate Override": { + "Generate Override": "Створити override" + }, + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": { + "Generate baseline GTK3/4 or QT5/QT6 (requires qt6ct-kde) configurations to follow DMS colors. Only needed once.

It is recommended to configure adw-gtk3 prior to applying GTK themes.": "Створити базові конфігурації GTK3/4 або QT5/QT6 (потрібен qt6ct-kde), щоб вони слідували кольорам DMS. Потрібно виконати лише один раз.

Рекомендується налаштувати adw-gtk3 перед застосуванням тем GTK." + }, + "Generic": { + "Generic": "Загальний" + }, + "Geometric Centering": { + "Geometric Centering": "Геометричне центрування" + }, + "Get Started": { + "Get Started": "Почати" + }, + "GitHub": { + "GitHub": "GitHub" + }, + "Global fonts can be configured in Settings → Personalization": { + "Global fonts can be configured in Settings → Personalization": "Глобальні шрифти можна налаштувати в Налаштування → Персоналізація" + }, + "Globally scale all animation durations": { + "Globally scale all animation durations": "Глобально масштабувати тривалість усіх анімацій" + }, + "Golden Hour": { + "Golden Hour": "Золота година" + }, + "Good": { + "Good": "Добре" + }, + "Goth Corner Radius": { + "Goth Corner Radius": "Радіус кутів Goth" + }, + "Goth Corners": { + "Goth Corners": "Готичні кути" + }, + "Gradually fade the screen before locking with a configurable grace period": { + "Gradually fade the screen before locking with a configurable grace period": "Поступово затемнювати екран перед блокуванням із настроюваним періодом очікування" + }, + "Gradually fade the screen before turning off monitors with a configurable grace period": { + "Gradually fade the screen before turning off monitors with a configurable grace period": "Поступово затухати перед вимкненням моніторів із налаштовуваним часом очікування" + }, + "Grant": { + "Grant": "Надати" + }, + "Grant administrator privileges": { + "Grant administrator privileges": "Надати права адміністратора" + }, + "Granted administrator privileges": { + "Granted administrator privileges": "Права адміністратора надано" + }, + "Granted greeter login access": { + "Granted greeter login access": "Доступ до входу через greeter надано" + }, + "Graph Time Range": { + "Graph Time Range": "Часовий діапазон графіка" + }, + "Graphics": { + "Graphics": "Графіка" + }, + "Greeter": { + "Greeter": "Greeter (екран входу)" + }, + "Greeter activated. greetd is now enabled.": { + "Greeter activated. greetd is now enabled.": "Greeter активовано. greetd тепер увімкнено." + }, + "Greeter font": { + "Greeter font": "Шрифт Greeter" + }, + "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Члени групи greeter можуть синхронізувати тему екрана входу за допомогою 'dms greeter sync --profile' після виходу та повторного входу." + }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, + "Greeter group:": { + "Greeter group:": "Група Greeter:" + }, + "Greeter sync complete": { + "Greeter sync complete": "Синхронізація Greeter завершена" + }, + "Grid": { + "Grid": "Сітка" + }, + "Grid Columns": { + "Grid Columns": "Стовпці сітки" + }, + "Grid: OFF": { + "Grid: OFF": "Сітка: ВИМК" + }, + "Grid: ON": { + "Grid: ON": "Сітка: УВІМ" + }, + "Group": { + "Group": "Група" + }, + "Group Active Workspace": { + "Group Active Workspace": "Групувати активний робочий простір" + }, + "Group Workspace Apps": { + "Group Workspace Apps": "Групувати додатки робочого простору" + }, + "Group by App": { + "Group by App": "Групувати за програмою" + }, + "Group multiple windows of the same app together with a window count indicator": { + "Group multiple windows of the same app together with a window count indicator": "Групувати кілька вікон однієї програми та відображати кількість вікон" + }, + "Group removed": { + "Group removed": "Групу видалено" + }, + "Group repeated application icons in unfocused workspaces": { + "Group repeated application icons in unfocused workspaces": "Групувати повторювані іконки додатків у неактивних робочих просторах" + }, + "Groups": { + "Groups": "Групи" + }, + "H": { + "H": "В" + }, + "HDR (EDID)": { + "HDR (EDID)": "HDR (EDID)" + }, + "HDR Tone Mapping": { + "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, перед увімкненням." + }, + "HSV": { + "HSV": "HSV" + }, + "HSV %1 copied": { + "HSV %1 copied": "Колір HSV %1 скопійовано" + }, + "HTML copied to clipboard": { + "HTML copied to clipboard": "HTML скопійовано в буфер обміну" + }, + "Handles geo: location links": { + "Handles geo: location links": "Обробляє посилання на геопозицію" + }, + "Handles links and opens HTML files": { + "Handles links and opens HTML files": "Обробляє посилання та відкриває HTML-файли" + }, + "Handles mailto links": { + "Handles mailto links": "Обробляє посилання mailto" + }, + "Health": { + "Health": "Здоров'я" + }, + "Heavy Rain": { + "Heavy Rain": "Сильний дощ" + }, + "Heavy Snow": { + "Heavy Snow": "Сильний сніг" + }, + "Heavy Snow Showers": { + "Heavy Snow Showers": "Сильний сніговий шквал" + }, + "Height": { + "Height": "Висота" + }, + "Held": { + "Held": "Утримується" + }, + "Help": { + "Help": "Допомога" + }, + "Hex": { + "Hex": "Hex" + }, + "Hibernate failed": { + "Hibernate failed": "Гібернація не вдалася" + }, + "Hidden": { + "Hidden": "Приховано" + }, + "Hidden (%1)": { + "Hidden (%1)": "Приховано (%1)" + }, + "Hidden Apps": { + "Hidden Apps": "Приховані додатки" + }, + "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.": "Приховані додатки не з'являтимуться в запускачі. Натисніть правою кнопкою миші на додаток і оберіть «Приховати додаток», щоб сховати його." + }, + "Hidden until weather is enabled": { + "Hidden until weather is enabled": "Приховано, доки погода не буде увімкнена" + }, + "Hide": { + "Hide": "Приховати" + }, + "Hide 3rd Party": { + "Hide 3rd Party": "Приховати сторонні" + }, + "Hide App": { + "Hide App": "Приховати додаток" + }, + "Hide Delay": { + "Hide Delay": "Затримка приховування" + }, + "Hide Indicators": { + "Hide Indicators": "Приховати індикатори" + }, + "Hide When Typing": { + "Hide When Typing": "Приховати під час друку" + }, + "Hide When Windows Open": { + "Hide When Windows Open": "Приховати при відкритих вікнах" + }, + "Hide cursor after inactivity (0 = disabled)": { + "Hide cursor after inactivity (0 = disabled)": "Приховати курсор після бездіяльності (0 = вимкнено)" + }, + "Hide cursor when pressing keyboard keys": { + "Hide cursor when pressing keyboard keys": "Приховати курсор при натисканні клавіш" + }, + "Hide cursor when using touch input": { + "Hide cursor when using touch input": "Приховати курсор при використанні сенсорного введення" + }, + "Hide device": { + "Hide device": "Приховати пристрій" + }, + "Hide installed": { + "Hide installed": "Приховати встановлені" + }, + "Hide notification content until expanded": { + "Hide notification content until expanded": "Приховати вміст сповіщення до його розгортання" + }, + "Hide notification content until expanded; popups show collapsed by default": { + "Hide notification content until expanded; popups show collapsed by default": "Приховати вміст сповіщення до розгортання; спливаючі вікна за замовчуванням відображаються згорнутими" + }, + "Hide on Touch": { + "Hide on Touch": "Приховати при дотику" + }, + "Hide the bar when the pointer leaves even if a popout is still open": { + "Hide the bar when the pointer leaves even if a popout is still open": "Приховати панель, коли курсор виходить за її межі, навіть якщо спливаюче вікно все ще відкрите" + }, + "Hide when no updates: OFF": { + "Hide when no updates: OFF": "Приховати, якщо немає оновлень: ВИМК" + }, + "Hide when no updates: ON": { + "Hide when no updates: ON": "Приховати, якщо немає оновлень: УВІМ" + }, + "High": { + "High": "Високий" + }, + "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": { + "History": "Історія" + }, + "History Retention": { + "History Retention": "Збереження історії" + }, + "History Settings": { + "History Settings": "Налаштування історії" + }, + "History cleared. %1 pinned entries kept.": { + "History cleared. %1 pinned entries kept.": "Історію очищено. %1 закріплених записів збережено." + }, + "Hold Duration": { + "Hold Duration": "Тривалість утримання" + }, + "Hold to Confirm Power Actions": { + "Hold to Confirm Power Actions": "Утримуйте для підтвердження дій живлення" + }, + "Horizontal and vertical bar thickness": { + "Horizontal and vertical bar thickness": "Товщина горизонтальної та вертикальної панелей" + }, + "Host": { + "Host": "Хост" + }, + "Hostname": { + "Hostname": "Назва хоста" + }, + "Hot Corners": { + "Hot Corners": "Активні кути (Hot Corners)" + }, + "Hotkey overlay title (optional)": { + "Hotkey overlay title (optional)": "Заголовок оверлею гарячих клавіш (необов'язково)" + }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, + "Hour": { + "Hour": "Година" + }, + "Hourly": { + "Hourly": "Погодинно" + }, + "Hourly Forecast Count": { + "Hourly Forecast Count": "Кількість годин у прогнозі" + }, + "Hover Popouts": { + "Hover Popouts": "Спливаючі вікна при наведенні" + }, + "How often the server polls for new updates.": { + "How often the server polls for new updates.": "Як часто сервер перевіряє наявність нових оновлень." + }, + "How often to change wallpaper": { + "How often to change wallpaper": "Як часто змінювати шпалери" + }, + "How the background image is scaled": { + "How the background image is scaled": "Як масштабується зображення фону" + }, + "How the wallpaper is scaled to fit the screen": { + "How the wallpaper is scaled to fit the screen": "Як шпалери масштабуються під розмір екрана" + }, + "Humidity": { + "Humidity": "Вологість" + }, + "Hyprland Discord Server": { + "Hyprland Discord Server": "Discord-сервер Hyprland" + }, + "Hyprland Options": { + "Hyprland Options": "Опції Hyprland" + }, + "Hyprland Website": { + "Hyprland Website": "Сайт Hyprland" + }, + "Hyprland conf mode": { + "Hyprland conf mode": "Режим конфігурації Hyprland" + }, + "Hyprland conf mode is read-only in Settings": { + "Hyprland conf mode is read-only in Settings": "Режим конфігурації Hyprland у налаштуваннях доступний лише для читання" + }, + "Hyprland config include missing": { + "Hyprland config include missing": "Відсутній файл включення (include) конфігурації Hyprland" + }, + "I Understand": { + "I Understand": "Зрозуміло" + }, + "IP": { + "IP": "IP" + }, + "IP Address:": { + "IP Address:": "IP-адреса:" + }, + "IP address or hostname": { + "IP address or hostname": "IP-адреса або назва хоста" + }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, + "ISO Date": { + "ISO Date": "Дата за стандартом ISO" + }, + "Icon": { + "Icon": "Іконка" + }, + "Icon Scale": { + "Icon Scale": "Масштаб іконок" + }, + "Icon Size": { + "Icon Size": "Розмір значків" + }, + "Icon Size %": { + "Icon Size %": "Розмір іконок %" + }, + "Icon Theme": { + "Icon Theme": "Тема іконок" + }, + "Icon theme changed outside DMS; switched to System Default": { + "Icon theme changed outside DMS; switched to System Default": "Тема іконок була змінена поза DMS; переключено на системну за замовчуванням" + }, + "Identical alerts show as one popup instead of stacking": { + "Identical alerts show as one popup instead of stacking": "Ідентичні сповіщення відображаються як одне спливаюче вікно замість стопки" + }, + "Identical alerts stack as separate notification cards": { + "Identical alerts stack as separate notification cards": "Ідентичні сповіщення накопичуються як окремі картки" + }, + "Identify": { + "Identify": "Ідентифікувати" + }, + "Idle": { + "Idle": "Очікування" + }, + "Idle Inhibit": { + "Idle Inhibit": "Заборона режиму очікування (Idle Inhibit)" + }, + "Idle Inhibitor": { + "Idle Inhibitor": "Таймер бездіяльності" + }, + "Idle Settings": { + "Idle Settings": "Налаштування бездіяльності" + }, + "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": { + "If autostart app icons don't appear in the system tray, generate a systemd override to ensure DMS starts before autostart apps": "Якщо іконки автозапуску не з'являються в треї, створіть override для systemd, щоб DMS запускався перед ними" + }, + "If the field is hidden, it will appear as soon as a key is pressed.": { + "If the field is hidden, it will appear as soon as a key is pressed.": "Якщо поле приховане, воно з'явиться, щойно буде натиснуто клавішу." + }, + "Ignore Completely": { + "Ignore Completely": "Повністю ігнорувати" + }, + "Ignore package": { + "Ignore package": "Ігнорувати пакет" + }, + "Ignore this package": { + "Ignore this package": "Ігнорувати цей пакет" + }, + "Ignored (%1)": { + "Ignored (%1)": "Ігнорується (%1)" + }, + "Ignored Packages": { + "Ignored Packages": "Ігноровані пакети" + }, + "Ignored packages are hidden from the updater and skipped by 'Update All'.": { + "Ignored packages are hidden from the updater and skipped by 'Update All'.": "Ігноровані пакети приховані з оновлювача і пропускаються під час «Оновити все»." + }, + "Ignored packages only apply to the built-in updater. Your custom command controls its own exclusions.": { + "Ignored packages only apply to the built-in updater. Your custom command controls its own exclusions.": "Ігнорування пакетів стосується лише вбудованого оновлювача. Ваша власна команда керує своїми виключеннями." + }, + "Image": { + "Image": "Зображення" + }, + "Image Viewer": { + "Image Viewer": "Переглядач зображень" + }, + "Image copied to clipboard": { + "Image copied to clipboard": "Зображення скопійовано до буфера обміну" + }, + "Import": { + "Import": "Імпортувати" + }, + "Import VPN": { + "Import VPN": "Імпортувати VPN" + }, + "Inactive Monitor Color": { + "Inactive Monitor Color": "Колір неактивного монітора" + }, + "Include AUR updates": { + "Include AUR updates": "Включати оновлення AUR" + }, + "Include Files in All Tab": { + "Include Files in All Tab": "Включати файли у вкладці «Все»" + }, + "Include Flatpak updates": { + "Include Flatpak updates": "Включати оновлення Flatpak" + }, + "Include Folders in All Tab": { + "Include Folders in All Tab": "Включати папки у вкладці «Все»" + }, + "Include Transitions": { + "Include Transitions": "Включити переходи" + }, + "Include desktop actions (shortcuts) in search results.": { + "Include desktop actions (shortcuts) in search results.": "Включати дії робочого столу (ярлики) в результатах пошуку." + }, + "Incompatible Plugins Loaded": { + "Incompatible Plugins Loaded": "Завантажено несумісні плагіни" + }, + "Incorrect password": { + "Incorrect password": "Неправильний пароль" + }, + "Incorrect password - try again": { + "Incorrect password - try again": "Неправильний пароль — спробуйте ще раз" + }, + "Index Centering": { + "Index Centering": "Центрування індексу" + }, + "Indicator Style": { + "Indicator Style": "Стиль індикатора" + }, + "Individual Batteries": { + "Individual Batteries": "Окремі акумулятори" + }, + "Individual bar configuration": { + "Individual bar configuration": "Індивідуальна конфігурація панелі" + }, + "Info": { + "Info": "Інфо" + }, + "Inherit": { + "Inherit": "Успадкувати" + }, + "Inherit Global (Default)": { + "Inherit Global (Default)": "Успадкувати глобальні (за замовчуванням)" + }, + "Inhibitable": { + "Inhibitable": "Може бути заблоковано" + }, + "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": { + "Initial position for floating windows. Set both X and Y; anchor controls which corner/edge they're relative to.": "Початкова позиція для плаваючих вікон. Встановіть X та Y; якір визначає, від якого кута чи краю вони рахуються." + }, + "Initialised": { + "Initialised": "Ініціалізовано" + }, + "Inner Gaps": { + "Inner Gaps": "Внутрішні відступи" + }, + "Inner padding applied to each widget": { + "Inner padding applied to each widget": "Внутрішній відступ, що застосовується до кожного віджета" + }, + "Input Devices": { + "Input Devices": "Пристрої введення" + }, + "Input Volume Slider": { + "Input Volume Slider": "Повзунок гучності вводу" + }, + "Insert your security key...": { + "Insert your security key...": "Вставте свій ключ безпеки..." + }, + "Inset the Notepad from screen edges using the compositor's configured gaps": { + "Inset the Notepad from screen edges using the compositor's configured gaps": "Відступ Блокнота від країв екрана відповідно до налаштувань композитора" + }, + "Install": { + "Install": "Встановити" + }, + "Install Greeter": { + "Install Greeter": "Встановити Greeter" + }, + "Install Plugin": { + "Install Plugin": "Встановити плагін" + }, + "Install Theme": { + "Install Theme": "Встановити тему" + }, + "Install color themes from the DMS theme registry": { + "Install color themes from the DMS theme registry": "Встановити кольорові теми з реєстру тем DMS" + }, + "Install complete. Greeter has been installed.": { + "Install complete. Greeter has been installed.": "Встановлення завершено. Greeter встановлено." + }, + "Install dsearch to search files.": { + "Install dsearch to search files.": "Встановіть dsearch для пошуку файлів." + }, + "Install failed: %1": { + "Install failed: %1": "Встановлення не вдалося: %1" + }, + "Install matugen package for dynamic theming": { + "Install matugen package for dynamic theming": "Встановіть пакет matugen для динамічного темизації" + }, + "Install plugin '%1' from the DMS registry?": { + "Install plugin '%1' from the DMS registry?": "Встановити плагін '%1' з реєстру DMS?" + }, + "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.": "Встановити DMS greeter? Відкриється термінал для аутентифікації sudo." + }, + "Install theme '%1' from the DMS registry?": { + "Install theme '%1' from the DMS registry?": "Встановити тему '%1' з реєстру DMS?" + }, + "Installation and PAM setup are documented in the ": { + "Installation and PAM setup are documented in the ": "Інструкції зі встановлення та налаштування PAM описані в " + }, + "Installed": { + "Installed": "Встановлено" + }, + "Installed first": { + "Installed first": "Встановлено першим" + }, + "Installed: %1": { + "Installed: %1": "Встановлено: %1" + }, + "Installing: %1": { + "Installing: %1": "Встановлення: %1" + }, + "Integrations": { + "Integrations": "Інтеграції" + }, + "Intelligent Auto-hide": { + "Intelligent Auto-hide": "Інтелектуальний автохост" + }, + "Intensity": { + "Intensity": "Інтенсивність" + }, + "Interface:": { + "Interface:": "Інтерфейс:" + }, + "Interlock Open": { + "Interlock Open": "Блокування відкрите" + }, + "Internet": { + "Internet": "Інтернет" + }, + "Interval": { + "Interval": "Інтервал" + }, + "Invalid JSON format: %1": { + "Invalid JSON format: %1": "Неправильний формат JSON: %1" + }, + "Invalid configuration": { + "Invalid configuration": "Неправильна конфігурація" + }, + "Invalid package name — letters, digits and @._+:- only.": { + "Invalid package name — letters, digits and @._+:- only.": "Неправильна назва пакета — дозволені лише літери, цифри та @._+:-." + }, + "Invalid password for %1": { + "Invalid password for %1": "Неправильний пароль для %1" + }, + "Invalid username": { + "Invalid username": "Неправильне ім'я користувача" + }, + "Invert on mode change": { + "Invert on mode change": "Інвертувати при зміні режиму" + }, + "Invert touchpad scroll direction": { + "Invert touchpad scroll direction": "Інвертувати напрямок прокрутки тачпада" + }, + "Iris Bloom": { + "Iris Bloom": "Розквіт іриса (Iris Bloom)" + }, + "Isolate Displays": { + "Isolate Displays": "Ізолювати дисплеї" + }, + "Jobs": { + "Jobs": "Завдання" + }, + "Join video call": { + "Join video call": "Приєднатися до відеодзвінка" + }, + "Jump to page": { + "Jump to page": "Перейти на сторінку" + }, + "Jump to page (1 - %1)": { + "Jump to page (1 - %1)": "Перейти на сторінку (1 - %1)" + }, + "Keep Awake": { + "Keep Awake": "Не дозволяти засинати" + }, + "Keep Changes": { + "Keep Changes": "Зберегти зміни" + }, + "Keep My Edits": { + "Keep My Edits": "Зберегти мої правки" + }, + "Keep in Bar": { + "Keep in Bar": "Залишити в панелі" + }, + "Keep the clipboard type filter when reopening history": { + "Keep the clipboard type filter when reopening history": "Зберігати фільтр типу буфера обміну при повторному відкритті історії" + }, + "Keep typing": { + "Keep typing": "Продовжуйте друкувати" + }, + "Keeping Awake": { + "Keeping Awake": "Заборона засинання" + }, + "Kernel": { + "Kernel": "Ядро" + }, + "Key": { + "Key": "Клавіша" + }, + "Keybind Sources": { + "Keybind Sources": "Джерела гарячих клавіш" + }, + "Keybinds": { + "Keybinds": "Гарячі клавіші" + }, + "Keybinds Search Settings": { + "Keybinds Search Settings": "Налаштування пошуку гарячих клавіш" + }, + "Keybinds shown alongside regular search results": { + "Keybinds shown alongside regular search results": "Гарячі клавіші відображаються разом зі звичайними результатами пошуку" + }, + "Keyboard Layout Name": { + "Keyboard Layout Name": "Назва розкладки клавіатури" + }, + "Keyboard Shortcuts": { + "Keyboard Shortcuts": "Комбінації клавіш" + }, + "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": "IRC-канал LabWC" + }, + "LabWC Website": { + "LabWC Website": "Сайт LabWC" + }, + "Large": { + "Large": "Великий" + }, + "Largest": { + "Largest": "Найбільший" + }, + "Last hour": { + "Last hour": "Остання година" + }, + "Last launched %1": { + "Last launched %1": "Останній запуск %1" + }, + "Last launched %1 day ago": { + "Last launched %1 day ago": "Запущено %1 день тому" + }, + "Last launched %1 days ago": { + "Last launched %1 days ago": "Запущено %1 днів тому" + }, + "Last launched %1 hour ago": { + "Last launched %1 hour ago": "Запущено %1 годину тому" + }, + "Last launched %1 hours ago": { + "Last launched %1 hours ago": "Запущено %1 годин тому" + }, + "Last launched %1 minute ago": { + "Last launched %1 minute ago": "Запущено %1 хвилину тому" + }, + "Last launched %1 minutes ago": { + "Last launched %1 minutes ago": "Запущено %1 хвилин тому" + }, + "Last launched just now": { + "Last launched just now": "Запущено щойно" + }, + "Latitude": { + "Latitude": "Широта" + }, + "Launch": { + "Launch": "Запустити" + }, + "Launch Prefix": { + "Launch Prefix": "Префікс запуску" + }, + "Launch on dGPU": { + "Launch on dGPU": "Запустити на дискретному ГП" + }, + "Launcher": { + "Launcher": "Засіб запуску" + }, + "Launcher Button": { + "Launcher Button": "Кнопка запускача" + }, + "Launcher Button Logo": { + "Launcher Button Logo": "Логотип кнопки запуску" + }, + "Launcher Emerge Side": { + "Launcher Emerge Side": "Сторона появи запускача" + }, + "Layer Outline Opacity": { + "Layer Outline Opacity": "Прозорість контуру шару" + }, + "Layout": { + "Layout": "Макет" + }, + "Layout Overrides": { + "Layout Overrides": "Перевизначення макета (Overrides)" + }, + "Left": { + "Left": "Зліва" + }, + "Left Center": { + "Left Center": "Зліва по центру" + }, + "Left Section": { + "Left Section": "Ліва секція" + }, + "Light": { + "Light": "Світлий" + }, + "Light Direction": { + "Light Direction": "Напрямок світла" + }, + "Light Mode": { + "Light Mode": "Світлий режим" + }, + "Light Mode Icon Theme": { + "Light Mode Icon Theme": "Тема іконок для світлого режиму" + }, + "Light Rain": { + "Light Rain": "Слабкий дощ" + }, + "Light Snow": { + "Light Snow": "Слабкий сніг" + }, + "Light Snow Showers": { + "Light Snow Showers": "Слабкий сніговий шквал" + }, + "Light mode base": { + "Light mode base": "База світлого режиму" + }, + "Light mode harmony": { + "Light mode harmony": "Гармонія світлого режиму" + }, + "Limit set to %1%": { + "Limit set to %1%": "Ліміт встановлено на %1%" + }, + "Limit the maximum battery charge level to extend lifespan.": { + "Limit the maximum battery charge level to extend lifespan.": "Обмежте максимальний рівень заряду батареї, щоб продовжити її термін служби." + }, + "Line": { + "Line": "Лінія" + }, + "Line: %1": { + "Line: %1": "Лінія: %1" + }, + "Linear": { + "Linear": "Лінійний" + }, + "Lines: %1": { + "Lines: %1": "Рядків: %1" + }, + "List": { + "List": "Список" + }, + "Lively palette with saturated accents.": { + "Lively palette with saturated accents.": "Жвава палітра з насиченими акцентами." + }, + "Load Average": { + "Load Average": "Середнє навантаження (Load Average)" + }, + "Loading codecs...": { + "Loading codecs...": "Завантаження кодеків..." + }, + "Loading keybinds...": { + "Loading keybinds...": "Завантаження комбінацій клавіш..." + }, + "Loading trending...": { + "Loading trending...": "Завантаження популярного..." + }, + "Loading...": { + "Loading...": "Завантаження..." + }, + "Local": { + "Local": "Локальний" + }, + "Local Weather": { + "Local Weather": "Місцева погода" + }, + "Locale": { + "Locale": "Локаль" + }, + "Location": { + "Location": "Розташування" + }, + "Location Search": { + "Location Search": "Пошук розташування" + }, + "Lock": { + "Lock": "Заблокувати" + }, + "Lock Screen": { + "Lock Screen": "Екран блокування" + }, + "Lock Screen Format": { + "Lock Screen Format": "Формат екрана блокування" + }, + "Lock at startup": { + "Lock at startup": "Блокувати при запуску" + }, + "Lock before suspend": { + "Lock before suspend": "Блокувати перед переходом у режим сну" + }, + "Lock fade grace period": { + "Lock fade grace period": "Час очікування затухання блокування" + }, + "Lock screen font": { + "Lock screen font": "Шрифт екрана блокування" + }, + "Locked": { + "Locked": "Заблоковано" + }, + "Logging in...": { + "Logging in...": "Вхід..." + }, + "Login": { + "Login": "Увійти" + }, + "Long": { + "Long": "Довгий" + }, + "Long Text": { + "Long Text": "Довгий текст" + }, + "Long press": { + "Long press": "Довге натискання" + }, + "Longitude": { + "Longitude": "Довгота" + }, + "Low": { + "Low": "Низький" + }, + "Low Battery": { + "Low Battery": "Низький заряд батареї" + }, + "Low Battery Notifications": { + "Low Battery Notifications": "Сповіщення про низький заряд батареї" + }, + "Low Battery Threshold": { + "Low Battery Threshold": "Поріг низького заряду батареї" + }, + "Low Priority": { + "Low Priority": "Низький пріоритет" + }, + "Lower display refresh rate on battery": { + "Lower display refresh rate on battery": "Знизити частоту оновлення дисплея при роботі від батареї" + }, + "MAC": { + "MAC": "MAC" + }, + "MTU": { + "MTU": "MTU" + }, + "Mail": { + "Mail": "Пошта" + }, + "Make admin": { + "Make admin": "Зробити адміністратором" + }, + "Make sure KDE Connect or Valent is running on your other devices": { + "Make sure KDE Connect or Valent is running on your other devices": "Переконайтеся, що KDE Connect або Valent запущено на ваших інших пристроях" + }, + "Make the bar background fully transparent": { + "Make the bar background fully transparent": "Зробити фон панелі повністю прозорим" + }, + "Manage and configure plugins for extending DMS functionality": { + "Manage and configure plugins for extending DMS functionality": "Керувати та налаштовувати плагіни для розширення функціональності DMS" + }, + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": { + "Manage up to 4 independent bar configurations. Each bar has its own position, widgets, styling, and display assignment.": "Керуйте до 4 незалежними конфігураціями панелей. Кожна панель має власну позицію, віджети, стиль та призначення дисплея." + }, + "Managed by Frame": { + "Managed by Frame": "Керується рамкою (Frame)" + }, + "Managed by Frame in Connected Mode": { + "Managed by Frame in Connected Mode": "Керується рамкою в підключеному режимі" + }, + "Managed by the primary PAM source": { + "Managed by the primary PAM source": "Керується основним джерелом PAM" + }, + "Managed by the primary PAM source.": { + "Managed by the primary PAM source.": "Керується основним джерелом PAM." + }, + "Management": { + "Management": "Управління" + }, + "Manages files and directories": { + "Manages files and directories": "Керує файлами та директоріями" + }, + "Mango Options": { + "Mango Options": "Опції Mango" + }, + "Mango service not available": { + "Mango service not available": "Сервіс Mango недоступний" + }, + "Manual": { + "Manual": "Ручний" + }, + "Manual Coordinates": { + "Manual Coordinates": "Координати вручну" + }, + "Manual Direction": { + "Manual Direction": "Ручний напрямок" + }, + "Manual Gap Size": { + "Manual Gap Size": "Ручний розмір відступу" + }, + "Manual Gaps": { + "Manual Gaps": "Ручні відступи" + }, + "Manual Show/Hide": { + "Manual Show/Hide": "Ручне відображення/приховування" + }, + "Manual config": { + "Manual config": "Ручна конфігурація" + }, + "Map window class names to icon names for proper icon display": { + "Map window class names to icon names for proper icon display": "Прив'яжіть імена класів вікон до імен іконок для правильного відображення іконок" + }, + "Maps": { + "Maps": "Карти" + }, + "Margin": { + "Margin": "Відступ" + }, + "Marker Supply Empty": { + "Marker Supply Empty": "Тонер/чорнило вичерпано" + }, + "Marker Supply Low": { + "Marker Supply Low": "Низький рівень тонера/чорнила" + }, + "Marker Waste Almost Full": { + "Marker Waste Almost Full": "Контейнер для відпрацьованого тонера майже повний" + }, + "Marker Waste Full": { + "Marker Waste Full": "Контейнер для відпрацьованого тонера повний" + }, + "Match (%1)": { + "Match (%1)": "Відповідність (%1)" + }, + "Match Conditions": { + "Match Conditions": "Умови відповідності" + }, + "Match Criteria": { + "Match Criteria": "Критерії відповідності" + }, + "Material": { + "Material": "Material" + }, + "Material Battery Style": { + "Material Battery Style": "Стиль батареї Material" + }, + "Material Colors": { + "Material Colors": "Кольори Material" + }, + "Material Design inspired color themes": { + "Material Design inspired color themes": "Колірні теми в стилі Material Design" + }, + "Material colors generated from wallpaper": { + "Material colors generated from wallpaper": "Кольори Material, згенеровані зі шпалер" + }, + "Material inspired shadows and elevation on modals, popouts, and dialogs": { + "Material inspired shadows and elevation on modals, popouts, and dialogs": "Тіні та підняття (elevation) у стилі Material для модальних вікон, спливаючих елементів та діалогів" + }, + "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": { + "Material: Material Design 3 Expressive bezier curves. The DMS default feel.": "Material: Експресивні криві Безьє Material Design 3. Стандартне відчуття DMS." + }, + "Matugen Contrast": { + "Matugen Contrast": "Контраст Matugen" + }, + "Matugen Missing": { + "Matugen Missing": "Matugen відсутній" + }, + "Matugen Palette": { + "Matugen Palette": "Палітра Matugen" + }, + "Matugen Target Monitor": { + "Matugen Target Monitor": "Цільовий монітор Matugen" + }, + "Matugen Templates": { + "Matugen Templates": "Шаблони Matugen" + }, + "Max Edges": { + "Max Edges": "Макс. краї" + }, + "Max H": { + "Max H": "Макс. В" + }, + "Max Pinned Apps": { + "Max Pinned Apps": "Макс. закріплених додатків" + }, + "Max Pinned Apps (0 = Unlimited)": { + "Max Pinned Apps (0 = Unlimited)": "Макс. закріплених додатків (0 = безлімітно)" + }, + "Max Running Apps": { + "Max Running Apps": "Макс. запущених додатків" + }, + "Max Running Apps (0 = Unlimited)": { + "Max Running Apps (0 = Unlimited)": "Макс. запущених додатків (0 = безлімітно)" + }, + "Max Visible": { + "Max Visible": "Макс. видимих" + }, + "Max Volume": { + "Max Volume": "Макс. гучність" + }, + "Max W": { + "Max W": "Макс. Ш" + }, + "Max apps to show": { + "Max apps to show": "Максимальна кількість програм" + }, + "Max to Edges": { + "Max to Edges": "Макс. до країв" + }, + "Maximize": { + "Maximize": "Максимізувати" + }, + "Maximize Detection": { + "Maximize Detection": "Виявлення максимізації" + }, + "Maximize Widget Icons": { + "Maximize Widget Icons": "Максимізувати іконки віджетів" + }, + "Maximize Widget Text": { + "Maximize Widget Text": "Максимізувати текст віджетів" + }, + "Maximum Entry Size": { + "Maximum Entry Size": "Максимальний розмір запису" + }, + "Maximum History": { + "Maximum History": "Максимальний розмір історії" + }, + "Maximum Pinned Entries": { + "Maximum Pinned Entries": "Максимум закріплених записів" + }, + "Maximum fingerprint attempts reached. Please use password.": { + "Maximum fingerprint attempts reached. Please use password.": "Досягнуто максимальної кількості спроб сканування відбитка. Будь ласка, використайте пароль." + }, + "Maximum number of clipboard entries to keep": { + "Maximum number of clipboard entries to keep": "Максимальна кількість записів буфера обміну для збереження" + }, + "Maximum number of entries that can be saved": { + "Maximum number of entries that can be saved": "Максимальна кількість записів, які можуть бути збережені" + }, + "Maximum number of notifications to keep": { + "Maximum number of notifications to keep": "Максимальна кількість сповіщень для збереження" + }, + "Maximum pinned entries reached": { + "Maximum pinned entries reached": "Досягнуто максимуму закріплених записів" + }, + "Media Controls": { + "Media Controls": "Керування відтворенням" + }, + "Media Empty": { + "Media Empty": "Папір закінчився" + }, + "Media Jam": { + "Media Jam": "Зам'яття паперу" + }, + "Media Low": { + "Media Low": "Мало паперу" + }, + "Media Needed": { + "Media Needed": "Потрібен папір" + }, + "Media Playback": { + "Media Playback": "Відтворення медіа" + }, + "Media Player": { + "Media Player": "Медіаплеєр" + }, + "Media Players (": { + "Media Players (": "Медіаплеєри (" + }, + "Media Volume": { + "Media Volume": "Гучність медіа" + }, + "Medium": { + "Medium": "Середній" + }, + "Memory": { + "Memory": "Пам'ять" + }, + "Memory Graph": { + "Memory Graph": "Графік пам'яті" + }, + "Memory Usage": { + "Memory Usage": "Використання пам'яті" + }, + "Memory usage indicator": { + "Memory usage indicator": "Індикатор використання пам'яті" + }, + "Merge indexed file results into the All tab (requires dsearch).": { + "Merge indexed file results into the All tab (requires dsearch).": "Об'єднати результати індексованих файлів у вкладці «Все» (потрібен dsearch)." + }, + "Merge indexed folder results into the All tab (requires dsearch).": { + "Merge indexed folder results into the All tab (requires dsearch).": "Об'єднати результати індексованих папок у вкладці «Все» (потрібен dsearch)." + }, + "Message": { + "Message": "Повідомлення" + }, + "Message Content": { + "Message Content": "Вміст повідомлення" + }, + "Microphone": { + "Microphone": "Мікрофон" + }, + "Microphone Mute": { + "Microphone Mute": "Вимкнення мікрофона" + }, + "Microphone Volume": { + "Microphone Volume": "Гучність мікрофона" + }, + "Microphone settings": { + "Microphone settings": "Налаштування мікрофона" + }, + "Microphone volume control": { + "Microphone volume control": "Керування гучністю мікрофона" + }, + "Middle Section": { + "Middle Section": "Середня секція" + }, + "Min H": { + "Min H": "Мін. В" + }, + "Min W": { + "Min W": "Мін. Ш" + }, + "Minimal palette built around a single hue.": { + "Minimal palette built around a single hue.": "Мінімалістична палітра на основі одного відтінку." + }, + "Minute": { + "Minute": "Хвилина" + }, + "Mirror Display": { + "Mirror Display": "Дзеркальний дисплей" + }, + "Missing Environment Variables": { + "Missing Environment Variables": "Відсутні змінні середовища" + }, + "Modal Background": { + "Modal Background": "Фон модального вікна" + }, + "Modal Shadows": { + "Modal Shadows": "Тіні модальних вікон" + }, + "Modals": { + "Modals": "Модальні вікна" + }, + "Mode": { + "Mode": "Режим" + }, + "Model": { + "Model": "Модель" + }, + "Modular widget bar": { + "Modular widget bar": "Модульна панель віджетів" + }, + "Monitor": { + "Monitor": "Монітор" + }, + "Monitor Configuration": { + "Monitor Configuration": "Конфігурація монітора" + }, + "Monitor fade grace period": { + "Monitor fade grace period": "Час очікування затухання монітора" + }, + "Monitor whose wallpaper drives dynamic theming colors": { + "Monitor whose wallpaper drives dynamic theming colors": "Монітор, шпалери якого визначають кольори динамічної теми" + }, + "Monitors in \"%1\":": { + "Monitors in \"%1\":": "Монітори в «%1»:" + }, + "Monochrome": { + "Monochrome": "Монохромний" + }, + "Monocle": { + "Monocle": "Монокль" + }, + "Monospace Font": { + "Monospace Font": "Моноширинний шрифт" + }, + "Month Date": { + "Month Date": "Дата з місяцем" + }, + "Morning": { + "Morning": "Ранок" + }, + "Motion Effects": { + "Motion Effects": "Ефекти руху" + }, + "Mount Points": { + "Mount Points": "Точки монтування" + }, + "Mouse clicks pass through the bar to windows behind it": { + "Mouse clicks pass through the bar to windows behind it": "Кліки миші проходять крізь панель до вікон за нею" + }, + "Mouse pointer appearance": { + "Mouse pointer appearance": "Вигляд курсора миші" + }, + "Mouse pointer size in pixels": { + "Mouse pointer size in pixels": "Розмір курсора в пікселях" + }, + "Move Widget": { + "Move Widget": "Перемістити віджет" + }, + "Moving to Paused": { + "Moving to Paused": "Перехід до призупинення" + }, + "Multi-Monitor": { + "Multi-Monitor": "Багатомоніторний режим" + }, + "Multimedia": { + "Multimedia": "Мультимедіа" + }, + "Multiplexer Type": { + "Multiplexer Type": "Тип мультиплексора" + }, + "Multiplexers": { + "Multiplexers": "Мультиплексори" + }, + "Music Player": { + "Music Player": "Музичний плеєр" + }, + "Mute During Playback": { + "Mute During Playback": "Вимкнути звук під час відтворення" + }, + "Mute Popups": { + "Mute Popups": "Вимкнути спливаючі вікна" + }, + "Mute popups for %1": { + "Mute popups for %1": "Вимкнути спливаючі вікна для %1" + }, + "Muted": { + "Muted": "Без звуку" + }, + "Muted Apps": { + "Muted Apps": "Додатки без звуку" + }, + "Muted palette with subdued, calming tones.": { + "Muted palette with subdued, calming tones.": "Стримана палітра з приглушеними, заспокійливими тонами." + }, + "My Online": { + "My Online": "Мій статус онлайн" + }, + "NM not supported": { + "NM not supported": "NM не підтримується" + }, + "Named Workspace Icons": { + "Named Workspace Icons": "Іконки іменованих робочих просторів" + }, + "Native": { + "Native": "Рідний (Native)" + }, + "Native: platform renderer (FreeType).": { + "Native: platform renderer (FreeType).": "Native: системний рендерер (FreeType)." + }, + "Natural Touchpad Scrolling": { + "Natural Touchpad Scrolling": "Природна прокрутка тачпада" + }, + "Navigate": { + "Navigate": "Навігувати" + }, + "Network": { + "Network": "Мережа" + }, + "Network Graph": { + "Network Graph": "Графік мережі" + }, + "Network Info": { + "Network Info": "Деталі про мережу" + }, + "Network Information": { + "Network Information": "Мережева інформація" + }, + "Network Name (SSID)": { + "Network Name (SSID)": "Назва мережі (SSID)" + }, + "Network Speed Monitor": { + "Network Speed Monitor": "Монітор швидкості мережі" + }, + "Network Type": { + "Network Type": "Тип мережі" + }, + "Network download and upload speed display": { + "Network download and upload speed display": "Відображення швидкості завантаження та вивантаження мережі" + }, + "Network not found": { + "Network not found": "Мережу не знайдено" + }, + "Neutral": { + "Neutral": "Нейтральний" + }, + "Never": { + "Never": "Ніколи" + }, + "Never used": { + "Never used": "Ніколи не використовувалось" + }, + "New": { + "New": "Новий" + }, + "New Key": { + "New Key": "Нова клавіша" + }, + "New Keybind": { + "New Keybind": "Нова комбінація клавіш" + }, + "New Notification": { + "New Notification": "Нове сповіщення" + }, + "New Session": { + "New Session": "Нова сесія" + }, + "New Window Rule": { + "New Window Rule": "Нове правило вікна" + }, + "New York, NY": { + "New York, NY": "Нью-Йорк, штат Нью-Йорк" + }, + "New event": { + "New event": "Нова подія" + }, + "New group name...": { + "New group name...": "Нова назва групи..." + }, + "Next": { + "Next": "Далі" + }, + "Next Transition": { + "Next Transition": "Наступний перехід" + }, + "Next page": { + "Next page": "Наступна сторінка" + }, + "Night": { + "Night": "Ніч" + }, + "Night Mode": { + "Night Mode": "Нічний режим" + }, + "Night Temperature": { + "Night Temperature": "Нічна температура" + }, + "Night mode & gamma": { + "Night mode & gamma": "Нічний режим та гамма" + }, + "Night mode failed: DMS gamma control not available": { + "Night mode failed: DMS gamma control not available": "Помилка нічного режиму: керування гаммою DMS недоступне" + }, + "Niri Integration": { + "Niri Integration": "Інтеграція з Niri" + }, + "Niri compositor actions (focus, move, etc.)": { + "Niri compositor actions (focus, move, etc.)": "Дії композитора Niri (фокус, переміщення тощо)" + }, + "No": { + "No": "Ні" + }, + "No Active Players": { + "No Active Players": "Немає активних програвачів" + }, + "No Anim": { + "No Anim": "Без анімації" + }, + "No Background": { + "No Background": "Без фону" + }, + "No Bluetooth adapter found": { + "No Bluetooth adapter found": "Не знайдено адаптер Bluetooth" + }, + "No Blur": { + "No Blur": "Без розмиття" + }, + "No Border": { + "No Border": "Без межі" + }, + "No DMS shortcuts configured": { + "No DMS shortcuts configured": "Ярлики DMS не налаштовані" + }, + "No Dim": { + "No Dim": "Без затемнення" + }, + "No Focus": { + "No Focus": "Без фокусу" + }, + "No GPU detected": { + "No GPU detected": "Графічний процесор не виявлено" + }, + "No GPUs detected": { + "No GPUs detected": "GPU не виявлено" + }, + "No History": { + "No History": "Немає історії" + }, + "No Media": { + "No Media": "Немає медіа" + }, + "No Round": { + "No Round": "Без заокруглення" + }, + "No Rounding": { + "No Rounding": "Без заокруглення" + }, + "No Shadow": { + "No Shadow": "Без тіні" + }, + "No VPN profiles": { + "No VPN profiles": "Немає профілів VPN" + }, + "No Weather": { + "No Weather": "Без погоди" + }, + "No Weather Data": { + "No Weather Data": "Даних про погоду немає" + }, + "No Weather Data Available": { + "No Weather Data Available": "Немає доступних даних про погоду" + }, + "No action": { + "No action": "Без дії" + }, + "No active %1 sessions": { + "No active %1 sessions": "Немає активних сесій %1" + }, + "No active session found for %1": { + "No active session found for %1": "Активну сесію для %1 не знайдено" + }, + "No adapter": { + "No adapter": "Немає адаптера" + }, + "No adapters": { + "No adapters": "Немає адаптерів" + }, + "No app customizations.": { + "No app customizations.": "Налаштувань додатків немає." + }, + "No application selected": { + "No application selected": "Додаток не обрано" + }, + "No apps found": { + "No apps found": "Додатків не знайдено" + }, + "No apps have been launched yet.": { + "No apps have been launched yet.": "Жодного додатка ще не було запущено." + }, + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": { + "No apps muted. Right-click a notification and choose \"Mute popups\" to add one here.": "Немає додатків без звуку. Натисніть правою кнопкою на сповіщення та оберіть «Вимкнути спливаючі вікна», щоб додати їх сюди." + }, + "No autostart entries": { + "No autostart entries": "Записів автозапуску немає" + }, + "No battery": { + "No battery": "Батареї немає" + }, + "No brightness devices available": { + "No brightness devices available": "Пристроїв яскравості не знайдено" + }, + "No calendar source available": { + "No calendar source available": "Джерело календаря недоступне" + }, + "No changes": { + "No changes": "Без змін" + }, + "No checks passed": { + "No checks passed": "Жодна перевірка не пройшла" + }, + "No codecs found": { + "No codecs found": "Кодеків не знайдено" + }, + "No custom theme file": { + "No custom theme file": "Спеціального файлу теми немає" + }, + "No devices": { + "No devices": "Пристроїв немає" + }, + "No devices found": { + "No devices found": "Пристроїв не знайдено" + }, + "No disk data": { + "No disk data": "Немає даних про диск" + }, + "No disk data available": { + "No disk data available": "Дані про диск недоступні" + }, + "No display profiles found. Create them in Settings > Displays.": { + "No display profiles found. Create them in Settings > Displays.": "Профілів дисплеїв не знайдено. Створіть їх у Налаштування > Дисплеї." + }, + "No drivers found": { + "No drivers found": "Драйверів не знайдено" + }, + "No errors": { + "No errors": "Помилок немає" + }, + "No excluded players configured": { + "No excluded players configured": "Виключених плеєрів не налаштовано" + }, + "No features enabled": { + "No features enabled": "Жодні функції не увімкнені" + }, + "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 human user accounts found.": { + "No human user accounts found.": "Облікових записів реальних користувачів не знайдено." + }, + "No images found": { + "No images found": "Зображень не знайдено" + }, + "No info items": { + "No info items": "Інформаційних елементів немає" + }, + "No information available": { + "No information available": "Інформація відсутня" + }, + "No input device": { + "No input device": "Пристрій введення відсутній" + }, + "No input devices found": { + "No input devices found": "Пристроїв введення не знайдено" + }, + "No items added yet": { + "No items added yet": "Ще не додано жодного елемента" + }, + "No keybinds found": { + "No keybinds found": "Комбінацій клавіш не знайдено" + }, + "No launcher plugins installed.": { + "No launcher plugins installed.": "Плагіни запускача не встановлено." + }, + "No match criteria": { + "No match criteria": "Критерії відповідності відсутні" + }, + "No matches": { + "No matches": "Немає збігів" + }, + "No matching devices": { + "No matching devices": "Відповідних пристроїв не знайдено" + }, + "No matching processes": { + "No matching processes": "Відповідних процесів не знайдено" + }, + "No monitors": { + "No monitors": "Моніторів немає" + }, + "No mount points found": { + "No mount points found": "Точок монтування не знайдено" + }, + "No other active sessions on this seat": { + "No other active sessions on this seat": "Інших активних сесій на цьому місці (seat) немає" + }, + "No output device": { + "No output device": "Пристрій виводу відсутній" + }, + "No output devices found": { + "No output devices found": "Пристроїв виводу не знайдено" + }, + "No packages ignored. Add one here or hover an update in the popout and click the hide button.": { + "No packages ignored. Add one here or hover an update in the popout and click the hide button.": "Ігнорованих пакетів немає. Додайте один тут або наведіть на оновлення в спливаючому вікні та натисніть кнопку приховання." + }, + "No peers found": { + "No peers found": "Пірів (peers) не знайдено" + }, + "No plugin results": { + "No plugin results": "Результатів від плагінів немає" + }, + "No plugins found": { + "No plugins found": "Не знайдено плагінів" + }, + "No printer found": { + "No printer found": "Принтерів не знайдено" + }, + "No printers configured": { + "No printers configured": "Жодного принтера не налаштовано" + }, + "No printers found": { + "No printers found": "Принтерів не знайдено" + }, + "No profiles": { + "No profiles": "Профілів немає" + }, + "No recent clipboard entries found": { + "No recent clipboard entries found": "Нещодавніх записів буфера обміну не знайдено" + }, + "No reminder": { + "No reminder": "Без нагадування" + }, + "No results": { + "No results": "Немає результатів" + }, + "No results found": { + "No results found": "Результатів не знайдено" + }, + "No saved clipboard entries": { + "No saved clipboard entries": "Збережених записів буфера обміну немає" + }, + "No screenshot provided": { + "No screenshot provided": "Скріншот не надано" + }, + "No session selected": { + "No session selected": "Сесію не обрано" + }, + "No sessions found": { + "No sessions found": "Сесій не знайдено" + }, + "No status output.": { + "No status output.": "Вивід статусу відсутній." + }, + "No supported package manager found.": { + "No supported package manager found.": "Підтримуваний менеджер пакетів не знайдено." + }, + "No themes found": { + "No themes found": "Тем не знайдено" + }, + "No themes installed. Browse themes to install from the registry.": { + "No themes installed. Browse themes to install from the registry.": "Тем не встановлено. Перегляньте реєстр, щоб встановити тему." + }, + "No trigger": { + "No trigger": "Без тригера" + }, + "No updates available.": { + "No updates available.": "Оновлень немає." + }, + "No user specified": { + "No user specified": "Користувача не вказано" + }, + "No video found in folder": { + "No video found in folder": "Відео в папці не знайдено" + }, + "No wallpaper selected": { + "No wallpaper selected": "Шпалери не обрані" + }, + "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Натисніть на іконку папки нижче, щоб переглянути доступні" + }, + "No warnings": { + "No warnings": "Попереджень немає" + }, + "No widgets added. Click \"Add Widget\" to get started.": { + "No widgets added. Click \"Add Widget\" to get started.": "Віджети не додані. Натисніть «Додати віджет», щоб почати." + }, + "No widgets available": { + "No widgets available": "Віджети недоступні" + }, + "No widgets match your search": { + "No widgets match your search": "Жоден віджет не відповідає вашому пошуку" + }, + "No window rules configured": { + "No window rules configured": "Правила вікон не налаштовані" + }, + "No writable calendar available": { + "No writable calendar available": "Доступного календаря для запису немає" + }, + "Noise": { + "Noise": "Шум" + }, + "None": { + "None": "Немає" + }, + "None active": { + "None active": "Жоден не активний" + }, + "Normal": { + "Normal": "Нормальний" + }, + "Normal Font": { + "Normal Font": "Звичайний шрифт" + }, + "Normal Priority": { + "Normal Priority": "Нормальний пріоритет" + }, + "Not available": { + "Not available": "Недоступно" + }, + "Not available - install fprintd and pam_fprintd": { + "Not available - install fprintd and pam_fprintd": "Недоступно — встановіть fprintd та pam_fprintd" + }, + "Not available - install or configure pam_u2f": { + "Not available - install or configure pam_u2f": "Недоступно — встановіть або налаштуйте pam_u2f" + }, + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { + "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Недоступно — встановіть fprintd та pam_fprintd або налаштуйте greetd PAM." + }, + "Not available — install or configure pam_u2f, or configure greetd PAM.": { + "Not available — install or configure pam_u2f, or configure greetd PAM.": "Недоступно — встановіть або налаштуйте pam_u2f або налаштуйте greetd PAM." + }, + "Not bound": { + "Not bound": "Не прив'язано" + }, + "Not connected": { + "Not connected": "Не підключено" + }, + "Not detected": { + "Not detected": "Не виявлено" + }, + "Not listed?": { + "Not listed?": "Відсутній у списку?" + }, + "Not paired": { + "Not paired": "Не сполучено" + }, + "Not set": { + "Not set": "Не встановлено" + }, + "Notepad": { + "Notepad": "Блокнот" + }, + "Notepad Settings": { + "Notepad Settings": "Налаштування Блокнота" + }, + "Notepad Slideout": { + "Notepad Slideout": "Висувна панель нотаток" + }, + "Notes": { + "Notes": "Нотатки" + }, + "Nothing": { + "Nothing": "Нічого" + }, + "Nothing to see here": { + "Nothing to see here": "Тут нічого немає" + }, + "Notification": { + "Notification": "Сповіщення" + }, + "Notification Center": { + "Notification Center": "Центр сповіщень" + }, + "Notification Display": { + "Notification Display": "Відображення сповіщень" + }, + "Notification Overlay": { + "Notification Overlay": "Накладання сповіщень" + }, + "Notification Popups": { + "Notification Popups": "Спливаючі сповіщення" + }, + "Notification Settings": { + "Notification Settings": "Налаштування сповіщень" + }, + "Notification Type": { + "Notification Type": "Тип сповіщення" + }, + "Notification toast popups": { + "Notification toast popups": "Спливаючі сповіщення" + }, + "Notifications": { + "Notifications": "Сповіщення" + }, + "Notify when limit is reached": { + "Notify when limit is reached": "Попередити при досягненні ліміту" + }, + "Now playing and media controls": { + "Now playing and media controls": "Зараз відтворюється та керування медіа" + }, + "Numeric (D/M)": { + "Numeric (D/M)": "Числовий (Д/М)" + }, + "Numeric (M/D)": { + "Numeric (M/D)": "Числовий (М/Д)" + }, + "OK": { + "OK": "ОК" + }, + "OS Logo": { + "OS Logo": "Лого ОС" + }, + "OSD Position": { + "OSD Position": "Позиція екранного індикатора" + }, + "Occupied Color": { + "Occupied Color": "Колір зайнятого" + }, + "Off": { + "Off": "ВИМК" + }, + "Office": { + "Office": "Офіс" + }, + "Offline": { + "Offline": "Офлайн" + }, + "Offline Report": { + "Offline Report": "Звіт про автономну роботу" + }, + "Older": { + "Older": "Старіше" + }, + "On": { + "On": "УВІМ" + }, + "On indefinitely": { + "On indefinitely": "Увімкнено безстроково" + }, + "On-Demand": { + "On-Demand": "За запитом" + }, + "On-screen Displays": { + "On-screen Displays": "Екранні індикатори (OSD)" + }, + "Once a day": { + "Once a day": "Раз на день" + }, + "Online": { + "Online": "Онлайн" + }, + "Only adjust gamma based on time or location rules.": { + "Only adjust gamma based on time or location rules.": "Коригувати гаму лише на основі правил часу або розташування." + }, + "Only on Battery": { + "Only on Battery": "Тільки від батареї" + }, + "Only show windows from the current monitor on each dock": { + "Only show windows from the current monitor on each dock": "Показувати в доках лише вікна з поточного монітора" + }, + "Only visible if hibernate is supported by your system": { + "Only visible if hibernate is supported by your system": "Відображається лише якщо гібернація підтримується вашою системою" + }, + "Opacity": { + "Opacity": "Непрозорість" + }, + "Opaque": { + "Opaque": "Непрозорий" + }, + "Open": { + "Open": "Відкрити" + }, + "Open App": { + "Open App": "Відкрити додаток" + }, + "Open Delay": { + "Open Delay": "Затримка відкриття" + }, + "Open Dir": { + "Open Dir": "Відкрити папку" + }, + "Open Frame": { + "Open Frame": "Відкрити рамку (Frame)" + }, + "Open From": { + "Open From": "Відкрити з" + }, + "Open Notepad File": { + "Open Notepad File": "Відкрити файл Блокнота" + }, + "Open Trash": { + "Open Trash": "Відкрити кошик" + }, + "Open Trash With": { + "Open Trash With": "Відкрити кошик за допомогою" + }, + "Open a new note": { + "Open a new note": "Створити нову нотатку" + }, + "Open a terminal and run a custom command instead of the in-shell upgrade flow.": { + "Open a terminal and run a custom command instead of the in-shell upgrade flow.": "Відкрити термінал і виконати власну команду замість стандартного процесу оновлення в оболонці." + }, + "Open as window": { + "Open as window": "Відкрити як вікно" + }, + "Open folder": { + "Open folder": "Відкрити папку" + }, + "Open in Browser": { + "Open in Browser": "Відкрити в браузері" + }, + "Open in terminal": { + "Open in terminal": "Відкрити в терміналі" + }, + "Open network": { + "Open network": "" + }, + "Open search bar to find text": { + "Open search bar to find text": "Відкрити панель пошуку для пошуку тексту" + }, + "Open the launcher by hovering the emerge edge (when free of bar and dock)": { + "Open the launcher by hovering the emerge edge (when free of bar and dock)": "Відкривати запускач, наводячи курсор на край екрану (якщо там немає панелі чи дока)" + }, + "Open widget popouts by hovering over the bar. Moving to another widget switches the popout.": { + "Open widget popouts by hovering over the bar. Moving to another widget switches the popout.": "Відкривати спливаючі вікна віджетів при наведенні на панель. Перехід до іншого віджета змінює вікно." + }, + "Open with...": { + "Open with...": "Відкрити за допомогою..." + }, + "Opening SMS app": { + "Opening SMS app": "Відкриття SMS-додатка" + }, + "Opening file browser": { + "Opening file browser": "Відкриття файлового браузера" + }, + "Opening terminal: ": { + "Opening terminal: ": "Відкриття терміналу: " + }, + "Opens a picker of other active sessions on this seat": { + "Opens a picker of other active sessions on this seat": "Відкриває вибір інших активних сесій на цьому місці (seat)" + }, + "Opens the connected launcher in Connected Frame Mode.": { + "Opens the connected launcher in Connected Frame Mode.": "Відкриває підключений запускач у режимі Connected Frame." + }, + "Optional": { + "Optional": "" + }, + "Optional description": { + "Optional description": "Необов'язковий опис" + }, + "Optional location": { + "Optional location": "Необов'язкове розташування" + }, + "Optional state-based conditions applied to the first match.": { + "Optional state-based conditions applied to the first match.": "Додаткові умови на основі стану, що застосовуються до першого збігу." + }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, + "Options": { + "Options": "Параметри" + }, + "Organize widgets into collapsible groups": { + "Organize widgets into collapsible groups": "Організувати віджети в розгортаючі групи" + }, + "Original: %1": { + "Original: %1": "Оригінал: %1" + }, + "Other": { + "Other": "Інше" + }, + "Outer Gaps": { + "Outer Gaps": "Зовнішні відступи" + }, + "Outline": { + "Outline": "Контур" + }, + "Outline around shell surfaces": { + "Outline around shell surfaces": "Контур навколо поверхонь оболонки" + }, + "Output": { + "Output": "Вихід" + }, + "Output Area Almost Full": { + "Output Area Almost Full": "Область виводу майже повна" + }, + "Output Area Full": { + "Output Area Full": "Область виводу повна" + }, + "Output Devices": { + "Output Devices": "Пристрої виводу" + }, + "Output Tray Missing": { + "Output Tray Missing": "Відсутній вихідний лоток" + }, + "Overcast": { + "Overcast": "Похмуро" + }, + "Overflow": { + "Overflow": "Переповнення" + }, + "Overlay": { + "Overlay": "Накладка (Overlay)" + }, + "Overridden by config": { + "Overridden by config": "Перевизначено конфігурацією" + }, + "Override": { + "Override": "Перевизначення" + }, + "Override Border Size": { + "Override Border Size": "Перевизначити розмір межі" + }, + "Override Corner Radius": { + "Override Corner Radius": "Перевизначити радіус кутів" + }, + "Override global layout settings for this output": { + "Override global layout settings for this output": "Перевизначити глобальні налаштування макета для цього виходу" + }, + "Override global transparency for Notepad": { + "Override global transparency for Notepad": "Перевизначити глобальну прозорість для Блокнота" + }, + "Override terminal with a custom command or script": { + "Override terminal with a custom command or script": "Замінити термінал власною командою або скриптом" + }, + "Override the global shadow with per-bar settings": { + "Override the global shadow with per-bar settings": "Замінити глобальну тінь налаштуваннями окремих панелей" + }, + "Override the popup gap size when auto is disabled": { + "Override the popup gap size when auto is disabled": "Перевизначити розмір відступу спливаючого вікна, коли авторежим вимкнено" + }, + "Overrides": { + "Overrides": "Перевизначення" + }, + "Overview": { + "Overview": "Огляд" + }, + "Overview of your network connections": { + "Overview of your network connections": "Огляд ваших мережевих підключень" + }, + "Owner: %1": { + "Owner: %1": "Власник: %1" + }, + "PAM already provides fingerprint auth. Enable this to show it at login.": { + "PAM already provides fingerprint auth. Enable this to show it at login.": "PAM вже забезпечує аутентифікацію за відбитком пальця. Увімкніть це, щоб відобразити її при вході." + }, + "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 вже забезпечує аутентифікацію ключем безпеки. Увімкніть це, щоб відобразити її при вході." + }, + "PDF Reader": { + "PDF Reader": "PDF-рідер" + }, + "PIN": { + "PIN": "PIN-код" + }, + "Package name (e.g., docker)": { + "Package name (e.g., docker)": "Назва пакета (наприклад, docker)" + }, + "Pad": { + "Pad": "Відступ" + }, + "Pad Hours": { + "Pad Hours": "Відступ годин" + }, + "Padding": { + "Padding": "Відступ" + }, + "Pair": { + "Pair": "Створити пару" + }, + "Pair Bluetooth Device": { + "Pair Bluetooth Device": "Створити пару з пристроєм Bluetooth" + }, + "Paired": { + "Paired": "Сполучено" + }, + "Pairing failed": { + "Pairing failed": "Не вдалося створити пару" + }, + "Pairing request from %1": { + "Pairing request from %1": "Запит на сполучення від %1" + }, + "Pairing request sent": { + "Pairing request sent": "Запит на сполучення надіслано" + }, + "Pairing requested": { + "Pairing requested": "Запитано сполучення" + }, + "Pairing...": { + "Pairing...": "Сполучення..." + }, + "Partly Cloudy": { + "Partly Cloudy": "Частково хмарно" + }, + "Passkey:": { + "Passkey:": "Ключ доступу:" + }, + "Password": { + "Password": "Пароль" + }, + "Password cannot be empty": { + "Password cannot be empty": "Пароль не може бути порожнім" + }, + "Password change failed (exit %1)": { + "Password change failed (exit %1)": "Зміна пароля не вдалася (вихід %1)" + }, + "Password set": { + "Password set": "Пароль встановлено" + }, + "Password updated": { + "Password updated": "Пароль оновлено" + }, + "Password...": { + "Password...": "Пароль..." + }, + "Passwords do not match.": { + "Passwords do not match.": "Паролі не збігаються." + }, + "Paste": { + "Paste": "Вставити" + }, + "Paste failed: %1": { + "Paste failed: %1": "Вставка не вдалася: %1" + }, + "Path copied to clipboard": { + "Path copied to clipboard": "Шлях скопійовано в буфер обміну" + }, + "Path to a video file or folder containing videos": { + "Path to a video file or folder containing videos": "Шлях до відеофайлу або папки з відео" + }, + "Pattern": { + "Pattern": "Шаблон" + }, + "Pause": { + "Pause": "Призупинити" + }, + "Paused": { + "Paused": "Призупинено" + }, + "Pending": { + "Pending": "Очікує" + }, + "Pending Charge": { + "Pending Charge": "Очікування заряду" + }, + "Pending Discharge": { + "Pending Discharge": "Очікування розрядки" + }, + "Per-Mode Wallpapers": { + "Per-Mode Wallpapers": "Шпалери для кожного режиму" + }, + "Per-Monitor Wallpapers": { + "Per-Monitor Wallpapers": "Шпалери для кожного монітору" + }, + "Per-screen config": { + "Per-screen config": "Конфігурація для кожного екрана" + }, + "Percentage": { + "Percentage": "Відсоток" + }, + "Performance": { + "Performance": "Продуктивність" + }, + "Permanently delete %1 item(s)? This cannot be undone.": { + "Permanently delete %1 item(s)? This cannot be undone.": "Видалити %1 елемент(ів) назавжди? Цю дію неможливо скасувати." + }, + "Permission denied to set profile image.": { + "Permission denied to set profile image.": "Відмовлено в доступі для встановлення зображення профілю." + }, + "Personalization": { + "Personalization": "Персоналізація" + }, + "Phone Connect Not Available": { + "Phone Connect Not Available": "Підключення телефону недоступне" + }, + "Phone number": { + "Phone number": "Номер телефону" + }, + "Pick a different file manager in Settings → Dock → Trash.": { + "Pick a different file manager in Settings → Dock → Trash.": "Оберіть іншого файлового менеджера в Налаштування → Док → Кошик." + }, + "Pick a different random video each time from the same folder": { + "Pick a different random video each time from the same folder": "Щоразу обирати випадкове відео з тієї самої папки" + }, + "Pick how long to pause notifications": { + "Pick how long to pause notifications": "Оберіть тривалість паузи для сповіщень" + }, + "Pin": { + "Pin": "Закріпити" + }, + "Pin to Dock": { + "Pin to Dock": "Закріпити на панелі Док" + }, + "Ping": { + "Ping": "Пінг" + }, + "Ping sent to %1": { + "Ping sent to %1": "Пінг надіслано до %1" + }, + "Pinned": { + "Pinned": "Закріплено" + }, + "Pinned and running apps with drag-and-drop": { + "Pinned and running apps with drag-and-drop": "Закріплені та запущені додатки з перетягуванням (drag-and-drop)" + }, + "Pixelate": { + "Pixelate": "Пікселізація" + }, + "Place a trash bin at the end of the dock": { + "Place a trash bin at the end of the dock": "Розмістити кошик у кінці дока" + }, + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": { + "Place plugin directories here. Each plugin should have a plugin.json manifest file.": "Розташуйте каталоги плагінів тут. Кожен плагін повинен мати файл маніфесту plugin.json." + }, + "Place plugins in %1": { + "Place plugins in %1": "Розмістити плагіни в %1" + }, + "Place the bar on the Wayland overlay layer": { + "Place the bar on the Wayland overlay layer": "Розмістити панель на шарі overlay Wayland" + }, + "Place the dock on the Wayland overlay layer": { + "Place the dock on the Wayland overlay layer": "Розмістити док на шарі overlay Wayland" + }, + "Play": { + "Play": "Відтворити" + }, + "Play a video when the screen locks.": { + "Play a video when the screen locks.": "Відтворювати відео при блокуванні екрана." + }, + "Play sound after logging in": { + "Play sound after logging in": "Відтворювати звук після входу в систему" + }, + "Play sound when new notification arrives": { + "Play sound when new notification arrives": "Відтворювати звук при надходженні нового сповіщення" + }, + "Play sound when power cable is connected": { + "Play sound when power cable is connected": "Відтворювати звук при підключенні кабелю живлення" + }, + "Play sound when volume is adjusted": { + "Play sound when volume is adjusted": "Відтворювати звук при регулюванні гучності" + }, + "Playback": { + "Playback": "Відтворення" + }, + "Playback error: ": { + "Playback error: ": "Помилка відтворення: " + }, + "Plays audio files": { + "Plays audio files": "Відтворює аудіофайли" + }, + "Please wait...": { + "Please wait...": "Будь ласка, зачекайте..." + }, + "Please write a name for your new %1 session": { + "Please write a name for your new %1 session": "Будь ласка, введіть назву для вашої нової сесії %1" + }, + "Plugged In": { + "Plugged In": "Під’єднано до мережі" + }, + "Plugin": { + "Plugin": "Плагін" + }, + "Plugin Directory": { + "Plugin Directory": "Каталог плагінів" + }, + "Plugin Management": { + "Plugin Management": "Керування плагінами" + }, + "Plugin Visibility": { + "Plugin Visibility": "Видимість плагіна" + }, + "Plugin dependency missing": { + "Plugin dependency missing": "Відсутня залежність плагіна" + }, + "Plugin disabled: %1": { + "Plugin disabled: %1": "Плагін вимкнено: %1" + }, + "Plugin enabled: %1": { + "Plugin enabled: %1": "Плагін увімкнено: %1" + }, + "Plugin is disabled - enable in Plugins settings to use": { + "Plugin is disabled - enable in Plugins settings to use": "Плагін вимкнено - увімкніть у налаштуваннях плагінів, щоб використовувати" + }, + "Plugin reloaded: %1": { + "Plugin reloaded: %1": "Плагін перезавантажено: %1" + }, + "Plugin uninstalled: %1": { + "Plugin uninstalled: %1": "Плагін видалено: %1" + }, + "Plugin updated: %1": { + "Plugin updated: %1": "Плагін оновлено: %1" + }, + "Plugins": { + "Plugins": "Плагіни" + }, + "Pointer": { + "Pointer": "Вказівник" + }, + "Polkit integration is disabled. User management requires Polkit to elevate privileges.": { + "Polkit integration is disabled. User management requires Polkit to elevate privileges.": "Інтеграція з Polkit вимкнена. Управління користувачами потребує Polkit для підвищення привілеїв." + }, + "Popout": { + "Popout": "Спливаюче вікно (Popout)" + }, + "Popout Shadows": { + "Popout Shadows": "Тіні спливаючих вікон" + }, + "Popouts": { + "Popouts": "Спливаючі вікна" + }, + "Popouts and Modals follow global Animation Speed (disable to customize independently)": { + "Popouts and Modals follow global Animation Speed (disable to customize independently)": "Спливаючі та модальні вікна слідують за глобальною швидкістю анімації (вимкніть, щоб налаштувати окремо)" + }, + "Popup Only": { + "Popup Only": "Тільки спливаюче" + }, + "Popup Position": { + "Popup Position": "Позиція спливаючого вікна" + }, + "Popup Shadow": { + "Popup Shadow": "Тінь спливаючого вікна" + }, + "Popup behavior, position": { + "Popup behavior, position": "Поведінка та позиція спливаючих вікон" + }, + "Popups": { + "Popups": "Спливаючі вікна" + }, + "Port": { + "Port": "Порт" + }, + "Portal": { + "Portal": "Портал" + }, + "Position": { + "Position": "Позиція" + }, + "Position, pinned apps": { + "Position, pinned apps": "Позиція закріплених додатків" + }, + "Possible Override Conflicts": { + "Possible Override Conflicts": "Можливі конфлікти перевизначення" + }, + "Power": { + "Power": "Живлення" + }, + "Power & Security": { + "Power & Security": "Живлення та безпека" + }, + "Power & Sleep": { + "Power & Sleep": "Живлення та режим сну" + }, + "Power Action Confirmation": { + "Power Action Confirmation": "Підтвердження дій живлення" + }, + "Power Menu Customization": { + "Power Menu Customization": "Налаштування меню живлення" + }, + "Power Mode": { + "Power Mode": "Режим живлення" + }, + "Power Profile": { + "Power Profile": "Профіль живлення" + }, + "Power Profile Degradation": { + "Power Profile Degradation": "Погіршення профілю живлення" + }, + "Power Profiles & Saving": { + "Power Profiles & Saving": "Профілі живлення та енергозбереження" + }, + "Power Saver": { + "Power Saver": "Енергозбереження" + }, + "Power off monitors on lock": { + "Power off monitors on lock": "Вимкнути монітори при блокуванні" + }, + "Power profile management available": { + "Power profile management available": "Керування профілями живлення доступне" + }, + "Power source": { + "Power source": "Джерело живлення" + }, + "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": "Попередньо обрати останню використану сесію в Greeter" + }, + "Precip": { + "Precip": "Опади" + }, + "Precipitation": { + "Precipitation": "Опади" + }, + "Precipitation Chance": { + "Precipitation Chance": "Ймовірність опадів" + }, + "Preference": { + "Preference": "Пріоритет" + }, + "Preset Widths (%)": { + "Preset Widths (%)": "Заздалегідь визначена ширина (%)" + }, + "Press Ctrl+N or click 'New Session' to create one": { + "Press Ctrl+N or click 'New Session' to create one": "Натисніть Ctrl+N або «Нова сесія», щоб створити її" + }, + "Press Enter and the audio system will restart to apply the change": { + "Press Enter and the audio system will restart to apply the change": "Натисніть Enter, і аудіосистема перезапуститься для застосування змін" + }, + "Press Enter to paste, Shift+Enter to copy": { + "Press Enter to paste, Shift+Enter to copy": "Enter для вставки, Shift+Enter для копіювання" + }, + "Press key...": { + "Press key...": "Натисніть клавішу..." + }, + "Pressure": { + "Pressure": "Тиск" + }, + "Prevent screen timeout": { + "Prevent screen timeout": "Запобігти вимкненню екрана" + }, + "Prevent specific applications from displaying in the media controllers (e.g., browser audio streams, background tools). Matches player identity or desktop file name case-insensitively.": { + "Prevent specific applications from displaying in the media controllers (e.g., browser audio streams, background tools). Matches player identity or desktop file name case-insensitively.": "Заборонити певним додаткам відображатися в медіаконтролерах (наприклад, аудіопотоки браузера, фонові інструменти). Пошук за ідентифікатором плеєра або назвою .desktop файлу без урахування регістру." + }, + "Preview": { + "Preview": "Попередній перегляд" + }, + "Preview: %1": { + "Preview: %1": "Попередній перегляд: %1" + }, + "Previous": { + "Previous": "Попередній" + }, + "Previous page": { + "Previous page": "Попередня сторінка" + }, + "Primary": { + "Primary": "Основний" + }, + "Primary Container": { + "Primary Container": "Основний контейнер" + }, + "Print Server Management": { + "Print Server Management": "Управління сервером друку" + }, + "Print Server not available": { + "Print Server not available": "Сервер друку недоступний" + }, + "Printer": { + "Printer": "Принтер" + }, + "Printer Classes": { + "Printer Classes": "Класи принтерів" + }, + "Printer created successfully": { + "Printer created successfully": "Принтер успішно створено" + }, + "Printer deleted": { + "Printer deleted": "Принтер видалено" + }, + "Printer name (no spaces)": { + "Printer name (no spaces)": "Назва принтера (без пробілів)" + }, + "Printer reachable": { + "Printer reachable": "Принтер доступний" + }, + "Printers": { + "Printers": "Принтери" + }, + "Prioritize performance": { + "Prioritize performance": "Надати пріоритет продуктивності" + }, + "Priority": { + "Priority": "Пріоритет" + }, + "Privacy Indicator": { + "Privacy Indicator": "Індикатор приватності" + }, + "Privacy Mode": { + "Privacy Mode": "Режим приватності" + }, + "Private Key Password": { + "Private Key Password": "Пароль приватного ключа" + }, + "Process Count": { + "Process Count": "Кількість процесів" + }, + "Process exited with code %1": { + "Process exited with code %1": "Процес завершився з кодом %1" + }, + "Processes": { + "Processes": "Процеси" + }, + "Processing": { + "Processing": "Обробка" + }, + "Profile Image Error": { + "Profile Image Error": "Помилка зображення профілю" + }, + "Profile activated: %1": { + "Profile activated: %1": "Профіль активовано: %1" + }, + "Profile deleted": { + "Profile deleted": "Профіль видалено" + }, + "Profile error": { + "Profile error": "Помилка профілю" + }, + "Profile image is too large. Please use a smaller image.": { + "Profile image is too large. Please use a smaller image.": "Зображення профілю завелике. Будь ласка, використайте менше зображення." + }, + "Profile name": { + "Profile name": "Назва профілю" + }, + "Profile not found": { + "Profile not found": "Профіль не знайдено" + }, + "Profile not found in monitors.json": { + "Profile not found in monitors.json": "Профіль не знайдено в monitors.json" + }, + "Profile saved: %1": { + "Profile saved: %1": "Профіль збережено: %1" + }, + "Profile when Plugged In (AC)": { + "Profile when Plugged In (AC)": "Профіль при підключенні до мережі (AC)" + }, + "Profile when on Battery": { + "Profile when on Battery": "Профіль при роботі від батареї" + }, + "Protection": { + "Protection": "Захист" + }, + "Protocol": { + "Protocol": "Протокол" + }, + "Qt": { + "Qt": "Qt" + }, + "Qt colors applied successfully": { + "Qt colors applied successfully": "Кольори Qt успішно застосовано" + }, + "Qt: distance-field renderer.": { + "Qt: distance-field renderer.": "Qt: рендерер distance-field." + }, + "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 недоступний — відеозаставка потребує сервісів qt multimedia" + }, + "Quality": { + "Quality": "Якість" + }, + "Quick access to application launcher": { + "Quick access to application launcher": "Швидкий доступ до запускача програм" + }, + "Quick access to color picker": { + "Quick access to color picker": "Швидкий доступ до засобу вибору кольорів" + }, + "Quick access to notepad": { + "Quick access to notepad": "Швидкий доступ до блокноту" + }, + "Quick note-taking slideout panel": { + "Quick note-taking slideout panel": "Висувна панель для швидких нотаток" + }, + "Quick system toggles": { + "Quick system toggles": "Швидкі системні перемикачі" + }, + "RGB": { + "RGB": "RGB" + }, + "Radius": { + "Radius": "Радіус" + }, + "Rain": { + "Rain": "Дощ" + }, + "Rain Chance": { + "Rain Chance": "Імовірність дощу" + }, + "Rainbow": { + "Rainbow": "Веселка" + }, + "Random": { + "Random": "Випадковий" + }, + "Rate": { + "Rate": "Швидкість" + }, + "Re-enter password": { + "Re-enter password": "Повторно введіть пароль" + }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, + "Reach local network devices while using an exit node": { + "Reach local network devices while using an exit node": "Доступ до пристроїв локальної мережі під час використання вихідного вузла (exit node)" + }, + "Read-only legacy config": { + "Read-only legacy config": "Застаріла конфігурація тільки для читання" + }, + "Read:": { + "Read:": "Читати:" + }, + "Ready": { + "Ready": "" + }, + "Reason": { + "Reason": "Причина" + }, + "Recent": { + "Recent": "Нещодавні" + }, + "Recent Colors": { + "Recent Colors": "Останні кольори" + }, + "Recent Images": { + "Recent Images": "Нещодавні зображення" + }, + "Recently Used Apps": { + "Recently Used Apps": "Нещодавно використані програми" + }, + "Recommended available": { + "Recommended available": "Доступні рекомендовані" + }, + "Refresh": { + "Refresh": "Оновити" + }, + "Refresh Weather": { + "Refresh Weather": "Оновити погоду" + }, + "Refreshing...": { + "Refreshing...": "Оновлення..." + }, + "Regex": { + "Regex": "Регулярний вираз (Regex)" + }, + "Regular": { + "Regular": "Звичайний" + }, + "Reject": { + "Reject": "Відхилити" + }, + "Reject Jobs": { + "Reject Jobs": "Відхиляти завдання" + }, + "Related: %1": { + "Related: %1": "Пов'язане: %1" + }, + "Release": { + "Release": "Реліз" + }, + "Release to confirm": { + "Release to confirm": "" + }, + "Reload From Disk": { + "Reload From Disk": "Перезавантажити з диска" + }, + "Reload Plugin": { + "Reload Plugin": "Перезавантажити плагін" + }, + "Remaining": { + "Remaining": "Залишилося" + }, + "Remaining / Total": { + "Remaining / Total": "Залишилося / Всього" + }, + "Remember Last Mode": { + "Remember Last Mode": "Запам'ятати останній режим" + }, + "Remember Last Query": { + "Remember Last Query": "Запам'ятати останній запит" + }, + "Remember Type Filter": { + "Remember Type Filter": "Запам'ятати фільтр типу" + }, + "Remember last session": { + "Remember last session": "Запам'ятати останню сесію" + }, + "Remember last user": { + "Remember last user": "Запам'ятати останнього користувача" + }, + "Reminder": { + "Reminder": "Нагадування" + }, + "Remove": { + "Remove": "Вилучити" + }, + "Remove \"%1\" from the %2 group?": { + "Remove \"%1\" from the %2 group?": "Видалити «%1» з групи %2?" + }, + "Remove Shortcut?": { + "Remove Shortcut?": "Видалити ярлик?" + }, + "Remove Widget Padding": { + "Remove Widget Padding": "Прибрати відступи віджета" + }, + "Remove admin": { + "Remove admin": "Видалити адміністратора" + }, + "Remove corner rounding from the bar": { + "Remove corner rounding from the bar": "Прибрати заокруглення кутів панелі" + }, + "Remove gaps and border when windows are maximized": { + "Remove gaps and border when windows are maximized": "Прибирати відступи та рамки, коли вікна максимізовані" + }, + "Remove greeter access?": { + "Remove greeter access?": "Видалити доступ до Greeter?" + }, + "Remove greeter login access": { + "Remove greeter login access": "Видалити доступ до входу через Greeter" + }, + "Remove inner padding from all widgets": { + "Remove inner padding from all widgets": "Прибрати внутрішні відступи з усіх віджетів" + }, + "Remove match": { + "Remove match": "Видалити відповідність" + }, + "Remove the shortcut %1?": { + "Remove the shortcut %1?": "Видалити ярлик %1?" + }, + "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": { + "Remove the shortcut %1? An unbind entry will be saved to dms/binds-user.lua so it stays removed across DMS updates.": "Видалити ярлик %1? Запис про розв'язку буде збережено в dms/binds-user.lua, щоб він залишався видаленим після оновлень DMS." + }, + "Removed administrator privileges": { + "Removed administrator privileges": "Права адміністратора видалено" + }, + "Removed greeter login access": { + "Removed greeter login access": "Доступ до входу через Greeter видалено" + }, + "Rename": { + "Rename": "Перейменувати" + }, + "Rename Session": { + "Rename Session": "Перейменувати сесію" + }, + "Rename Workspace": { + "Rename Workspace": "Перейменувати робочий простір" + }, + "Reorder & Group": { + "Reorder & Group": "Змінити порядок і групувати" + }, + "Repeat": { + "Repeat": "Повторити" + }, + "Replacement": { + "Replacement": "Заміна" + }, + "Report": { + "Report": "Звіт" + }, + "Request Pairing": { + "Request Pairing": "Запитати сполучення" + }, + "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 %1": { + "Requires %1": "Потребує %1" + }, + "Requires 'dgop' tool": { + "Requires 'dgop' tool": "Потрібен інструмент 'dgop'" + }, + "Requires DMS %1": { + "Requires DMS %1": "Потребує DMS %1" + }, + "Requires DMS server with sysupdate capability": { + "Requires DMS server with sysupdate capability": "Потребує сервера DMS з можливістю системного оновлення (sysupdate)" + }, + "Requires MangoWC compositor": { + "Requires MangoWC compositor": "Потребує композитора MangoWC" + }, + "Requires a newer version of Quickshell": { + "Requires a newer version of Quickshell": "Потрібна новіша версія Quickshell" + }, + "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { + "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "Потрібні greetd, dms-greeter та додавання користувача до групи greeter (а також fprintd/pam_fprintd для відбитків, pam_u2f для ключів безпеки)." + }, + "Requires night mode support": { + "Requires night mode support": "Потребує підтримки нічного режиму" + }, + "Requires remembering the last user and session. Enable those options first.": { + "Requires remembering the last user and session. Enable those options first.": "Потребує запам'ятовування останнього користувача та сесії. Спочатку увімкніть ці опції." + }, + "Reset": { + "Reset": "Скинути" + }, + "Reset Position": { + "Reset Position": "Скинути позицію" + }, + "Reset Size": { + "Reset Size": "Скинути розмір" + }, + "Reset to default": { + "Reset to default": "Скинути до стандартних" + }, + "Reset to default name": { + "Reset to default name": "Скинути до стандартної назви" + }, + "Resize Widget": { + "Resize Widget": "Змінити розмір віджета" + }, + "Resize on Border": { + "Resize on Border": "Змінювати розмір за межу" + }, + "Resize windows by dragging their edges with the mouse": { + "Resize windows by dragging their edges with the mouse": "Змінюйте розмір вікон, перетягуючи їхні краї мишею" + }, + "Resolution & Refresh": { + "Resolution & Refresh": "Роздільна здатність і частота оновлення" + }, + "Resolution, position, scale": { + "Resolution, position, scale": "Роздільна здатність, позиція, масштаб" + }, + "Restart DMS": { + "Restart DMS": "Перезапустити DMS" + }, + "Restart the DankMaterialShell": { + "Restart the DankMaterialShell": "Перезапустити DankMaterialShell" + }, + "Restarting audio system...": { + "Restarting audio system...": "Перезапуск аудіосистеми..." + }, + "Restore Special Workspace Windows": { + "Restore Special Workspace Windows": "Відновити вікна спеціального робочого простору" + }, + "Restore the last selected mode (tab) when the launcher is opened": { + "Restore the last selected mode (tab) when the launcher is opened": "Відновлювати останній обраний режим (вкладку) при відкритті запускача" + }, + "Resume": { + "Resume": "Відновити" + }, + "Reveal the arcs where surfaces meet the frame": { + "Reveal the arcs where surfaces meet the frame": "Показати дуги в місцях стику поверхонь і рамки" + }, + "Reverse Scrolling Direction": { + "Reverse Scrolling Direction": "Інвертувати напрямок прокрутки" + }, + "Reverse workspace switch direction when scrolling over the bar": { + "Reverse workspace switch direction when scrolling over the bar": "Інвертувати напрямок перемикання робочих просторів при прокрутці над панеллю" + }, + "Revert": { + "Revert": "Скасувати зміни" + }, + "Rewind 10s": { + "Rewind 10s": "Перемотати назад 10с" + }, + "Right": { + "Right": "Праворуч" + }, + "Right Center": { + "Right Center": "Справа по центру" + }, + "Right Section": { + "Right Section": "Права секція" + }, + "Right Tiling": { + "Right Tiling": "Плиткове розміщення праворуч" + }, + "Right-click and drag anywhere on the widget": { + "Right-click and drag anywhere on the widget": "Натисніть правою кнопкою миші та перетягніть у будь-якому місці віджета" + }, + "Right-click and drag the bottom-right corner": { + "Right-click and drag the bottom-right corner": "Натисніть правою кнопкою миші та перетягніть нижній правий кут" + }, + "Right-click bar widget to cycle": { + "Right-click bar widget to cycle": "Клацніть правою кнопкою миші на віджет панелі для перемикання" + }, + "Ring": { + "Ring": "Кільце (дзвінок)" + }, + "Ringing %1...": { + "Ringing %1...": "Виклик %1..." + }, + "Ripple Effects": { + "Ripple Effects": "Ефекти розпилення (Ripple)" + }, + "Root Filesystem": { + "Root Filesystem": "Корнева файлова система" + }, + "Rounded corners for windows": { + "Rounded corners for windows": "Заокруглені кути для вікон" + }, + "Rule": { + "Rule": "Правило" + }, + "Rule %1": { + "Rule %1": "Правило %1" + }, + "Rule Name": { + "Rule Name": "Назва правила" + }, + "Rules": { + "Rules": "Правила" + }, + "Rules (%1)": { + "Rules (%1)": "Правила (%1)" + }, + "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": { + "Rules found in your compositor config. These are read-only here, use Convert to DMS to make an editable copy.": "Правила знайдено в конфігурації вашого композитора. Тут вони доступні лише для читання; використовуйте «Convert to DMS», щоб створити копію, яку можна редагувати." + }, + "Run Again": { + "Run Again": "Запустити знову" + }, + "Run DMS Templates": { + "Run DMS Templates": "Запустити шаблони DMS" + }, + "Run User Templates": { + "Run User Templates": "Запускати шаблони користувача" + }, + "Run a program (e.g., firefox, kitty)": { + "Run a program (e.g., firefox, kitty)": "Запустити програму (наприклад, firefox, kitty)" + }, + "Run a shell command (e.g., notify-send)": { + "Run a shell command (e.g., notify-send)": "Запустити команду оболонки (наприклад, notify-send)" + }, + "Run paru/yay with AUR enabled when 'Update All' is clicked.": { + "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Запускати paru/yay з увімкненим AUR при натисканні «Оновити все»." + }, + "Running": { + "Running": "" + }, + "Running Apps": { + "Running Apps": "Запущені програми" + }, + "Running Apps Settings": { + "Running Apps Settings": "Налаштування запущених програм" + }, + "Running greeter sync...": { + "Running greeter sync...": "Синхронізація Greeter..." + }, + "Running in terminal": { + "Running in terminal": "Запуск у терміналі" + }, + "SDR Brightness": { + "SDR Brightness": "Яскравість SDR" + }, + "SDR Saturation": { + "SDR Saturation": "Насиченість SDR" + }, + "SMS": { + "SMS": "SMS" + }, + "SMS sent successfully": { + "SMS sent successfully": "SMS успішно надіслано" + }, + "SSID": { + "SSID": "" + }, + "Saturation": { + "Saturation": "Насиченість" + }, + "Save & Start": { + "Save & Start": "" + }, + "Save Notepad File": { + "Save Notepad File": "Зберегти файл блокнота" + }, + "Save QR Code": { + "Save QR Code": "Зберегти QR-код" + }, + "Save and close": { + "Save and close": "Зберегти та закрити" + }, + "Save and paste": { + "Save and paste": "Зберегти та вставити" + }, + "Save and switch between display configurations": { + "Save and switch between display configurations": "Зберегти та перемикатися між конфігураціями дисплеїв" + }, + "Save credentials": { + "Save credentials": "Зберегти облікові дані" + }, + "Save critical priority notifications to history": { + "Save critical priority notifications to history": "Зберігати сповіщення критичного пріоритету в історії" + }, + "Save dismissed notifications to history": { + "Save dismissed notifications to history": "Зберігати відхилені сповіщення в історії" + }, + "Save low priority notifications to history": { + "Save low priority notifications to history": "Зберігати сповіщення низького пріоритету в історії" + }, + "Save normal priority notifications to history": { + "Save normal priority notifications to history": "Зберігати сповіщення нормального пріоритету в історії" + }, + "Save password": { + "Save password": "Зберегти пароль" + }, + "Saved": { + "Saved": "Збережено" + }, + "Saved Configurations": { + "Saved Configurations": "Збережені конфігурації" + }, + "Saved Networks": { + "Saved Networks": "Збережені мережі" + }, + "Saved Note": { + "Saved Note": "Нотатку збережено" + }, + "Saved item deleted": { + "Saved item deleted": "Збережений елемент видалено" + }, + "Saving...": { + "Saving...": "Збереження..." + }, + "Scale": { + "Scale": "Масштаб" + }, + "Scale DankBar font sizes independently": { + "Scale DankBar font sizes independently": "Масштабувати розміри шрифтів панелі Dank незалежно" + }, + "Scale DankBar icon sizes independently": { + "Scale DankBar icon sizes independently": "Масштабувати розміри іконок DankBar незалежно" + }, + "Scale all font sizes throughout the shell": { + "Scale all font sizes throughout the shell": "Масштабувати всі розміри шрифтів в оболонці" + }, + "Scan": { + "Scan": "Сканувати" + }, + "Scanning...": { + "Scanning...": "Сканування..." + }, + "Science": { + "Science": "Наука" + }, + "Score": { + "Score": "Оцінка (Score)" + }, + "Screen sharing": { + "Screen sharing": "Демонстрація екрана" + }, + "Screenshot unavailable": { + "Screenshot unavailable": "Скріншот недоступний" + }, + "Scroll": { + "Scroll": "Прокрутка" + }, + "Scroll Factor": { + "Scroll Factor": "Фактор прокрутки" + }, + "Scroll GitHub": { + "Scroll GitHub": "GitHub Scroll" + }, + "Scroll Wheel": { + "Scroll Wheel": "Колесо прокрутки" + }, + "Scroll song title": { + "Scroll song title": "Прокручувати назву пісні" + }, + "Scroll title if it doesn't fit in widget": { + "Scroll title if it doesn't fit in widget": "Прокручувати заголовок, якщо він не поміщається у віджеті" + }, + "Scroll wheel behavior on media widget": { + "Scroll wheel behavior on media widget": "Поведінка колеса прокрутки в медіавіджеті" + }, + "Scrolling": { + "Scrolling": "Прокручування" + }, + "Search App Actions": { + "Search App Actions": "Пошук дій додатків" + }, + "Search Options": { + "Search Options": "Опції пошуку" + }, + "Search applications...": { + "Search applications...": "Пошук додатків..." + }, + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": { + "Search by key combo, description, or action name.\n\nDefault action copies the keybind to clipboard.\nRight-click or press Right Arrow to pin frequently used keybinds - they'll appear at the top when not searching.": "Пошук за комбінацією клавіш, описом або назвою дії.\n\nСтандартна дія копіює гарячу клавішу в буфер обміну.\nНатисніть правою кнопкою миші або стрілку вправо, щоб закріпити часто використовувані клавіші — вони з'являться зверху під час відсутності пошуку." + }, + "Search devices...": { + "Search devices...": "Пошук пристроїв..." + }, + "Search installed plugins...": { + "Search installed plugins...": "Пошук встановлених плагінів..." + }, + "Search keybinds...": { + "Search keybinds...": "Пошук комбінацій клавіш..." + }, + "Search keyboard shortcuts from your compositor and applications": { + "Search keyboard shortcuts from your compositor and applications": "Пошук гарячих клавіш вашого композитора та додатків" + }, + "Search plugins...": { + "Search plugins...": "Пошук плагінів..." + }, + "Search processes...": { + "Search processes...": "Пошук процесів..." + }, + "Search sessions...": { + "Search sessions...": "Пошук сесій..." + }, + "Search themes...": { + "Search themes...": "Пошук тем..." + }, + "Search widgets...": { + "Search widgets...": "Пошук віджетів..." + }, + "Searching...": { + "Searching...": "Пошук..." + }, + "Second Factor (AND)": { + "Second Factor (AND)": "Другий фактор (ТА)" + }, + "Secondary": { + "Secondary": "Другорядний" + }, + "Secondary Container": { + "Secondary Container": "Другорядний контейнер" + }, + "Secured": { + "Secured": "Захищено" + }, + "Security": { + "Security": "Безпека" + }, + "Security & privacy": { + "Security & privacy": "Безпека та приватність" + }, + "Security Key PAM Source": { + "Security Key PAM Source": "Джерело PAM для ключа безпеки" + }, + "Security key mode": { + "Security key mode": "Режим ключа безпеки" + }, + "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": "Обрати" + }, + "Select Application": { + "Select Application": "Виберіть програму" + }, + "Select Bar": { + "Select Bar": "Вибрати панель" + }, + "Select Custom Theme": { + "Select Custom Theme": "Вибрати власну тему" + }, + "Select Dock Launcher Logo": { + "Select Dock Launcher Logo": "Оберіть логотип запускача в доці" + }, + "Select File to Send": { + "Select File to Send": "Оберіть файл для надсилання" + }, + "Select Launcher Logo": { + "Select Launcher Logo": "Вибрати логотип запускача" + }, + "Select Profile Image": { + "Select Profile Image": "Вибрати зображення профілю" + }, + "Select Video or Folder": { + "Select Video or Folder": "Оберіть відео або папку" + }, + "Select Wallpaper": { + "Select Wallpaper": "Вибрати шпалери" + }, + "Select Wallpaper Directory": { + "Select Wallpaper Directory": "Вибрати каталог шпалер" + }, + "Select a color from the palette or use custom sliders": { + "Select a color from the palette or use custom sliders": "Виберіть колір з палітри або скористайтеся власними повзунками" + }, + "Select a desktop application": { + "Select a desktop application": "Оберіть додаток робочого столу" + }, + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "Оберіть віджет для додавання на робочий стіл. Кожен віджет є окремим екземпляром зі своїми налаштуваннями." + }, + "Select a widget to add. You can add multiple instances of the same widget if needed.": { + "Select a widget to add. You can add multiple instances of the same widget if needed.": "Виберіть віджет для додавання. За потреби ви можете додати кілька екземплярів одного віджета." + }, + "Select a window...": { + "Select a window...": "Оберіть вікно..." + }, + "Select an active session to switch to. The current session stays running in the background.": { + "Select an active session to switch to. The current session stays running in the background.": "Оберіть активну сесію для переходу. Поточна сесія залишиться працювати у фоні." + }, + "Select an image file...": { + "Select an image file...": "Вибрати файл зображення..." + }, + "Select at least one provider": { + "Select at least one provider": "Оберіть принаймні одного провайдера" + }, + "Select background image": { + "Select background image": "Оберіть зображення фону" + }, + "Select device": { + "Select device": "Оберіть пристрій" + }, + "Select device...": { + "Select device...": "Виберіть пристрій..." + }, + "Select driver...": { + "Select driver...": "Виберіть драйвер..." + }, + "Select font weight for UI text": { + "Select font weight for UI text": "Виберіть насиченість шрифту для тексту інтерфейсу" + }, + "Select greeter background image": { + "Select greeter background image": "Оберіть зображення фону Greeter" + }, + "Select lock screen background image": { + "Select lock screen background image": "Оберіть зображення фону екрана блокування" + }, + "Select monospace font for process list and technical displays": { + "Select monospace font for process list and technical displays": "Вибрати моноширинний шрифт для списку процесів і технічних відображень" + }, + "Select network": { + "Select network": "Оберіть мережу" + }, + "Select the font family for UI text": { + "Select the font family for UI text": "Виберіть сімейство шрифтів для тексту інтерфейсу" + }, + "Select the palette algorithm used for wallpaper-based colors": { + "Select the palette algorithm used for wallpaper-based colors": "Виберіть алгоритм палітри для кольорів на основі шпалер" + }, + "Select user...": { + "Select user...": "Оберіть користувача..." + }, + "Select which keybind providers to include": { + "Select which keybind providers to include": "Оберіть, які провайдери гарячих клавіш включити" + }, + "Select which transitions to include in randomization": { + "Select which transitions to include in randomization": "Вибрати, які переходи включити в рандомізацію" + }, + "Select...": { + "Select...": "Вибрати..." + }, + "Selected image file not found.": { + "Selected image file not found.": "Вибраний файл зображення не знайдено." + }, + "Send": { + "Send": "Надіслати" + }, + "Send Clipboard": { + "Send Clipboard": "Надіслати вміст буфера обміну" + }, + "Send SMS": { + "Send SMS": "Надіслати SMS" + }, + "Sending %1...": { + "Sending %1...": "Надсилання %1..." + }, + "Separate": { + "Separate": "Окремий" + }, + "Separate Appearance for Unfocused Display(s)": { + "Separate Appearance for Unfocused Display(s)": "Окремий вигляд для нефокусних дисплеїв" + }, + "Separate Light & Dark Themes": { + "Separate Light & Dark Themes": "Окремі світла та темна теми" + }, + "Separate appearance for unfocused displays is not supported on this compositor.": { + "Separate appearance for unfocused displays is not supported on this compositor.": "Окремий вигляд для нефокусних дисплеїв не підтримується цим композитором." + }, + "Separator": { + "Separator": "Роздільник" + }, + "Server": { + "Server": "Сервер" + }, + "Session Filter": { + "Session Filter": "Фільтр сесій" + }, + "Set Custom Device Name": { + "Set Custom Device Name": "Встановити власну назву пристрою" + }, + "Set custom name": { + "Set custom name": "Встановити власну назву" + }, + "Set custom names for your audio input devices": { + "Set custom names for your audio input devices": "Встановіть власні назви для ваших пристроїв введення аудіо" + }, + "Set custom names for your audio output devices": { + "Set custom names for your audio output devices": "Встановіть власні назви для ваших пристроїв виведення аудіо" + }, + "Set different wallpapers for each connected monitor": { + "Set different wallpapers for each connected monitor": "Встановити різні шпалери для кожного підключеного монітора" + }, + "Set different wallpapers for light and dark mode": { + "Set different wallpapers for light and dark mode": "Встановити різні шпалери для світлого та темного режимів" + }, + "Set initial password": { + "Set initial password": "Встановити початковий пароль" + }, + "Set key and action to save": { + "Set key and action to save": "Встановіть клавішу та дію для збереження" + }, + "Set notification rules": { + "Set notification rules": "Налаштувати правила сповіщень" + }, + "Set the font size for notification body text (htmlBody)": { + "Set the font size for notification body text (htmlBody)": "Встановіть розмір шрифту для основного тексту сповіщення (htmlBody)" + }, + "Set the percentage at which the battery is considered low.": { + "Set the percentage at which the battery is considered low.": "Встановіть відсоток, при якому заряд батареї вважатиметься низьким." + }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, + "Setting": { + "Setting": "Налаштування" + }, + "Setting up...": { + "Setting up...": "Налаштування..." + }, + "Settings": { + "Settings": "Налаштування" + }, + "Settings Search": { + "Settings Search": "Пошук у налаштуваннях" + }, + "Settings are read-only. Changes will not persist.": { + "Settings are read-only. Changes will not persist.": "Налаштування доступні лише для читання. Зміни не будуть збережені." + }, + "Setup": { + "Setup": "Налаштування" + }, + "Shadow Color": { + "Shadow Color": "Колір тіні" + }, + "Shadow Intensity": { + "Shadow Intensity": "Інтенсивність тіні" + }, + "Shadow Opacity": { + "Shadow Opacity": "Прозорість тіні" + }, + "Shadow Override": { + "Shadow Override": "Перевизначення тіні (Override)" + }, + "Shadow blur radius in pixels": { + "Shadow blur radius in pixels": "Радіус розмиття тіні в пікселях" + }, + "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 popouts, OSDs, and dropdowns": { + "Shadow elevation on popouts, OSDs, and dropdowns": "Підняття тіні на спливаючих вікнах, OSD та випадаючих списках" + }, + "Shadows": { + "Shadows": "Тіні" + }, + "Share": { + "Share": "Поширити" + }, + "Share Gamma Control Settings": { + "Share Gamma Control Settings": "Поширити налаштування керування гаммою" + }, + "Shared": { + "Shared": "Спільний" + }, + "Shell": { + "Shell": "Оболонка" + }, + "Shift+Enter to copy": { + "Shift+Enter to copy": "Shift + Enter для копіювання" + }, + "Shift+Enter to paste": { + "Shift+Enter to paste": "Shift + Enter для вставки" + }, + "Short": { + "Short": "Короткий" + }, + "Shortcut (%1)": { + "Shortcut (%1)": "Ярлик (%1)" + }, + "Shortcut that opens this settings window": { + "Shortcut that opens this settings window": "Ярлик, що відкриває це вікно налаштувань" + }, + "Shortcuts": { + "Shortcuts": "Комбінації" + }, + "Shortcuts (%1)": { + "Shortcuts (%1)": "Ярлики (%1)" + }, + "Show": { + "Show": "Показати" + }, + "Show 3rd Party": { + "Show 3rd Party": "Показати сторонні" + }, + "Show All Tags": { + "Show All Tags": "Показувати всі теги" + }, + "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": { + "Show All, Apps, Files, and Plugins chips beside the Spotlight Bar input.": "Показувати мітки «Усі», «Програми», «Файли» та «Плагіни» поруч із полем введення Spotlight Bar." + }, + "Show Badge": { + "Show Badge": "Показати бейдж" + }, + "Show CPU": { + "Show CPU": "Показати ЦП" + }, + "Show CPU Graph": { + "Show CPU Graph": "Показати графік ЦП" + }, + "Show CPU Temp": { + "Show CPU Temp": "Показати температуру ЦП" + }, + "Show Date": { + "Show Date": "Показати дату" + }, + "Show Disk": { + "Show Disk": "Показати диск" + }, + "Show Dock": { + "Show Dock": "Відобразити док-панель" + }, + "Show Feels Like Temperature": { + "Show Feels Like Temperature": "Показати температуру «відчувається як»" + }, + "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": { + "Show Flatpak, Snap, AppImage, or Nix badge icons on launcher items.": "Показувати іконки-бейджі Flatpak, Snap, AppImage або Nix для елементів запускача." + }, + "Show Footer": { + "Show Footer": "Показати футер" + }, + "Show Forecast": { + "Show Forecast": "Показати прогноз" + }, + "Show GPU Temperature": { + "Show GPU Temperature": "Показати температуру ГП" + }, + "Show Header": { + "Show Header": "Показати хедер" + }, + "Show Hibernate": { + "Show Hibernate": "Показувати гібернацію" + }, + "Show Hour Numbers": { + "Show Hour Numbers": "Показати номери годин" + }, + "Show Hourly Forecast": { + "Show Hourly Forecast": "Показати погодинний прогноз" + }, + "Show Humidity": { + "Show Humidity": "Показати вологість" + }, + "Show Icon": { + "Show Icon": "Показати іконку" + }, + "Show Launcher Button": { + "Show Launcher Button": "Показати кнопку запускача" + }, + "Show Line Numbers": { + "Show Line Numbers": "Відобразити номери рядків" + }, + "Show Location": { + "Show Location": "Показати місцезнаходження" + }, + "Show Lock": { + "Show Lock": "Показувати блокування" + }, + "Show Log Out": { + "Show Log Out": "Показувати вихід із системи" + }, + "Show Material Design ripple animations on interactive elements": { + "Show Material Design ripple animations on interactive elements": "Показувати анімації «ripple» (хвиля) Material Design на інтерактивних елементах" + }, + "Show Media Player": { + "Show Media Player": "Показати медіаплеєр" + }, + "Show Memory": { + "Show Memory": "Показати пам'ять" + }, + "Show Memory Graph": { + "Show Memory Graph": "Показати графік пам'яті" + }, + "Show Memory in GB": { + "Show Memory in GB": "Показувати пам'ять у ГБ" + }, + "Show Mode Chips": { + "Show Mode Chips": "Показати мітки режимів" + }, + "Show Network": { + "Show Network": "Показати мережу" + }, + "Show Network Graph": { + "Show Network Graph": "Показати графік мережі" + }, + "Show Occupied Workspaces Only": { + "Show Occupied Workspaces Only": "Показувати лише зайняті робочі області" + }, + "Show Overflow Badge Count": { + "Show Overflow Badge Count": "Показувати кількість сповіщень у бейджі переповнення" + }, + "Show Package Source Badges": { + "Show Package Source Badges": "Показувати бейджі джерел пакетів" + }, + "Show Password Field": { + "Show Password Field": "Показати поле пароля" + }, + "Show Percentage": { + "Show Percentage": "Показати відсотки" + }, + "Show Power Actions": { + "Show Power Actions": "Показати дії живлення" + }, + "Show Power Off": { + "Show Power Off": "Показувати вимкнення живлення" + }, + "Show Precipitation Probability": { + "Show Precipitation Probability": "Показати ймовірність опадів" + }, + "Show Pressure": { + "Show Pressure": "Показати тиск" + }, + "Show Profile Image": { + "Show Profile Image": "Показати зображення профілю" + }, + "Show Reboot": { + "Show Reboot": "Показувати перезавантаження" + }, + "Show Remaining Time": { + "Show Remaining Time": "Показати час, що залишився" + }, + "Show Restart DMS": { + "Show Restart DMS": "Показувати перезапуск DMS" + }, + "Show Saved Items": { + "Show Saved Items": "Показати збережені елементи" + }, + "Show Seconds": { + "Show Seconds": "Показувати секунди" + }, + "Show Sunrise/Sunset": { + "Show Sunrise/Sunset": "Показати схід/захід сонця" + }, + "Show Suspend": { + "Show Suspend": "Показувати режим очікування" + }, + "Show Swap": { + "Show Swap": "Показати swap-пам'ять" + }, + "Show Switch User": { + "Show Switch User": "Показати перемикач користувачів" + }, + "Show System Date": { + "Show System Date": "Показати системну дату" + }, + "Show System Icons": { + "Show System Icons": "Показати системні іконки" + }, + "Show System Time": { + "Show System Time": "Показати системний час" + }, + "Show Top Processes": { + "Show Top Processes": "Показати топ-процеси" + }, + "Show Trash in Dock": { + "Show Trash in Dock": "Показати кошик у док-панелі" + }, + "Show Weather Condition": { + "Show Weather Condition": "Показати стан погоди" + }, + "Show Week Number": { + "Show Week Number": "Показати номер тижня" + }, + "Show Welcome": { + "Show Welcome": "Показати вітання" + }, + "Show Wind Speed": { + "Show Wind Speed": "Показати швидкість вітру" + }, + "Show Workspace Apps": { + "Show Workspace Apps": "Відобразити програми робочого столу" + }, + "Show a bar that drains as the popup's auto-dismiss timer runs": { + "Show a bar that drains as the popup's auto-dismiss timer runs": "Показувати смужку, яка зменшується під час роботи таймера автозакриття спливаючого вікна" + }, + "Show a notification when battery reaches the charge limit.": { + "Show a notification when battery reaches the charge limit.": "Показувати сповіщення, коли батарея досягає ліміту заряду." + }, + "Show a warning popup when battery is running low.": { + "Show a warning popup when battery is running low.": "Показувати попередження, коли заряд батареї стає низьким." + }, + "Show all 9 tags instead of only occupied tags": { + "Show all 9 tags instead of only occupied tags": "Показувати всі 9 тегів замість тільки зайнятих" + }, + "Show an outline ring around the focused workspace indicator": { + "Show an outline ring around the focused workspace indicator": "Показувати контурне кільце навколо індикатора активного робочого простору" + }, + "Show an urgent alert when battery reaches critical level.": { + "Show an urgent alert when battery reaches critical level.": "Показувати термінове сповіщення, коли рівень заряду батареї стає критичним." + }, + "Show cava audio visualizer in media widget": { + "Show cava audio visualizer in media widget": "Показувати аудіовізуалізатор Cava у віджеті медіа" + }, + "Show darkened overlay behind modal dialogs": { + "Show darkened overlay behind modal dialogs": "Показувати затемнений шар позаду модальних діалогових вікон" + }, + "Show device": { + "Show device": "Показати пристрій" + }, + "Show dock when floating windows don't overlap its area": { + "Show dock when floating windows don't overlap its area": "Показувати док-панель, коли плаваючі вікна не перекривають її область" + }, + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": { + "Show drop shadow on notification popups. Requires M3 Elevation to be enabled in Theme & Colors.": "Показувати тінь для спливаючих сповіщень. Потребує увімкнення M3 Elevation у розділі «Тема та кольори»." + }, + "Show during Niri overview": { + "Show during Niri overview": "Показувати під час огляду Niri" + }, + "Show foreground surfaces on notification cards": { + "Show foreground surfaces on notification cards": "Показувати передні поверхні на картках сповіщень" + }, + "Show foreground surfaces on panels for stronger contrast": { + "Show foreground surfaces on panels for stronger contrast": "Показувати передні поверхні на панелях для більшого контрасту" + }, + "Show in GB": { + "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 mode tabs and keyboard hints at the bottom.": { + "Show mode tabs and keyboard hints at the bottom.": "Показувати вкладки режимів та підказки клавіатури внизу." + }, + "Show mount path": { + "Show mount path": "Показати шлях монтування" + }, + "Show on Last Display": { + "Show on Last Display": "Показувати на останньому дисплеї" + }, + "Show on Overlay": { + "Show on Overlay": "Показувати на оверлеї" + }, + "Show on Overview": { + "Show on Overview": "Відображати в режимі огляду" + }, + "Show on Overview Only": { + "Show on Overview Only": "Показувати лише в режимі огляду" + }, + "Show on screens:": { + "Show on screens:": "Відобразити на екранах:" + }, + "Show the bar only when no windows are open": { + "Show the bar only when no windows are open": "Показувати панель лише коли жодне вікно не відкрито" + }, + "Show the bar when niri overview is active": { + "Show the bar when niri overview is active": "Показувати панель, коли активний огляд Niri" + }, + "Show weather information in top bar and control center": { + "Show weather information in top bar and control center": "Показати інформацію про погоду у верхній панелі та центрі керування" + }, + "Show workspace index numbers in the top bar workspace switcher": { + "Show workspace index numbers in the top bar workspace switcher": "Показувати номери робочих областей у перемикачі на верхній панелі" + }, + "Show workspace name on horizontal bars, and first letter on vertical bars": { + "Show workspace name on horizontal bars, and first letter on vertical bars": "Показувати назву робочого простору на горизонтальних панелях і першу літеру — на вертикальних" + }, + "Show workspaces of the currently focused monitor": { + "Show workspaces of the currently focused monitor": "Показувати робочі простори поточного активного монітора" + }, + "Shows all running applications with focus indication": { + "Shows all running applications with focus indication": "Показує всі запущені програми з індикацією фокусу" + }, + "Shows current workspace and allows switching": { + "Shows current workspace and allows switching": "Показує поточний робочий простір і дозволяє перемикання" + }, + "Shows when caps lock is active": { + "Shows when caps lock is active": "Показує, коли Caps Lock активний" + }, + "Shows when microphone, camera, or screen sharing is active": { + "Shows when microphone, camera, or screen sharing is active": "Показує, коли активні мікрофон, камера або спільний доступ до екрана" + }, + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": { + "Shrink the media widget to fit shorter song titles while still respecting the configured maximum size": "Зменшувати віджет медіа під коротші назви пісень, дотримуючись встановленого максимального розміру" + }, + "Shutdown": { + "Shutdown": "Вимкнення" + }, + "Signal": { + "Signal": "Сигнал" + }, + "Signal Strength": { + "Signal Strength": "Рівень сигналу" + }, + "Silence for a while": { + "Silence for a while": "Вимкнути звук на деякий час" + }, + "Silence notifications": { + "Silence notifications": "Вимкнути сповіщення" + }, + "Silence system sounds while media is playing": { + "Silence system sounds while media is playing": "Вимкнути системні звуки під час відтворення медіа" + }, + "Single-Line Popup": { + "Single-Line Popup": "Однорядкове спливаюче вікно" + }, + "Size Constraints": { + "Size Constraints": "Обмеження розміру" + }, + "Size Offset": { + "Size Offset": "Зміщення розміру" + }, + "Sizing": { + "Sizing": "Розмір" + }, + "Skip": { + "Skip": "Пропустити" + }, + "Skip confirmation": { + "Skip confirmation": "Пропустити підтвердження" + }, + "Skip setup": { + "Skip setup": "Пропустити налаштування" + }, + "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": { + "Skip the greeter password after boot until you sign out. Lock screen unlock is unchanged. Takes effect on the next reboot after sync.": "Пропускати пароль при вході (greeter) після завантаження до моменту виходу з системи. Розблокування екрана залишається без змін. Набуває чинності після наступного перезавантаження після синхронізації." + }, + "Slideout": { + "Slideout": "Висувна панель" + }, + "Small": { + "Small": "Малий" + }, + "Smartcard Authentication": { + "Smartcard Authentication": "Автентифікація за допомогою смарт-картки" + }, + "Snap": { + "Snap": "Snap" + }, + "Snow": { + "Snow": "Сніг" + }, + "Some plugins require a newer version of DMS:": { + "Some plugins require a newer version of DMS:": "Деяким плагінам потрібна новіша версія DMS:" + }, + "Sort Alphabetically": { + "Sort Alphabetically": "Сортувати за алфавітом" + }, + "Sort wallpapers": { + "Sort wallpapers": "Сортувати шпалери" + }, + "Sorting & Layout": { + "Sorting & Layout": "Сортування та макет" + }, + "Sound Theme": { + "Sound Theme": "Звукова схема" + }, + "Sounds": { + "Sounds": "Звуки" + }, + "Source: %1": { + "Source: %1": "Джерело: %1" + }, + "Space between the bar and screen edges": { + "Space between the bar and screen edges": "Відступ між панеллю та краями екрана" + }, + "Space between windows": { + "Space between windows": "Відступ між вікнами" + }, + "Space between windows and screen edges": { + "Space between windows and screen edges": "Відступ між вікнами та краями екрана" + }, + "Spacer": { + "Spacer": "Розпірка" + }, + "Spacing": { + "Spacing": "Інтервал" + }, + "Speaker settings": { + "Speaker settings": "Налаштування динаміків" + }, + "Speed": { + "Speed": "Швидкість" + }, + "Spool Area Full": { + "Spool Area Full": "Буфер друку повний" + }, + "Spotlight": { + "Spotlight": "Spotlight" + }, + "Spotlight Bar": { + "Spotlight Bar": "Панель Spotlight" + }, + "Spotlight Bar Shortcut": { + "Spotlight Bar Shortcut": "Гаряча клавіша панелі Spotlight" + }, + "Spotlight Search": { + "Spotlight Search": "Пошук Spotlight" + }, + "Square Corners": { + "Square Corners": "Квадратні кути" + }, + "Stacked": { + "Stacked": "Стеком (один над одним)" + }, + "Standard": { + "Standard": "Стандартний" + }, + "Standard: Classic Material Design 3 — panels rise from below with a subtle scale. The DMS default.": { + "Standard: Classic Material Design 3 — panels rise from below with a subtle scale. The DMS default.": "Стандартний: Класичний Material Design 3 — панелі піднімаються знизу з легким масштабуванням. Значення за замовчуванням у DMS." + }, + "Start": { + "Start": "Запустити" + }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, + "Start KDE Connect or Valent to use this plugin": { + "Start KDE Connect or Valent to use this plugin": "Запустіть KDE Connect або Valent, щоб використовувати цей плагін" + }, + "Start typing your notes here...": { + "Start typing your notes here...": "Почніть вводити свої нотатки тут..." + }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, + "State": { + "State": "Стан" + }, + "Stop": { + "Stop": "" + }, + "Stop ignoring %1": { + "Stop ignoring %1": "Перестати ігнорувати %1" + }, + "Stopped": { + "Stopped": "Зупинено" + }, + "Stopped Partly": { + "Stopped Partly": "Частково зупинено" + }, + "Stopping": { + "Stopping": "Зупинка" + }, + "Stretch": { + "Stretch": "Розтягнути" + }, + "Stretch widget icons to fill the available bar height": { + "Stretch widget icons to fill the available bar height": "Розтягувати іконки віджетів, щоб заповнити доступну висоту панелі" + }, + "Stretch widget text to fill the available bar height": { + "Stretch widget text to fill the available bar height": "Розтягувати текст віджетів, щоб заповнити доступну висоту панелі" + }, + "Strict auto-hide": { + "Strict auto-hide": "Суворе автоприховування" + }, + "Stripes": { + "Stripes": "Смуги" + }, + "Summary": { + "Summary": "Підсумок" + }, + "Summary Font Size": { + "Summary Font Size": "Розмір шрифту підсумку" + }, + "Sunrise": { + "Sunrise": "Схід сонця" + }, + "Sunset": { + "Sunset": "Захід сонця" + }, + "Suppress Duplicate Notifications": { + "Suppress Duplicate Notifications": "Придушувати дубльовані сповіщення" + }, + "Suppress notification popups while enabled": { + "Suppress notification popups while enabled": "Пригнічувати спливаючі сповіщення, коли увімкнено" + }, + "Surface": { + "Surface": "Поверхня" + }, + "Surface Behavior": { + "Surface Behavior": "Поведінка поверхні" + }, + "Surface Border Color": { + "Surface Border Color": "Колір межі поверхні" + }, + "Surface Border Opacity": { + "Surface Border Opacity": "Прозорість межі поверхні" + }, + "Surface Border Outline": { + "Surface Border Outline": "Контур межі поверхні" + }, + "Surface Container": { + "Surface Container": "Контейнер поверхні" + }, + "Surface High": { + "Surface High": "Поверхня (високий рівень)" + }, + "Surface Highest": { + "Surface Highest": "Поверхня (найвищий рівень)" + }, + "Surface Opacity": { + "Surface Opacity": "Прозорість поверхні" + }, + "Surface Text": { + "Surface Text": "Текст на поверхні" + }, + "Surface Variant": { + "Surface Variant": "Варіант поверхні" + }, + "Surfaces emerge flush from the bar": { + "Surfaces emerge flush from the bar": "Поверхні з'являються врівень із панеллю" + }, + "Surfaces float independently of the frame": { + "Surfaces float independently of the frame": "Поверхні плавають незалежно від фрейму" + }, + "Suspend behavior": { + "Suspend behavior": "Поведінка в режимі очікування" + }, + "Suspend system after": { + "Suspend system after": "Призупинити систему через" + }, + "Suspend then Hibernate": { + "Suspend then Hibernate": "Сон, потім гібернація" + }, + "Sway Website": { + "Sway Website": "Сайт Sway" + }, + "Switch between display configurations": { + "Switch between display configurations": "Перемикатися між конфігураціями дисплеїв" + }, + "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": { + "Switch displays with an available 60 Hz mode to 60 Hz on battery and restore the previous mode on AC. Skips displays with VRR enabled.": "Перемикати дисплеї з доступним режимом 60 Гц на 60 Гц при роботі від батареї та відновлювати попередній режим при підключенні живлення. Ігнорує дисплеї з увімкненим VRR." + }, + "Switch to power profile": { + "Switch to power profile": "Перемикнутися на профіль живлення" + }, + "Sync": { + "Sync": "Синхронізація" + }, + "Sync Bar Inset Padding": { + "Sync Bar Inset Padding": "Відступ внутрішньої частини панелі синхронізації" + }, + "Sync Mode with Portal": { + "Sync Mode with Portal": "Режим синхронізації з порталом" + }, + "Sync Popouts & Modals": { + "Sync Popouts & Modals": "Синхронізувати спливаючі вікна та модальні вікна" + }, + "Sync Position Across Screens": { + "Sync Position Across Screens": "Синхронізувати позицію між екранами" + }, + "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "Синхронізація застосовує вашу тему та налаштування до екрана входу. Спільним користувачам слід використовувати 'dms greeter sync --profile' замість синхронізації основного користувача." + }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, + "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 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. Відкривається термінал для введення пароля або використання відбитка пальця." + }, + "Sync to apply": { + "Sync to apply": "Синхронізуйте для застосування" + }, + "Syncing...": { + "Syncing...": "Синхронізація..." + }, + "System App Theming": { + "System App Theming": "Тематизація системних програм" + }, + "System Check": { + "System Check": "Перевірка системи" + }, + "System Default": { + "System Default": "Системне значення за замовчуванням" + }, + "System Information": { + "System Information": "Інформація про систему" + }, + "System Monitor": { + "System Monitor": "Системний монітор" + }, + "System Monitor Unavailable": { + "System Monitor Unavailable": "Системний монітор недоступний" + }, + "System Sounds": { + "System Sounds": "Системні звуки" + }, + "System Tray": { + "System Tray": "Системний лоток" + }, + "System Tray Icon Tint": { + "System Tray Icon Tint": "Відтінок іконок системного трея" + }, + "System Update": { + "System Update": "Оновлення системи" + }, + "System Updater": { + "System Updater": "Оновлення системи" + }, + "System Updates": { + "System Updates": "Системні оновлення" + }, + "System notification area icons": { + "System notification area icons": "Іконки системного лотка" + }, + "System sounds are not available. Install %1 for sound support.": { + "System sounds are not available. Install %1 for sound support.": "Системні звуки недоступні. Встановіть %1 для підтримки звуку." + }, + "System theme toggle": { + "System theme toggle": "Перемикач системної теми" + }, + "System toast notifications": { + "System toast notifications": "Системні спливаючі сповіщення" + }, + "Systemd Override generated": { + "Systemd Override generated": "Створено перевизначення (override) systemd" + }, + "Tab": { + "Tab": "Вкладка" + }, + "Tags": { + "Tags": "Теги" + }, + "Tags: %1": { + "Tags: %1": "Теги: %1" + }, + "Tailscale": { + "Tailscale": "Tailscale" + }, + "Tailscale Network": { + "Tailscale Network": "Мережа Tailscale" + }, + "Tailscale action failed": { + "Tailscale action failed": "Дія Tailscale не вдалася" + }, + "Tailscale not available": { + "Tailscale not available": "Tailscale недоступний" + }, + "Terminal": { + "Terminal": "Термінал" + }, + "Terminal additional parameters": { + "Terminal additional parameters": "Додаткові параметри термінала" + }, + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": { + "Terminal fallback failed. Install a supported terminal emulator or run 'dms auth sync' manually.": "Резервний запуск термінала не вдався. Встановіть підтримуваний емулятор термінала або запустіть 'dms auth sync' вручну." + }, + "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 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 opened. Complete authentication there; it will close automatically when done.": { + "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "Відкрито резервний термінал. Завершіть автентифікацію там; він закриється автоматично після завершення." + }, + "Terminal opened. Complete authentication there; it will close automatically when done.": { + "Terminal opened. Complete authentication there; it will close automatically when done.": "Відкрито термінал. Завершіть автентифікацію там; він закриється автоматично після завершення." + }, + "Terminals - Always use Dark Theme": { + "Terminals - Always use Dark Theme": "Термінали — завжди темна тема" + }, + "Tertiary": { + "Tertiary": "Третинний" + }, + "Tertiary Container": { + "Tertiary Container": "Третинний контейнер" + }, + "Test Connection": { + "Test Connection": "Перевірити з'єднання" + }, + "Test Page": { + "Test Page": "Тестова сторінка" + }, + "Test page sent to printer": { + "Test page sent to printer": "Тестову сторінку відправлено на принтер" + }, + "Testing...": { + "Testing...": "Тестування..." + }, + "Text": { + "Text": "Текст" + }, + "Text Color": { + "Text Color": "Колір тексту" + }, + "Text Editor": { + "Text Editor": "Текстовий редактор" + }, + "Text Rendering": { + "Text Rendering": "Рендеринг тексту" + }, + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": { + "The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.": "Для моніторингу системи потрібен інструмент 'dgop'.\nБудь ласка, встановіть dgop, щоб використовувати цю функцію." + }, + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { + "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "Змінна середовища DMS_SOCKET не встановлена або сокет недоступний. Для автоматичного керування плагінами потрібен DMS_SOCKET." + }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, + "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": "Черга завдань цього принтера порожня" + }, + "The rule applies to any window matching one of these.": { + "The rule applies to any window matching one of these.": "Правило застосовується до будь-якого вікна, що відповідає одному з цих критеріїв." + }, + "Theme & Colors": { + "Theme & Colors": "Тема та кольори" + }, + "Theme Color": { + "Theme Color": "Колір теми" + }, + "Theme Registry": { + "Theme Registry": "Реєстр тем" + }, + "Theme color used for the border": { + "Theme color used for the border": "Колір теми для межі" + }, + "Theme color used for the widget outline": { + "Theme color used for the widget outline": "Колір теми для контуру віджета" + }, + "Theme worker failed (%1)": { + "Theme worker failed (%1)": "Помилка робочого процесу теми (%1)" + }, + "Themes": { + "Themes": "Теми" + }, + "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": { + "These add entries to the XDG autostart directory (~/.config/autostart/*.desktop)": "Це додає записи до каталогу автозапуску XDG (~/.config/autostart/*.desktop)" + }, + "Thickness": { + "Thickness": "Товщина" + }, + "Thin": { + "Thin": "Тонкий" + }, + "Third-Party Plugin Warning": { + "Third-Party Plugin Warning": "Попередження про плагін стороннього розробника" + }, + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": { + "Third-party plugins are created by the community and are not officially supported by DankMaterialShell.\n\nThese plugins may pose security and privacy risks - install at your own risk.": "Сторонні плагіни створені спільнотою і офіційно не підтримуються DankMaterialShell.\n\nЦі плагіни можуть становити ризик для безпеки та конфіденційності — встановлюйте на свій власний страх і ризик." + }, + "This bind is overridden by config.kdl": { + "This bind is overridden by config.kdl": "Ця прив'язка перевизначена у config.kdl" + }, + "This device": { + "This device": "Цей пристрій" + }, + "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.": { + "This install is still using hyprland.conf. Run dms setup to migrate before changing these settings.": "Ця установка все ще використовує hyprland.conf. Запустіть 'dms setup' для міграції перед зміною цих налаштувань." + }, + "This may take a few seconds": { + "This may take a few seconds": "Це може зайняти кілька секунд" + }, + "This output is disabled in the current profile": { + "This output is disabled in the current profile": "Цей вивід вимкнено в поточному профілі" + }, + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": { + "This plugin does not have 'settings_write' permission.\n\nAdd \"permissions\": [\"settings_read\", \"settings_write\"] to plugin.json": "Цей плагін не має дозволу 'settings_write'.\n\nДодайте \"permissions\": [\"settings_read\", \"settings_write\"] до файлу 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.": "Цей віджет запобігає переходу графічного процесора в режим вимкнення живлення, що може суттєво вплинути на час роботи ноутбука від батареї. Не рекомендується використовувати його на ноутбуках із гібридною графікою." + }, + "This will delete all unpinned entries. %1 pinned entries will be kept.": { + "This will delete all unpinned entries. %1 pinned entries will be kept.": "Це видалить усі незакріплені записи. Буде збережено %1 закріплених записів." + }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, + "This will permanently delete all clipboard history.": { + "This will permanently delete all clipboard history.": "Це призведе до остаточного видалення всієї історії буфера обміну." + }, + "This will permanently remove this saved clipboard item. This action cannot be undone.": { + "This will permanently remove this saved clipboard item. This action cannot be undone.": "Це назавжди видалить цей збережений елемент буфера обміну. Цю дію неможливо скасувати." + }, + "Thunderstorm": { + "Thunderstorm": "Гроза" + }, + "Thunderstorm with Hail": { + "Thunderstorm with Hail": "Гроза з градом" + }, + "Tile": { + "Tile": "Плитка (Tile)" + }, + "Tile Horizontally": { + "Tile Horizontally": "Розмістити по горизонталі" + }, + "Tile Vertically": { + "Tile Vertically": "Розмістити по вертикалі" + }, + "Tiled": { + "Tiled": "Плитковий режим" + }, + "Tiled State": { + "Tiled State": "Стан плитки" + }, + "Tiling": { + "Tiling": "Плиткове розміщення" + }, + "Time": { + "Time": "Час" + }, + "Time & Date Locale": { + "Time & Date Locale": "Локаль часу та дати" + }, + "Time & Weather": { + "Time & Weather": "Час і погода" + }, + "Time Format": { + "Time Format": "Формат часу" + }, + "Time remaining: %1": { + "Time remaining: %1": "Залишилося часу: %1" + }, + "Time to rest on a widget before its popout opens": { + "Time to rest on a widget before its popout opens": "Час затримки курсору над віджетом перед відкриттям спливаючого вікна" + }, + "Time to wait before hiding after the pointer leaves": { + "Time to wait before hiding after the pointer leaves": "Час очікування перед приховуванням після виходу курсора" + }, + "Time until full: %1": { + "Time until full: %1": "Час до повного заряду: %1" + }, + "Timed Out": { + "Timed Out": "Час очікування вичерпано" + }, + "Timeout Progress Bar": { + "Timeout Progress Bar": "Індикатор прогресу тайм-ауту" + }, + "Timeouts": { + "Timeouts": "Тайм-аути" + }, + "Tint Saturation": { + "Tint Saturation": "Насиченість відтінку" + }, + "Tint Strength": { + "Tint Strength": "Інтенсивність відтінку" + }, + "Title": { + "Title": "Заголовок" + }, + "Title (optional)": { + "Title (optional)": "Заголовок (опційно)" + }, + "Title is required": { + "Title is required": "Заголовок є обов'язковим" + }, + "Title regex (optional)": { + "Title regex (optional)": "Регулярний вираз заголовка (опційно)" + }, + "To Full": { + "To Full": "До повного заряду" + }, + "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": { + "To sign in as a different user, log out and pick the account from the greeter. Creating a fresh session in parallel needs a multi-session greeter (greetd-flexiserver / GDM / LightDM).": "Щоб увійти як інший користувач, вийдіть із системи та виберіть обліковий запис у вікні входу. Для створення паралельної сесії потрібен багатосесійний greeter (greetd-flexiserver / GDM / LightDM)." + }, + "To update, run the following command:": { + "To update, run the following command:": "Щоб оновити, виконайте таку команду:" + }, + "To use this DMS bind, remove or change the keybind in your config.kdl": { + "To use this DMS bind, remove or change the keybind in your config.kdl": "Щоб використовувати цю прив'язку DMS, видаліть або змініть комбінацію клавіш у вашому config.kdl" + }, + "Toast": { + "Toast": "Тост (сповіщення)" + }, + "Toast Messages": { + "Toast Messages": "Спливаючі повідомлення" + }, + "Today": { + "Today": "Сьогодні" + }, + "Toggle bar visibility manually via IPC": { + "Toggle bar visibility manually via IPC": "Перемикати видимість панелі вручну через IPC" + }, + "Toggle fonts": { + "Toggle fonts": "Перемкнути шрифти" + }, + "Toggle visibility of this bar configuration": { + "Toggle visibility of this bar configuration": "Перемикнути видимість цієї конфігурації панелі" + }, + "Toggling...": { + "Toggling...": "Перемикання..." + }, + "Tomorrow": { + "Tomorrow": "Завтра" + }, + "Tonal Spot": { + "Tonal Spot": "Тональна пляма" + }, + "Toner Empty": { + "Toner Empty": "Тонер вичерпано" + }, + "Toner Low": { + "Toner Low": "Низький рівень тонера" + }, + "Too many attempts - locked out": { + "Too many attempts - locked out": "Забагато спроб — доступ заблоковано" + }, + "Too many failed attempts - account may be locked": { + "Too many failed attempts - account may be locked": "Забагато невдалих спроб — обліковий запис може бути заблокований" + }, + "Tools": { + "Tools": "Інструменти" + }, + "Top": { + "Top": "Вгорі" + }, + "Top (Default)": { + "Top (Default)": "Зверху (за замовчуванням)" + }, + "Top Bar Format": { + "Top Bar Format": "Формат верхньої панелі" + }, + "Top Center": { + "Top Center": "Зверху по центру" + }, + "Top Left": { + "Top Left": "Зверху зліва" + }, + "Top Processes": { + "Top Processes": "Топ-процеси" + }, + "Top Right": { + "Top Right": "Зверху справа" + }, + "Top Section": { + "Top Section": "Верхня секція" + }, + "Total": { + "Total": "Всього" + }, + "Total Jobs": { + "Total Jobs": "Усього завдань" + }, + "Touch your security key...": { + "Touch your security key...": "Доторкніться до вашого ключа безпеки..." + }, + "Transform": { + "Transform": "Трансформація" + }, + "Transition Effect": { + "Transition Effect": "Ефект переходу" + }, + "Transparency": { + "Transparency": "Прозорість" + }, + "Trash": { + "Trash": "Кошик" + }, + "Trash command failed (exit %1)": { + "Trash command failed (exit %1)": "Команда кошика завершилася помилкою (вихід %1)" + }, + "Tray Icon Fix": { + "Tray Icon Fix": "Виправлення іконок трея" + }, + "Trending GIFs": { + "Trending GIFs": "Популярні GIF" + }, + "Trending Stickers": { + "Trending Stickers": "Популярні стікери" + }, + "Trigger": { + "Trigger": "Тригер" + }, + "Trigger Prefix": { + "Trigger Prefix": "Префікс тригера" + }, + "Trigger: %1": { + "Trigger: %1": "Тригер: %1" + }, + "Trust": { + "Trust": "Довіряти" + }, + "Try a different search": { + "Try a different search": "Спробуйте інший запит" + }, + "Try a different search or switch filters.": { + "Try a different search or switch filters.": "Спробуйте змінити пошуковий запит або фільтри." + }, + "Turn off": { + "Turn off": "Вимкнути" + }, + "Turn off Do Not Disturb": { + "Turn off Do Not Disturb": "Вимкнути режим «Не турбувати»" + }, + "Turn off all displays immediately when the lock screen activates": { + "Turn off all displays immediately when the lock screen activates": "Негайно вимкнути всі дисплеї при активації екрана блокування" + }, + "Turn off monitors after": { + "Turn off monitors after": "Вимикати екрани через" + }, + "Turn off monitors after lock": { + "Turn off monitors after lock": "Вимкнути монітори після блокування" + }, + "Turn off now": { + "Turn off now": "Вимкнути зараз" + }, + "Type at least 2 characters": { + "Type at least 2 characters": "Введіть принаймні 2 символи" + }, + "Type at least 2 characters to search files.": { + "Type at least 2 characters to search files.": "Введіть принаймні 2 символи для пошуку файлів." + }, + "Type this prefix to search keybinds": { + "Type this prefix to search keybinds": "Використовуйте цей префікс для пошуку гарячих клавіш" + }, + "Type to search files": { + "Type to search files": "Почніть вводити для пошуку файлів" + }, + "Typography": { + "Typography": "Типографіка" + }, + "Typography & Motion": { + "Typography & Motion": "Типографіка та анімація" + }, + "URI": { + "URI": "URI" + }, + "Unavailable": { + "Unavailable": "Недоступно" + }, + "Uncategorized": { + "Uncategorized": "Без категорії" + }, + "Unfocused Color": { + "Unfocused Color": "Колір неактивного елемента" + }, + "Unfocused Display(s)": { + "Unfocused Display(s)": "Неактивний(і) дисплей(ї)" + }, + "Ungrouped": { + "Ungrouped": "Негрупований" + }, + "Uninstall": { + "Uninstall": "Видалити" + }, + "Uninstall Greeter": { + "Uninstall Greeter": "Видалити Greeter" + }, + "Uninstall Plugin": { + "Uninstall Plugin": "Видалити плагін" + }, + "Uninstall complete. Greeter has been removed.": { + "Uninstall complete. Greeter has been removed.": "Видалення завершено. Greeter було видалено." + }, + "Uninstall failed: %1": { + "Uninstall failed: %1": "Помилка видалення: %1" + }, + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": { + "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.": "Видалити DMS greeter? Це видалить конфігурацію та відновить ваш попередній менеджер дисплеїв. Відкриється термінал для автентифікації sudo." + }, + "Uninstalled: %1": { + "Uninstalled: %1": "Видалено: %1" + }, + "Uninstalling: %1": { + "Uninstalling: %1": "Видалення: %1" + }, + "Unknown": { + "Unknown": "Невідомо" + }, + "Unknown App": { + "Unknown App": "Невідомий додаток" + }, + "Unknown Artist": { + "Unknown Artist": "Невідомий виконавець" + }, + "Unknown Config": { + "Unknown Config": "Невідома конфігурація" + }, + "Unknown Device": { + "Unknown Device": "Невідомий пристрій" + }, + "Unknown GPU": { + "Unknown GPU": "Невідомий ГП" + }, + "Unknown Model": { + "Unknown Model": "Невідома модель" + }, + "Unknown Monitor": { + "Unknown Monitor": "Невідомий монітор" + }, + "Unknown Network": { + "Unknown Network": "Невідома мережа" + }, + "Unknown Title": { + "Unknown Title": "Невідомий заголовок" + }, + "Unknown Track": { + "Unknown Track": "Невідомий трек" + }, + "Unload on Close": { + "Unload on Close": "Вивантажити при закритті" + }, + "Unmute": { + "Unmute": "Увімкнути звук" + }, + "Unmute popups for %1": { + "Unmute popups for %1": "Увімкнути звук для спливаючих вікон %1" + }, + "Unnamed Rule": { + "Unnamed Rule": "Безіменне правило" + }, + "Unpair": { + "Unpair": "Розірвати пару" + }, + "Unpair failed": { + "Unpair failed": "Помилка розірвання пари" + }, + "Unpin": { + "Unpin": "Відкріпити" + }, + "Unpin from Dock": { + "Unpin from Dock": "Відкріпити від док-панелі" + }, + "Unsaved changes": { + "Unsaved changes": "Незбережені зміни" + }, + "Unset": { + "Unset": "Скинути значення" + }, + "Until %1": { + "Until %1": "До %1" + }, + "Until 8 AM": { + "Until 8 AM": "До 8 ранку" + }, + "Until I turn it off": { + "Until I turn it off": "Поки я не вимкну" + }, + "Until tomorrow, 8:00 AM": { + "Until tomorrow, 8:00 AM": "До завтра, 8:00" + }, + "Untitled": { + "Untitled": "Без назви" + }, + "Untrust": { + "Untrust": "Припинити довіряти" + }, + "Up to date": { + "Up to date": "Оновлено" + }, + "Update": { + "Update": "Оновити" + }, + "Update All": { + "Update All": "Оновити все" + }, + "Update Plugin": { + "Update Plugin": "Оновити плагін" + }, + "Update failed: %1": { + "Update failed: %1": "Помилка оновлення: %1" + }, + "Updating %1...": { + "Updating %1...": "Оновлення %1..." + }, + "Updating plugins...": { + "Updating plugins...": "Оновлення плагінів..." + }, + "Upgrading...": { + "Upgrading...": "Оновлення версії..." + }, + "Uptime": { + "Uptime": "Час роботи" + }, + "Urgent": { + "Urgent": "Терміново" + }, + "Urgent Color": { + "Urgent Color": "Колір термінових сповіщень" + }, + "Usage Tips": { + "Usage Tips": "Поради з використання" + }, + "Use 24-hour time format instead of 12-hour AM/PM": { + "Use 24-hour time format instead of 12-hour AM/PM": "Використовувати 24-годинний формат часу замість 12-годинного AM/PM" + }, + "Use Custom Command": { + "Use Custom Command": "Використати Власну Команду" + }, + "Use Grid Layout": { + "Use Grid Layout": "Використовувати макет сітки" + }, + "Use HH:MM time format": { + "Use HH:MM time format": "Використовувати формат часу ГГ:ХХ" + }, + "Use IP Location": { + "Use IP Location": "Використовувати розташування за IP" + }, + "Use Imperial Units": { + "Use Imperial Units": "Використовувати імперські одиниці" + }, + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { + "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Використовувати імперські одиниці вимірювання (°F, милі/год, дюйми рт. ст.) замість метричних (°C, км/год, гПа)" + }, + "Use Inline Expansion": { + "Use Inline Expansion": "Використовувати розширення в рядку (Inline Expansion)" + }, + "Use Monospace Font": { + "Use Monospace Font": "Використовувати моноширинний шрифт" + }, + "Use Overlay Layer": { + "Use Overlay Layer": "Використовувати шар оверлею" + }, + "Use System Theme": { + "Use System Theme": "Використовувати системну тему" + }, + "Use a custom image for the lock screen, or leave empty to use your desktop wallpaper.": { + "Use a custom image for the lock screen, or leave empty to use your desktop wallpaper.": "Використовуйте власне зображення для екрана блокування або залиште порожнім, щоб використовувати шпалери робочого столу." + }, + "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { + "Use a custom image for the login screen, or leave empty to use desktop wallpaper": "Використовуйте власне зображення для екрана входу або залиште порожнім, щоб використовувати шпалери робочого столу" + }, + "Use a custom radius for goth corner cutouts": { + "Use a custom radius for goth corner cutouts": "Використовувати власний радіус для вирізів кутів (goth)" + }, + "Use a fixed shadow direction for this bar": { + "Use a fixed shadow direction for this bar": "Використовувати фіксований напрямок тіні для цієї панелі" + }, + "Use a security key for lock screen authentication": { + "Use a security key for lock screen authentication": "Використовувати ключ безпеки для автентифікації екрана блокування" + }, + "Use album art accent": { + "Use album art accent": "Використовувати акцент обкладинки альбому" + }, + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": { + "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "Використовуйте зовнішній менеджер шпалер, такий як swww, hyprpaper або swaybg." + }, + "Use animated wave progress bars for media playback": { + "Use animated wave progress bars for media playback": "Використовувати анімовані хвильові індикатори прогресу для відтворення медіа" + }, + "Use colors extracted from album art instead of system theme colors": { + "Use colors extracted from album art instead of system theme colors": "Використовувати кольори, витягнуті з обкладинки альбому, замість системних кольорів теми" + }, + "Use custom border/focus-ring width": { + "Use custom border/focus-ring width": "Використовувати власну ширину межі / кільця фокусу" + }, + "Use custom window radius instead of theme radius": { + "Use custom window radius instead of theme radius": "Використовувати власний радіус вікна замість радіусу теми" + }, + "Use desktop wallpaper": { + "Use desktop wallpaper": "Використовувати шпалери робочого столу" + }, + "Use different icon themes for light and dark mode": { + "Use different icon themes for light and dark mode": "Використовувати різні теми іконок для світлого та темного режимів" + }, + "Use different workspace colors on displays that are not focused": { + "Use different workspace colors on displays that are not focused": "Використовувати різні кольори робочих просторів на дисплеях, які не в фокусі" + }, + "Use fingerprint authentication for the lock screen": { + "Use fingerprint authentication for the lock screen": "Використовувати автентифікацію відбитком пальця для екрана блокування" + }, + "Use keys 1-3 or arrows, Enter/Space to select": { + "Use keys 1-3 or arrows, Enter/Space to select": "Використовуйте клавіші 1-3 або стрілки, Enter/Пробіл для вибору" + }, + "Use light theme instead of dark theme": { + "Use light theme instead of dark theme": "Використовувати світлу тему замість темної" + }, + "Use meters per second instead of km/h for wind speed": { + "Use meters per second instead of km/h for wind speed": "Використовувати метри за секунду замість км/год для швидкості вітру" + }, + "Use one inset value for every bar": { + "Use one inset value for every bar": "Використовувати одне значення відступу для всіх панелей" + }, + "Use smaller notification cards": { + "Use smaller notification cards": "Використовувати менші картки сповіщень" + }, + "Use sound theme from system settings": { + "Use sound theme from system settings": "Використовувати звукову схему із системних параметрів" + }, + "Use system PAM authentication": { + "Use system PAM authentication": "Використовувати системну автентифікацію PAM" + }, + "Use the extended surface for launcher content": { + "Use the extended surface for launcher content": "Використовувати розширену поверхню для вмісту запускача" + }, + "Use the same position and size on all displays": { + "Use the same position and size on all displays": "Використовувати однакову позицію та розмір на всіх дисплеях" + }, + "Use trigger prefix to activate": { + "Use trigger prefix to activate": "Використовуйте префікс тригера для активації" + }, + "Used for xdg-terminal-exec": { + "Used for xdg-terminal-exec": "Використовується для xdg-terminal-exec" + }, + "Used when accent color is set to Custom": { + "Used when accent color is set to Custom": "Використовується, коли акцентний колір встановлено як «Власний»" + }, + "User": { + "User": "Користувач" + }, + "User Window Rules (%1)": { + "User Window Rules (%1)": "Правила вікон користувача (%1)" + }, + "User already exists": { + "User already exists": "Користувач вже існує" + }, + "User created": { + "User created": "Користувача створено" + }, + "User created with administrator and greeter login access": { + "User created with administrator and greeter login access": "Користувача створено з правами адміністратора та доступом до входу через greeter" + }, + "User created with administrator privileges": { + "User created with administrator privileges": "Користувача створено з привілеями адміністратора" + }, + "User created with greeter login access": { + "User created with greeter login access": "Користувача створено з доступом до входу через greeter" + }, + "User deleted": { + "User deleted": "Користувача видалено" + }, + "User not found": { + "User not found": "Користувача не знайдено" + }, + "Username": { + "Username": "Ім'я користувача" + }, + "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": { + "Username must start with a lowercase letter or underscore and contain only lowercase letters, digits, hyphens, or underscores.": "Ім'я користувача має починатися з малої літери або підкреслення і містити лише малі літери, цифри, дефіси або підкреслення." + }, + "Username...": { + "Username...": "Ім'я користувача..." + }, + "Users": { + "Users": "Користувачі" + }, + "Uses sunrise/sunset times based on your location.": { + "Uses sunrise/sunset times based on your location.": "Використовує час сходу/заходу сонця на основі вашого місцезнаходження." + }, + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": { + "Uses sunrise/sunset times to automatically adjust night mode based on your location.": "Використовує час сходу/заходу сонця для автоматичного налаштування нічного режиму на основі вашої локації." + }, + "Uses the spotlight-bar IPC action and always opens the minimal bar.": { + "Uses the spotlight-bar IPC action and always opens the minimal bar.": "Використовує дію IPC spotlight-bar і завжди відкриває мінімальну панель." + }, + "Using DankCalendar%1": { + "Using DankCalendar%1": "Використання DankCalendar%1" + }, + "Using global monospace font from Settings → Personalization": { + "Using global monospace font from Settings → Personalization": "Використання глобального моноширинного шрифту з Налаштування → Персоналізація" + }, + "Using khal": { + "Using khal": "Використовується khal" + }, + "Using shared settings from Gamma Control": { + "Using shared settings from Gamma Control": "Використовуються спільні налаштування з Gamma Control" + }, + "Utilities": { + "Utilities": "Утиліти" + }, + "VPN": { + "VPN": "VPN" + }, + "VPN Connections": { + "VPN Connections": "VPN-з'єднання" + }, + "VPN configuration updated": { + "VPN configuration updated": "Конфігурацію VPN оновлено" + }, + "VPN credentials saved": { + "VPN credentials saved": "Дані VPN збережено" + }, + "VPN deleted": { + "VPN deleted": "VPN видалено" + }, + "VPN imported: %1": { + "VPN imported: %1": "VPN імпортовано: %1" + }, + "VPN not available": { + "VPN not available": "VPN недоступний" + }, + "VPN status and quick connect": { + "VPN status and quick connect": "Стан VPN та швидке підключення" + }, + "VRR": { + "VRR": "VRR" + }, + "VRR Fullscreen Only": { + "VRR Fullscreen Only": "VRR тільки в повноекранному режимі" + }, + "VRR On-Demand": { + "VRR On-Demand": "VRR за запитом" + }, + "Variable Refresh Rate": { + "Variable Refresh Rate": "Змінна частота оновлення" + }, + "Verification": { + "Verification": "Верифікація" + }, + "Version": { + "Version": "Версія" + }, + "Vertical Deck": { + "Vertical Deck": "Вертикальна колода" + }, + "Vertical Grid": { + "Vertical Grid": "Вертикальна сітка" + }, + "Vertical Scrolling": { + "Vertical Scrolling": "Вертикальне прокручування" + }, + "Vertical Tiling": { + "Vertical Tiling": "Вертикальне плиткове розміщення" + }, + "Very High": { + "Very High": "Дуже високий" + }, + "Vibrant": { + "Vibrant": "Насичений" + }, + "Vibrant palette with playful saturation.": { + "Vibrant palette with playful saturation.": "Яскрава палітра з грайливою насиченістю." + }, + "Video Path": { + "Video Path": "Шлях до відео" + }, + "Video Player": { + "Video Player": "Відеоплеєр" + }, + "Video Screensaver": { + "Video Screensaver": "Відео-скринсейвер" + }, + "View Mode": { + "View Mode": "Режим перегляду" + }, + "Visibility": { + "Visibility": "Видимість" + }, + "Visible Entry Actions": { + "Visible Entry Actions": "Дії для видимих записів" + }, + "Visual Effects": { + "Visual Effects": "Візуальні ефекти" + }, + "Visual divider between widgets": { + "Visual divider between widgets": "Візуальний розділювач між віджетами" + }, + "Visual effect used when wallpaper changes": { + "Visual effect used when wallpaper changes": "Візуальний ефект при зміні шпалер" + }, + "Volume": { + "Volume": "Гучність" + }, + "Volume Changed": { + "Volume Changed": "Гучність змінено" + }, + "Volume Slider": { + "Volume Slider": "Повзунок гучності" + }, + "Volume, brightness, and other system OSDs": { + "Volume, brightness, and other system OSDs": "Гучність, яскравість та інші системні екранні індикатори (OSD)" + }, + "Votes": { + "Votes": "Голоси" + }, + "W": { + "W": "Вт" + }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, + "WPA/WPA2": { + "WPA/WPA2": "WPA/WPA2" + }, + "WPA2 password": { + "WPA2 password": "" + }, + "Wallpaper": { + "Wallpaper": "Шпалери" + }, + "Wallpaper Error": { + "Wallpaper Error": "Помилка шпалер" + }, + "Wallpaper Monitor": { + "Wallpaper Monitor": "Монітор шпалер" + }, + "Wallpaper fill mode": { + "Wallpaper fill mode": "Режим заповнення шпалер" + }, + "Wallpaper processing failed": { + "Wallpaper processing failed": "Невдала обробка шпалер" + }, + "Wallpaper processing failed - check wallpaper path": { + "Wallpaper processing failed - check wallpaper path": "Невдала обробка шпалер — перевірте шлях до файлу" + }, + "Wallpapers": { + "Wallpapers": "Шпалери" + }, + "Warm color temperature to apply": { + "Warm color temperature to apply": "Тепла колірна температура для застосування" + }, + "Warning": { + "Warning": "Попередження" + }, + "Warnings": { + "Warnings": "Попередження" + }, + "Wave Progress Bars": { + "Wave Progress Bars": "Хвильовий індикатор прогресу" + }, + "Weather": { + "Weather": "Погода" + }, + "Weather Widget": { + "Weather Widget": "Віджет погоди" + }, + "Web Browser": { + "Web Browser": "Веббраузер" + }, + "Welcome": { + "Welcome": "Вітаємо" + }, + "Welcome to DankMaterialShell": { + "Welcome to DankMaterialShell": "Ласкаво просимо до DankMaterialShell" + }, + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": { + "When clicking a dock window in a Hyprland special workspace, bring that special workspace back before focusing the window": "При натисканні на вікно доку в спеціальному робочому просторі Hyprland, спочатку повернути цей простір, а потім фокусувати вікно" + }, + "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.": "Якщо увімкнено, програми сортуються за алфавітом. Якщо вимкнено — за частотою використання." + }, + "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": { + "When enabled, checks updates on startup. When disabled, only the interval above or a manual refresh runs a check.": "Якщо увімкнено, перевіряє оновлення при запуску. Якщо вимкнено, перевірка виконується лише за інтервалом або вручну." + }, + "When locked": { + "When locked": "Під час блокування" + }, + "Which PAM service the lock screen uses to authenticate": { + "Which PAM service the lock screen uses to authenticate": "Який сервіс PAM використовує екран блокування для автентифікації" + }, + "White": { + "White": "Білий" + }, + "Wi-Fi and Ethernet connection": { + "Wi-Fi and Ethernet connection": "З'єднання Wi-Fi та Ethernet" + }, + "Wi-Fi not available": { + "Wi-Fi not available": "Wi-Fi недоступний" + }, + "WiFi": { + "WiFi": "Wi-Fi" + }, + "WiFi Device": { + "WiFi Device": "Пристрій Wi-Fi" + }, + "WiFi QR code for ": { + "WiFi QR code for ": "QR-код Wi-Fi для " + }, + "WiFi disabled": { + "WiFi disabled": "Wi-Fi вимкнено" + }, + "WiFi enabled": { + "WiFi enabled": "Wi-Fi увімкнено" + }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, + "WiFi is off": { + "WiFi is off": "Wi-Fi вимкнено" + }, + "WiFi off": { + "WiFi off": "Wi-Fi вимкнено" + }, + "Wide (BT2020)": { + "Wide (BT2020)": "Широкий (BT2020)" + }, + "Widget Background Color": { + "Widget Background Color": "Колір тла віджета" + }, + "Widget Management": { + "Widget Management": "Керування віджетами" + }, + "Widget Opacity": { + "Widget Opacity": "Прозорість віджета" + }, + "Widget Outline": { + "Widget Outline": "Контур віджета" + }, + "Widget Styling": { + "Widget Styling": "Стилізація віджетів" + }, + "Widget Text Style": { + "Widget Text Style": "Стиль тексту віджета" + }, + "Widget added": { + "Widget added": "Віджет додано" + }, + "Widget removed": { + "Widget removed": "Віджет видалено" + }, + "Widgets": { + "Widgets": "Віджети" + }, + "Widgets & Notifications": { + "Widgets & Notifications": "Віджети та сповіщення" + }, + "Widgets, layout, style": { + "Widgets, layout, style": "Віджети, макет, стиль" + }, + "Width": { + "Width": "Ширина" + }, + "Width of the border in pixels": { + "Width of the border in pixels": "Ширина межі в пікселях" + }, + "Width of the widget outline in pixels": { + "Width of the widget outline in pixels": "Ширина контуру віджета в пікселях" + }, + "Width of window border": { + "Width of window border": "Ширина межі вікна" + }, + "Width of window border and focus ring": { + "Width of window border and focus ring": "Ширина межі вікна та кільця фокусу" + }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, + "Wind": { + "Wind": "Вітер" + }, + "Wind Speed": { + "Wind Speed": "Швидкість вітру" + }, + "Wind Speed in m/s": { + "Wind Speed in m/s": "Швидкість вітру в м/с" + }, + "Window Corner Radius": { + "Window Corner Radius": "Радіус кутів вікна" + }, + "Window Gaps": { + "Window Gaps": "Відступи вікон" + }, + "Window Gaps (px)": { + "Window Gaps (px)": "Відступи вікон (px)" + }, + "Window Height": { + "Window Height": "Висота вікна" + }, + "Window Opening": { + "Window Opening": "Відкриття вікна" + }, + "Window Rules": { + "Window Rules": "Правила вікон" + }, + "Wipe": { + "Wipe": "Очистити" + }, + "Working...": { + "Working...": "Працюю..." + }, + "Workspace Index Numbers": { + "Workspace Index Numbers": "Нумерація робочих просторів" + }, + "Workspace Names": { + "Workspace Names": "Назви робочих просторів" + }, + "Workspace Padding": { + "Workspace Padding": "Відступи робочого простору" + }, + "Workspace Switcher": { + "Workspace Switcher": "Перемикач робочих просторів" + }, + "Workspace name": { + "Workspace name": "Назва робочого простору" + }, + "Workspaces": { + "Workspaces": "Робочі простори" + }, + "Wrap the app command. %command% is replaced with the actual executable": { + "Wrap the app command. %command% is replaced with the actual executable": "Обгортка команди програми. %command% замінюється на фактичний виконуваний файл" + }, + "Write:": { + "Write:": "Записати:" + }, + "X": { + "X": "X" + }, + "X Axis": { + "X Axis": "Вісь X" + }, + "X-Ray": { + "X-Ray": "Рентген (X-Ray)" + }, + "XWayland": { + "XWayland": "XWayland" + }, + "Xray Blur Effect": { + "Xray Blur Effect": "Ефект розмиття Xray" + }, + "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": { + "Xray blurs only the wallpaper (efficient) and is the default when Blur is on. Set Xray to Off for regular full blur of everything beneath the window (more expensive).": "Xray розмиває лише шпалери (ефективно) і є значенням за замовчуванням при увімкненому Blur. Встановіть Xray на Off для повного розмиття всього під вікном (більш ресурсозатратно)." + }, + "Xray options are in Compositor → Layout": { + "Xray options are in Compositor → Layout": "Опції Xray знаходяться в Композитор → Макет" + }, + "Y": { + "Y": "Y" + }, + "Y Axis": { + "Y Axis": "Вісь Y" + }, + "Yes": { + "Yes": "Так" + }, + "Yesterday": { + "Yesterday": "Вчора" + }, + "You have unsaved changes. Save before continuing?": { + "You have unsaved changes. Save before continuing?": "Ви маєте незбережені зміни. Зберегти їх, щоб продовжити?" + }, + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": { + "You need to set either:\nQT_QPA_PLATFORMTHEME=gtk3 OR\nQT_QPA_PLATFORMTHEME=qt6ct\nas environment variables, and then restart the shell.\n\nqt6ct requires qt6ct-kde to be installed.": "Вам потрібно встановити або:\nQT_QPA_PLATFORMTHEME=gtk3 АБО\nQT_QPA_PLATFORMTHEME=qt6ct\nяк змінні середовища, а потім перезапустити оболонку.\n\nДля qt6ct необхідно встановити qt6ct-kde." + }, + "You'll enter your password at the greeter after the next reboot.": { + "You'll enter your password at the greeter after the next reboot.": "Ви введете пароль у вікні входу після наступного перезавантаження." + }, + "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": { + "You'll skip the greeter password after the next reboot. The lock screen and signing out still require your password.": "Ви пропустите пароль при вході після наступного перезавантаження. Екран блокування та вихід із системи все одно потребуватимуть пароля." + }, + "You're All Set!": { + "You're All Set!": "Готово!" + }, + "Your compositor does not support background blur (ext-background-effect-v1)": { + "Your compositor does not support background blur (ext-background-effect-v1)": "Ваш композитор не підтримує розмиття фону (ext-background-effect-v1)" + }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, + "Your system is up to date!": { + "Your system is up to date!": "Вашу систему оновлено!" + }, + "admin": { + "admin": "адмін" + }, + "attached": { + "attached": "приєднано" + }, + "brandon": { + "brandon": "брандон" + }, + "broken": { + "broken": "пошкоджено" + }, + "by %1": { + "by %1": "від %1" + }, + "checked %1d ago": { + "checked %1d ago": "перевірено %1 дн. тому" + }, + "checked %1h ago": { + "checked %1h ago": "перевірено %1 год. тому" + }, + "checked %1m ago": { + "checked %1m ago": "перевірено %1 хв. тому" + }, + "checked just now": { + "checked just now": "перевірено щойно" + }, + "days": { + "days": "днів" + }, + "deprecated": { + "deprecated": "застаріло" + }, + "detached": { + "detached": "від'єднано" + }, + "device": { + "device": "пристрій" + }, + "dgop not available": { + "dgop not available": "dgop недоступний" + }, + "direct": { + "direct": "прямий" + }, + "discuss": { + "discuss": "обговорити" + }, + "display rotation option": { + "Normal": "Нормальний" + }, + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": { + "dms is a highly customizable, modern desktop shell with a material 3 inspired design.

It is built with Quickshell, a QT6 framework for building desktop shells, and Go, a statically typed, compiled programming language.": "dms — це сучасна оболонка робочого столу з високими можливостями налаштування, дизайн якої натхненний Material 3.

Вона побудована за допомогою Quickshell, фреймворку QT6 для створення оболонок робочого столу, та Go, статично типізованою компільованою мовою програмування." + }, + "e.g. /usr/bin/my-script --flag": { + "e.g. /usr/bin/my-script --flag": "напр. /usr/bin/my-script --flag" + }, + "e.g. My Script": { + "e.g. My Script": "напр. Мій Скрипт" + }, + "e.g. alice": { + "e.g. alice": "напр. alice" + }, + "e.g., firefox, kitty --title foo": { + "e.g., firefox, kitty --title foo": "наприклад, firefox, kitty --title foo" + }, + "e.g., focus-workspace 3, resize-column -10": { + "e.g., focus-workspace 3, resize-column -10": "наприклад, focus-workspace 3, resize-column -10" + }, + "e.g., hl.dsp.focus({ workspace = \"3\" })": { + "e.g., hl.dsp.focus({ workspace = \"3\" })": "напр., hl.dsp.focus({ workspace = \"3\" })" + }, + "e.g., notify-send 'Hello' && sleep 1": { + "e.g., notify-send 'Hello' && sleep 1": "напр., notify-send «Привіт» && sleep 1" + }, + "e.g., scratch, /^tmp_.*/, build": { + "e.g., scratch, /^tmp_.*/, build": "напр., scratch, /^tmp_.*/, build" + }, + "ext": { + "ext": "розш." + }, + "featured": { + "featured": "рекомендоване" + }, + "khal": { + "khal": "khal" + }, + "last seen %1": { + "last seen %1": "останній раз переглянуто %1" + }, + "leave empty for default": { + "leave empty for default": "залиште порожнім для значень за замовчуванням" + }, + "loginctl activate failed (exit %1)": { + "loginctl activate failed (exit %1)": "Помилка активації loginctl (вихід %1)" + }, + "loginctl not available - lock integration requires DMS socket connection": { + "loginctl not available - lock integration requires DMS socket connection": "loginctl недоступний — інтеграція блокування потребує з'єднання через DMS-сокет" + }, + "mango: config reloaded": { + "mango: config reloaded": "mango: конфігурацію перезавантажено" + }, + "mango: failed to reload config": { + "mango: failed to reload config": "mango: не вдалося перезавантажити конфігурацію" + }, + "mangowc Discord Server": { + "mangowc Discord Server": "Discord-сервер mangowc" + }, + "mangowc GitHub": { + "mangowc GitHub": "GitHub mangowc" + }, + "matugen not available or disabled - cannot apply %1 colors": { + "matugen not available or disabled - cannot apply %1 colors": "matugen недоступний або вимкнено — неможливо застосувати кольори %1" + }, + "matugen not found - install matugen package for dynamic theming": { + "matugen not found - install matugen package for dynamic theming": "matugen не знайдено — встановіть пакет matugen для динамічної темизації" + }, + "minutes": { + "minutes": "хвилин" + }, + "ms": { + "ms": "мс" + }, + "nav": { + "nav": "навігація" + }, + "network security type": { + "Open": "Відкрити" + }, + "niri GitHub": { + "niri GitHub": "GitHub niri" + }, + "niri Matrix Chat": { + "niri Matrix Chat": "Matrix-чат niri" + }, + "niri shortcuts config": { + "niri shortcuts config": "Конфігурація гарячих клавіш niri" + }, + "niri/dms Discord": { + "niri/dms Discord": "Discord niri/dms" + }, + "niri: config reloaded": { + "niri: config reloaded": "niri: конфігурацію перезавантажено" + }, + "niri: failed to load config": { + "niri: failed to load config": "niri: не вдалося завантажити конфігурацію" + }, + "now": { + "now": "зараз" + }, + "official": { + "official": "офіційно" + }, + "on Hyprland": { + "on Hyprland": "на Hyprland" + }, + "on MangoWC": { + "on MangoWC": "на MangoWC" + }, + "on Miracle WM": { + "on Miracle WM": "на Miracle WM" + }, + "on Niri": { + "on Niri": "на Niri" + }, + "on Scroll": { + "on Scroll": "при прокрутці" + }, + "on Sway": { + "on Sway": "на Sway" + }, + "power-profiles-daemon not available": { + "power-profiles-daemon not available": "power-profiles-daemon недоступний" + }, + "primary network connection label": { + "Primary": "Основний" + }, + "procs": { + "procs": "процеси" + }, + "r/niri Subreddit": { + "r/niri Subreddit": "Сабредіт r/niri" + }, + "relay: %1": { + "relay: %1": "реле: %1" + }, + "remote": { + "remote": "дистанційний" + }, + "reviewed": { + "reviewed": "перевірено" + }, + "seconds": { + "seconds": "секунд" + }, + "session %1": { + "session %1": "сесія %1" + }, + "source": { + "source": "джерело" + }, + "the Qt 6 Multimedia QML module": { + "the Qt 6 Multimedia QML module": "модуль Qt 6 Multimedia QML" + }, + "this app": { + "this app": "цей додаток" + }, + "unmaintained": { + "unmaintained": "непідтримуваний" + }, + "until %1": { + "until %1": "до %1" + }, + "up": { + "up": "вгору" + }, + "update dms for NM integration.": { + "update dms for NM integration.": "Оновіть DMS для інтеграції з NetworkManager." + }, + "useradd failed (exit %1)": { + "useradd failed (exit %1)": "Помилка useradd (вихід %1)" + }, + "userdel failed (exit %1)": { + "userdel failed (exit %1)": "Помилка userdel (вихід %1)" + }, + "usermod failed (exit %1)": { + "usermod failed (exit %1)": "Помилка usermod (вихід %1)" + }, + "v%1 by %2": { + "v%1 by %2": "v%1 від %2" + }, + "• Install only from trusted sources": { + "• Install only from trusted sources": "• Встановлюйте лише з надійних джерел" + }, + "• M - Month (1-12)": { + "• M - Month (1-12)": "• M — Місяць (1-12)" + }, + "• MM - Month (01-12)": { + "• MM - Month (01-12)": "• MM — Місяць (01-12)" + }, + "• MMM - Month (Jan)": { + "• MMM - Month (Jan)": "• MMM — Місяць (Січ)" + }, + "• MMMM - Month (January)": { + "• MMMM - Month (January)": "• MMMM — Місяць (Січень)" + }, + "• Plugins may contain bugs or security issues": { + "• Plugins may contain bugs or security issues": "• Плагіни можуть містити помилки або вразливості" + }, + "• Review code before installation when possible": { + "• Review code before installation when possible": "• Перевіряйте код перед встановленням, якщо це можливо" + }, + "• d - Day (1-31)": { + "• d - Day (1-31)": "• d — День (1-31)" + }, + "• dd - Day (01-31)": { + "• dd - Day (01-31)": "• dd — День (01-31)" + }, + "• ddd - Day name (Mon)": { + "• ddd - Day name (Mon)": "• ddd — Назва дня (Пн)" + }, + "• dddd - Day name (Monday)": { + "• dddd - Day name (Monday)": "• dddd — Назва дня (Понеділок)" + }, + "• yy - Year (24)": { + "• yy - Year (24)": "• yy — Рік (26)" + }, + "• yyyy - Year (2024)": { + "• yyyy - Year (2024)": "• yyyy — Рік (2026)" + }, + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": { + "↑/↓: Nav • Space: Expand • Enter: Action/Expand • E: Text": "↑/↓: Навігація • Пробіл: Розширити • Enter: Дія/Розширити • E: Текст" + }, + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": { + "↑/↓: Navigate • Enter/Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Навігація • Enter/Ctrl+C: Копіювати • Del: Видалити • Ctrl+E: Редагувати • Ctrl+S: Закріпити/Відкріпити • F10: Допомога" + }, + "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": { + "↑/↓: Navigate • Enter: Paste • Ctrl+C: Copy • Del: Delete • Ctrl+E: Edit • Ctrl+S: Pin/Unpin • F10: Help": "↑/↓: Навігація • Enter: Вставити • Ctrl+C: Копіювати • Del: Видалити • Ctrl+E: Редагувати • Ctrl+S: Закріпити/Відкріпити • F10: Допомога" + } +} diff --git a/quickshell/translations/poexports/vi.json b/quickshell/translations/poexports/vi.json index 37486b793..efc49378d 100644 --- a/quickshell/translations/poexports/vi.json +++ b/quickshell/translations/poexports/vi.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 giây" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 phút" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 giây" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 phút trước" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "Giấy phép MIT" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "Đã có tệp trùng tên rồi. Bạn có muốn ghi đè không?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "Một shell desktop hiện đại cho Wayland compositors" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "Thao tác thực hiện khi cuộn dọc trên thanh" }, - "Actions": { - "Actions": "Thao tác" - }, "Activate": { "Activate": "Kích hoạt" }, @@ -377,6 +377,9 @@ "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.": "Kích hoạt DMS màn hình chào? Một cửa sổ dòng lệnh sẽ mở ra để xác thực sudo. Hãy chạy Đồng bộ sau khi kích hoạt để áp dụng các cài đặt của bạn." }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "Kích hoạt" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "Thêm \"%1\" vào nhóm %2? Họ phải đăng xuất và đăng nhập lại, sau đó chạy dms greeter sync --profile để công bố chủ đề màn hình đăng nhập của mình." }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "Thêm thanh" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "Thêm người dùng mới vào nhóm %1 để họ có thể chạy dms greeter sync --profile." }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "Thêm người dùng mới vào nhóm %1 để họ có thể sử dụng sudo." }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "Cũng nhóm các biểu tượng ứng dụng trùng lặp trên không gian làm việc hiện tại" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: Quay lại • F1/I: Thông tin tệp • F10: Trợ giúp • Esc: Đóng" - }, "Alternative (OR)": { "Alternative (OR)": "Thay thế (HOẶC)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "Các ứng dụng và lệnh tự động khởi động khi bạn đăng nhập" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "Áp dụng thay đổi" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "Đã áp dụng các thay đổi xác thực." - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "Các thay đổi xác thực được áp dụng tự động." - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "Các thay đổi xác thực cần sudo. Đang mở cửa sổ dòng lệnh để bạn có thể sử dụng mật khẩu hoặc vân tay." }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "Bảng màu cân bằng, tô đậm cửa sổ đang chọn (mặc định)." }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "Thanh" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "Hậu phần Lịch" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "Máy ảnh" }, - "Cancel": { - "Cancel": "Hủy" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "Hủy tất cả các công việc cho \"%1\"?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "Chọn cách bạn muốn nhận thông báo khi đạt đến giới hạn phí." }, - "Choose icon": { - "Choose icon": "Chọn biểu tượng" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "Chọn đơn sắc hoặc màu chủ đề cho các biểu tượng khay hệ thống" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "Đóng cửa sổ" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "Màu sắc" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "Các lệnh" }, - "Communication": { - "Communication": "Liên lạc" - }, "Community themes": { "Community themes": "Các chủ đề cộng đồng" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "Các tùy chọn tiện ích cho màn hình đăng nhập. Đồng bộ để áp dụng." - }, "Convert to DMS": { "Convert to DMS": "Chuyển đổi sang DMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "Sao chép văn bản" }, - "Copy path": { - "Copy path": "Sao chép đường dẫn" - }, "Corner Radius": { "Corner Radius": "Bán kính góc" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "Góc & Nền" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "Chỉ đếm" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "Máy chủ DMS đã cũ (API v%1, mong đợi v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "Mô tả" }, - "Desktop": { - "Desktop": "Máy tính để bàn" - }, "Desktop Application": { "Desktop Application": "Ứng dụng máy tính" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "Đã phát hiện backend: %1" }, - "Development": { - "Development": "Phát triển" - }, "Device": { "Device": "Thiết bị" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "Tài liệu" }, - "Documents": { - "Documents": "Tài liệu" - }, "Domain (optional)": { "Domain (optional)": "Tên miền (tùy chọn)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "Cửa mở" }, - "Downloads": { - "Downloads": "Tải về" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "Kéo một widget bằng tay cầm của nó tại đây để sắp xếp lại hoặc thả nó vào một nhóm khác" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "Bật ghi đè tùy chỉnh bên dưới để đặt cường độ bóng, độ mờ và màu sắc cho từng thanh." }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "Bật vân tay hoặc khóa bảo mật cho DMS Màn hình chào. Các thay đổi xác thực được áp dụng tự động." - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "Bật tích hợp khóa bằng loginctl" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "Nhập tên thiết bị..." }, - "Enter filename...": { - "Enter filename...": "Nhập tên tệp..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "Nhập tiền tố khởi chạy (vd: 'uwsm-app')" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "Siêu nhẹ" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: Bật/tắt • F10: Trợ giúp" - }, "Fade": { "Fade": "Làm mờ dần" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "Kiểm tra giới hạn pin thất bại" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "Không thể kết nối VPN" }, @@ -3077,6 +3065,9 @@ "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.": "Chạy 'dms greeter status' thất bại. Đảm bảo DMS đã được cài đặt và dms có trong PATH." }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "Không thể lưu thông tin đăng nhập VPN" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "Bắt đầu kết nối tới %1 thất bại" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "Bỏ ghim mục thất bại" }, @@ -3188,12 +3188,6 @@ "File": { "File": "Tệp" }, - "File Already Exists": { - "File Already Exists": "Tệp đã tồn tại" - }, - "File Information": { - "File Information": "Thông tin tệp" - }, "File Manager": { "File Manager": "Trình quản lý tệp" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "Tính khả dụng của vân tay không thể được xác nhận." - }, "Fingerprint error": { "Fingerprint error": "Lỗi vân tay" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "Đã sạc đầy" }, - "Fun": { - "Fun": "Giải trí" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G: lưới • Z/X: kích thước" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "Các thành viên của nhóm màn hình chào có thể đồng bộ chủ đề màn hình đăng nhập của họ bằng dms greeter sync --profile sau khi đăng xuất và đăng nhập lại." }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "Nhóm Màn hình chào:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "Chỉ dành cho Màn hình chào — định dạng cho ngày trên màn hình đăng nhập" - }, "Greeter sync complete": { "Greeter sync complete": "Đồng bộ hóa Chào mừng hoàn tất" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "Ngủ đông" - }, "Hibernate failed": { "Hibernate failed": "Ngủ đông thất bại" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "Thời lượng giữ" }, - "Hold longer to confirm": { - "Hold longer to confirm": "Giữ lâu hơn để xác nhận" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "Giữ để xác nhận hành động nguồn" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "Giữ để xác nhận (%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "Giữ để xác nhận (%1s)" - }, - "Home": { - "Home": "Nhà / Thư mục cá nhân" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "Độ dày của thanh ngang và dọc" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "Tiêu đề lớp phủ phím tắt (tùy chọn)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "Giờ" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "Địa chỉ IP hoặc tên máy chủ" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "Ngày ISO" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "Cài đặt và thiết lập PAM: xem " - }, "Installed": { "Installed": "Đã cài đặt" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "Đã khóa" }, - "Log Out": { - "Log Out": "Đăng xuất" - }, "Logging in...": { "Logging in...": "Đang đăng nhập..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "Đã đạt đến số lượng mục ghim tối đa" }, - "Media": { - "Media": "Phương tiện" - }, "Media Controls": { "Media Controls": "Điều khiển phương tiện" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "Kiểu máy" }, - "Modified": { - "Modified": "Đã sửa đổi" - }, "Modular widget bar": { "Modular widget bar": "Thanh tiện ích mô-đun" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "Di chuyển tiện ích" }, - "Move to Trash": { - "Move to Trash": "Di chuyển vào thùng rác" - }, "Moving to Paused": { "Moving to Paused": "Đang chuyển sang tạm dừng" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "Các bộ ghép kênh" }, - "Music": { - "Music": "Nhạc" - }, "Music Player": { "Music Player": "Trình phát nhạc" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "Không hỗ trợ NM" }, - "Name": { - "Name": "Tên" - }, "Named Workspace Icons": { "Named Workspace Icons": "Biểu tượng không gian làm việc có tên" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "Điều hướng" }, - "Navigation": { - "Navigation": "Điều hướng" - }, "Network": { "Network": "Mạng" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "Không phát hiện trình đọc vân tay nào." - }, "No folders found": { "No folders found": "Không tìm thấy thư mục nào" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "Không tìm thấy trình quản lý gói nào được hỗ trợ." }, - "No terminal configured": { - "No terminal configured": "Chưa cấu hình cửa sổ dòng lệnh" - }, "No themes found": { "No themes found": "Không tìm thấy chủ đề nào" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "Không khả dụng — hãy cài đặt fprintd và pam_fprintd, hoặc cấu hình greetd PAM." }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "Không khả dụng — hãy cài đặt fprintd và pam_fprintd." - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "Không khả dụng — hãy cài đặt hoặc cấu hình pam_u2f, hoặc cấu hình greetd PAM." }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "Không khả dụng — hãy cài đặt hoặc cấu hình pam_u2f." - }, "Not bound": { "Not bound": "Chưa được gán" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "Đang phát ngay bây giờ và kiểm soát phương tiện" }, - "Numbers": { - "Numbers": "Số" - }, "Numeric (D/M)": { "Numeric (D/M)": "Số (N/T)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "Mở trong cửa sổ dòng lệnh" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "Mở thanh tìm kiếm" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "Mở trình khởi chạy đã kết nối trong Chế độ khung kết nối." }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "Mô tả tùy chọn" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "Điều kiện dựa trên trạng thái tùy chọn, áp dụng cho kết quả khớp đầu tiên." }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "Tùy chọn" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "Tổng quan về các kết nối mạng của bạn" }, - "Overwrite": { - "Overwrite": "Ghi đè" - }, "Owner: %1": { "Owner: %1": "Chủ sở hữu: %1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "Chọn một video ngẫu nhiên khác nhau mỗi lần từ cùng một thư mục" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "Chọn một cửa sổ dòng lệnh trong Cài đặt → Trình khởi chạy (hoặc đặt $TERMINAL)." - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "Chọn thời gian tạm dừng thông báo" }, - "Pictures": { - "Pictures": "Hình ảnh" - }, "Pin": { "Pin": "Ghim" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "Chế độ nguồn" }, - "Power Off": { - "Power Off": "Tắt nguồn" - }, - "Power Options": { - "Power Options": "Tùy chọn nguồn" - }, "Power Profile": { "Power Profile": "Cấu hình nguồn" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "Chất lượng" }, - "Quick Access": { - "Quick Access": "Truy cập nhanh" - }, "Quick access to application launcher": { "Quick access to application launcher": "Truy cập nhanh vào trình khởi chạy app" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "Nhập lại mật khẩu" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "Truy cập các thiết bị mạng cục bộ trong khi sử dụng nút thoát" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "Đọc:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "Lý do" }, - "Reboot": { - "Reboot": "Khởi động lại" - }, "Recent": { "Recent": "Gần đây" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "Bản phát hành" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "Tải lại từ ổ đĩa" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "Yêu cầu greetd, dms-greeter, và người dùng của bạn trong nhóm greeter (cộng với fprintd/pam_fprintd cho vân tay, pam_u2f cho khóa bảo mật). Thay đổi xác thực được áp dụng tự động và có thể mở terminal cho sudo." - }, "Requires night mode support": { "Requires night mode support": "Yêu cầu hỗ trợ chế độ ban đêm" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "Chạy paru/yay với AUR được bật khi nhấp vào 'Cập nhật tất cả'." }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "Ứng dụng đang chạy" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "SMS đã gửi thành công" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "Độ bão hòa" }, - "Save": { - "Save": "Lưu" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "Lưu tệp ghi chú" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "Tìm kiếm thiết bị..." }, - "Search for a location...": { - "Search for a location...": "Tìm vị trí..." - }, "Search installed plugins...": { "Search installed plugins...": "Tìm kiếm plugin đã cài đặt..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "Tìm tiện ích..." }, - "Search...": { - "Search...": "Tìm kiếm..." - }, "Searching...": { "Searching...": "Đang tìm kiếm..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "Security-key availability could not be confirmed.": { - "Security-key availability could not be confirmed.": "Tính khả dụng của khóa bảo mật không thể được xác nhận." - }, "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.": "Đã phát hiện hỗ trợ khóa bảo mật, nhưng chưa tìm thấy khóa nào được đăng ký. Bạn có thể bật tính năng này ngay bây giờ và đăng ký một khóa sau." }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "Đặt phần trăm mà pin được coi là yếu." }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "Cài đặt" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "Cửa sổ bật một dòng" }, - "Size": { - "Size": "Kích thước" - }, "Size Constraints": { "Size Constraints": "Ràng buộc kích thước" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "Sắp xếp từ A > Z" }, - "Sort By": { - "Sort By": "Sắp xếp theo" - }, "Sort wallpapers": { "Sort wallpapers": "Sắp xếp hình nền" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "Bắt đầu" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "Khởi động KDE Connect hoặc Valent để sử dụng plugin này" }, "Start typing your notes here...": { "Start typing your notes here...": "Bắt đầu nhập ghi chú tại đây..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "Trạng thái" }, - "Status": { - "Status": "Trạng thái" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "Các bề mặt nổi độc lập với khung" }, - "Suspend": { - "Suspend": "Ngủ" - }, "Suspend behavior": { "Suspend behavior": "Hành vi khi ngủ" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Trang web Sway" }, - "Switch User": { - "Switch User": "Chuyển người dùng" - }, "Switch between display configurations": { "Switch between display configurations": "Chuyển đổi giữa các cấu hình hiển thị" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "Đồng bộ vị trí qua các màn hình" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "Đồng bộ hóa áp dụng chủ đề và cài đặt của bạn vào màn hình đăng nhập. Những người dùng khác nên chạy dms greeter sync --profile thay vì đồng bộ hóa đầy đủ. Thay đổi xác thực được áp dụng tự động." - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "Đồng bộ hoàn tất thành công." }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "Đang đồng bộ hóa..." }, - "System": { - "System": "Hệ thống" - }, "System App Theming": { "System App Theming": "Chủ đề ứng dụng hệ thống" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "Tab" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: Điều hướng • ←→↑↓: Điều hướng kiểu lưới • Enter/Space: Chọn" - }, "Tags": { "Tags": "Thẻ" }, @@ -7715,6 +7664,9 @@ "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.": "Chế độ dự phòng dòng lệnh thất bại. Hãy cài đặt một trong những trình giả lập dòng lệnh được hỗ trợ hoặc chạy 'dms greeter sync' thủ công." }, + "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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET chưa được thiết lập hoặc socket không khả dụng. Quản lý plugin tự động cần DMS_SOCKET." }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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).": "Các thiết lập dưới đây sẽ thay đổi GTK và Qt. Hãy sao lưu cấu hình hiện tại nếu cần (qt5ct.conf|qt6ct.conf và ~/.config/gtk-3.0|gtk-4.0)." }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "Việc này sẽ xóa tất cả các mục không được ghim. %1 mục đã ghim sẽ được giữ lại." }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "Thao tác này sẽ xóa sạch bảng nhớ tạm." }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "Tắt ngay" }, - "Type": { - "Type": "Loại" - }, "Type at least 2 characters": { "Type at least 2 characters": "Nhập ít nhất 2 ký tự" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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.": "Sử dụng ảnh tùy chỉnh cho màn hình đăng nhập, hoặc để trống để sử dụng hình nền máy tính." - }, "Use a custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "Sử dụng bán kính tùy chỉnh cho các đường cắt góc Gothic" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "Sử dụng khóa bảo mật để xác thực màn hình khóa." - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "Sử dụng xác thực vân tay cho màn hình khóa." - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "Dùng phím 1-3 hoặc mũi tên, Enter/Cách để chọn" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "Trình bảo vệ màn hình video" }, - "Videos": { - "Videos": "Video" - }, "View Mode": { "View Mode": "Chế độ xem" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "Hình nền" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Đã bật WiFi" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi đang tắt" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "Độ rộng của viền cửa sổ và vòng tiêu điểm" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "Gió" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "Đang xử lý..." }, - "Workspace": { - "Workspace": "Không gian làm việc" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "Số thứ tự không gian làm việc" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "Compositor của bạn không hỗ trợ làm mờ nền (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "Hệ thống của bạn đã được cập nhật!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "trên Sway" }, - "or run ": { - "or run ": "hoặc chạy " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon không khả dụng" }, diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json index 0157762b1..dc773a74b 100644 --- a/quickshell/translations/poexports/zh_CN.json +++ b/quickshell/translations/poexports/zh_CN.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 秒" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 分" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 秒" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "5 分前" }, @@ -302,9 +308,6 @@ "MIT License": { "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?": "已存在同名文件,是否覆盖?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "一款面向 Wayland 合成器的现代桌面 Shell" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "在状态栏上垂直滚动时执行的操作" }, - "Actions": { - "Actions": "操作" - }, "Activate": { "Activate": "激活" }, @@ -377,6 +377,9 @@ "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 认证。激活后运行“同步”以应用你的设置。" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "激活" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "将“%1”添加到 %2 组吗?该用户必须注销并重新登录,然后运行 dms greeter sync --profile 以应用其登录屏幕主题。" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "添加状态栏" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "将新用户添加到 %1 组,使其能够运行 dms greeter sync --profile。" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "将新用户添加到 %1 组,使其能够使用 sudo。" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "在当前活动工作区对重复应用图标分组" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace:返回 • F1/I:文件信息 • F10:帮助 • Esc:关闭" - }, "Alternative (OR)": { "Alternative (OR)": "备选(或)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "登录后自动启动的应用程序和命令" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "应用更改" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "认证变更已应用。" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "认证变更自动应用。" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "认证变更需要 sudo 权限。正在打开终端,你可以使用密码或指纹通过验证。" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "均衡配色,强调重点(默认)" }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "状态栏" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "日历后端" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "摄像头" }, - "Cancel": { - "Cancel": "取消" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "取消“%1”的所有作业吗?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "选择充电限制达到时的通知方式。" }, - "Choose icon": { - "Choose icon": "选择图标" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "为系统托盘图标选择单色或主题色调" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "关闭窗口" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "找不到 pactl,无法切换编解码器" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "颜色" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "命令" }, - "Communication": { - "Communication": "通讯" - }, "Community themes": { "Community themes": "社区主题" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "登录界面的便捷选项。同步以应用。" - }, "Convert to DMS": { "Convert to DMS": "导入到 DMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "复制文本" }, - "Copy path": { - "Copy path": "复制路径" - }, "Corner Radius": { "Corner Radius": "圆角半径" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "圆角与背景" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "仅数量" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS 服务器版本过旧(API v%1,应为 v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "描述" }, - "Desktop": { - "Desktop": "桌面" - }, "Desktop Application": { "Desktop Application": "桌面应用程序" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "检测到后端:%1" }, - "Development": { - "Development": "开发" - }, "Device": { "Device": "设备" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "文档" }, - "Documents": { - "Documents": "文档" - }, "Domain (optional)": { "Domain (optional)": "域名(可选)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "打印机维护口已打开" }, - "Downloads": { - "Downloads": "下载" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "拖拽部件把手到此以重排序或放置到另一个分组" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "启用 Wi-Fi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "启用以下自定义覆盖,设置每个状态栏的阴影强度、透明度和颜色。" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "启用 DMS 登录界面的指纹或安全密钥。认证变更会自动生效。" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "启用 loginctl 锁定集成" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "输入设备名称..." }, - "Enter filename...": { - "Enter filename...": "输入文件名..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "输入启动前缀(例如:uwsm-app)" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "特细" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I:切换 • F10:帮助" - }, "Fade": { "Fade": "淡入淡出" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "检查固定项目限制失败" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "连接 VPN 失败" }, @@ -3077,6 +3065,9 @@ "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 中。" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "保存 VPN 凭据失败" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "连接至 %1 失败" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "取消固定项目失败" }, @@ -3188,12 +3188,6 @@ "File": { "File": "文件" }, - "File Already Exists": { - "File Already Exists": "文件已存在" - }, - "File Information": { - "File Information": "文件信息" - }, "File Manager": { "File Manager": "文件管理器" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "无法确认指纹可用性。" - }, "Fingerprint error": { "Fingerprint error": "指纹错误" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "已充满" }, - "Fun": { - "Fun": "娱乐" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G:网格 • Z/X:尺寸" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "greeter 组成员注销并重新登录后,可使用 dms greeter sync --profile 同步自己的登录屏幕主题。" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "greeter 组:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "仅登录界面 - 登录屏幕上的日期格式" - }, "Greeter sync complete": { "Greeter sync complete": "Greeter 同步完成" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "十六进制" }, - "Hibernate": { - "Hibernate": "休眠" - }, "Hibernate failed": { "Hibernate failed": "休眠失败" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "按住持续时间" }, - "Hold longer to confirm": { - "Hold longer to confirm": "按住更长时间以确认" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "按住以确认电源操作" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "按住以确认(%1 ms)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "按住以确认(%1s)" - }, - "Home": { - "Home": "主目录" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "水平与垂直状态栏厚度" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "热键叠加层标题(可选)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "小时" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP 地址或主机名" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO 日期格式" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "安装与 PAM 设置:请参考 " - }, "Installed": { "Installed": "已安装" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "已锁定" }, - "Log Out": { - "Log Out": "注销" - }, "Logging in...": { "Logging in...": "正在登录..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "已达固定项目最多数量" }, - "Media": { - "Media": "媒体" - }, "Media Controls": { "Media Controls": "媒体控制" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "型号" }, - "Modified": { - "Modified": "已修改" - }, "Modular widget bar": { "Modular widget bar": "模块化部件状态栏" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "移动部件" }, - "Move to Trash": { - "Move to Trash": "移动至回收站" - }, "Moving to Paused": { "Moving to Paused": "正在暂停打印机" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "终端复用器" }, - "Music": { - "Music": "音乐" - }, "Music Player": { "Music Player": "音乐播放器" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "不支持 NM" }, - "Name": { - "Name": "名称" - }, "Named Workspace Icons": { "Named Workspace Icons": "已命名工作区图标" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "导航" }, - "Navigation": { - "Navigation": "导航" - }, "Network": { "Network": "网络" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "未检测到指纹读取器。" - }, "No folders found": { "No folders found": "未找到文件夹" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "发现不受支持的包管理器。" }, - "No terminal configured": { - "No terminal configured": "未设置终端" - }, "No themes found": { "No themes found": "未找到主题" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "不可用 - 请安装 fprintd 和 pam_fprintd,或配置 greetd PAM。" }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "不可用 - 请安装 fprintd 和 pam_fprintd。" - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "不可用 - 请安装或配置 pam_u2f,或配置 greetd PAM。" }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "不可用 - 请安装或配置 pam_u2f。" - }, "Not bound": { "Not bound": "未绑定" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "正在播放与媒体控制" }, - "Numbers": { - "Numbers": "数字" - }, "Numeric (D/M)": { "Numeric (D/M)": "日/月(数字)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "在终端打开" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "打开搜索栏以查找文本" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "在连接框架模式中打开连接式启动器。" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "可选描述" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "可选的状态条件,会应用到第一个匹配项。" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "选项" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "您的网络连接概览" }, - "Overwrite": { - "Overwrite": "覆盖" - }, "Owner: %1": { "Owner: %1": "所有者:%1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "每次都从同一文件夹下选择随机的视频" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "在「设置 → 启动器」中选择终端(或者设置 $TERMINAL)。" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "选择暂停通知的时间" }, - "Pictures": { - "Pictures": "图片" - }, "Pin": { "Pin": "固定" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "电源模式" }, - "Power Off": { - "Power Off": "关机" - }, - "Power Options": { - "Power Options": "电源菜单" - }, "Power Profile": { "Power Profile": "电源配置" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "质量" }, - "Quick Access": { - "Quick Access": "快速访问" - }, "Quick access to application launcher": { "Quick access to application launcher": "快捷访问应用启动器" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "再次输入密码" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "使用出口节点时访问本地网络设备" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "读取:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "原因" }, - "Reboot": { - "Reboot": "重启" - }, "Recent": { "Recent": "最近" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "松开" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "从磁盘重载" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "需要 greetd、dms-greeter 且您的用户在 greeter 组中(指纹需要 fprintd/pam_fprintd,安全密钥需要 pam_u2f)。认证更改会自动应用,可能会打开终端请求 sudo。" - }, "Requires night mode support": { "Requires night mode support": "需要夜间模式支持" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "点击“全部更新”时运行 paru/yay 并启用 AUR。" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "运行中的应用" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "短信发送成功" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "饱和度" }, - "Save": { - "Save": "保存" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "保存便签" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "查找设备..." }, - "Search for a location...": { - "Search for a location...": "搜索位置..." - }, "Search installed plugins...": { "Search installed plugins...": "查找已安装插件..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "搜索部件..." }, - "Search...": { - "Search...": "搜索..." - }, "Searching...": { "Searching...": "正在搜索..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "已检测到安全密钥支持,但尚无注册的密钥。您可以启用,并在稍后进行注册。" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "设置低电量百分比" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "设置项" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "单行弹窗" }, - "Size": { - "Size": "尺寸" - }, "Size Constraints": { "Size Constraints": "大小限制" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "按字母顺序排序" }, - "Sort By": { - "Sort By": "排序方式" - }, "Sort wallpapers": { "Sort wallpapers": "排序壁纸" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "开始" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "启动 KDE Connect 或 Valent 以使用此插件" }, "Start typing your notes here...": { "Start typing your notes here...": "在这里开始记录笔记..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "状态" }, - "Status": { - "Status": "状态" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "平面独立于框架悬浮" }, - "Suspend": { - "Suspend": "挂起" - }, "Suspend behavior": { "Suspend behavior": "挂起行为" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway 网站" }, - "Switch User": { - "Switch User": "切换用户" - }, "Switch between display configurations": { "Switch between display configurations": "在显示器配置之间切换" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "在显示器间同步位置" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "将您的主题和设置同步到登录屏幕。其他用户应运行 dms greeter sync --profile 而非完整同步。认证更改会自动应用。" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "同步已完成。" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "同步中..." }, - "System": { - "System": "系统" - }, "System App Theming": { "System App Theming": "系统应用主题设置" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "标签" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab:导航 • ←→↑↓:网格导航 • Enter/Space:选中" - }, "Tags": { "Tags": "标签" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "未设置 DMS_SOCKET 环境变量或套接字不可用,无法使用自动插件管理。" }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)。" }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "此操作将删除所有未固定的项目。将保留 %1 个已固定项目。" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "此操作会清空剪贴板历史,且无法恢复。" }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "立即关闭" }, - "Type": { - "Type": "类型" - }, "Type at least 2 characters": { "Type at least 2 characters": "至少键入两个字符" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "为Goth 圆角裁切使用自定义半径" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "使用安全密钥进行锁屏认证。" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "为锁屏使用指纹认证。" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "使用数字键 1-3 或方向键选择,按 Enter/Space 确认" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "动态屏保" }, - "Videos": { - "Videos": "视频" - }, "View Mode": { "View Mode": "查看模式" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "壁纸" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "Wi-Fi 已启用" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "Wi-Fi 已关闭" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "窗口边框与焦点环宽度" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "风速" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "正在处理..." }, - "Workspace": { - "Workspace": "工作区" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "工作区序号" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "当前合成器不支持背景模糊(ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "您的系统已是最新!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "在 Sway 上" }, - "or run ": { - "or run ": "或运行 " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon 不可用" }, diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json index 6ff64d787..fab1eb7ed 100644 --- a/quickshell/translations/poexports/zh_TW.json +++ b/quickshell/translations/poexports/zh_TW.json @@ -197,6 +197,9 @@ "2 seconds": { "2 seconds": "2 秒" }, + "2.4 GHz": { + "2.4 GHz": "" + }, "20 minutes": { "20 minutes": "20 分鐘" }, @@ -260,6 +263,9 @@ "45 seconds": { "45 seconds": "45 秒" }, + "5 GHz": { + "5 GHz": "" + }, "5 min before": { "5 min before": "" }, @@ -302,9 +308,6 @@ "MIT License": { "MIT License": "MIT 授權" }, - "A file with this name already exists. Do you want to overwrite it?": { - "A file with this name already exists. Do you want to overwrite it?": "檔案名稱已存在。是否要覆蓋它?" - }, "A modern desktop shell for Wayland compositors": { "A modern desktop shell for Wayland compositors": "適用於 Wayland 顯示合成器的現代桌面殼層" }, @@ -365,9 +368,6 @@ "Action performed when scrolling vertically on the bar": { "Action performed when scrolling vertically on the bar": "在工具列上進行垂直捲動時執行的操作" }, - "Actions": { - "Actions": "選項" - }, "Activate": { "Activate": "啟用" }, @@ -377,6 +377,9 @@ "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 驗證。啟用後執行「同步」以套用您的設定。" }, + "Activates immediately": { + "Activates immediately": "" + }, "Activation": { "Activation": "啟用" }, @@ -419,6 +422,9 @@ "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": { "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.": "將「%1」加入至 %2 群組嗎?他們必須登出並重新登入,然後執行 dms greeter sync --profile 以發佈他們的登入畫面主題。" }, + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": { + "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.": "" + }, "Add Bar": { "Add Bar": "新增欄" }, @@ -470,6 +476,9 @@ "Add the new user to the %1 group so they can run dms greeter sync --profile.": { "Add the new user to the %1 group so they can run dms greeter sync --profile.": "將新使用者加入至 %1 群組,以便他們可以執行 dms greeter sync --profile。" }, + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": { + "Add the new user to the %1 group so they can run dms-greeter sync --profile.": "" + }, "Add the new user to the %1 group so they can use sudo.": { "Add the new user to the %1 group so they can use sudo.": "將新使用者加入至 %1 群組,以便他們可以使用 sudo。" }, @@ -539,9 +548,6 @@ "Also group repeated application icons on the active workspace": { "Also group repeated application icons on the active workspace": "" }, - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": { - "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: 返回 • F1/I: 檔案資訊 • F10: 幫助 • Esc: 關閉" - }, "Alternative (OR)": { "Alternative (OR)": "替代 (OR)" }, @@ -653,6 +659,9 @@ "Applications and commands to start automatically when you log in": { "Applications and commands to start automatically when you log in": "登入時自動啟動的應用程式與指令" }, + "Applies on the next greeter sync": { + "Applies on the next greeter sync": "" + }, "Apply Changes": { "Apply Changes": "套用變更" }, @@ -788,15 +797,9 @@ "Authentication changes applied": { "Authentication changes applied": "" }, - "Authentication changes applied.": { - "Authentication changes applied.": "身份驗證變更已套用。" - }, "Authentication changes apply automatically": { "Authentication changes apply automatically": "" }, - "Authentication changes apply automatically.": { - "Authentication changes apply automatically.": "身份驗證變更會自動套用。" - }, "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": { "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.": "身份驗證變更需要 sudo。正在開啟終端機,以便您使用密碼或指紋。" }, @@ -1031,6 +1034,9 @@ "Balanced palette with focused accents (default).": { "Balanced palette with focused accents (default).": "顏色平衡且帶有重點點綴的調色板 (預設)。" }, + "Band": { + "Band": "" + }, "Bar": { "Bar": "" }, @@ -1286,12 +1292,12 @@ "Calendar Backend": { "Calendar Backend": "" }, + "Calls / Headset": { + "Calls / Headset": "" + }, "Camera": { "Camera": "相機" }, - "Cancel": { - "Cancel": "取消" - }, "Cancel all jobs for \"%1\"?": { "Cancel all jobs for \"%1\"?": "取消 \"%1\" 的所有工作嗎?" }, @@ -1436,9 +1442,6 @@ "Choose how to be notified when charge limit is reached.": { "Choose how to be notified when charge limit is reached.": "" }, - "Choose icon": { - "Choose icon": "選擇圖示" - }, "Choose monochrome or a theme color tint for system tray icons": { "Choose monochrome or a theme color tint for system tray icons": "為系統匣圖示選擇單色或主題色彩色調" }, @@ -1577,9 +1580,18 @@ "Close Window": { "Close Window": "關閉視窗" }, + "Codec switched successfully": { + "Codec switched successfully": "" + }, + "Codec switching is unavailable because WirePlumber was not found": { + "Codec switching is unavailable because WirePlumber was not found": "" + }, "Codec switching is unavailable because pactl was not found": { "Codec switching is unavailable because pactl was not found": "" }, + "Codec switching is unavailable. WirePlumber wpexec was not found.": { + "Codec switching is unavailable. WirePlumber wpexec was not found.": "" + }, "Color": { "Color": "顏色" }, @@ -1658,9 +1670,6 @@ "Commands": { "Commands": "指令" }, - "Communication": { - "Communication": "通訊" - }, "Community themes": { "Community themes": "社群主題" }, @@ -1844,9 +1853,6 @@ "Convenience options for the login screen": { "Convenience options for the login screen": "" }, - "Convenience options for the login screen. Sync to apply.": { - "Convenience options for the login screen. Sync to apply.": "登入畫面的便捷選項。同步以套用。" - }, "Convert to DMS": { "Convert to DMS": "轉換為 DMS" }, @@ -1889,9 +1895,6 @@ "Copy Text": { "Copy Text": "複製文字" }, - "Copy path": { - "Copy path": "複製路徑" - }, "Corner Radius": { "Corner Radius": "圓角半徑" }, @@ -1901,6 +1904,9 @@ "Corners & Background": { "Corners & Background": "邊角與背景" }, + "Couldn't load hotspot password": { + "Couldn't load hotspot password": "" + }, "Count Only": { "Count Only": "僅計數" }, @@ -2123,9 +2129,6 @@ "DMS removes its managed block from /etc/pam.d/greetd and stops write services": { "DMS removes its managed block from /etc/pam.d/greetd and stops write services": "" }, - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": { - "DMS removes its managed block from /etc/pam.d/greetd and stops writing to it": "" - }, "DMS server is outdated (API v%1, expected v%2)": { "DMS server is outdated (API v%1, expected v%2)": "DMS 伺服器已過時 (API v%1,預期 v%2)" }, @@ -2315,9 +2318,6 @@ "Description": { "Description": "描述" }, - "Desktop": { - "Desktop": "桌面" - }, "Desktop Application": { "Desktop Application": "桌面應用程式" }, @@ -2345,9 +2345,6 @@ "Detected backends: %1": { "Detected backends: %1": "偵測到的後端:%1" }, - "Development": { - "Development": "開發" - }, "Device": { "Device": "設備" }, @@ -2540,9 +2537,6 @@ "Docs": { "Docs": "文件" }, - "Documents": { - "Documents": "文件" - }, "Domain (optional)": { "Domain (optional)": "網域 (可選)" }, @@ -2555,9 +2549,6 @@ "Door Open": { "Door Open": "門開啟" }, - "Downloads": { - "Downloads": "下載" - }, "Drag a widget by its handle here to reorder it or drop it into another group": { "Drag a widget by its handle here to reorder it or drop it into another group": "" }, @@ -2714,6 +2705,9 @@ "Enable WiFi": { "Enable WiFi": "啟用 WiFi" }, + "Enable WiFi before starting the hotspot.": { + "Enable WiFi before starting the hotspot.": "" + }, "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.": "啟用下面的自訂覆寫以設定每個列的陰影強度、不透明度和顏色。" }, @@ -2729,9 +2723,6 @@ "Enable fingerprint or security key for DMS Greeter": { "Enable fingerprint or security key for DMS Greeter": "" }, - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": { - "Enable fingerprint or security key for DMS Greeter. Authentication changes apply automatically.": "為 DMS 歡迎介面啟用指紋或安全金鑰。身份驗證變更會自動套用。" - }, "Enable loginctl lock integration": { "Enable loginctl lock integration": "啟用 loginctl 鎖定整合" }, @@ -2792,9 +2783,6 @@ "Enter device name...": { "Enter device name...": "輸入裝置名稱..." }, - "Enter filename...": { - "Enter filename...": "請輸檔案名稱..." - }, "Enter launch prefix (e.g., 'uwsm-app')": { "Enter launch prefix (e.g., 'uwsm-app')": "輸入啟動前綴(例如:「uwsm-app」)" }, @@ -2903,9 +2891,6 @@ "Extra Light": { "Extra Light": "特細" }, - "F1/I: Toggle • F10: Help": { - "F1/I: Toggle • F10: Help": "F1/I: 切換 • F10: 幫助" - }, "Fade": { "Fade": "淡化" }, @@ -2948,6 +2933,9 @@ "Failed to check pin limit": { "Failed to check pin limit": "無法檢查釘選限制" }, + "Failed to configure hotspot": { + "Failed to configure hotspot": "" + }, "Failed to connect VPN": { "Failed to connect VPN": "VPN 連線失敗" }, @@ -3077,6 +3065,9 @@ "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 中。" }, + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": { + "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.": "" + }, "Failed to save VPN credentials": { "Failed to save VPN credentials": "" }, @@ -3131,6 +3122,15 @@ "Failed to start connection to %1": { "Failed to start connection to %1": "無法啟動連線至 %1" }, + "Failed to start hotspot": { + "Failed to start hotspot": "" + }, + "Failed to stop hotspot": { + "Failed to stop hotspot": "" + }, + "Failed to switch codec": { + "Failed to switch codec": "" + }, "Failed to unpin entry": { "Failed to unpin entry": "無法解除釘選項目" }, @@ -3188,12 +3188,6 @@ "File": { "File": "檔案" }, - "File Already Exists": { - "File Already Exists": "檔案已經存在" - }, - "File Information": { - "File Information": "檔案資訊" - }, "File Manager": { "File Manager": "檔案管理員" }, @@ -3242,9 +3236,6 @@ "Fingerprint availability could not be confirmed": { "Fingerprint availability could not be confirmed": "" }, - "Fingerprint availability could not be confirmed.": { - "Fingerprint availability could not be confirmed.": "無法確認指紋可用性。" - }, "Fingerprint error": { "Fingerprint error": "指紋錯誤" }, @@ -3518,9 +3509,6 @@ "Fully Charged": { "Fully Charged": "已充飽電" }, - "Fun": { - "Fun": "有趣的" - }, "G: grid • Z/X: size": { "G: grid • Z/X: size": "G:網格 • Z/X:大小" }, @@ -3632,12 +3620,12 @@ "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": { "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.": "歡迎畫面群組成員可以在登出並重新登入後,使用 dms greeter sync --profile 同步他們的登入畫面主題。" }, + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": { + "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.": "" + }, "Greeter group:": { "Greeter group:": "歡迎畫面群組:" }, - "Greeter only — format for the date on the login screen": { - "Greeter only — format for the date on the login screen": "僅限歡迎畫面 — 登入畫面上日期的格式" - }, "Greeter sync complete": { "Greeter sync complete": "" }, @@ -3731,9 +3719,6 @@ "Hex": { "Hex": "Hex" }, - "Hibernate": { - "Hibernate": "休眠" - }, "Hibernate failed": { "Hibernate failed": "休眠失敗" }, @@ -3833,21 +3818,9 @@ "Hold Duration": { "Hold Duration": "按住持續時間" }, - "Hold longer to confirm": { - "Hold longer to confirm": "按住更長時間以確認" - }, "Hold to Confirm Power Actions": { "Hold to Confirm Power Actions": "按住以確認電源操作" }, - "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "按住以確認 (%1 毫秒)" - }, - "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "按住以確認 (%1s)" - }, - "Home": { - "Home": "家" - }, "Horizontal and vertical bar thickness": { "Horizontal and vertical bar thickness": "水平和垂直長條粗細" }, @@ -3863,6 +3836,24 @@ "Hotkey overlay title (optional)": { "Hotkey overlay title (optional)": "快捷鍵疊加層標題 (可選)" }, + "Hotspot": { + "Hotspot": "" + }, + "Hotspot activation failed.": { + "Hotspot activation failed.": "" + }, + "Hotspot name": { + "Hotspot name": "" + }, + "Hotspot saved": { + "Hotspot saved": "" + }, + "Hotspot started": { + "Hotspot started": "" + }, + "Hotspot stopped": { + "Hotspot stopped": "" + }, "Hour": { "Hour": "小時" }, @@ -3920,6 +3911,9 @@ "IP address or hostname": { "IP address or hostname": "IP 位址或主機名稱" }, + "IP sharing setup failed. Check that dnsmasq is installed.": { + "IP sharing setup failed. Check that dnsmasq is installed.": "" + }, "ISO Date": { "ISO Date": "ISO 日期" }, @@ -4124,9 +4118,6 @@ "Installation and PAM setup are documented in the ": { "Installation and PAM setup are documented in the ": "" }, - "Installation and PAM setup: see the ": { - "Installation and PAM setup: see the ": "安裝和 PAM 設定:請參閱" - }, "Installed": { "Installed": "已安裝" }, @@ -4448,9 +4439,6 @@ "Locked": { "Locked": "已鎖定" }, - "Log Out": { - "Log Out": "登出" - }, "Logging in...": { "Logging in...": "正在登入..." }, @@ -4691,9 +4679,6 @@ "Maximum pinned entries reached": { "Maximum pinned entries reached": "已達最大釘選項目數量" }, - "Media": { - "Media": "媒體播放器" - }, "Media Controls": { "Media Controls": "媒體控制台" }, @@ -4799,9 +4784,6 @@ "Model": { "Model": "型號" }, - "Modified": { - "Modified": "已修改" - }, "Modular widget bar": { "Modular widget bar": "模組化小工具列" }, @@ -4853,9 +4835,6 @@ "Move Widget": { "Move Widget": "移動小工具" }, - "Move to Trash": { - "Move to Trash": "移至垃圾桶" - }, "Moving to Paused": { "Moving to Paused": "正在移至暫停" }, @@ -4871,9 +4850,6 @@ "Multiplexers": { "Multiplexers": "多工器" }, - "Music": { - "Music": "音樂" - }, "Music Player": { "Music Player": "音樂播放器" }, @@ -4901,9 +4877,6 @@ "NM not supported": { "NM not supported": "NM 不支援" }, - "Name": { - "Name": "名稱" - }, "Named Workspace Icons": { "Named Workspace Icons": "命名工作區圖示" }, @@ -4919,9 +4892,6 @@ "Navigate": { "Navigate": "導覽" }, - "Navigation": { - "Navigation": "導航" - }, "Network": { "Network": "網路" }, @@ -5165,9 +5135,6 @@ "No fingerprint reader detected": { "No fingerprint reader detected": "" }, - "No fingerprint reader detected.": { - "No fingerprint reader detected.": "未偵測到指紋讀取器。" - }, "No folders found": { "No folders found": "未找到資料夾" }, @@ -5282,9 +5249,6 @@ "No supported package manager found.": { "No supported package manager found.": "找不到支援的套件管理器。" }, - "No terminal configured": { - "No terminal configured": "未配置終端機" - }, "No themes found": { "No themes found": "找不到任何主題" }, @@ -5360,15 +5324,9 @@ "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": { "Not available — install fprintd and pam_fprintd, or configure greetd PAM.": "無法使用 — 請安裝 fprintd 和 pam_fprintd,或設定 greetd PAM。" }, - "Not available — install fprintd and pam_fprintd.": { - "Not available — install fprintd and pam_fprintd.": "無法使用 — 請安裝 fprintd 和 pam_fprintd。" - }, "Not available — install or configure pam_u2f, or configure greetd PAM.": { "Not available — install or configure pam_u2f, or configure greetd PAM.": "無法使用 — 請安裝或設定 pam_u2f,或設定 greetd PAM。" }, - "Not available — install or configure pam_u2f.": { - "Not available — install or configure pam_u2f.": "無法使用 — 請安裝或設定 pam_u2f。" - }, "Not bound": { "Not bound": "未綁定" }, @@ -5438,9 +5396,6 @@ "Now playing and media controls": { "Now playing and media controls": "" }, - "Numbers": { - "Numbers": "數字" - }, "Numeric (D/M)": { "Numeric (D/M)": "數字 (日/月)" }, @@ -5555,6 +5510,9 @@ "Open in terminal": { "Open in terminal": "在終端中打開" }, + "Open network": { + "Open network": "" + }, "Open search bar to find text": { "Open search bar to find text": "打開搜尋欄尋找文本" }, @@ -5582,6 +5540,9 @@ "Opens the connected launcher in Connected Frame Mode.": { "Opens the connected launcher in Connected Frame Mode.": "以連線框架模式開啟已連線的啟動器。" }, + "Optional": { + "Optional": "" + }, "Optional description": { "Optional description": "選填描述" }, @@ -5591,6 +5552,9 @@ "Optional state-based conditions applied to the first match.": { "Optional state-based conditions applied to the first match.": "應用於首次匹配的可選狀態條件。" }, + "Optional; leave blank for open hotspot": { + "Optional; leave blank for open hotspot": "" + }, "Options": { "Options": "選項" }, @@ -5672,9 +5636,6 @@ "Overview of your network connections": { "Overview of your network connections": "網路連線概覽" }, - "Overwrite": { - "Overwrite": "覆寫" - }, "Owner: %1": { "Owner: %1": "擁有者:%1" }, @@ -5819,15 +5780,9 @@ "Pick a different random video each time from the same folder": { "Pick a different random video each time from the same folder": "每次從同一個資料夾中選擇一個不同的隨機影片" }, - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": { - "Pick a terminal in Settings → Launcher (or set $TERMINAL).": "請在「設定」→「啟動器」中選擇終端機(或設定 $TERMINAL)。" - }, "Pick how long to pause notifications": { "Pick how long to pause notifications": "選擇暫停通知的時間長度" }, - "Pictures": { - "Pictures": "圖片" - }, "Pin": { "Pin": "釘選" }, @@ -6002,12 +5957,6 @@ "Power Mode": { "Power Mode": "電源模式" }, - "Power Off": { - "Power Off": "關機" - }, - "Power Options": { - "Power Options": "電源選項" - }, "Power Profile": { "Power Profile": "電源設定檔" }, @@ -6200,9 +6149,6 @@ "Quality": { "Quality": "品質" }, - "Quick Access": { - "Quick Access": "快速存取" - }, "Quick access to application launcher": { "Quick access to application launcher": "快速存取應用程式啟動器" }, @@ -6242,6 +6188,9 @@ "Re-enter password": { "Re-enter password": "再次輸入密碼" }, + "Re-enter the password before saving.": { + "Re-enter the password before saving.": "" + }, "Reach local network devices while using an exit node": { "Reach local network devices while using an exit node": "" }, @@ -6251,12 +6200,12 @@ "Read:": { "Read:": "讀取:" }, + "Ready": { + "Ready": "" + }, "Reason": { "Reason": "原因" }, - "Reboot": { - "Reboot": "重新啟動" - }, "Recent": { "Recent": "最近" }, @@ -6299,6 +6248,9 @@ "Release": { "Release": "放開" }, + "Release to confirm": { + "Release to confirm": "" + }, "Reload From Disk": { "Reload From Disk": "" }, @@ -6425,9 +6377,6 @@ "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": { "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys).": "" }, - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": { - "Requires greetd, dms-greeter, and your user in the greeter group (plus fprintd/pam_fprintd for fingerprint, pam_u2f for security keys). Auth changes apply automatically and may open a terminal for sudo.": "" - }, "Requires night mode support": { "Requires night mode support": "需要夜間模式支援" }, @@ -6569,6 +6518,9 @@ "Run paru/yay with AUR enabled when 'Update All' is clicked.": { "Run paru/yay with AUR enabled when 'Update All' is clicked.": "點擊「全部更新」時,啟用 AUR 運行 paru/yay。" }, + "Running": { + "Running": "" + }, "Running Apps": { "Running Apps": "正在運行的應用程式" }, @@ -6593,11 +6545,14 @@ "SMS sent successfully": { "SMS sent successfully": "" }, + "SSID": { + "SSID": "" + }, "Saturation": { "Saturation": "飽和度" }, - "Save": { - "Save": "儲存" + "Save & Start": { + "Save & Start": "" }, "Save Notepad File": { "Save Notepad File": "儲存記事本" @@ -6719,9 +6674,6 @@ "Search devices...": { "Search devices...": "搜尋裝置..." }, - "Search for a location...": { - "Search for a location...": "搜尋位置..." - }, "Search installed plugins...": { "Search installed plugins...": "搜尋已安裝的插件..." }, @@ -6746,9 +6698,6 @@ "Search widgets...": { "Search widgets...": "搜尋部件..." }, - "Search...": { - "Search...": "搜尋..." - }, "Searching...": { "Searching...": "搜尋中..." }, @@ -6779,9 +6728,6 @@ "Security-key availability could not be confirmed": { "Security-key availability could not be confirmed": "" }, - "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.": "已檢測到安全金鑰支援,但尚未找到已註冊的金鑰。您現在可以啟用此功能,稍後再註冊一個。" }, @@ -6956,6 +6902,15 @@ "Set the percentage at which the battery is considered low.": { "Set the percentage at which the battery is considered low.": "" }, + "Set up a WiFi hotspot for sharing this connection.": { + "Set up a WiFi hotspot for sharing this connection.": "" + }, + "Set up hotspot": { + "Set up hotspot": "" + }, + "Set up hotspot in Settings": { + "Set up hotspot in Settings": "" + }, "Setting": { "Setting": "設定" }, @@ -7349,9 +7304,6 @@ "Single-Line Popup": { "Single-Line Popup": "" }, - "Size": { - "Size": "大小" - }, "Size Constraints": { "Size Constraints": "大小限制" }, @@ -7394,9 +7346,6 @@ "Sort Alphabetically": { "Sort Alphabetically": "按字母順序排序" }, - "Sort By": { - "Sort By": "排序方式" - }, "Sort wallpapers": { "Sort wallpapers": "" }, @@ -7463,17 +7412,29 @@ "Start": { "Start": "開始" }, + "Start Hotspot?": { + "Start Hotspot?": "" + }, "Start KDE Connect or Valent to use this plugin": { "Start KDE Connect or Valent to use this plugin": "啟動 KDE Connect 或 Valent 以使用此外掛" }, "Start typing your notes here...": { "Start typing your notes here...": "從這裡開始輸入您的筆記..." }, + "Starting hotspot...": { + "Starting hotspot...": "" + }, + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": { + "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.": "" + }, + "Starting...": { + "Starting...": "" + }, "State": { "State": "狀態" }, - "Status": { - "Status": "狀態" + "Stop": { + "Stop": "" }, "Stop ignoring %1": { "Stop ignoring %1": "" @@ -7559,9 +7520,6 @@ "Surfaces float independently of the frame": { "Surfaces float independently of the frame": "表面獨立於框架漂浮" }, - "Suspend": { - "Suspend": "睡眠" - }, "Suspend behavior": { "Suspend behavior": "睡眠行為" }, @@ -7574,9 +7532,6 @@ "Sway Website": { "Sway Website": "Sway 網站" }, - "Switch User": { - "Switch User": "切換使用者" - }, "Switch between display configurations": { "Switch between display configurations": "切換顯示配置" }, @@ -7601,12 +7556,12 @@ "Sync Position Across Screens": { "Sync Position Across Screens": "跨螢幕同步位置" }, - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": { - "Sync applies your theme and settings to the login screen. Other users should run dms greeter sync --profile instead of a full sync. Authentication changes apply automatically.": "" - }, "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": { "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.": "" }, + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": { + "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.": "" + }, "Sync completed successfully.": { "Sync completed successfully.": "同步成功完成。" }, @@ -7625,9 +7580,6 @@ "Syncing...": { "Syncing...": "" }, - "System": { - "System": "系統" - }, "System App Theming": { "System App Theming": "系統應用程式主題" }, @@ -7682,9 +7634,6 @@ "Tab": { "Tab": "分頁" }, - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": { - "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select": "Tab/Shift+Tab: 切換焦點 • ←→↑↓: 切換焦點 • Enter/Space: 選擇" - }, "Tags": { "Tags": "" }, @@ -7715,6 +7664,9 @@ "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 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 opened. Complete authentication there; it will close automatically when done.": { "Terminal fallback opened. Complete authentication there; it will close automatically when done.": "" }, @@ -7760,6 +7712,9 @@ "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": { "The DMS_SOCKET environment variable is not set or the socket is unavailable. Automated plugin management requires the DMS_SOCKET.": "DMS_SOCKET 環境變數未設定或套接字不可用。自動插件管理需要 DMS_SOCKET。" }, + "The WiFi adapter could not start access point mode.": { + "The WiFi adapter could not start access point mode.": "" + }, "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)。" }, @@ -7832,6 +7787,9 @@ "This will delete all unpinned entries. %1 pinned entries will be kept.": { "This will delete all unpinned entries. %1 pinned entries will be kept.": "這將刪除所有未釘選的項目。將保留 %1 個已釘選項目。" }, + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": { + "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.": "" + }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "這將永久刪除所有剪貼簿歷史記錄。" }, @@ -8060,9 +8018,6 @@ "Turn off now": { "Turn off now": "立即關閉" }, - "Type": { - "Type": "類型" - }, "Type at least 2 characters": { "Type at least 2 characters": "請輸入至少 2 個字元" }, @@ -8279,9 +8234,6 @@ "Use a custom image for the login screen, or leave empty to use desktop wallpaper": { "Use a custom image for the login screen, or leave empty to use 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 custom radius for goth corner cutouts": { "Use a custom radius for goth corner cutouts": "使用自訂半徑進行哥德式圓角切割" }, @@ -8291,9 +8243,6 @@ "Use a security key for lock screen authentication": { "Use a security key for lock screen authentication": "" }, - "Use a security key for lock screen authentication.": { - "Use a security key for lock screen authentication.": "使用安全金鑰進行鎖定螢幕驗證。" - }, "Use album art accent": { "Use album art accent": "" }, @@ -8324,9 +8273,6 @@ "Use fingerprint authentication for the lock screen": { "Use fingerprint authentication for the lock screen": "" }, - "Use fingerprint authentication for the lock screen.": { - "Use fingerprint authentication for the lock screen.": "使用指紋驗證鎖定螢幕。" - }, "Use keys 1-3 or arrows, Enter/Space to select": { "Use keys 1-3 or arrows, Enter/Space to select": "使用鍵盤 1-3 或方向鍵,按 Enter/Space 進行選擇" }, @@ -8498,9 +8444,6 @@ "Video Screensaver": { "Video Screensaver": "影片螢幕保護程式" }, - "Videos": { - "Videos": "影片" - }, "View Mode": { "View Mode": "檢視模式" }, @@ -8537,9 +8480,15 @@ "W": { "W": "" }, + "WCAG %1 body": { + "WCAG %1 body": "" + }, "WPA/WPA2": { "WPA/WPA2": "WPA/WPA2" }, + "WPA2 password": { + "WPA2 password": "" + }, "Wallpaper": { "Wallpaper": "桌布" }, @@ -8627,6 +8576,12 @@ "WiFi enabled": { "WiFi enabled": "開啟 WiFi" }, + "WiFi is disabled": { + "WiFi is disabled": "" + }, + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": { + "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.": "" + }, "WiFi is off": { "WiFi is off": "WiFi 關閉" }, @@ -8684,6 +8639,9 @@ "Width of window border and focus ring": { "Width of window border and focus ring": "視窗邊框與焦點環寬度" }, + "Will disconnect \"%1": { + "Will disconnect \"%1\"": "" + }, "Wind": { "Wind": "風速" }, @@ -8717,9 +8675,6 @@ "Working...": { "Working...": "" }, - "Workspace": { - "Workspace": "工作區" - }, "Workspace Index Numbers": { "Workspace Index Numbers": "工作區編號" }, @@ -8795,6 +8750,12 @@ "Your compositor does not support background blur (ext-background-effect-v1)": { "Your compositor does not support background blur (ext-background-effect-v1)": "您的合成器不支援背景模糊 (ext-background-effect-v1)" }, + "Your hotspot is running.": { + "Your hotspot is running.": "" + }, + "Your hotspot profile is saved and ready to start.": { + "Your hotspot profile is saved and ready to start.": "" + }, "Your system is up to date!": { "Your system is up to date!": "您的系統是最新版本!" }, @@ -8969,9 +8930,6 @@ "on Sway": { "on Sway": "在 Sway 上" }, - "or run ": { - "or run ": "或執行 " - }, "power-profiles-daemon not available": { "power-profiles-daemon not available": "power-profiles-daemon 不可用" }, diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json index ec0b9ada8..f5b8dffd3 100644 --- a/quickshell/translations/template.json +++ b/quickshell/translations/template.json @@ -461,6 +461,13 @@ "reference": "", "comment": "" }, + { + "term": "2.4 GHz", + "translation": "", + "context": "2.4 GHz", + "reference": "", + "comment": "hotspot WiFi band option" + }, { "term": "20 minutes", "translation": "", @@ -608,6 +615,13 @@ "reference": "", "comment": "wallpaper interval" }, + { + "term": "5 GHz", + "translation": "", + "context": "5 GHz", + "reference": "", + "comment": "hotspot WiFi band option" + }, { "term": "5 min before", "translation": "", @@ -706,13 +720,6 @@ "reference": "", "comment": "" }, - { - "term": "A file with this name already exists. Do you want to overwrite it?", - "translation": "", - "context": "A file with this name already exists. Do you want to overwrite it?", - "reference": "", - "comment": "" - }, { "term": "A modern desktop shell for Wayland compositors", "translation": "", @@ -881,6 +888,13 @@ "reference": "", "comment": "" }, + { + "term": "Activates immediately", + "translation": "", + "context": "Activates immediately", + "reference": "", + "comment": "" + }, { "term": "Activation", "translation": "", @@ -973,9 +987,9 @@ "comment": "" }, { - "term": "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.", + "term": "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.", "translation": "", - "context": "Add \"%1\" to the %2 group? They must log out and back in, then run dms greeter sync --profile to publish their login-screen theme.", + "context": "Add \"%1\" to the %2 group? They must log out and back in, then run dms-greeter sync --profile to publish their login-screen theme.", "reference": "", "comment": "" }, @@ -1092,9 +1106,9 @@ "comment": "" }, { - "term": "Add the new user to the %1 group so they can run dms greeter sync --profile.", + "term": "Add the new user to the %1 group so they can run dms-greeter sync --profile.", "translation": "", - "context": "Add the new user to the %1 group so they can run dms greeter sync --profile.", + "context": "Add the new user to the %1 group so they can run dms-greeter sync --profile.", "reference": "", "comment": "" }, @@ -1259,13 +1273,6 @@ "reference": "", "comment": "" }, - { - "term": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", - "translation": "", - "context": "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close", - "reference": "", - "comment": "" - }, { "term": "Alternative (OR)", "translation": "", @@ -1525,6 +1532,13 @@ "reference": "", "comment": "" }, + { + "term": "Applies on the next greeter sync", + "translation": "", + "context": "Applies on the next greeter sync", + "reference": "", + "comment": "greeter auth setting description" + }, { "term": "Apply Changes", "translation": "", @@ -1798,20 +1812,6 @@ "reference": "", "comment": "" }, - { - "term": "Authenticated!", - "translation": "", - "context": "Authenticated!", - "reference": "", - "comment": "" - }, - { - "term": "Authenticating...", - "translation": "", - "context": "Authenticating...", - "reference": "", - "comment": "" - }, { "term": "Authentication", "translation": "", @@ -1845,7 +1845,7 @@ "translation": "", "context": "Authentication changes apply automatically", "reference": "", - "comment": "greeter auth setting description" + "comment": "" }, { "term": "Authentication changes need sudo. Opening terminal so you can use password or fingerprint.", @@ -1861,20 +1861,6 @@ "reference": "", "comment": "" }, - { - "term": "Authentication failed - attempt %1 of %2", - "translation": "", - "context": "Authentication failed - attempt %1 of %2", - "reference": "", - "comment": "" - }, - { - "term": "Authentication failed - lockout can occur", - "translation": "", - "context": "Authentication failed - lockout can occur", - "reference": "", - "comment": "" - }, { "term": "Authentication failed - try again", "translation": "", @@ -1908,7 +1894,7 @@ "translation": "", "context": "Auto", "reference": "", - "comment": "automatic PAM authentication source option | calendar backend option | theme category option" + "comment": "automatic PAM authentication source option | calendar backend option | hotspot device or band option | theme category option" }, { "term": "Auto (Bar-aware)", @@ -2029,13 +2015,6 @@ "reference": "", "comment": "" }, - { - "term": "Auto-login", - "translation": "", - "context": "Auto-login", - "reference": "", - "comment": "" - }, { "term": "Auto-login change needs a sync", "translation": "", @@ -2267,27 +2246,6 @@ "reference": "", "comment": "" }, - { - "term": "Awaiting fingerprint authentication", - "translation": "", - "context": "Awaiting fingerprint authentication", - "reference": "", - "comment": "" - }, - { - "term": "Awaiting fingerprint or security key authentication", - "translation": "", - "context": "Awaiting fingerprint or security key authentication", - "reference": "", - "comment": "" - }, - { - "term": "Awaiting security key authentication", - "translation": "", - "context": "Awaiting security key authentication", - "reference": "", - "comment": "" - }, { "term": "BSSID", "translation": "", @@ -2302,13 +2260,6 @@ "reference": "", "comment": "greeter back button" }, - { - "term": "Back to user list", - "translation": "", - "context": "Back to user list", - "reference": "", - "comment": "greeter link to return from manual username entry to user picker" - }, { "term": "Backend", "translation": "", @@ -2393,6 +2344,13 @@ "reference": "", "comment": "" }, + { + "term": "Band", + "translation": "", + "context": "Band", + "reference": "", + "comment": "hotspot WiFi band field label" + }, { "term": "Bar", "translation": "", @@ -2988,6 +2946,13 @@ "reference": "", "comment": "" }, + { + "term": "Calls / Headset", + "translation": "", + "context": "Calls / Headset", + "reference": "", + "comment": "" + }, { "term": "Camera", "translation": "", @@ -3000,7 +2965,7 @@ "translation": "", "context": "Cancel", "reference": "", - "comment": "" + "comment": "cancel hotspot editing action" }, { "term": "Cancel all jobs for \"%1\"?", @@ -3338,13 +3303,6 @@ "reference": "", "comment": "" }, - { - "term": "Choose icon", - "translation": "", - "context": "Choose icon", - "reference": "", - "comment": "" - }, { "term": "Choose monochrome or a theme color tint for system tray icons", "translation": "", @@ -3668,9 +3626,23 @@ "comment": "" }, { - "term": "Codec switching is unavailable because pactl was not found", + "term": "Codec switched successfully", "translation": "", - "context": "Codec switching is unavailable because pactl was not found", + "context": "Codec switched successfully", + "reference": "", + "comment": "" + }, + { + "term": "Codec switching is unavailable because WirePlumber was not found", + "translation": "", + "context": "Codec switching is unavailable because WirePlumber was not found", + "reference": "", + "comment": "" + }, + { + "term": "Codec switching is unavailable. WirePlumber wpexec was not found.", + "translation": "", + "context": "Codec switching is unavailable. WirePlumber wpexec was not found.", "reference": "", "comment": "" }, @@ -3856,13 +3828,6 @@ "reference": "", "comment": "" }, - { - "term": "Communication", - "translation": "", - "context": "Communication", - "reference": "", - "comment": "" - }, { "term": "Community themes", "translation": "", @@ -4416,6 +4381,13 @@ "reference": "", "comment": "" }, + { + "term": "Couldn't load hotspot password", + "translation": "", + "context": "Couldn't load hotspot password", + "reference": "", + "comment": "hotspot password error title" + }, { "term": "Count Only", "translation": "", @@ -5375,13 +5347,6 @@ "reference": "", "comment": "" }, - { - "term": "Desktop", - "translation": "", - "context": "Desktop", - "reference": "", - "comment": "" - }, { "term": "Desktop Application", "translation": "", @@ -5457,7 +5422,7 @@ "translation": "", "context": "Device", "reference": "", - "comment": "" + "comment": "hotspot WiFi device field label" }, { "term": "Device connections", @@ -5935,13 +5900,6 @@ "reference": "", "comment": "" }, - { - "term": "Downloads", - "translation": "", - "context": "Downloads", - "reference": "", - "comment": "" - }, { "term": "Drag a widget by its handle here to reorder it or drop it into another group", "translation": "", @@ -6143,7 +6101,7 @@ "translation": "", "context": "Edit", "reference": "", - "comment": "" + "comment": "edit hotspot action" }, { "term": "Edit App", @@ -6306,6 +6264,13 @@ "reference": "", "comment": "" }, + { + "term": "Enable WiFi before starting the hotspot.", + "translation": "", + "context": "Enable WiFi before starting the hotspot.", + "reference": "", + "comment": "hotspot WiFi requirement message" + }, { "term": "Enable a custom override below to set per-bar shadow intensity, opacity, and color.", "translation": "", @@ -6481,13 +6446,6 @@ "reference": "", "comment": "Audio device rename dialog placeholder" }, - { - "term": "Enter filename...", - "translation": "", - "context": "Enter filename...", - "reference": "", - "comment": "" - }, { "term": "Enter launch prefix (e.g., 'uwsm-app')", "translation": "", @@ -6740,13 +6698,6 @@ "reference": "", "comment": "font weight" }, - { - "term": "F1/I: Toggle • F10: Help", - "translation": "", - "context": "F1/I: Toggle • F10: Help", - "reference": "", - "comment": "" - }, { "term": "Fade", "translation": "", @@ -6845,6 +6796,13 @@ "reference": "", "comment": "" }, + { + "term": "Failed to configure hotspot", + "translation": "", + "context": "Failed to configure hotspot", + "reference": "", + "comment": "hotspot configuration error title" + }, { "term": "Failed to connect VPN", "translation": "", @@ -7140,9 +7098,9 @@ "comment": "Phone Connect error" }, { - "term": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", + "term": "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.", "translation": "", - "context": "Failed to run 'dms greeter status'. Ensure DMS is installed and dms is in PATH.", + "context": "Failed to run 'dms-greeter status'. Ensure the dms-greeter package is installed.", "reference": "", "comment": "greeter status error" }, @@ -7272,6 +7230,27 @@ "reference": "", "comment": "" }, + { + "term": "Failed to start hotspot", + "translation": "", + "context": "Failed to start hotspot", + "reference": "", + "comment": "hotspot start error title" + }, + { + "term": "Failed to stop hotspot", + "translation": "", + "context": "Failed to stop hotspot", + "reference": "", + "comment": "hotspot stop error title" + }, + { + "term": "Failed to switch codec", + "translation": "", + "context": "Failed to switch codec", + "reference": "", + "comment": "" + }, { "term": "Failed to unpin entry", "translation": "", @@ -7405,20 +7384,6 @@ "reference": "", "comment": "KDE Connect send file button" }, - { - "term": "File Already Exists", - "translation": "", - "context": "File Already Exists", - "reference": "", - "comment": "" - }, - { - "term": "File Information", - "translation": "", - "context": "File Information", - "reference": "", - "comment": "" - }, { "term": "File Manager", "translation": "", @@ -8168,13 +8133,6 @@ "reference": "", "comment": "battery status" }, - { - "term": "Fun", - "translation": "", - "context": "Fun", - "reference": "", - "comment": "" - }, { "term": "G: grid • Z/X: size", "translation": "", @@ -8428,9 +8386,9 @@ "comment": "" }, { - "term": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.", + "term": "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.", "translation": "", - "context": "Greeter group members can sync their login-screen theme with dms greeter sync --profile after logging out and back in.", + "context": "Greeter group members can sync their login-screen theme with dms-greeter sync --profile after logging out and back in.", "reference": "", "comment": "" }, @@ -8924,13 +8882,6 @@ "reference": "", "comment": "" }, - { - "term": "Home", - "translation": "", - "context": "Home", - "reference": "", - "comment": "" - }, { "term": "Horizontal and vertical bar thickness", "translation": "", @@ -8966,6 +8917,48 @@ "reference": "", "comment": "" }, + { + "term": "Hotspot", + "translation": "", + "context": "Hotspot", + "reference": "", + "comment": "hotspot control label | hotspot settings card title" + }, + { + "term": "Hotspot activation failed.", + "translation": "", + "context": "Hotspot activation failed.", + "reference": "", + "comment": "generic hotspot activation failure message" + }, + { + "term": "Hotspot name", + "translation": "", + "context": "Hotspot name", + "reference": "", + "comment": "hotspot SSID field label" + }, + { + "term": "Hotspot saved", + "translation": "", + "context": "Hotspot saved", + "reference": "", + "comment": "hotspot configuration success message" + }, + { + "term": "Hotspot started", + "translation": "", + "context": "Hotspot started", + "reference": "", + "comment": "hotspot start success message" + }, + { + "term": "Hotspot stopped", + "translation": "", + "context": "Hotspot stopped", + "reference": "", + "comment": "hotspot stop success message" + }, { "term": "Hour", "translation": "", @@ -9099,6 +9092,13 @@ "reference": "", "comment": "Placeholder text for manual printer address input" }, + { + "term": "IP sharing setup failed. Check that dnsmasq is installed.", + "translation": "", + "context": "IP sharing setup failed. Check that dnsmasq is installed.", + "reference": "", + "comment": "hotspot IP configuration failure message" + }, { "term": "ISO Date", "translation": "", @@ -9673,13 +9673,6 @@ "reference": "", "comment": "" }, - { - "term": "Invalid password for %1", - "translation": "", - "context": "Invalid password for %1", - "reference": "", - "comment": "" - }, { "term": "Invalid username", "translation": "", @@ -10231,7 +10224,7 @@ "translation": "", "context": "Loading...", "reference": "", - "comment": "" + "comment": "hotspot password loading status" }, { "term": "Local", @@ -10331,13 +10324,6 @@ "reference": "", "comment": "" }, - { - "term": "Logging in...", - "translation": "", - "context": "Logging in...", - "reference": "", - "comment": "" - }, { "term": "Login", "translation": "", @@ -11262,13 +11248,6 @@ "reference": "", "comment": "" }, - { - "term": "Move to Trash", - "translation": "", - "context": "Move to Trash", - "reference": "", - "comment": "" - }, { "term": "Moving to Paused", "translation": "", @@ -11304,13 +11283,6 @@ "reference": "", "comment": "" }, - { - "term": "Music", - "translation": "", - "context": "Music", - "reference": "", - "comment": "" - }, { "term": "Music Player", "translation": "", @@ -11416,13 +11388,6 @@ "reference": "", "comment": "" }, - { - "term": "Navigation", - "translation": "", - "context": "Navigation", - "reference": "", - "comment": "" - }, { "term": "Network", "translation": "", @@ -11479,13 +11444,6 @@ "reference": "", "comment": "" }, - { - "term": "Network not found", - "translation": "", - "context": "Network not found", - "reference": "", - "comment": "" - }, { "term": "Neutral", "translation": "", @@ -12466,13 +12424,6 @@ "reference": "", "comment": "" }, - { - "term": "Not listed?", - "translation": "", - "context": "Not listed?", - "reference": "", - "comment": "greeter link to switch to manual username entry" - }, { "term": "Not paired", "translation": "", @@ -12606,13 +12557,6 @@ "reference": "", "comment": "" }, - { - "term": "Numbers", - "translation": "", - "context": "Numbers", - "reference": "", - "comment": "" - }, { "term": "Numeric (D/M)", "translation": "", @@ -12886,6 +12830,13 @@ "reference": "", "comment": "" }, + { + "term": "Open network", + "translation": "", + "context": "Open network", + "reference": "", + "comment": "hotspot security summary" + }, { "term": "Open search bar to find text", "translation": "", @@ -12949,6 +12900,13 @@ "reference": "", "comment": "" }, + { + "term": "Optional", + "translation": "", + "context": "Optional", + "reference": "", + "comment": "hotspot WiFi band field description | hotspot WiFi device field description" + }, { "term": "Optional description", "translation": "", @@ -12970,6 +12928,13 @@ "reference": "", "comment": "" }, + { + "term": "Optional; leave blank for open hotspot", + "translation": "", + "context": "Optional; leave blank for open hotspot", + "reference": "", + "comment": "hotspot password field placeholder" + }, { "term": "Options", "translation": "", @@ -13159,13 +13124,6 @@ "reference": "", "comment": "" }, - { - "term": "Overwrite", - "translation": "", - "context": "Overwrite", - "reference": "", - "comment": "" - }, { "term": "Owner: %1", "translation": "", @@ -13304,7 +13262,7 @@ "translation": "", "context": "Password", "reference": "", - "comment": "" + "comment": "hotspot password field label" }, { "term": "Password cannot be empty", @@ -13334,13 +13292,6 @@ "reference": "", "comment": "" }, - { - "term": "Password...", - "translation": "", - "context": "Password...", - "reference": "", - "comment": "" - }, { "term": "Passwords do not match.", "translation": "", @@ -13509,13 +13460,6 @@ "reference": "", "comment": "" }, - { - "term": "Pictures", - "translation": "", - "context": "Pictures", - "reference": "", - "comment": "" - }, { "term": "Pin", "translation": "", @@ -13929,13 +13873,6 @@ "reference": "", "comment": "" }, - { - "term": "Power Options", - "translation": "", - "context": "Power Options", - "reference": "", - "comment": "" - }, { "term": "Power Profile", "translation": "", @@ -14391,13 +14328,6 @@ "reference": "", "comment": "" }, - { - "term": "Quick Access", - "translation": "", - "context": "Quick Access", - "reference": "", - "comment": "" - }, { "term": "Quick access to application launcher", "translation": "", @@ -14489,6 +14419,13 @@ "reference": "", "comment": "" }, + { + "term": "Re-enter the password before saving.", + "translation": "", + "context": "Re-enter the password before saving.", + "reference": "", + "comment": "hotspot password recovery message" + }, { "term": "Reach local network devices while using an exit node", "translation": "", @@ -14510,6 +14447,13 @@ "reference": "", "comment": "disk read label" }, + { + "term": "Ready", + "translation": "", + "context": "Ready", + "reference": "", + "comment": "hotspot ready status" + }, { "term": "Reason", "translation": "", @@ -14622,6 +14566,13 @@ "reference": "", "comment": "" }, + { + "term": "Release to confirm", + "translation": "", + "context": "Release to confirm", + "reference": "", + "comment": "" + }, { "term": "Reload From Disk", "translation": "", @@ -15245,6 +15196,13 @@ "reference": "", "comment": "" }, + { + "term": "Running", + "translation": "", + "context": "Running", + "reference": "", + "comment": "hotspot active status" + }, { "term": "Running Apps", "translation": "", @@ -15301,6 +15259,13 @@ "reference": "", "comment": "Phone Connect SMS action" }, + { + "term": "SSID", + "translation": "", + "context": "SSID", + "reference": "", + "comment": "hotspot network name placeholder" + }, { "term": "Saturation", "translation": "", @@ -15313,7 +15278,14 @@ "translation": "", "context": "Save", "reference": "", - "comment": "" + "comment": "save hotspot configuration action" + }, + { + "term": "Save & Start", + "translation": "", + "context": "Save & Start", + "reference": "", + "comment": "save and start hotspot action" }, { "term": "Save Notepad File", @@ -15432,7 +15404,7 @@ "translation": "", "context": "Saving...", "reference": "", - "comment": "" + "comment": "hotspot configuration saving status" }, { "term": "Scale", @@ -15595,13 +15567,6 @@ "reference": "", "comment": "Tailscale device search placeholder" }, - { - "term": "Search for a location...", - "translation": "", - "context": "Search for a location...", - "reference": "", - "comment": "" - }, { "term": "Search installed plugins...", "translation": "", @@ -15952,13 +15917,6 @@ "reference": "", "comment": "" }, - { - "term": "Select user...", - "translation": "", - "context": "Select user...", - "reference": "", - "comment": "greeter user picker placeholder" - }, { "term": "Select which keybind providers to include", "translation": "", @@ -16141,6 +16099,27 @@ "reference": "", "comment": "" }, + { + "term": "Set up a WiFi hotspot for sharing this connection.", + "translation": "", + "context": "Set up a WiFi hotspot for sharing this connection.", + "reference": "", + "comment": "unconfigured hotspot description" + }, + { + "term": "Set up hotspot", + "translation": "", + "context": "Set up hotspot", + "reference": "", + "comment": "hotspot setup action label" + }, + { + "term": "Set up hotspot in Settings", + "translation": "", + "context": "Set up hotspot in Settings", + "reference": "", + "comment": "unconfigured hotspot status message" + }, { "term": "Setting", "translation": "", @@ -16181,7 +16160,7 @@ "translation": "", "context": "Setup", "reference": "", - "comment": "" + "comment": "hotspot setup action" }, { "term": "Shadow Color", @@ -17322,7 +17301,14 @@ "translation": "", "context": "Start", "reference": "", - "comment": "" + "comment": "hotspot start confirmation action | start hotspot action" + }, + { + "term": "Start Hotspot?", + "translation": "", + "context": "Start Hotspot?", + "reference": "", + "comment": "hotspot start confirmation title" }, { "term": "Start KDE Connect or Valent to use this plugin", @@ -17338,6 +17324,27 @@ "reference": "", "comment": "" }, + { + "term": "Starting hotspot...", + "translation": "", + "context": "Starting hotspot...", + "reference": "", + "comment": "hotspot activation status message" + }, + { + "term": "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.", + "translation": "", + "context": "Starting the hotspot will disconnect WiFi from \"%1\" — the radio can't do both at once. Sharing internet then requires another connection, such as Ethernet.", + "reference": "", + "comment": "hotspot WiFi disconnection warning" + }, + { + "term": "Starting...", + "translation": "", + "context": "Starting...", + "reference": "", + "comment": "hotspot activation status" + }, { "term": "State", "translation": "", @@ -17352,6 +17359,13 @@ "reference": "", "comment": "" }, + { + "term": "Stop", + "translation": "", + "context": "Stop", + "reference": "", + "comment": "stop hotspot action" + }, { "term": "Stop ignoring %1", "translation": "", @@ -17647,9 +17661,9 @@ "comment": "" }, { - "term": "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.", + "term": "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.", "translation": "", - "context": "Sync applies your theme and settings to the login screen. Shared users should run dms greeter sync --profile instead of a primary user sync.", + "context": "Sync applies your theme and settings to the login screen. Shared users should run dms-greeter sync --profile instead of a primary user sync.", "reference": "", "comment": "" }, @@ -17828,13 +17842,6 @@ "reference": "", "comment": "" }, - { - "term": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", - "translation": "", - "context": "Tab/Shift+Tab: Nav • ←→↑↓: Grid Nav • Enter/Space: Select", - "reference": "", - "comment": "" - }, { "term": "Tags", "translation": "", @@ -17899,9 +17906,9 @@ "comment": "" }, { - "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", + "term": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.", "translation": "", - "context": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms greeter sync' manually.", + "context": "Terminal fallback failed. Install one of the supported terminal emulators or run 'dms-greeter sync' manually.", "reference": "", "comment": "" }, @@ -18010,6 +18017,13 @@ "reference": "", "comment": "" }, + { + "term": "The WiFi adapter could not start access point mode.", + "translation": "", + "context": "The WiFi adapter could not start access point mode.", + "reference": "", + "comment": "hotspot adapter failure message" + }, { "term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", "translation": "", @@ -18178,6 +18192,13 @@ "reference": "", "comment": "" }, + { + "term": "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.", + "translation": "", + "context": "This will disconnect WiFi from \"%1\" — the radio can't host a hotspot and stay connected at the same time. Internet sharing will need another connection, such as Ethernet.", + "reference": "", + "comment": "hotspot WiFi disconnection confirmation message" + }, { "term": "This will permanently delete all clipboard history.", "translation": "", @@ -18479,13 +18500,6 @@ "reference": "", "comment": "" }, - { - "term": "Too many failed attempts - account may be locked", - "translation": "", - "context": "Too many failed attempts - account may be locked", - "reference": "", - "comment": "" - }, { "term": "Tools", "translation": "", @@ -18808,13 +18822,6 @@ "reference": "", "comment": "uninstall action button" }, - { - "term": "Uninstall Greeter", - "translation": "", - "context": "Uninstall Greeter", - "reference": "", - "comment": "greeter action confirmation" - }, { "term": "Uninstall Plugin", "translation": "", @@ -18822,13 +18829,6 @@ "reference": "", "comment": "" }, - { - "term": "Uninstall complete. Greeter has been removed.", - "translation": "", - "context": "Uninstall complete. Greeter has been removed.", - "reference": "", - "comment": "" - }, { "term": "Uninstall failed: %1", "translation": "", @@ -18836,13 +18836,6 @@ "reference": "", "comment": "uninstallation error" }, - { - "term": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", - "translation": "", - "context": "Uninstall the DMS greeter? This will remove configuration and restore your previous display manager. A terminal will open for sudo authentication.", - "reference": "", - "comment": "" - }, { "term": "Uninstalled: %1", "translation": "", @@ -19473,13 +19466,6 @@ "reference": "", "comment": "" }, - { - "term": "Username...", - "translation": "", - "context": "Username...", - "reference": "", - "comment": "" - }, { "term": "Users", "translation": "", @@ -19711,13 +19697,6 @@ "reference": "", "comment": "" }, - { - "term": "Videos", - "translation": "", - "context": "Videos", - "reference": "", - "comment": "" - }, { "term": "View Mode", "translation": "", @@ -19802,6 +19781,13 @@ "reference": "", "comment": "" }, + { + "term": "WCAG %1 body", + "translation": "", + "context": "WCAG %1 body", + "reference": "", + "comment": "contrast badge when only body text passes" + }, { "term": "WPA/WPA2", "translation": "", @@ -19809,6 +19795,13 @@ "reference": "", "comment": "" }, + { + "term": "WPA2 password", + "translation": "", + "context": "WPA2 password", + "reference": "", + "comment": "hotspot security summary" + }, { "term": "Wallpaper", "translation": "", @@ -20003,7 +19996,7 @@ "translation": "", "context": "WiFi disabled", "reference": "", - "comment": "" + "comment": "hotspot unavailable status" }, { "term": "WiFi enabled", @@ -20012,6 +20005,20 @@ "reference": "", "comment": "" }, + { + "term": "WiFi is disabled", + "translation": "", + "context": "WiFi is disabled", + "reference": "", + "comment": "hotspot start error title" + }, + { + "term": "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.", + "translation": "", + "context": "WiFi is disabled. You can still edit and save hotspot settings, but starting the hotspot requires WiFi to be enabled.", + "reference": "", + "comment": "hotspot WiFi requirement explanation" + }, { "term": "WiFi is off", "translation": "", @@ -20145,6 +20152,13 @@ "reference": "", "comment": "" }, + { + "term": "Will disconnect \"%1\"", + "translation": "", + "context": "Will disconnect \"%1\"", + "reference": "", + "comment": "hotspot WiFi disconnection warning" + }, { "term": "Wind", "translation": "", @@ -20404,6 +20418,20 @@ "reference": "", "comment": "" }, + { + "term": "Your hotspot is running.", + "translation": "", + "context": "Your hotspot is running.", + "reference": "", + "comment": "hotspot active status message" + }, + { + "term": "Your hotspot profile is saved and ready to start.", + "translation": "", + "context": "Your hotspot profile is saved and ready to start.", + "reference": "", + "comment": "configured hotspot status message" + }, { "term": "Your system is up to date!", "translation": "",