diff --git a/quickshell/Common/SessionData.qml b/quickshell/Common/SessionData.qml index e42d3344..dcb724c3 100644 --- a/quickshell/Common/SessionData.qml +++ b/quickshell/Common/SessionData.qml @@ -195,7 +195,9 @@ Singleton { } } catch (e) { _parseError = true; - console.error("SessionData: Failed to parse session.json - file will not be overwritten. Error:", e.message); + const msg = e.message; + console.error("SessionData: Failed to parse session.json - file will not be overwritten. Error:", msg); + Qt.callLater(() => ToastService.showError(I18n.tr("Failed to parse session.json"), msg)); } } diff --git a/quickshell/Common/SettingsData.qml b/quickshell/Common/SettingsData.qml index 82d8597c..43ce57de 100644 --- a/quickshell/Common/SettingsData.qml +++ b/quickshell/Common/SettingsData.qml @@ -111,7 +111,7 @@ Singleton { property bool controlCenterShowNetworkIcon: true property bool controlCenterShowBluetoothIcon: true property bool controlCenterShowAudioIcon: true - property bool controlCenterShowAudioPercent: true + property bool controlCenterShowAudioPercent: false property bool controlCenterShowVpnIcon: true property bool controlCenterShowBrightnessIcon: false property bool controlCenterShowBrightnessPercent: false @@ -794,7 +794,9 @@ Singleton { Processes.detectQtTools(); } catch (e) { _parseError = true; - console.error("SettingsData: Failed to parse settings.json - file will not be overwritten. Error:", e.message); + const msg = e.message; + console.error("SettingsData: Failed to parse settings.json - file will not be overwritten. Error:", msg); + Qt.callLater(() => ToastService.showError(I18n.tr("Failed to parse settings.json"), msg)); applyStoredTheme(); applyStoredIconTheme(); } finally { @@ -820,7 +822,9 @@ Singleton { } } catch (e) { _pluginParseError = true; - console.error("SettingsData: Failed to parse plugin_settings.json - file will not be overwritten. Error:", e.message); + const msg = e.message; + console.error("SettingsData: Failed to parse plugin_settings.json - file will not be overwritten. Error:", msg); + Qt.callLater(() => ToastService.showError(I18n.tr("Failed to parse plugin_settings.json"), msg)); pluginSettings = {}; } finally { _pluginSettingsLoading = false; @@ -1803,7 +1807,9 @@ Singleton { applyStoredIconTheme(); } catch (e) { _parseError = true; - console.error("SettingsData: Failed to reload settings.json - file will not be overwritten. Error:", e.message); + const msg = e.message; + console.error("SettingsData: Failed to reload settings.json - file will not be overwritten. Error:", msg); + Qt.callLater(() => ToastService.showError(I18n.tr("Failed to parse settings.json"), msg)); } finally { _loading = false; } diff --git a/quickshell/translations/en.json b/quickshell/translations/en.json index e00ebf2f..55a1c2b1 100644 --- a/quickshell/translations/en.json +++ b/quickshell/translations/en.json @@ -110,7 +110,7 @@ { "term": "10-bit Color", "context": "10-bit Color", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:104", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:111", "comment": "" }, { @@ -128,7 +128,7 @@ { "term": "180°", "context": "180°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1384, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1405", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1407, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1428", "comment": "" }, { @@ -152,7 +152,7 @@ { "term": "270°", "context": "270°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1386, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1407", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1409, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1430", "comment": "" }, { @@ -218,7 +218,7 @@ { "term": "90°", "context": "90°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1382, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1403", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1405, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1426", "comment": "" }, { @@ -524,13 +524,13 @@ { "term": "Apply GTK Colors", "context": "Apply GTK Colors", - "reference": "Modules/Settings/ThemeColorsTab.qml:1336", + "reference": "Modules/Settings/ThemeColorsTab.qml:1347", "comment": "" }, { "term": "Apply Qt Colors", "context": "Apply Qt Colors", - "reference": "Modules/Settings/ThemeColorsTab.qml:1370", + "reference": "Modules/Settings/ThemeColorsTab.qml:1381", "comment": "" }, { @@ -680,7 +680,7 @@ { "term": "Auto (Wide)", "context": "Auto (Wide)", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:136, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:138, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:141, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:152", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:143, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:148, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:159", "comment": "" }, { @@ -920,7 +920,7 @@ { "term": "Bit Depth", "context": "Bit Depth", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:846", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:869", "comment": "" }, { @@ -1448,13 +1448,13 @@ { "term": "Color Gamut", "context": "Color Gamut", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:131", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:138", "comment": "" }, { "term": "Color Management", "context": "Color Management", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:848", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:871", "comment": "" }, { @@ -1520,7 +1520,7 @@ { "term": "Command", "context": "Command", - "reference": "Widgets/KeybindItem.qml:1376, Modules/Settings/DesktopWidgetInstanceCard.qml:185", + "reference": "Widgets/KeybindItem.qml:1376, Modules/Settings/DesktopWidgetInstanceCard.qml:263", "comment": "" }, { @@ -1556,7 +1556,7 @@ { "term": "Config Format", "context": "Config Format", - "reference": "Modules/Settings/DisplayConfigTab.qml:95, Modules/Settings/DisplayConfig/DisplayConfigState.qml:812", + "reference": "Modules/Settings/DisplayConfigTab.qml:95, Modules/Settings/DisplayConfig/DisplayConfigState.qml:833", "comment": "" }, { @@ -1568,7 +1568,7 @@ { "term": "Config validation failed", "context": "Config validation failed", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:891, Modules/Settings/DisplayConfig/DisplayConfigState.qml:899", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:914, Modules/Settings/DisplayConfig/DisplayConfigState.qml:922", "comment": "" }, { @@ -1598,7 +1598,7 @@ { "term": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.", "context": "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.", - "reference": "Modules/Settings/WorkspacesTab.qml:136", + "reference": "Modules/Settings/WorkspacesTab.qml:146", "comment": "" }, { @@ -1613,6 +1613,12 @@ "reference": "Modals/BluetoothPairingModal.qml:318", "comment": "" }, + { + "term": "Confirm Delete", + "context": "Confirm Delete", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:146", + "comment": "" + }, { "term": "Confirm Display Changes", "context": "Confirm Display Changes", @@ -1712,7 +1718,7 @@ { "term": "Copied to clipboard", "context": "Copied to clipboard", - "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:150, Modules/Settings/DesktopWidgetInstanceCard.qml:223", + "reference": "Modals/Clipboard/ClipboardHistoryModal.qml:150, Modules/Settings/DesktopWidgetInstanceCard.qml:301", "comment": "" }, { @@ -2012,7 +2018,7 @@ { "term": "DankShell & System Icons (requires restart)", "context": "DankShell & System Icons (requires restart)", - "reference": "Modules/Settings/ThemeColorsTab.qml:1291", + "reference": "Modules/Settings/ThemeColorsTab.qml:1302", "comment": "" }, { @@ -2102,7 +2108,7 @@ { "term": "Delete", "context": "Delete", - "reference": "Widgets/VpnDetailContent.qml:218, Modules/Settings/PrinterTab.qml:750, Modules/Settings/PrinterTab.qml:1330, Modules/Settings/NetworkTab.qml:1679", + "reference": "Widgets/VpnDetailContent.qml:218, Modules/Settings/DesktopWidgetInstanceCard.qml:146, Modules/Settings/PrinterTab.qml:750, Modules/Settings/PrinterTab.qml:1330, Modules/Settings/NetworkTab.qml:1679", "comment": "" }, { @@ -2216,7 +2222,7 @@ { "term": "Disable Output", "context": "Disable Output", - "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:63", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:76, Modules/Settings/DisplayConfig/NiriOutputSettings.qml:63", "comment": "" }, { @@ -2228,7 +2234,7 @@ { "term": "Disabled", "context": "Disabled", - "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:63, Modules/Settings/NetworkTab.qml:742, Modules/Settings/DankBarTab.qml:431, Modules/Settings/DisplayConfig/DisplayConfigState.qml:826, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832, Modules/Settings/DisplayConfig/DisplayConfigState.qml:834", + "reference": "Modules/Settings/NetworkTab.qml:742, Modules/Settings/DankBarTab.qml:431, Modules/Settings/DisplayConfig/DisplayConfigState.qml:847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:855, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867", "comment": "" }, { @@ -2465,6 +2471,12 @@ "reference": "Modules/Settings/PrinterTab.qml:351, Modules/Settings/NetworkTab.qml:534", "comment": "" }, + { + "term": "Duplicate", + "context": "Duplicate", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:109", + "comment": "" + }, { "term": "Duplicate Wallpaper with Blur", "context": "Duplicate Wallpaper with Blur", @@ -2522,7 +2534,7 @@ { "term": "Enable 10-bit color depth for wider color gamut and HDR support", "context": "Enable 10-bit color depth for wider color gamut and HDR support", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:105", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:112", "comment": "" }, { @@ -2594,7 +2606,7 @@ { "term": "Enabled", "context": "Enabled", - "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:63, Modules/Settings/DisplayConfig/DisplayConfigState.qml:826, Modules/Settings/DisplayConfig/DisplayConfigState.qml:834", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:847, Modules/Settings/DisplayConfig/DisplayConfigState.qml:855", "comment": "" }, { @@ -2708,7 +2720,7 @@ { "term": "Experimental Feature", "context": "Experimental Feature", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:193", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:200", "comment": "" }, { @@ -2897,6 +2909,24 @@ "reference": "Services/CupsService.qml:643", "comment": "" }, + { + "term": "Failed to parse plugin_settings.json", + "context": "Failed to parse plugin_settings.json", + "reference": "Common/SettingsData.qml:827", + "comment": "" + }, + { + "term": "Failed to parse session.json", + "context": "Failed to parse session.json", + "reference": "Common/SessionData.qml:200", + "comment": "" + }, + { + "term": "Failed to parse settings.json", + "context": "Failed to parse settings.json", + "reference": "Common/SettingsData.qml:799, Common/SettingsData.qml:1812", + "comment": "" + }, { "term": "Failed to pause printer", "context": "Failed to pause printer", @@ -3026,7 +3056,7 @@ { "term": "Failed to write temp file for validation", "context": "Failed to write temp file for validation", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:890", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:913", "comment": "" }, { @@ -3104,31 +3134,31 @@ { "term": "Flipped", "context": "Flipped", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1388, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1409", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1411, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1432", "comment": "" }, { "term": "Flipped 180°", "context": "Flipped 180°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1392, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1413", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1415, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1436", "comment": "" }, { "term": "Flipped 270°", "context": "Flipped 270°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1394, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1415", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1417, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1438", "comment": "" }, { "term": "Flipped 90°", "context": "Flipped 90°", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1390, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1411", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1413, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1434", "comment": "" }, { "term": "Focus at Startup", "context": "Focus at Startup", - "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:70, Modules/Settings/DisplayConfig/DisplayConfigState.qml:836", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:70, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857", "comment": "" }, { @@ -3170,7 +3200,7 @@ { "term": "Force HDR", "context": "Force HDR", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:854", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:877", "comment": "" }, { @@ -3182,7 +3212,7 @@ { "term": "Force Wide Color", "context": "Force Wide Color", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:856", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", "comment": "" }, { @@ -3362,19 +3392,19 @@ { "term": "HDR (EDID)", "context": "HDR (EDID)", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:138, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:148, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:159", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:155, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:166", "comment": "" }, { "term": "HDR Tone Mapping", "context": "HDR Tone Mapping", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:222", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:229", "comment": "" }, { "term": "HDR mode is experimental. Verify your monitor supports HDR before enabling.", "context": "HDR mode is experimental. Verify your monitor supports HDR before enabling.", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:201", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:208", "comment": "" }, { @@ -3398,7 +3428,7 @@ { "term": "Help", "context": "Help", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:136", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:138", "comment": "" }, { @@ -3482,7 +3512,7 @@ { "term": "Hot Corners", "context": "Hot Corners", - "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:838", + "reference": "Modules/Settings/DisplayConfig/NiriOutputSettings.qml:77, Modules/Settings/DisplayConfig/DisplayConfigState.qml:859", "comment": "" }, { @@ -3542,7 +3572,7 @@ { "term": "Icon Theme", "context": "Icon Theme", - "reference": "Modules/Settings/ThemeColorsTab.qml:1283, Modules/Settings/ThemeColorsTab.qml:1290", + "reference": "Modules/Settings/ThemeColorsTab.qml:1294, Modules/Settings/ThemeColorsTab.qml:1301", "comment": "" }, { @@ -3758,7 +3788,7 @@ { "term": "Invalid configuration", "context": "Invalid configuration", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:898", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:921", "comment": "" }, { @@ -3914,7 +3944,7 @@ { "term": "Layout", "context": "Layout", - "reference": "Modules/Settings/WidgetsTab.qml:36, Modules/Settings/DisplayConfig/DisplayConfigState.qml:840, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:181", + "reference": "Modules/Settings/WidgetsTab.qml:36, Modules/Settings/DisplayConfig/DisplayConfigState.qml:861, Modules/Settings/DesktopWidgetSettings/SystemMonitorSettings.qml:350, Modules/DankBar/Popouts/DWLLayoutPopout.qml:181", "comment": "" }, { @@ -4370,7 +4400,7 @@ { "term": "Mirror Display", "context": "Mirror Display", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:76", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:83", "comment": "" }, { @@ -4382,7 +4412,7 @@ { "term": "Mode", "context": "Mode", - "reference": "Modules/Settings/NetworkTab.qml:1298, Modules/Settings/DisplayConfig/DisplayConfigState.qml:820", + "reference": "Modules/Settings/NetworkTab.qml:1298, Modules/Settings/DisplayConfig/DisplayConfigState.qml:841", "comment": "" }, { @@ -4394,13 +4424,13 @@ { "term": "Model", "context": "Model", - "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/PrinterTab.qml:815, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:811", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/PrinterTab.qml:815, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832", "comment": "" }, { "term": "Modified", "context": "Modified", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:838, Modules/Settings/DisplayConfig/DisplayConfigState.qml:840", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:859, Modules/Settings/DisplayConfig/DisplayConfigState.qml:861", "comment": "" }, { @@ -4442,7 +4472,7 @@ { "term": "Move Widget", "context": "Move Widget", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:165", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:167", "comment": "" }, { @@ -4466,13 +4496,13 @@ { "term": "Name", "context": "Name", - "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/DesktopWidgetInstanceCard.qml:119, Modules/Settings/PrinterTab.qml:414, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:811, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144", + "reference": "Modules/Settings/DisplayWidgetsTab.qml:218, Modules/Settings/DesktopWidgetInstanceCard.qml:197, Modules/Settings/PrinterTab.qml:414, Modules/Settings/DisplayConfigTab.qml:103, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832, Modules/Settings/Widgets/SystemMonitorVariantCard.qml:144", "comment": "" }, { "term": "Named Workspace Icons", "context": "Named Workspace Icons", - "reference": "Modules/Settings/WorkspacesTab.qml:130", + "reference": "Modules/Settings/WorkspacesTab.qml:140", "comment": "" }, { @@ -4604,7 +4634,7 @@ { "term": "No", "context": "No", - "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832, Modules/Settings/DisplayConfig/DisplayConfigState.qml:836, Modules/Settings/DisplayConfig/DisplayConfigState.qml:854, Modules/Settings/DisplayConfig/DisplayConfigState.qml:856", + "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", "comment": "" }, { @@ -4742,7 +4772,7 @@ { "term": "No matches", "context": "No matches", - "reference": "Modals/Settings/SettingsSidebar.qml:700, Modules/Notepad/NotepadTextEditor.qml:278", + "reference": "Modals/Settings/SettingsSidebar.qml:702, Modules/Notepad/NotepadTextEditor.qml:278", "comment": "" }, { @@ -4808,13 +4838,13 @@ { "term": "None", "context": "None", - "reference": "Services/CupsService.qml:769, Modules/Settings/TypographyMotionTab.qml:225, Modules/Settings/DankBarTab.qml:788, Modules/Settings/DankBarTab.qml:788, Modules/Settings/DankBarTab.qml:825, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:80, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:93, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:97", + "reference": "Services/CupsService.qml:769, Modules/Settings/TypographyMotionTab.qml:225, Modules/Settings/DankBarTab.qml:788, Modules/Settings/DankBarTab.qml:788, Modules/Settings/DankBarTab.qml:825, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:87, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:100, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:104", "comment": "" }, { "term": "Normal", "context": "Normal", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1380, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1396, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1401", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:220, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1403, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1419, Modules/Settings/DisplayConfig/DisplayConfigState.qml:1424", "comment": "" }, { @@ -5342,7 +5372,7 @@ { "term": "Position", "context": "Position", - "reference": "Modules/Settings/DockTab.qml:30, Modules/Settings/DankBarTab.qml:599, Modules/Settings/DisplayConfig/DisplayConfigState.qml:818", + "reference": "Modules/Settings/DockTab.qml:30, Modules/Settings/DankBarTab.qml:599, Modules/Settings/DisplayConfig/DisplayConfigState.qml:839", "comment": "" }, { @@ -5726,7 +5756,7 @@ { "term": "Resize Widget", "context": "Resize Widget", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:201", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:203", "comment": "" }, { @@ -5753,6 +5783,18 @@ "reference": "Modules/Settings/PrinterTab.qml:888, Modules/ControlCenter/BuiltinPlugins/CupsWidget.qml:136", "comment": "" }, + { + "term": "Reverse Scrolling Direction", + "context": "Reverse Scrolling Direction", + "reference": "Modules/Settings/WorkspacesTab.qml:119", + "comment": "" + }, + { + "term": "Reverse workspace switch direction when scrolling over the bar", + "context": "Reverse workspace switch direction when scrolling over the bar", + "reference": "Modules/Settings/WorkspacesTab.qml:120", + "comment": "" + }, { "term": "Revert", "context": "Revert", @@ -5780,13 +5822,13 @@ { "term": "Right-click and drag anywhere on the widget", "context": "Right-click and drag anywhere on the widget", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:172", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:174", "comment": "" }, { "term": "Right-click and drag the bottom-right corner", "context": "Right-click and drag the bottom-right corner", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:208", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:210", "comment": "" }, { @@ -5852,13 +5894,13 @@ { "term": "SDR Brightness", "context": "SDR Brightness", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:239, Modules/Settings/DisplayConfig/DisplayConfigState.qml:850", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:246, Modules/Settings/DisplayConfig/DisplayConfigState.qml:873", "comment": "" }, { "term": "SDR Saturation", "context": "SDR Saturation", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:272, Modules/Settings/DisplayConfig/DisplayConfigState.qml:852", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:279, Modules/Settings/DisplayConfig/DisplayConfigState.qml:875", "comment": "" }, { @@ -5894,7 +5936,7 @@ { "term": "Scale", "context": "Scale", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:121, Modules/Settings/DisplayConfig/DisplayConfigState.qml:822", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:121, Modules/Settings/DisplayConfig/DisplayConfigState.qml:843", "comment": "" }, { @@ -6056,7 +6098,7 @@ { "term": "Select Custom Theme", "context": "custom theme file browser title", - "reference": "Modules/Settings/ThemeColorsTab.qml:1411", + "reference": "Modules/Settings/ThemeColorsTab.qml:1422", "comment": "" }, { @@ -6254,7 +6296,7 @@ { "term": "Show All Tags", "context": "Show All Tags", - "reference": "Modules/Settings/WorkspacesTab.qml:119", + "reference": "Modules/Settings/WorkspacesTab.qml:129", "comment": "" }, { @@ -6446,7 +6488,7 @@ { "term": "Show all 9 tags instead of only occupied tags (DWL only)", "context": "Show all 9 tags instead of only occupied tags (DWL only)", - "reference": "Modules/Settings/WorkspacesTab.qml:120", + "reference": "Modules/Settings/WorkspacesTab.qml:130", "comment": "" }, { @@ -6476,13 +6518,13 @@ { "term": "Show on Overlay", "context": "Show on Overlay", - "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:143", + "reference": "Modules/Settings/DesktopWidgetInstanceCard.qml:221", "comment": "" }, { "term": "Show on Overview", "context": "Show on Overview", - "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/DesktopWidgetInstanceCard.qml:160, Modules/Settings/DankBarTab.qml:754", + "reference": "Modules/Settings/DockTab.qml:95, Modules/Settings/DesktopWidgetInstanceCard.qml:238, Modules/Settings/DankBarTab.qml:754", "comment": "" }, { @@ -6848,7 +6890,7 @@ { "term": "System App Theming", "context": "System App Theming", - "reference": "Modules/Settings/ThemeColorsTab.qml:1309", + "reference": "Modules/Settings/ThemeColorsTab.qml:1320", "comment": "" }, { @@ -6980,7 +7022,7 @@ { "term": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", "context": "The below settings will modify your GTK and Qt settings. If you wish to preserve your current configurations, please back them up (qt5ct.conf|qt6ct.conf and ~/.config/gtk-3.0|gtk-4.0).", - "reference": "Modules/Settings/ThemeColorsTab.qml:1272", + "reference": "Modules/Settings/ThemeColorsTab.qml:1283", "comment": "" }, { @@ -7202,7 +7244,7 @@ { "term": "Transform", "context": "Transform", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:205, Modules/Settings/DisplayConfig/DisplayConfigState.qml:824", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:205, Modules/Settings/DisplayConfig/DisplayConfigState.qml:845", "comment": "" }, { @@ -7538,13 +7580,13 @@ { "term": "VRR", "context": "VRR", - "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:826", + "reference": "Modules/Settings/DisplayConfig/DisplayConfigState.qml:847", "comment": "" }, { "term": "VRR On-Demand", "context": "VRR On-Demand", - "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:241, Modules/Settings/DisplayConfig/DisplayConfigState.qml:834", + "reference": "Modules/Settings/DisplayConfig/OutputCard.qml:241, Modules/Settings/DisplayConfig/DisplayConfigState.qml:855", "comment": "" }, { @@ -7772,7 +7814,7 @@ { "term": "Wide (BT2020)", "context": "Wide (BT2020)", - "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:138, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:142, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:153", + "reference": "Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:145, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:149, Modules/Settings/DisplayConfig/HyprlandOutputSettings.qml:160", "comment": "" }, { @@ -7820,7 +7862,7 @@ { "term": "Widget removed", "context": "Widget removed", - "reference": "Modules/Settings/DesktopWidgetsTab.qml:117", + "reference": "Modules/Settings/DesktopWidgetsTab.qml:119", "comment": "" }, { @@ -7916,7 +7958,7 @@ { "term": "Yes", "context": "Yes", - "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:832, Modules/Settings/DisplayConfig/DisplayConfigState.qml:836, Modules/Settings/DisplayConfig/DisplayConfigState.qml:854, Modules/Settings/DisplayConfig/DisplayConfigState.qml:856", + "reference": "Widgets/VpnProfileDelegate.qml:78, Modules/Settings/PrinterTab.qml:825, Modules/Settings/NetworkTab.qml:1772, Modules/Settings/DisplayConfig/DisplayConfigState.qml:853, Modules/Settings/DisplayConfig/DisplayConfigState.qml:857, Modules/Settings/DisplayConfig/DisplayConfigState.qml:867, Modules/Settings/DisplayConfig/DisplayConfigState.qml:877, Modules/Settings/DisplayConfig/DisplayConfigState.qml:879", "comment": "" }, { diff --git a/quickshell/translations/poexports/es.json b/quickshell/translations/poexports/es.json index b85dade4..a8edb73f 100644 --- a/quickshell/translations/poexports/es.json +++ b/quickshell/translations/poexports/es.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Confirmar" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Confirmar cambios de pantalla" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Controlador" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Desenfocar fondo de pantalla" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "Error al mover el trabajo" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Error al pausar la impresora" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Continuar" }, + "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": "Revertir" }, diff --git a/quickshell/translations/poexports/fa.json b/quickshell/translations/poexports/fa.json index 5eac6a0f..f4a7e55d 100644 --- a/quickshell/translations/poexports/fa.json +++ b/quickshell/translations/poexports/fa.json @@ -1,6 +1,6 @@ { "%1 DMS bind(s) may be overridden by config binds that come after the include.": { - "%1 DMS bind(s) may be overridden by config binds that come after the include.": "" + "%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 نگاشت DMS ممکن است توسط نگاشت‌های پیکربندی که پس از include می‌آیند، لغو شوند." }, "%1 adapter(s), none connected": { "%1 adapter(s), none connected": "%1 آداپتور، هیچکدام متصل نیستند" @@ -9,7 +9,7 @@ "%1 characters": "%1 حرف" }, "%1 class(es)": { - "%1 class(es)": "" + "%1 class(es)": "%1 کلاس" }, "%1 connected": { "%1 connected": "%1 متصل" @@ -24,7 +24,7 @@ "%1 printer(s)": "%1 چاپگر" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1 نوع" }, "%1 widgets": { "%1 widgets": "%1 ابزارک" @@ -126,7 +126,7 @@ "Accept Jobs": "پذیرش کار‌های چاپ" }, "Accepting": { - "Accepting": "" + "Accepting": "پذیرش" }, "Access clipboard history": { "Access clipboard history": "دسترسی به تاریخچه کلیپ‌بورد" @@ -141,7 +141,7 @@ "Action": "اقدام" }, "Actions": { - "Actions": "اقدامات" + "Actions": "اقدام‌ها" }, "Activate": { "Activate": "فعال‌سازی" @@ -186,7 +186,7 @@ "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 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 and configure widgets that appear on your desktop": { "Add and configure widgets that appear on your desktop": "افزودن و پیکربندی ابزارک‌هایی که در دسکتاپ شما نمایان می‌شوند" @@ -216,7 +216,7 @@ "Alt+←/Backspace: Back • F1/I: File Info • F10: Help • Esc: Close": "Alt+←/Backspace: بازگشت • F1/I: اطلاعات فایل • F10: راهنما • Esc: بستن" }, "Always Show Percentage": { - "Always Show Percentage": "همیشه درصد را نمایش بده" + "Always Show Percentage": "همیشه درصد را نشان بده" }, "Always on icons": { "Always on icons": "آیکون‌ها همیشه فعال" @@ -228,7 +228,7 @@ "Always show the dock when niri's overview is open": "همیشه هنگامی که نمای کلی نیری باز است داک را نشان بده" }, "Always show when there's only one connected display": { - "Always show when there's only one connected display": "" + "Always show when there's only one connected display": "همیشه وقتی فقط یک نمایشگر متصل وجود دارد، نشان بده" }, "Amount": { "Amount": "مقدار" @@ -294,10 +294,10 @@ "Audio Output": "خروجی صوتی" }, "Audio Output Devices (": { - "Audio Output Devices (": "دستگاه‌های خروجی صدا (" + "Audio Output Devices (": "دستگاه‌های خروجی صوتی (" }, "Audio Output Switch": { - "Audio Output Switch": "" + "Audio Output Switch": "تغییر خروجی صوتی" }, "Audio Visualizer": { "Audio Visualizer": "مصورساز صوتی" @@ -321,7 +321,7 @@ "Authentication Required": "احراز هویت نیاز است" }, "Authentication failed, please try again": { - "Authentication failed, please try again": "احراز هویت ناموفق، لطفا دوباره تلاش کنید" + "Authentication failed, please try again": "احراز هویت ناموفق بود، لطفا دوباره تلاش کنید" }, "Authorize": { "Authorize": "اجازه دادن" @@ -336,7 +336,7 @@ "Auto": "خودکار" }, "Auto (Wide)": { - "Auto (Wide)": "" + "Auto (Wide)": "خودکار (عریض)" }, "Auto Location": { "Auto Location": "موقعیت مکانی خودکار" @@ -348,7 +348,7 @@ "Auto-Clear After": "پاک‌کردن خودکار پس از" }, "Auto-close Niri overview when launching apps.": { - "Auto-close Niri overview when launching apps.": "" + "Auto-close Niri overview when launching apps.": "هنگام اجرای برنامه‌ها نمای کلی نیری را خودکار ببند." }, "Auto-hide": { "Auto-hide": "پنهان کردن خودکار" @@ -435,7 +435,7 @@ "Battery": "باتری" }, "Battery Charge Limit": { - "Battery Charge Limit": "" + "Battery Charge Limit": "محدودیت شارژ باتری" }, "Battery and power management": { "Battery and power management": "مدیریت باتری و پاور" @@ -450,10 +450,10 @@ "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "صفحه قفل را به سیگنال dbus از loginctl متصل کن. در صورت استفاده از یک صفحه قفل خارجی غیر فعال کنید" }, "Binds Include Missing": { - "Binds Include Missing": "" + "Binds Include Missing": "Include نگاشت‌ها یافت نشد" }, "Binds include added": { - "Binds include added": "" + "Binds include added": "Include نگاشت‌ها اضافه شد" }, "Bit Depth": { "Bit Depth": "عمق بیت" @@ -477,7 +477,7 @@ "Bluetooth not available": "بلوتوث در دسترس نیست" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "مات‌کردن لایه تصویر پس‌زمینه" }, "Blur on Overview": { "Blur on Overview": "لایه مات در نمای کلی" @@ -519,13 +519,13 @@ "Brightness Slider": "اسلایدر روشنایی" }, "Brightness Value": { - "Brightness Value": "" + "Brightness Value": "مقدار روشنایی" }, "Brightness control not available": { "Brightness control not available": "کنترل روشنایی در دسترس نیست" }, "Browse": { - "Browse": "مرور کردن" + "Browse": "مرور" }, "Browse Plugins": { "Browse Plugins": "مرور افزونه‌ها" @@ -573,7 +573,7 @@ "Cannot pair": "جفت‌سازی امکان‌پذیر نیست" }, "Capabilities": { - "Capabilities": "" + "Capabilities": "قابلیت‌ها" }, "Capacity": { "Capacity": "ظرفیت" @@ -636,7 +636,7 @@ "Choose where notification popups appear on screen": "انتخاب کنید پاپ‌آپ اعلان کجای صفحه ظاهر شود" }, "Choose where on-screen displays appear on screen": { - "Choose where on-screen displays appear on screen": "" + "Choose where on-screen displays appear on screen": "انتخاب کنید که کدام نمایشگر‌های بر صفحه نمایان شوند" }, "Choose which displays show this widget": { "Choose which displays show this widget": "انتخاب کنید که کدام نمایشگر‌ها این ابزارک را نشان دهند" @@ -666,10 +666,10 @@ "Clear at Startup": "پاک‌کردن در هنگام راه‌اندازی" }, "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": { - "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "" + "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "برای ایجاد dms/binds.kdl و افزودن include به config.kdl، روی «راه‌اندازی» کلیک کنید." }, "Click 'Setup' to create the outputs config and add include to your compositor config.": { - "Click 'Setup' to create the outputs config and add include to your compositor config.": "" + "Click 'Setup' to create the outputs config and add include to your compositor config.": "برای ایجاد پیکربندی خروجی‌ها و افزودن include به پیکربندی کامپوزیتور خود، روی «راه‌اندازی» کلیک کنید." }, "Click Import to add a .ovpn or .conf": { "Click Import to add a .ovpn or .conf": "برای افزودن یک فایل .conf یا .ovpn کلیک کنید" @@ -720,7 +720,7 @@ "Color Mode": "حالت رنگ" }, "Color Override": { - "Color Override": "جایگزینی رنگ" + "Color Override": "رنگ جایگزین" }, "Color Picker": { "Color Picker": "انتخابگر رنگ" @@ -729,7 +729,7 @@ "Color Temperature": "دمای رنگ" }, "Color displayed on monitors without the lock screen": { - "Color displayed on monitors without the lock screen": "" + "Color displayed on monitors without the lock screen": "رنگ نمایش داده شده در مانیتورهای بدون صفحه قفل" }, "Color temperature for day time": { "Color temperature for day time": "دمای رنگ برای زمان روز" @@ -753,7 +753,7 @@ "Compact Mode": "حالت فشرده" }, "Completed": { - "Completed": "کامل شد" + "Completed": "کامل شده" }, "Compositor": { "Compositor": "کامپازیتور" @@ -765,10 +765,10 @@ "Config Format": "تنظیم قالب" }, "Config action: %1": { - "Config action: %1": "" + "Config action: %1": "اقدام پیکربندی: %1" }, "Config validation failed": { - "Config validation failed": "اعتبارسنجی پیکربندی ناموفق" + "Config validation failed": "اعتبارسنجی پیکربندی ناموفق بود" }, "Configuration": { "Configuration": "پیکربندی" @@ -777,13 +777,13 @@ "Configuration activated": "پیکربندی فعال شد" }, "Configuration will be preserved when this display reconnects": { - "Configuration will be preserved when this display reconnects": "" + "Configuration will be preserved when this display reconnects": "وقتی این نمایشگر دوباره وصل شود، پیکربندی حفظ خواهد شد" }, "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.": "آیکون‌ها را برای workspcae‌های نام‌دار تنظیم کنید. آیکون‌ها بر شماره‌ها هنگامی که هر دو فعال باشند اولویت دارد." + "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "آیکون‌ها را برای workspcae‌های نام‌دار تنظیم کنید. آیکون‌ها بر شماره‌ها هنگامی که هر دو فعال باشند اولویت دارند." }, "Configure which displays show shell components": { "Configure which displays show shell components": "تنظیم کنید که کدام نمایشگر‌ها اجزای پوسته را نمایش دهند" @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "تأیید" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "تأیید تغییرات نمایشگر" }, @@ -831,10 +834,10 @@ "Control currently playing media": "کنترل رسانه درحال پخش" }, "Control workspaces and columns by scrolling on the bar": { - "Control workspaces and columns by scrolling on the bar": "" + "Control workspaces and columns by scrolling on the bar": "کنترل workspaceها و ستون‌ها با اسکرول روی نوار" }, "Controls opacity of all popouts, modals, and their content layers": { - "Controls opacity of all popouts, modals, and their content layers": "" + "Controls opacity of all popouts, modals, and their content layers": "میزان شفافیت همه پاپ‌آپ‌ها، مودال‌ها و لایه‌های محتوای آنها را کنترل می‌کند" }, "Cooldown": { "Cooldown": "زمان باقی مانده" @@ -855,7 +858,7 @@ "Corner Radius": "شعاع گوشه" }, "Corner Radius Override": { - "Corner Radius Override": "بازنویسی شعاع گوشه‌ها" + "Corner Radius Override": "جایگزینی شعاع گوشه‌ها" }, "Corners & Background": { "Corners & Background": "گوشه‌ها و پس‌زمینه" @@ -879,13 +882,13 @@ "Current Items": "آیتم‌های کنونی" }, "Current Period": { - "Current Period": "" + "Current Period": "بازه‌ی کنونی" }, "Current Status": { "Current Status": "وضعیت کنونی" }, "Current Temp": { - "Current Temp": "دمای فعلی" + "Current Temp": "دمای کنونی" }, "Current Weather": { "Current Weather": "آب و هوای کنونی" @@ -948,7 +951,7 @@ "DDC/CI monitor": "مانیتور DDC/CI" }, "DEMO MODE - Click anywhere to exit": { - "DEMO MODE - Click anywhere to exit": "حالت آزمایشی - برای خروج هر‌جایی کلیک کنید" + "DEMO MODE - Click anywhere to exit": "حالت آزمایشی - برای خروج بر هر‌جایی کلیک کنید" }, "DMS Plugin Manager Unavailable": { "DMS Plugin Manager Unavailable": "مدیریت افزونه DMS در دسترس نیست" @@ -1011,7 +1014,7 @@ "Daytime": "روز" }, "Deck": { - "Deck": "Deck" + "Deck": "دک" }, "Default": { "Default": "پیش‌فرض" @@ -1146,10 +1149,10 @@ "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.": "" + "Display configuration is not available. WLR output management protocol not supported.": "پیکربندی نمایشگر در دسترس نیست. پروتکل مدیریت خروجی WLR پشتیبانی نمی‌شود." }, "Display currently focused application title": { - "Display currently focused application title": "نمایش عنوان برنامه متمرکز‌شده کنونی" + "Display currently focused application title": "نمایش عنوان برنامه فوکوس‌شده کنونی" }, "Display only workspaces that contain windows": { "Display only workspaces that contain windows": "نمایش تنها workspace‌هایی که شامل پنجره هستند" @@ -1194,7 +1197,7 @@ "Dock Visibility": "وضعیت نمایش داک" }, "Docs": { - "Docs": "اسناد" + "Docs": "مستندات" }, "Domain (optional)": { "Domain (optional)": "دامنه (اختیاری)" @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "درایور" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "تصویر پس‌زمینه تکراری با تاری" }, @@ -1368,148 +1374,157 @@ "Fade to lock screen": "محو شدن برای قفل صفحه" }, "Failed to activate configuration": { - "Failed to activate configuration": "فعال‌سازی پیکربندی ناموفق" + "Failed to activate configuration": "فعال‌سازی پیکربندی ناموفق بود" }, "Failed to add binds include": { - "Failed to add binds include": "" + "Failed to add binds include": "افزودن include نگاشت‌ها ناموفق بود" }, "Failed to add printer to class": { - "Failed to add printer to class": "افزودن چاپگر به کلاس ناموفق" + "Failed to add printer to class": "افزودن چاپگر به کلاس ناموفق بود" }, "Failed to cancel all jobs": { - "Failed to cancel all jobs": "لغو همه کار‌های چاپ ناموفق" + "Failed to cancel all jobs": "لغو همه کار‌های چاپ ناموفق بود" }, "Failed to cancel selected job": { - "Failed to cancel selected job": "لغو کار چاپ انتخاب شده ناموفق" + "Failed to cancel selected job": "لغو کار چاپ انتخاب شده ناموفق بود" }, "Failed to connect VPN": { - "Failed to connect VPN": "اتصال به VPN ناموفق" + "Failed to connect VPN": "اتصال به VPN ناموفق بود" }, "Failed to connect to %1": { - "Failed to connect to %1": "اتصال به %1 ناموفق" + "Failed to connect to %1": "اتصال به %1 ناموفق بود" }, "Failed to copy entry": { - "Failed to copy entry": "کپی ورودی ناموفق" + "Failed to copy entry": "کپی ورودی ناموفق بود" }, "Failed to create printer": { - "Failed to create printer": "ایجاد چاپگر ناموفق" + "Failed to create printer": "ایجاد چاپگر ناموفق بود" }, "Failed to delete VPN": { - "Failed to delete VPN": "حذف VPN ناموفق" + "Failed to delete VPN": "حذف VPN ناموفق بود" }, "Failed to delete class": { - "Failed to delete class": "حذف کلاس ناموفق" + "Failed to delete class": "حذف کلاس ناموفق بود" }, "Failed to delete printer": { - "Failed to delete printer": "حذف چاپگر ناموفق" + "Failed to delete printer": "حذف چاپگر ناموفق بود" }, "Failed to disable job acceptance": { - "Failed to disable job acceptance": "غیرفعال‌سازی پذیرش کارهای چاپ ناموفق" + "Failed to disable job acceptance": "غیرفعال‌سازی پذیرش کارهای چاپ ناموفق بود" }, "Failed to disable night mode": { - "Failed to disable night mode": "غیرفعال‌کردن حال شب ناموفق" + "Failed to disable night mode": "غیرفعال‌کردن حال شب ناموفق بود" }, "Failed to disconnect VPN": { - "Failed to disconnect VPN": "قطع اتصال از VPN ناموفق" + "Failed to disconnect VPN": "قطع اتصال از VPN ناموفق بود" }, "Failed to disconnect VPNs": { - "Failed to disconnect VPNs": "قطع اتصال از VPN‌ها ناموفق" + "Failed to disconnect VPNs": "قطع اتصال از VPN‌ها ناموفق بود" }, "Failed to disconnect WiFi": { - "Failed to disconnect WiFi": "قطع اتصال WiFi ناموفق" + "Failed to disconnect WiFi": "قطع اتصال WiFi ناموفق بود" }, "Failed to enable IP location": { - "Failed to enable IP location": "فعال‌کردن موقعیت مکانی IP ناموفق" + "Failed to enable IP location": "فعال‌کردن موقعیت مکانی IP ناموفق بود" }, "Failed to enable WiFi": { - "Failed to enable WiFi": "فعال‌کردن WiFi ناموفق" + "Failed to enable WiFi": "فعال‌کردن WiFi ناموفق بود" }, "Failed to enable job acceptance": { - "Failed to enable job acceptance": "فعال‌سازی پذیرش کارهای چاپ ناموفق" + "Failed to enable job acceptance": "فعال‌سازی پذیرش کارهای چاپ ناموفق بود" }, "Failed to enable night mode": { - "Failed to enable night mode": "فعال‌کردن حالت شب ناموفق" + "Failed to enable night mode": "فعال‌کردن حالت شب ناموفق بود" }, "Failed to hold job": { - "Failed to hold job": "نگه‌داشتن کار چاپ ناموفق" + "Failed to hold job": "نگه‌داشتن کار چاپ ناموفق بود" }, "Failed to import VPN": { - "Failed to import VPN": "وارد کردن VPN ناموفق" + "Failed to import VPN": "وارد کردن VPN ناموفق بود" }, "Failed to load VPN config": { - "Failed to load VPN config": "بارگذاری پیکربندی VPN ناموفق" + "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 job": "انتقال کار چاپ ناموفق بود" + }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" }, "Failed to pause printer": { - "Failed to pause printer": "توقف چاپگر ناموفق" + "Failed to pause printer": "توقف چاپگر ناموفق بود" }, "Failed to print test page": { - "Failed to print test page": "چاپ صفحه تست ناموفق" + "Failed to print test page": "چاپ صفحه تست ناموفق بود" }, "Failed to remove device": { - "Failed to remove device": "حذف دستگاه ناموفق" + "Failed to remove device": "حذف دستگاه ناموفق بود" }, "Failed to remove keybind": { - "Failed to remove keybind": "حذف کلید میانبر ناموفق" + "Failed to remove keybind": "حذف کلید میانبر ناموفق بود" }, "Failed to remove printer from class": { - "Failed to remove printer from class": "" + "Failed to remove printer from class": "حذف چاپگر از کلاس ناموفق بود" }, "Failed to restart job": { - "Failed to restart job": "شروع مجدد کار چاپ ناموفق" + "Failed to restart job": "شروع مجدد کار چاپ ناموفق بود" }, "Failed to resume printer": { - "Failed to resume printer": "ازسرگیری چاپگر ناموفق" + "Failed to resume printer": "ازسرگیری چاپگر ناموفق بود" }, "Failed to save clipboard setting": { - "Failed to save clipboard setting": "ذخیره تنظیمات کلیپ‌بورد ناموفق" + "Failed to save clipboard setting": "ذخیره تنظیمات کلیپ‌بورد ناموفق بود" }, "Failed to save keybind": { - "Failed to save keybind": "ذخیره کلید‌ میانبر ناموفق" + "Failed to save keybind": "ذخیره کلید‌ میانبر ناموفق بود" }, "Failed to set brightness": { - "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 location": "تنظیم مکان حالت شب ناموفق بود" }, "Failed to set night mode schedule": { - "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 night mode temperature": "تنظیم دمای حالت شب ناموفق بود" }, "Failed to set profile image": { - "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 set profile image: %1": "تنظیم تصویر نمایه ناموفق بود: %1" }, "Failed to start connection to %1": { - "Failed to start connection to %1": "شروع اتصال به %1 ناموفق" + "Failed to start connection to %1": "شروع اتصال به %1 ناموفق بود" }, "Failed to update VPN": { - "Failed to update VPN": "بروزرسانی VPN ناموفق" + "Failed to update VPN": "بروزرسانی VPN ناموفق بود" }, "Failed to update autoconnect": { - "Failed to update autoconnect": "بروزرسانی اتصال خودکار ناموفق" + "Failed to update autoconnect": "بروزرسانی اتصال خودکار ناموفق بود" }, "Failed to update description": { - "Failed to update description": "بروزرسانی توضیحات ناموفق" + "Failed to update description": "بروزرسانی توضیحات ناموفق بود" }, "Failed to update location": { - "Failed to update location": "" + "Failed to update location": "بروزرسانی مکان ناموفق بود" }, "Failed to update sharing": { - "Failed to update sharing": "" + "Failed to update sharing": "بروزرسانی اشتراک‌گذاری ناموفق بود" }, "Failed to write temp file for validation": { - "Failed to write temp file for validation": "" + "Failed to write temp file for validation": "نوشتن فایل موقت برای اعتبارسنجی ناموفق بود" }, "Feels Like": { "Feels Like": "احساس می‌شود" @@ -1542,31 +1557,31 @@ "First Time Setup": "راه‌اندازی اولیه" }, "Fix Now": { - "Fix Now": "" + "Fix Now": "رفع فوری" }, "Fixing...": { - "Fixing...": "" + "Fixing...": "درحال رفع..." }, "Flipped": { - "Flipped": "" + "Flipped": "وارونه" }, "Flipped 180°": { - "Flipped 180°": "" + "Flipped 180°": "وارونه ۱۸۰°" }, "Flipped 270°": { - "Flipped 270°": "" + "Flipped 270°": "وارونه ۲۷۰°" }, "Flipped 90°": { - "Flipped 90°": "" + "Flipped 90°": "وارونه ۹۰°" }, "Focus at Startup": { - "Focus at Startup": "" + "Focus at Startup": "فوکوس در هنگام راه‌اندازی" }, "Focused Window": { - "Focused Window": "پنجره متمرکز شده" + "Focused Window": "پنجره فوکوس‌شده" }, "Follow focus": { - "Follow focus": "" + "Follow focus": "پیروی از فوکوس" }, "Font Family": { "Font Family": "خانواده فونت" @@ -1668,13 +1683,13 @@ "Group multiple windows of the same app together with a window count indicator": "گروه‌بندی چندین پنجره از برنامه یکسان با نشانگر تعداد پنجره‌ها" }, "HDR (EDID)": { - "HDR (EDID)": "" + "HDR (EDID)": "HDR (EDID)" }, "HDR Tone Mapping": { - "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 mode is experimental. Verify your monitor supports HDR before enabling.": "حالت HDR آزمایشی است. قبل از فعال کردن، مطمئن شوید که مانیتور شما از HDR پشتیبانی می‌کند." }, "HSV": { "HSV": "HSV" @@ -1698,7 +1713,7 @@ "Hide Delay": "تأخیر پنهان‌شدن" }, "Hide When Windows Open": { - "Hide When Windows Open": "" + "Hide When Windows Open": "وقتی پنجره‌ها باز هستند پنهان کن" }, "Hide the dock when not in use and reveal it when hovering near the dock area": { "Hide the dock when not in use and reveal it when hovering near the dock area": "داک را هنگامی که استفاده نمی‌شود پنهان کن و هنگامی که موشواره نزدیک آن است نشان بده" @@ -1719,16 +1734,16 @@ "Hold to Confirm Power Actions": "نگه‌داشتن برای تأیید اقدام پاور" }, "Hold to confirm (%1 ms)": { - "Hold to confirm (%1 ms)": "نگه‌داشتن برای تأیید (%1 ms)" + "Hold to confirm (%1 ms)": "برای تأیید نگه‌دارید (%1 ms)" }, "Hold to confirm (%1s)": { - "Hold to confirm (%1s)": "برای تأیید نگه‌دارید (%1 ثانیه)" + "Hold to confirm (%1s)": "برای تأیید نگه‌دارید (%1s)" }, "Hot Corners": { "Hot Corners": "گوشه‌های فعال" }, "Hotkey overlay title (optional)": { - "Hotkey overlay title (optional)": "" + "Hotkey overlay title (optional)": "عنوان کلید میانبر overlay (اختیاری)" }, "Hour": { "Hour": "ساعت" @@ -1761,7 +1776,7 @@ "Idle": "بیکار" }, "Idle Inhibitor": { - "Idle Inhibitor": "جلوگیری از بیکاری سیستم" + "Idle Inhibitor": "مهارگر بیکاری" }, "Idle Settings": { "Idle Settings": "تنظیمات بیکاری سیستم" @@ -1788,10 +1803,10 @@ "Inactive Monitor Color": "رنگ مانیتور غیر‌فعال" }, "Include Transitions": { - "Include Transitions": "اضافه‌کردن افکت‌های تغییر" + "Include Transitions": "اضافه‌کردن گذارها" }, "Incompatible Plugins Loaded": { - "Incompatible Plugins Loaded": "" + "Incompatible Plugins Loaded": "افزونه‌های ناسازگار بارگذاری شده‌اند" }, "Incorrect password": { "Incorrect password": "گذرواژه نادرست" @@ -1806,7 +1821,7 @@ "Individual bar configuration": "پیکربندی جداگانه نوار‌ها" }, "Inherit": { - "Inherit": "" + "Inherit": "ارث‌بردن" }, "Input Devices": { "Input Devices": "دستگاه‌های ورودی" @@ -1911,7 +1926,7 @@ "Layout": "Layout" }, "Layout Overrides": { - "Layout Overrides": "" + "Layout Overrides": "جایگزینی layoutها" }, "Left": { "Left": "چپ" @@ -1950,7 +1965,7 @@ "Local": "محلی" }, "Location": { - "Location": "موقعیت مکانی" + "Location": "مکان" }, "Location Search": { "Location Search": "جستجوی موقعیت مکانی" @@ -2034,13 +2049,13 @@ "Material Colors": "رنگ‌های Material" }, "Matugen Palette": { - "Matugen Palette": "پالت رنگی Mutagen" + "Matugen Palette": "پالت رنگی Matugen" }, "Matugen Target Monitor": { - "Matugen Target Monitor": "مانیتور هدف Mutagen" + "Matugen Target Monitor": "مانیتور هدف Matugen" }, "Matugen Templates": { - "Matugen Templates": "قالب‌های Mutagen" + "Matugen Templates": "قالب‌های Matugen" }, "Max apps to show": { "Max apps to show": "حداکثر برنامه‌ها برای نمایش" @@ -2112,7 +2127,7 @@ "Microphone Mute": "میکروفون بی‌صدا" }, "Microphone Volume": { - "Microphone Volume": "" + "Microphone Volume": "حجم صدای میکروفون" }, "Microphone settings": { "Microphone settings": "تنظیمات میکروفون" @@ -2130,10 +2145,10 @@ "Minute": "دقیقه" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "آینه‌کردن نمایشگر" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "پس‌زمینه مودال" }, "Mode": { "Mode": "حالت" @@ -2145,7 +2160,7 @@ "Model": "مدل" }, "Modified": { - "Modified": "" + "Modified": "اصلاح‌شده" }, "Monitor Configuration": { "Monitor Configuration": "پیکربندی مانیتور" @@ -2226,7 +2241,7 @@ "New York, NY": "New York, NY" }, "Next Transition": { - "Next Transition": "" + "Next Transition": "گذار بعدی" }, "Night": { "Night": "شب" @@ -2241,7 +2256,7 @@ "Niri Integration": "همگام‌سازی نیری" }, "Niri Layout Overrides": { - "Niri Layout Overrides": "" + "Niri Layout Overrides": "جایگزینی layoutهای نیری" }, "Niri compositor actions (focus, move, etc.)": { "Niri compositor actions (focus, move, etc.)": "اقدام‌های کامپازیتور نیری (focus، move و غیره)" @@ -2301,7 +2316,7 @@ "No drivers found": "درایوری یافت نشد" }, "No features enabled": { - "No features enabled": "" + "No features enabled": "هیچ قابلیتی فعال نشده" }, "No files found": { "No files found": "هیچ فایلی یافت نشد" @@ -2331,7 +2346,7 @@ "No printers found": "چاپگری یافت نشد" }, "No variants created. Click Add to create a new monitor widget.": { - "No variants created. Click Add to create a new monitor widget.": "" + "No variants created. Click Add to create a new monitor widget.": "هیچ گونه‌ی دیگری ایجاد نشد. برای ایجاد یک ابزارک مانیتور جدید، روی افزودن کلیک کنید." }, "No widgets available": { "No widgets available": "هیچ ابزارکی موجود نیست" @@ -2358,7 +2373,7 @@ "Not connected": "متصل نیست" }, "Note: this only changes the percentage, it does not actually limit charging.": { - "Note: this only changes the percentage, it does not actually limit charging.": "" + "Note: this only changes the percentage, it does not actually limit charging.": "نکته: این تنها درصد را تغییر می‌دهد، به طور واقعی محدودیت روی شارژ کردن اعمال نمی‌کند." }, "Notepad": { "Notepad": "دفترچه یادداشت" @@ -2412,7 +2427,7 @@ "Offline Report": "گزارش آفلاین" }, "On-Screen Displays": { - "On-Screen Displays": "نمایشگر‌های روی صفحه" + "On-Screen Displays": "نمایشگر‌های بر صفحه" }, "On-screen Displays": { "On-screen Displays": "نمایشگر‌های بر صفحه (OSD)" @@ -2445,7 +2460,7 @@ "Optional description": "توضیحات اختیاری" }, "Optional location": { - "Optional location": "" + "Optional location": "مکان اختیاری" }, "Options": { "Options": "گزینه‌ها" @@ -2463,25 +2478,25 @@ "Output Tray Missing": "سینی خروج موجود نیست" }, "Outputs Include Missing": { - "Outputs Include Missing": "" + "Outputs Include Missing": "Include خروجی‌ها یافت نشد" }, "Overridden by config": { - "Overridden by config": "" + "Overridden by config": "جایگزین‌شده توسط پیکربندی" }, "Override": { - "Override": "جایگزینی" + "Override": "جایگزین" }, "Override Corner Radius": { - "Override Corner Radius": "" + "Override Corner Radius": "جایگزینی شعاع گوشه‌ها" }, "Override Gaps": { - "Override Gaps": "" + "Override Gaps": "جایگزینی فاصله‌ها" }, "Override global layout settings for this output": { - "Override global layout settings for this output": "" + "Override global layout settings for this output": "تنظیمات global layout را برای این خروجی جایگزین کن" }, "Overrides": { - "Overrides": "جایگزینی‌ها" + "Overrides": "جایگزین‌ها" }, "Overview": { "Overview": "نمای کلی" @@ -2508,7 +2523,7 @@ "Paired": "جفت شده" }, "Pairing failed": { - "Pairing failed": "جفت‌سازی ناموفق" + "Pairing failed": "جفت‌سازی ناموفق بود" }, "Pairing...": { "Pairing...": "درحال جفت شدن..." @@ -2610,7 +2625,7 @@ "Position": "موقعیت" }, "Possible Override Conflicts": { - "Possible Override Conflicts": "" + "Possible Override Conflicts": "امکان تداخل جایگزین‌ها" }, "Power": { "Power": "پاور" @@ -2652,7 +2667,7 @@ "Preference": "تنظیمات" }, "Preset Widths (%)": { - "Preset Widths (%)": "" + "Preset Widths (%)": "عرض‌های از پیش تعیین‌شده (%)" }, "Press key...": { "Press key...": "کلید را فشار دهید..." @@ -2775,7 +2790,7 @@ "Report": "گزارش" }, "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": "" + "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "برای تأیید خاموش کردن، راه‌اندازی مجدد، تعلیق، هایبرنیت و خروج، نگه داشتن دکمه/کلید را الزام کن" }, "Requires 'dgop' tool": { "Requires 'dgop' tool": "به ابزار 'dgop' نیاز دارد" @@ -2793,7 +2808,7 @@ "Reset": "تنظیم مجدد" }, "Reset Position": { - "Reset Position": "تنظیم مجدد موقعیت" + "Reset Position": "تنظیم مجدد مکان" }, "Reset Size": { "Reset Size": "تنظیم مجدد اندازه" @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "ازسرگیری" }, + "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": "برگرداندن" }, @@ -2826,19 +2847,19 @@ "Right Tiling": "تایلینگ راست" }, "Right-click and drag anywhere on the widget": { - "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 and drag the bottom-right corner": "راست‌کلیک کرده و گوشه پایین سمت راست را بکشید" }, "Right-click bar widget to cycle": { - "Right-click bar widget to cycle": "" + "Right-click bar widget to cycle": "برای تغییر چیدمان، روی ابزارک نوار راست‌کلیک کنید" }, "Root Filesystem": { "Root Filesystem": "سیستم‌فایل ریشه" }, "Rounded corners for windows": { - "Rounded corners for windows": "" + "Rounded corners for windows": "گوشه‌های گرد برای پنجره‌ها" }, "Run DMS Templates": { "Run DMS Templates": "اجرای قالب‌های DMS" @@ -2907,10 +2928,10 @@ "Screen sharing": "اشتراک‌گذاری صفحه" }, "Scroll Wheel": { - "Scroll Wheel": "" + "Scroll Wheel": "چرخ اسکرول" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "اسکرول روی ابزارک، میزان صدای رسانه را تغییر می‌دهد" }, "Scroll song title": { "Scroll song title": "حرکت عنوان آهنگ" @@ -2919,7 +2940,7 @@ "Scroll title if it doesn't fit in widget": "اگر عنوان در ابزارک جا نشد آن را حرکت بده" }, "Scrolling": { - "Scrolling": "" + "Scrolling": "اسکرولینگ" }, "Search file contents": { "Search file contents": "جستجو در محتوای فایل" @@ -2967,10 +2988,10 @@ "Select a color from the palette or use custom sliders": "انتخاب رنگ از پالت رنگی یا اسلایدر‌های سفارشی" }, "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": { - "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "" + "Select a widget to add to your desktop. Each widget is a separate instance with its own settings.": "یک ابزارک برای افزودن به دسکتاپ خود انتخاب کنید. هر ابزارک یک نمونه جداگانه با تنظیمات خاص خود است." }, "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 widget to add. You can add multiple instances of the same widget if needed.": "یک ابزارک برای افزودن انتخاب کنید. در صورت نیاز می‌توانید چندین نمونه از یک ابزارک را اضافه کنید." }, "Select an image file...": { "Select an image file...": "انتخاب فایل تصویر..." @@ -3000,7 +3021,7 @@ "Select the palette algorithm used for wallpaper-based colors": "انتخاب الگوریتم پالت رنگی استفاده شده برای رنگ‌های بر اساس تصویر پس‌زمینه" }, "Select which transitions to include in randomization": { - "Select which transitions to include in randomization": "انتخاب کنید کدام افکت‌های تغییر در تصادفی‌سازی باشند" + "Select which transitions to include in randomization": "انتخاب کنید کدام گذارها در تصادفی‌سازی باشند" }, "Select...": { "Select...": "انتخاب..." @@ -3129,7 +3150,7 @@ "Show cava audio visualizer in media widget": "نمایش مصورساز صوتی cava در ابزارک رسانه" }, "Show darkened overlay behind modal dialogs": { - "Show darkened overlay behind modal dialogs": "نمایش روکش تیره پشت پنجره مودال" + "Show darkened overlay behind modal dialogs": "نمایش overlay تیره پشت پنجره مودال" }, "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": { "Show launcher overlay when typing in Niri overview. Disable to use another launcher.": "overlay لانچر را هنگام تایپ در نمای کلی نیری نمایش بده. برای استفاده از لانچر دیگری غیرفعال کنید." @@ -3138,7 +3159,7 @@ "Show on Last Display": "نمایش در آخرین نمایشگر" }, "Show on Overlay": { - "Show on Overlay": "" + "Show on Overlay": "نمایش بر overlay" }, "Show on Overview": { "Show on Overview": "نمایش روی نمای کلی" @@ -3150,31 +3171,31 @@ "Show on screens:": "نمایش روی صفحات:" }, "Show on-screen display when brightness changes": { - "Show on-screen display when brightness changes": "نمایش OSD هنگام تغییر روشنایی صفحه" + "Show on-screen display when brightness changes": "نمایش OSD هنگام تغییر روشنایی" }, "Show on-screen display when caps lock state changes": { - "Show on-screen display when caps lock state changes": "" + "Show on-screen display when caps lock state changes": "نمایش نمایشگر بر صفحه هنگام تغییر وضعیت قفل حروف بزرگ" }, "Show on-screen display when cycling audio output devices": { - "Show on-screen display when cycling audio output devices": "" + "Show on-screen display when cycling audio output devices": "نمایش نمایشگر بر صفحه هنگام تغییر دستگاه‌های خروجی صوتی" }, "Show on-screen display when idle inhibitor state changes": { - "Show on-screen display when idle inhibitor state changes": "" + "Show on-screen display when idle inhibitor state changes": "نمایش نمایشگر بر صفحه هنگام تغیر وضعیت مهارگر بیکاری" }, "Show on-screen display when media player volume changes": { - "Show on-screen display when media player volume changes": "" + "Show on-screen display when media player volume changes": "نمایش نمایشگر بر صفحه هنگام تغییر حجم صدای پخش‌کننده رسانه" }, "Show on-screen display when microphone is muted/unmuted": { - "Show on-screen display when microphone is muted/unmuted": "" + "Show on-screen display when microphone is muted/unmuted": "نمایش نمایشگر بر صفحه هنگام بی‌صدا/صدادار شدن میکروفون" }, "Show on-screen display when power profile changes": { - "Show on-screen display when power profile changes": "" + "Show on-screen display when power profile changes": "نمایش نمایشگر بر صفحه هنگام تغییر پروفایل پاور" }, "Show on-screen display when volume changes": { - "Show on-screen display when volume changes": "" + "Show on-screen display when volume changes": "نمایش نمایشگر بر صفحه هنگام تغییر حجم صدا" }, "Show only apps running in current workspace": { - "Show only apps running in current workspace": "نمایش تنها برنامه‌های درحال اجرا در workspace کنونی" + "Show only apps running in current workspace": "تنها برنامه‌های درحال اجرا را در workspace کنونی نمایش بده" }, "Show only workspaces belonging to each specific monitor.": { "Show only workspaces belonging to each specific monitor.": "نمایش تنها workspace‌هایی که به هر مانیتور خاص تعلق دارند." @@ -3237,7 +3258,7 @@ "Sounds": "صدا‌ها" }, "Space between windows": { - "Space between windows": "" + "Space between windows": "فاصله بین پنجره‌ها" }, "Spacer": { "Spacer": "فاصله دهنده" @@ -3291,7 +3312,7 @@ "Sunset": "غروب" }, "Suppress notification popups while enabled": { - "Suppress notification popups while enabled": "" + "Suppress notification popups while enabled": "هنگام فعال‌ بودن پاپ‌آپ‌های اعلان را مسدود می‌کند" }, "Surface": { "Surface": "سطح" @@ -3348,13 +3369,13 @@ "CPU, memory, network, and disk monitoring": "ناظر CPU، حافظه، شبکه و دیسک" }, "System monitor widget name | sysmon window title": { - "System Monitor": "" + "System Monitor": "ناظر سیستم" }, "System notification area icons": { "System notification area icons": "آیکون های ناحیه اعلان‌های سیستم" }, "System sounds are not available. Install canberra-gtk-play for sound support.": { - "System sounds are not available. Install canberra-gtk-play for sound support.": "" + "System sounds are not available. Install canberra-gtk-play for sound support.": "صدا‌های سیستمی در دسترس نیستند. canberra-gtk-play را برای پشتیبانی صدا نصب کنید." }, "System theme toggle": { "System theme toggle": "تغییر تم سیستم" @@ -3387,7 +3408,7 @@ "Text": "متن" }, "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": { - "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": "" + "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": "ابزار '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 نیاز دارد." @@ -3414,7 +3435,7 @@ "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": "" + "This bind is overridden by config.kdl": "این نگاشت توسط config.kdl بازنویسی شده" }, "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.": "این ابزارک از حالت‌های خاموش شدن GPU جلوگیری می‌کند، که ​​می‌تواند به طور قابل توجهی بر عمر باتری لپ‌تاپ‌ها تأثیر بگذارد. استفاده از این ابزارک در لپ‌تاپ‌هایی با گرافیک هیبریدی توصیه نمی‌شود." @@ -3441,13 +3462,13 @@ "Timed Out": "زمان تمام شد" }, "Timeout for critical priority notifications": { - "Timeout for critical priority notifications": "" + "Timeout for critical priority notifications": "مدت نمایش اعلان‌ها با اولویت بحرانی" }, "Timeout for low priority notifications": { - "Timeout for low priority notifications": "" + "Timeout for low priority notifications": "مدت نمایش اعلان‌ها با اولویت پایین" }, "Timeout for normal priority notifications": { - "Timeout for normal priority notifications": "" + "Timeout for normal priority notifications": "مدت نمایش اعلان‌ها با اولویت عادی" }, "Title": { "Title": "عنوان" @@ -3459,7 +3480,7 @@ "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": "" + "To use this DMS bind, remove or change the keybind in your config.kdl": "برای استفاده از این نگاشت DMS، نگاشت کلید را در config.kdl خود حذف کنید یا تغییر دهید" }, "Toast Messages": { "Toast Messages": "پیام‌های تًست" @@ -3468,10 +3489,10 @@ "Today": "امروز" }, "Toggle visibility of this bar configuration": { - "Toggle visibility of this bar configuration": "" + "Toggle visibility of this bar configuration": "پیکربندی تغییر نمایش این نوار" }, "Toggling...": { - "Toggling...": "" + "Toggling...": "در حال تغییر وضعیت..." }, "Tomorrow": { "Tomorrow": "فردا" @@ -3507,7 +3528,7 @@ "Transform": "تبدیل" }, "Transition Effect": { - "Transition Effect": "افکت تغییر" + "Transition Effect": "افکت گذار" }, "Transparency": { "Transparency": "شفافیت" @@ -3567,7 +3588,7 @@ "Update Plugin": "بروزرسانی افزونه" }, "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 24-hour time format instead of 12-hour AM/PM": "استفاده از قالب 24 ساعته به جای 12 ساعته ق.ظ/ب.ظ" }, "Use Custom Command": { "Use Custom Command": "استفاده از دستور سفارشی" @@ -3597,10 +3618,10 @@ "Use custom command for update your system": "استفاده از دستور سفارشی برای بروزرسانی سیستم شما" }, "Use custom gaps instead of bar spacing": { - "Use custom gaps instead of bar spacing": "" + "Use custom gaps instead of bar spacing": "استفاده از فاصله سفارشی به جای فاصله نوار" }, "Use custom window radius instead of theme radius": { - "Use custom window radius instead of theme radius": "" + "Use custom window radius instead of theme radius": "استفاده از شعاع پنجره سفارشی به جای شعاع تم" }, "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": { "Use fingerprint reader for lock screen authentication (requires enrolled fingerprints)": "استفاده از اثر انگشت خوان برای احراز هویت صفحه قفل (نیاز به اثر انگشت ثبت شده دارد)" @@ -3678,13 +3699,13 @@ "Version": "نسخه" }, "Vertical Deck": { - "Vertical Deck": "" + "Vertical Deck": "دک عمودی" }, "Vertical Grid": { "Vertical Grid": "جدول عمودی" }, "Vertical Scrolling": { - "Vertical Scrolling": "" + "Vertical Scrolling": "اسکرولینگ عمودی" }, "Vertical Tiling": { "Vertical Tiling": "تایلینگ عمودی" @@ -3787,7 +3808,7 @@ "Widget Style": "استایل ابزارک" }, "Widget Styling": { - "Widget Styling": "استایل ابزارک‌ها" + "Widget Styling": "استایل‌‌دهی ابزارک‌" }, "Widget Transparency": { "Widget Transparency": "شفافیت ابزارک" @@ -3796,7 +3817,7 @@ "Widget Variants": "انواع ابزارک" }, "Widget added": { - "Widget added": "" + "Widget added": "ابزارک اضافه شد" }, "Widget grid keyboard hints": { "G: grid • Z/X: size": "G: جدول • Z/X: اندازه" @@ -3806,7 +3827,7 @@ "Grid: ON": "جدول:‌ روشن" }, "Widget removed": { - "Widget removed": "" + "Widget removed": "ابزارک حذف شد" }, "Wind": { "Wind": "باد" @@ -3815,10 +3836,10 @@ "Wind Speed": "سرعت باد" }, "Window Corner Radius": { - "Window Corner Radius": "" + "Window Corner Radius": "شعاع گوشه پنجره‌ها" }, "Window Gaps": { - "Window Gaps": "" + "Window Gaps": "فاصله پنجره‌ها" }, "Window Gaps (px)": { "Window Gaps (px)": "فاصله پنجره‌ها (px)" @@ -3854,28 +3875,28 @@ "Yes": "بله" }, "You have unsaved changes. Save before closing this tab?": { - "You have unsaved changes. Save before closing this tab?": "شما تغییرات ذخیره نشده‌ دارید. آیا پیش از بستن این برگه ذخیره شود؟" + "You have unsaved changes. Save before closing this tab?": "شما تغییرات ذخیره نشده‌ دارید. آیا پیش از بستن این برگه ذخیره شوند؟" }, "You have unsaved changes. Save before continuing?": { - "You have unsaved changes. Save before continuing?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ادامه ذخیره شود؟" + "You have unsaved changes. Save before continuing?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ادامه ذخیره شوند؟" }, "You have unsaved changes. Save before creating a new file?": { - "You have unsaved changes. Save before creating a new file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ایجاد فایل جدید، ذخیره شود؟" + "You have unsaved changes. Save before creating a new file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از ایجاد فایل جدید، ذخیره شوند؟" }, "You have unsaved changes. Save before opening a file?": { - "You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از باز کردن فایل، ذخیره شود؟" + "You have unsaved changes. Save before opening a file?": "شما تغییرات ذخیره نشده‌ دارید. پیش از باز کردن فایل، ذخیره شوند؟" }, "apps": { "apps": "برنامه" }, "author attribution": { - "by %1": "" + "by %1": "توسط %1" }, "browse themes button | theme browser header | theme browser window title": { "Browse Themes": "مرور تم‌ها" }, "catppuccin theme description": { - "Soothing pastel theme based on Catppuccin": "" + "Soothing pastel theme based on Catppuccin": "تم پاستلی آرامش‌بخش بر اساس Catppuccin" }, "current theme label": { "Current Theme: %1": "تم کنونی: %1" @@ -3899,13 +3920,13 @@ "dgop not available": "dgop در دسترس نیست" }, "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": { - "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "" + "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "فایل dms/binds.kdl وجود دارد اما در config.kdl گنجانده نشده است. کلیدهای ترکیبی سفارشی تا زمانی که این مشکل برطرف نشود، کار نخواهند کرد." }, "dms/binds.kdl is now included in config.kdl": { "dms/binds.kdl is now included in config.kdl": "dms/binds.kdl اکنون در config.kdl گنجانده شده است" }, "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": { - "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "" + "dms/outputs config exists but is not included in your compositor config. Display changes won't persist.": "پیکربندی dms/outputs وجود دارد اما در پیکربندی کامپوزیتور شما گنجانده نشده است. تغییرات نمایشگر پایدار نخواهند بود." }, "dynamic colors description": { "Dynamic colors from wallpaper": "رنگ‌های پویا از تصویر پس‌زمینه" @@ -3938,13 +3959,13 @@ "files": "فایل" }, "generic theme description": { - "Material Design inspired color themes": "" + "Material Design inspired color themes": "رنگ‌های تم الهام گرفته شده از متریال دیزاین" }, "install action button": { "Install": "نصب" }, "installation error": { - "Install failed: %1": "نصب ناموفق:‌ %1" + "Install failed: %1": "نصب ناموفق بود:‌ %1" }, "installation progress": { "Installing: %1": "درحال نصب: %1" @@ -3965,7 +3986,7 @@ "loginctl not available - lock integration requires DMS socket connection": "loginctl در دسترس نیست - یکپارچه‌سازی قفل به اتصال سوکت DMS نیاز دارد" }, "matugen error": { - "matugen not found - install matugen package for dynamic theming": "" + "matugen not found - install matugen package for dynamic theming": "matugen یافت نشد - بسته matugen را برای تم پویا نصب کنید" }, "matugen installation hint": { "Install matugen package for dynamic theming": "نصب بسته matugen برای تم پویا" @@ -4004,7 +4025,7 @@ "Install Plugin": "نصب افزونه" }, "plugin search placeholder": { - "Search plugins...": "" + "Search plugins...": "جستجوی افزونه‌ها..." }, "profile image file browser title": { "Select Profile Image": "انتخاب تصویر نمایه" @@ -4022,7 +4043,7 @@ "Widgets": "ابزارک‌ها" }, "source code link": { - "source": "" + "source": "منبع" }, "sysmon window title": { "System Monitor": "ناظر سیستم" @@ -4037,22 +4058,22 @@ "Install Theme": "نصب تم" }, "theme search placeholder": { - "Search themes...": "" + "Search themes...": "جستجوی تم‌ها..." }, "uninstall action button": { - "Uninstall": "" + "Uninstall": "حذف" }, "uninstallation error": { - "Uninstall failed: %1": "" + "Uninstall failed: %1": "حذف ناموفق بود: %1" }, "uninstallation progress": { - "Uninstalling: %1": "" + "Uninstalling: %1": "درحال حذف: %1" }, "uninstallation success": { - "Uninstalled: %1": "" + "Uninstalled: %1": "حذف شده: %1" }, "unknown author": { - "Unknown": "" + "Unknown": "ناشناخته" }, "update dms for NM integration.": { "update dms for NM integration.": "DMS را برای یکپارچه‌سازی NM بروز کنید." @@ -4061,13 +4082,13 @@ "Select Wallpaper Directory": "انتخاب دایرکتوری تصاویر پس‌زمینه" }, "wallpaper error": { - "Wallpaper processing failed - check wallpaper path": "" + "Wallpaper processing failed - check wallpaper path": "پردازش تصویر پس‌زمینه ناموفق بود - مسیر تصویر پس‌زمینه را بررسی کنید" }, "wallpaper error status": { - "Wallpaper Error": "" + "Wallpaper Error": "خطای تصویر پس‌زمینه" }, "wallpaper processing error": { - "Wallpaper processing failed": "" + "Wallpaper processing failed": "پردازش تصویر پس‌زمینه ناموفق بود" }, "wallpaper settings disable description": { "Use an external wallpaper manager like swww, hyprpaper, or swaybg.": "از مدیریت تصویر پس‌زمینه خارجی مانند swww، hyprpaper یا swaybg استفاده کن." diff --git a/quickshell/translations/poexports/he.json b/quickshell/translations/poexports/he.json index f8af5661..9fdacb96 100644 --- a/quickshell/translations/poexports/he.json +++ b/quickshell/translations/poexports/he.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "אשר/י" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "אשר/י שינויי תצוגה" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "מנהל התקן" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "שכפל/י רקע עם טשטוש" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "העברת העבודה נכשלה" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "השהיית המדפסת נכשלה" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "המשך" }, + "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": "חזור/חזרי" }, diff --git a/quickshell/translations/poexports/hu.json b/quickshell/translations/poexports/hu.json index e9e82356..9b0a2cb7 100644 --- a/quickshell/translations/poexports/hu.json +++ b/quickshell/translations/poexports/hu.json @@ -1,6 +1,6 @@ { "%1 DMS bind(s) may be overridden by config binds that come after the include.": { - "%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS-billentyű felülíródhat azokkal a konfigurációs billentyűkkel, amelyek az include-fájl után következnek." + "%1 DMS bind(s) may be overridden by config binds that come after the include.": "%1 DMS-billentyű felülíródhat azokkal a konfigurációs billentyűkkel, amelyek az include bejegyzés után következnek." }, "%1 adapter(s), none connected": { "%1 adapter(s), none connected": "%1 adapter, egy sincs csatlakoztatva" @@ -24,7 +24,7 @@ "%1 printer(s)": "%1 nyomtató(k)" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1 variáns" }, "%1 widgets": { "%1 widgets": "%1 widget" @@ -186,7 +186,7 @@ "Add a border around the dock": "Szegély hozzáadása a dokk körül" }, "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.": "Adj meg egy egyedi előtagot minden alkalmazás indításához. Ez használható például 'uwsm-app', 'systemd-run' vagy más parancscsomagolókhoz." + "Add a custom prefix to all application launches. This can be used for things like 'uwsm-app', 'systemd-run', or other command wrappers.": "Adj meg egy egyedi előtagot minden alkalmazás indításához. Ez használható például „uwsm-app”, „systemd-run” vagy más parancscsomagolókhoz." }, "Add and configure widgets that appear on your desktop": { "Add and configure widgets that appear on your desktop": "Asztali widgetek hozzáadása és konfigurálása" @@ -195,7 +195,7 @@ "Adjust the number of columns in grid view mode.": "Oszlopok számának beállítása rácsnézet módban." }, "Advanced": { - "Advanced": "Haladó" + "Advanced": "Speciális" }, "Afternoon": { "Afternoon": "Délután" @@ -450,10 +450,10 @@ "Bind lock screen to dbus signals from loginctl. Disable if using an external lock screen": "A zárolási képernyő kötése a loginctl dbus jeleihez. Kapcsold ki, ha külső zárolási képernyőt használsz" }, "Binds Include Missing": { - "Binds Include Missing": "A billentyűket tartalmazó include-fájl hiányzik" + "Binds Include Missing": "A binds include bejegyzés hiányzik" }, "Binds include added": { - "Binds include added": "A billentyűket tartalmazó include-fájl hozzáadva" + "Binds include added": "A binds include bejegyzés hozzáadva" }, "Bit Depth": { "Bit Depth": "Színmélység" @@ -477,7 +477,7 @@ "Bluetooth not available": "Bluetooth nem elérhető" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "Háttérkép elmosási réteg" }, "Blur on Overview": { "Blur on Overview": "Elmosás az áttekintésben" @@ -666,16 +666,16 @@ "Clear at Startup": "Törlés indításkor" }, "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": { - "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "Kattints a 'Beállítás' gombra a dms/binds.kdl létrehozásához, és add hozzá az include-fájlt a config.kdl-hez." + "Click 'Setup' to create dms/binds.kdl and add include to config.kdl.": "Kattints a „Beállítás” gombra a dms/binds.kdl létrehozásához és az include bejegyzés hozzádásához a config.kdl fájlhoz." }, "Click 'Setup' to create the outputs config and add include to your compositor config.": { - "Click 'Setup' to create the outputs config and add include to your compositor config.": "Kattints a 'Beállítás' gombra a kimenetek konfig létrehozásához, és add hozzá az 'include'-ot a kompozitorod konfigurációjához." + "Click 'Setup' to create the outputs config and add include to your compositor config.": "Kattints a „Beállítás” gombra a kimenetek konfig létrehozásához és az include bejegyzés hozzáadásához a kompozitorod konfigurációjához." }, "Click Import to add a .ovpn or .conf": { "Click Import to add a .ovpn or .conf": "Kattints az importálás gombra .ovpn vagy .conf fájl hozzáadásához" }, "Click any shortcut to edit. Changes save to dms/binds.kdl": { - "Click any shortcut to edit. Changes save to dms/binds.kdl": "Kattints bármely billentyűparancsra a szerkesztéshez. A változtatások a dms/binds.kdl fájlba mentődnek" + "Click any shortcut to edit. Changes save to dms/binds.kdl": "Kattints bármely gyorsbillentyűre a szerkesztéshez. A változtatások a dms/binds.kdl fájlba mentődnek" }, "Click to capture": { "Click to capture": "Kattints a rögzítéshez" @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Megerősítés" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Kijelzőváltoztatások megerősítése" }, @@ -810,7 +813,7 @@ "Connect to Wi-Fi": "Csatlakozás a Wi-Fi-hez" }, "Connected": { - "Connected": "Csatlakozva" + "Connected": "Csatlakoztatva" }, "Connected Displays": { "Connected Displays": "Csatlakoztatott kijelzők" @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Illesztőprogram" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Háttérkép megkettőzése elmosással" }, @@ -1257,7 +1263,7 @@ "Enable Overview Overlay": "Áttekintő fedvény engedélyezése" }, "Enable System Monitor": { - "Enable System Monitor": "Rendszermonitor engedélyezése" + "Enable System Monitor": "Rendszerfigyelő engedélyezése" }, "Enable System Sounds": { "Enable System Sounds": "Rendszerhangok engedélyezése" @@ -1329,7 +1335,7 @@ "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 (pl. 'uwsm-app')" + "Enter launch prefix (e.g., 'uwsm-app')": "Írd be az indítási előtagot (pl. „uwsm-app”)" }, "Enter passkey for ": { "Enter passkey for ": "Jelszó megadása ehhez: " @@ -1371,7 +1377,7 @@ "Failed to activate configuration": "A konfiguráció aktiválása sikertelen" }, "Failed to add binds include": { - "Failed to add binds include": "Nem sikerült hozzáadni a billentyűparancsokat tartalmazó include-fájlt" + "Failed to add binds include": "Nem sikerült hozzáadni a binds include bejegyzést" }, "Failed to add printer to class": { "Failed to add printer to class": "A nyomtató osztályhoz adása sikertelen" @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "A feladat áthelyezése sikertelen" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Sikertelen a nyomtató szüneteltetése" }, @@ -1860,7 +1875,7 @@ "Keyboard Layout Name": "Billentyűzetkiosztás neve" }, "Keyboard Shortcuts": { - "Keyboard Shortcuts": "Billentyűparancsok" + "Keyboard Shortcuts": "Gyorsbillentyűk" }, "Keys": { "Keys": "Billentyűk" @@ -1938,7 +1953,7 @@ "Loading codecs...": "Kodekek betöltése..." }, "Loading keybinds...": { - "Loading keybinds...": "Billentyűparancsok betöltése..." + "Loading keybinds...": "Gyorsbillentyűk betöltése..." }, "Loading plugins...": { "Loading plugins...": "Bővítmények betöltése..." @@ -2130,10 +2145,10 @@ "Minute": "Perc" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "Kijelző tükrözése" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "Modális háttér" }, "Mode": { "Mode": "Mód" @@ -2463,7 +2478,7 @@ "Output Tray Missing": "Kimeneti tálca hiányzik" }, "Outputs Include Missing": { - "Outputs Include Missing": "A kimenetek include-fájl hiányzik" + "Outputs Include Missing": "Az outputs include bejegyzés hiányzik" }, "Overridden by config": { "Overridden by config": "Felülírta a konfiguráció" @@ -2778,7 +2793,7 @@ "Require holding button/key to confirm power off, restart, suspend, hibernate and logout": "Megköveteli a gomb/billentyű nyomva tartását a kikapcsolás, újraindítás, felfüggesztés, hibernálás és kijelentkezés megerősítéséhez" }, "Requires 'dgop' tool": { - "Requires 'dgop' tool": "Szükséges a 'dgop' eszköz" + "Requires 'dgop' tool": "Szükséges a „dgop” eszköz" }, "Requires DMS %1": { "Requires DMS %1": "Szükséges DMS %1" @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Folytatás" }, + "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": "Visszaállítás" }, @@ -2910,7 +2931,7 @@ "Scroll Wheel": "Egérgörgő" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "Görgetés a widgeten módosítja a média hangerejét" }, "Scroll song title": { "Scroll song title": "Zeneszám címének görgetése" @@ -3039,10 +3060,10 @@ "Short": "Rövid" }, "Shortcuts": { - "Shortcuts": "Parancsikonok" + "Shortcuts": "Gyoesbillentyűk" }, "Shortcuts (%1)": { - "Shortcuts (%1)": "Billentyűparancsok (%1)" + "Shortcuts (%1)": "Gyorsbillentyűk (%1)" }, "Show All Tags": { "Show All Tags": "Összes címke megjelenítése" @@ -3327,7 +3348,7 @@ "System App Theming": "Rendszeralkalmazás témázása" }, "System Monitor Unavailable": { - "System Monitor Unavailable": "Rendszermonitor nem elérhető" + "System Monitor Unavailable": "Rendszerfigyelő nem elérhető" }, "System Sounds": { "System Sounds": "Rendszerhangok" @@ -3348,7 +3369,7 @@ "CPU, memory, network, and disk monitoring": "CPU, memória, hálózat és lemez figyelése" }, "System monitor widget name | sysmon window title": { - "System Monitor": "Rendszermonitor" + "System Monitor": "Rendszerfigyelő" }, "System notification area icons": { "System notification area icons": "Rendszer értesítési terület ikonjai" @@ -3387,7 +3408,7 @@ "Text": "Szöveg" }, "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.": "A 'dgop' eszköz szükséges a rendszerfigyeléshez.\nTelepítsd a dgop-ot a funkció használatához." + "The 'dgop' tool is required for system monitoring.\\nPlease install dgop to use this feature.": "A „dgop” eszköz szükséges a rendszerfigyeléshez.\\nTelepítsd a dgop eszközt a funkció használatához." }, "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 elérhető. Az automatizált bővítménykezeléshez a DMS_SOCKET szükséges." @@ -3597,7 +3618,7 @@ "Use custom command for update your system": "Egyéni parancs használata a rendszer frissítéséhez" }, "Use custom gaps instead of bar spacing": { - "Use custom gaps instead of bar spacing": "Egyedi térközök használata a sávközök helyett" + "Use custom gaps instead of bar spacing": "Egyéni térközök használata a sáv térközei helyett" }, "Use custom window radius instead of theme radius": { "Use custom window radius instead of theme radius": "Egyedi ablaksugár használata a témasugár helyett" @@ -3899,7 +3920,7 @@ "dgop not available": "dgop nem elérhető" }, "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": { - "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "A dms/binds.kdl létezik, de nincs benne a config.kdl-ben. Az egyéni billentyűparancsok nem fognak működni, amíg ez nincs javítva." + "dms/binds.kdl exists but is not included in config.kdl. Custom keybinds will not work until this is fixed.": "A dms/binds.kdl létezik, de nincs benne a config.kdl-ben. Az egyéni gyorsbillentyűk nem fognak működni, amíg ez nincs javítva." }, "dms/binds.kdl is now included in config.kdl": { "dms/binds.kdl is now included in config.kdl": "A dms/binds.kdl most már szerepel a config.kdl fájlban" @@ -3923,7 +3944,7 @@ "e.g., focus-workspace 3, resize-column -10": "pl.: focus-workspace 3, resize-column -10" }, "e.g., notify-send 'Hello' && sleep 1": { - "e.g., notify-send 'Hello' && sleep 1": "pl. notify-send 'Hello' && sleep 1" + "e.g., notify-send 'Hello' && sleep 1": "pl. notify-send „Hello” && sleep 1" }, "empty plugin list": { "No plugins found": "Nem található bővítmény" @@ -3998,7 +4019,7 @@ "Browse Plugins": "Bővítmények böngészése" }, "plugin installation confirmation": { - "Install plugin '%1' from the DMS registry?": "Telepíted a(z) '%1' bővítményt a DMS regiszterből?" + "Install plugin '%1' from the DMS registry?": "Telepíted a(z) „%1” bővítményt a DMS regiszterből?" }, "plugin installation dialog title": { "Install Plugin": "Bővítmény telepítése" @@ -4025,13 +4046,13 @@ "source": "forrás" }, "sysmon window title": { - "System Monitor": "Rendszermonitor" + "System Monitor": "Rendszerfigyelő" }, "theme browser description": { "Install color themes from the DMS theme registry": "Színtémák telepítése a DMS téma-regiszterből" }, "theme installation confirmation": { - "Install theme '%1' from the DMS registry?": "Telepíted a(z) '%1' témát a DMS regiszterből?" + "Install theme '%1' from the DMS registry?": "Telepíted a(z) „%1” témát a DMS regiszterből?" }, "theme installation dialog title": { "Install Theme": "Téma telepítése" diff --git a/quickshell/translations/poexports/it.json b/quickshell/translations/poexports/it.json index 6b6005dd..809aaa12 100644 --- a/quickshell/translations/poexports/it.json +++ b/quickshell/translations/poexports/it.json @@ -24,7 +24,7 @@ "%1 printer(s)": "%1 stampante/i" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1 varianti" }, "%1 widgets": { "%1 widgets": "%1 widgets" @@ -477,7 +477,7 @@ "Bluetooth not available": "Bluetooth non disponibile" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "Sfoca il Livello dello Sfondo" }, "Blur on Overview": { "Blur on Overview": "Sfocatura su Panoramica" @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Conferma" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Conferma Modifiche Display" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Driver" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Duplica Sfondo con Sfocatura" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "Impossibile spostare il lavoro" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Impossibile mettere in pausa la stampante" }, @@ -2130,10 +2145,10 @@ "Minute": "Minuti" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "Duplica Schermo" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "Sfondo Modale" }, "Mode": { "Mode": "Modalità" @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Riprendi" }, + "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": "Ripristina" }, @@ -2910,7 +2931,7 @@ "Scroll Wheel": "Rotella di Scorrimento" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "Lo scorrimento sul widget modifica il volume media" }, "Scroll song title": { "Scroll song title": "Scorri Titolo Canzone" diff --git a/quickshell/translations/poexports/ja.json b/quickshell/translations/poexports/ja.json index acb9a8b1..2d873c7c 100644 --- a/quickshell/translations/poexports/ja.json +++ b/quickshell/translations/poexports/ja.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "確認" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "表示変更を確認" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "ぼかしで壁紙を複製" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "プリンターの一時中断に失敗しました" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "レジュメ" }, + "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": "戻す" }, diff --git a/quickshell/translations/poexports/pl.json b/quickshell/translations/poexports/pl.json index 590c139e..adc1eff9 100644 --- a/quickshell/translations/poexports/pl.json +++ b/quickshell/translations/poexports/pl.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Potwierdź" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Potwierdź zmiany wyświetlania" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Sterownik" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Powiel tapetę z rozmyciem" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "Nie udało się przenieść zadania" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Wstrzymanie drukarki nie powiodło się" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Wznów" }, + "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": "Odwracać" }, diff --git a/quickshell/translations/poexports/pt.json b/quickshell/translations/poexports/pt.json index fabc9edc..96960ee9 100644 --- a/quickshell/translations/poexports/pt.json +++ b/quickshell/translations/poexports/pt.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Confirmar" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Confirmar Alterações de Tela" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Driver" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Duplicar Papel de Parede com Blur" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "Falha ao mover trabalho" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Falha ao pausar impressora" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Resumir" }, + "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": "Reverter" }, diff --git a/quickshell/translations/poexports/tr.json b/quickshell/translations/poexports/tr.json index 4ec0eb74..6880027e 100644 --- a/quickshell/translations/poexports/tr.json +++ b/quickshell/translations/poexports/tr.json @@ -24,7 +24,7 @@ "%1 printer(s)": "%1 yazıcı" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1 varyant" }, "%1 widgets": { "%1 widgets": "%1 widget" @@ -477,7 +477,7 @@ "Bluetooth not available": "Bluetooth kullanılamıyor" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "Bulanık Duvar Kağıdı Katmanı" }, "Blur on Overview": { "Blur on Overview": "Genel Görünümde Bulanıklık" @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "Onayla" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "Ekran Değişikliklerini Onaylayın" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "Sürücü" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "Duvar kağıdını bulanıklık ile çoğalt" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "İş taşınamadı" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "Yazıcıyı duraklatma başarısız" }, @@ -2130,10 +2145,10 @@ "Minute": "Dakika" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "Ekran Yansıt" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "Modal Arkaplanı" }, "Mode": { "Mode": "Mod" @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "Sürdür" }, + "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": "Geri Al" }, @@ -2910,7 +2931,7 @@ "Scroll Wheel": "Kaydırma Tekerleği" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "Widget üzerinde kaydırma, medya ses seviyesini değiştirir" }, "Scroll song title": { "Scroll song title": "Şarkı başlığını kaydır" diff --git a/quickshell/translations/poexports/zh_CN.json b/quickshell/translations/poexports/zh_CN.json index 32300265..cc775337 100644 --- a/quickshell/translations/poexports/zh_CN.json +++ b/quickshell/translations/poexports/zh_CN.json @@ -24,10 +24,10 @@ "%1 printer(s)": "%1 个打印机" }, "%1 variants": { - "%1 variants": "" + "%1 variants": "%1变体" }, "%1 widgets": { - "%1 widgets": "%1 小挂件" + "%1 widgets": "%1 部件" }, "(Unnamed)": { "(Unnamed)": "(未命名)" @@ -177,10 +177,10 @@ "Add Printer": "添加打印机" }, "Add Widget": { - "Add Widget": "添加小组件" + "Add Widget": "添加部件" }, "Add Widget to %1 Section": { - "Add Widget to %1 Section": "将小组件添加到 %1 部分" + "Add Widget to %1 Section": "将部件添加到 %1 部分" }, "Add a border around the dock": { "Add a border around the dock": "在程序坞周围添加边框" @@ -477,7 +477,7 @@ "Bluetooth not available": "蓝牙不可用" }, "Blur Wallpaper Layer": { - "Blur Wallpaper Layer": "" + "Blur Wallpaper Layer": "模糊壁纸层" }, "Blur on Overview": { "Blur on Overview": "在概览中模糊" @@ -624,7 +624,7 @@ "Choose icon": "选择图标" }, "Choose the background color for widgets": { - "Choose the background color for widgets": "选择小组件背景色" + "Choose the background color for widgets": "选择部件背景色" }, "Choose the border accent color": { "Choose the border accent color": "选择边框强调色" @@ -786,11 +786,14 @@ "Configure icons for named workspaces. Icons take priority over numbers when both are enabled.": "为已命名工作区配置图标。当数字和图标同时启用时,图标优先生效。" }, "Configure which displays show shell components": { - "Configure which displays show shell components": "配置哪些显示器显示各类组件" + "Configure which displays show shell components": "配置哪些显示器显示各类部件" }, "Confirm": { "Confirm": "确认" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "确认显示更改" }, @@ -1053,7 +1056,7 @@ "Desktop Widget": "桌面部件" }, "Desktop Widgets": { - "Desktop Widgets": "桌面挂件" + "Desktop Widgets": "桌面部件" }, "Desktop background images": { "Desktop background images": "桌面壁纸" @@ -1209,11 +1212,14 @@ "Door Open": "打印机维护口已打开" }, "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 widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.": "拖动部件以在各区块内重新排序。点击眼睛图标可隐藏/显示部件(保留间距),点击 X 可彻底移除。" }, "Driver": { "Driver": "驱动程序" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "带模糊效果的壁纸复本" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "移动任务失败" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "无法暂停打印机" }, @@ -2130,10 +2145,10 @@ "Minute": "分钟" }, "Mirror Display": { - "Mirror Display": "" + "Mirror Display": "镜像显示" }, "Modal Background": { - "Modal Background": "" + "Modal Background": "模态背景" }, "Mode": { "Mode": "模式" @@ -2166,7 +2181,7 @@ "Mount": "挂载" }, "Move Widget": { - "Move Widget": "移动挂件" + "Move Widget": "移动部件" }, "Moving to Paused": { "Moving to Paused": "正在暂停打印机" @@ -2799,7 +2814,7 @@ "Reset Size": "重置尺寸" }, "Resize Widget": { - "Resize Widget": "调整挂件大小" + "Resize Widget": "调整部件大小" }, "Resolution & Refresh": { "Resolution & Refresh": "分辨率与刷新率" @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "恢复" }, + "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": "恢复: " }, @@ -2826,7 +2847,7 @@ "Right Tiling": "右侧平铺" }, "Right-click and drag anywhere on the widget": { - "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": "右键点击并拖拽右下角" @@ -2910,13 +2931,13 @@ "Scroll Wheel": "滚动滚轮" }, "Scroll on widget changes media volume": { - "Scroll on widget changes media volume": "" + "Scroll on widget changes media volume": "在部件上滚动以调整音量" }, "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 title if it doesn't fit in widget": "如果在部件中标题不适配,则可以滚动标题" }, "Scrolling": { "Scrolling": "滚动" @@ -2937,7 +2958,7 @@ "Search plugins...": "搜索插件中..." }, "Search widgets...": { - "Search widgets...": "搜索小组件..." + "Search widgets...": "搜索部件..." }, "Search...": { "Search...": "搜索中..." @@ -2970,7 +2991,7 @@ "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 widget to add. You can add multiple instances of the same widget if needed.": "选择要添加的部件。如果需要,您可以添加同一部件的多个实例。" }, "Select an image file...": { "Select an image file...": "选择一张图片..." @@ -3126,7 +3147,7 @@ "Show all 9 tags instead of only occupied tags (DWL only)": "显示所有 9 个标签,而非仅占用的标签(仅限 DWL)" }, "Show cava audio visualizer in media widget": { - "Show cava audio visualizer in media widget": "在多媒体小组件中显示cava音频可视化" + "Show cava audio visualizer in media widget": "在多媒体部件中显示cava音频可视化" }, "Show darkened overlay behind modal dialogs": { "Show darkened overlay behind modal dialogs": "在对话框后显示暗色遮罩" @@ -3138,7 +3159,7 @@ "Show on Last Display": "上一个显示器" }, "Show on Overlay": { - "Show on Overlay": "在概览中显示" + "Show on Overlay": "保持前台显示" }, "Show on Overview": { "Show on Overview": "概览中显示" @@ -3417,7 +3438,7 @@ "This bind is overridden by config.kdl": "此绑定已被 config.kdl 覆盖" }, "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.": "此组件会阻止 GPU 进入省电状态,可能会显著影响笔记本的电池续航。不建议在配备混合显卡的笔记本上使用。" + "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.": "此部件会阻止 GPU 进入省电状态,可能会显著影响笔记本的电池续航。不建议在配备混合显卡的笔记本上使用。" }, "This will permanently delete all clipboard history.": { "This will permanently delete all clipboard history.": "此操作会清空剪贴板历史,且无法恢复。" @@ -3696,7 +3717,7 @@ "Visibility": "能见度" }, "Visual divider between widgets": { - "Visual divider between widgets": "组件分隔线" + "Visual divider between widgets": "部件分隔线" }, "Visual effect used when wallpaper changes": { "Visual effect used when wallpaper changes": "壁纸切换时的动画效果" @@ -3738,14 +3759,14 @@ "Weather": "天气" }, "Weather Widget": { - "Weather Widget": "天气小组件" + "Weather Widget": "天气部件" }, "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 updater widget is used, then hide it if no update found": { - "Hide Updater Widget": "隐藏更新器小挂件", - "When updater widget is used, then hide it if no update found": "当使用更新器小挂件时,如果找不到更新就隐藏它" + "Hide Updater Widget": "隐藏更新器部件", + "When updater widget is used, then hide it if no update found": "当使用更新器部件时,如果找不到更新就隐藏它" }, "Wi-Fi Password": { "Wi-Fi Password": "Wi-Fi 密码" @@ -3775,25 +3796,25 @@ "Wide (BT2020)": "广色域(BT2020)" }, "Widget Background Color": { - "Widget Background Color": "小挂件背景色" + "Widget Background Color": "部件背景色" }, "Widget Management": { - "Widget Management": "小组件管理" + "Widget Management": "部件管理" }, "Widget Outline": { - "Widget Outline": "小组件轮廓" + "Widget Outline": "部件轮廓" }, "Widget Style": { - "Widget Style": "小挂件风格" + "Widget Style": "部件风格" }, "Widget Styling": { - "Widget Styling": "小组件样式" + "Widget Styling": "部件样式" }, "Widget Transparency": { - "Widget Transparency": "小挂件透明度" + "Widget Transparency": "部件透明度" }, "Widget Variants": { - "Widget Variants": "挂件变体" + "Widget Variants": "部件变体" }, "Widget added": { "Widget added": "部件已添加" @@ -3842,7 +3863,7 @@ "Workspaces": "工作区" }, "Workspaces & Widgets": { - "Workspaces & Widgets": "工作区与小组件" + "Workspaces & Widgets": "工作区与部件" }, "X Axis": { "X Axis": "X轴" @@ -4019,7 +4040,7 @@ "Settings": "设置" }, "settings_displays": { - "Widgets": "挂件" + "Widgets": "部件" }, "source code link": { "source": "源" diff --git a/quickshell/translations/poexports/zh_TW.json b/quickshell/translations/poexports/zh_TW.json index 2ad4d9cc..54e49c04 100644 --- a/quickshell/translations/poexports/zh_TW.json +++ b/quickshell/translations/poexports/zh_TW.json @@ -791,6 +791,9 @@ "Confirm": { "Confirm": "確認" }, + "Confirm Delete": { + "Confirm Delete": "" + }, "Confirm Display Changes": { "Confirm Display Changes": "確認顯示變更" }, @@ -1214,6 +1217,9 @@ "Driver": { "Driver": "驅動程式" }, + "Duplicate": { + "Duplicate": "" + }, "Duplicate Wallpaper with Blur": { "Duplicate Wallpaper with Blur": "模糊化重複桌布" }, @@ -1445,6 +1451,15 @@ "Failed to move job": { "Failed to move job": "無法移動工作" }, + "Failed to parse plugin_settings.json": { + "Failed to parse plugin_settings.json": "" + }, + "Failed to parse session.json": { + "Failed to parse session.json": "" + }, + "Failed to parse settings.json": { + "Failed to parse settings.json": "" + }, "Failed to pause printer": { "Failed to pause printer": "無法暫停印表機" }, @@ -2813,6 +2828,12 @@ "Resume": { "Resume": "恢復" }, + "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": "還原" }, diff --git a/quickshell/translations/template.json b/quickshell/translations/template.json index 586df975..e54e3f59 100644 --- a/quickshell/translations/template.json +++ b/quickshell/translations/template.json @@ -1882,6 +1882,13 @@ "reference": "", "comment": "" }, + { + "term": "Confirm Delete", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Confirm Display Changes", "translation": "", @@ -2876,6 +2883,13 @@ "reference": "", "comment": "" }, + { + "term": "Duplicate", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Duplicate Wallpaper with Blur", "translation": "", @@ -3380,6 +3394,27 @@ "reference": "", "comment": "" }, + { + "term": "Failed to parse plugin_settings.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to parse session.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Failed to parse settings.json", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Failed to pause printer", "translation": "", @@ -6712,6 +6747,20 @@ "reference": "", "comment": "" }, + { + "term": "Reverse Scrolling Direction", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, + { + "term": "Reverse workspace switch direction when scrolling over the bar", + "translation": "", + "context": "", + "reference": "", + "comment": "" + }, { "term": "Revert", "translation": "",