1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

settings: show parse error message

This commit is contained in:
bbedward
2025-12-29 10:45:44 -05:00
parent 2eeaf8ff62
commit 518a5d38aa
15 changed files with 681 additions and 351 deletions

View File

@@ -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));
}
}

View File

@@ -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;
}

View File

@@ -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": ""
},
{

View File

@@ -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"
},

File diff suppressed because it is too large Load Diff

View File

@@ -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": "חזור/חזרי"
},

View File

@@ -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"

View File

@@ -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"

View File

@@ -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": "戻す"
},

View File

@@ -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ć"
},

View File

@@ -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"
},

View File

@@ -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"

View File

@@ -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": "源"

View File

@@ -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": "還原"
},

View File

@@ -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": "",