1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-29 07:52:50 -05:00

widgets: fix some 0-width issues

This commit is contained in:
bbedward
2025-11-14 19:26:51 -05:00
parent 52fe493da9
commit 929b6dae1a
11 changed files with 359 additions and 119 deletions

View File

@@ -88,6 +88,8 @@ BasePill {
return activeWindow && activeWindow.title return activeWindow && activeWindow.title
} }
width: hasWindowsOnCurrentWorkspace ? (isVerticalOrientation ? barThickness : visualWidth) : 0
height: hasWindowsOnCurrentWorkspace ? (isVerticalOrientation ? visualHeight : barThickness) : 0
visible: hasWindowsOnCurrentWorkspace visible: hasWindowsOnCurrentWorkspace
content: Component { content: Component {

View File

@@ -91,8 +91,8 @@ Item {
} }
} }
width: isVertical ? barThickness : calculatedSize width: windowCount > 0 ? (isVertical ? barThickness : calculatedSize) : 0
height: isVertical ? calculatedSize : barThickness height: windowCount > 0 ? (isVertical ? calculatedSize : barThickness) : 0
visible: windowCount > 0 visible: windowCount > 0

View File

@@ -98,7 +98,7 @@
{ {
"term": "Add Widget", "term": "Add Widget",
"context": "Add Widget", "context": "Add Widget",
"reference": "Modules/Settings/WidgetsTabSection.qml:737, Modules/ControlCenter/Components/EditControls.qml:58, Modules/ControlCenter/Components/EditControls.qml:159", "reference": "Modules/Settings/WidgetsTabSection.qml:757, Modules/ControlCenter/Components/EditControls.qml:58, Modules/ControlCenter/Components/EditControls.qml:159",
"comment": "" "comment": ""
}, },
{ {
@@ -113,6 +113,12 @@
"reference": "Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:147, Modules/DankBar/Popouts/VpnPopout.qml:288", "reference": "Modules/ControlCenter/BuiltinPlugins/VpnWidget.qml:147, Modules/DankBar/Popouts/VpnPopout.qml:288",
"comment": "" "comment": ""
}, },
{
"term": "Adjust the number of columns in grid view mode.",
"context": "Adjust the number of columns in grid view mode.",
"reference": "Modules/Settings/LauncherTab.qml:565",
"comment": ""
},
{ {
"term": "All", "term": "All",
"context": "All", "context": "All",
@@ -143,6 +149,12 @@
"reference": "Modules/Settings/WidgetTweaksTab.qml:677", "reference": "Modules/Settings/WidgetTweaksTab.qml:677",
"comment": "" "comment": ""
}, },
{
"term": "Always on icons",
"context": "Always on icons",
"reference": "Modules/Settings/WidgetsTabSection.qml:1036",
"comment": ""
},
{ {
"term": "Always show a minimum of 3 workspaces, even if fewer are available", "term": "Always show a minimum of 3 workspaces, even if fewer are available",
"context": "Always show a minimum of 3 workspaces, even if fewer are available", "context": "Always show a minimum of 3 workspaces, even if fewer are available",
@@ -206,7 +218,7 @@
{ {
"term": "Apps are ordered by usage frequency, then last used, then alphabetically.", "term": "Apps are ordered by usage frequency, then last used, then alphabetically.",
"context": "Apps are ordered by usage frequency, then last used, then alphabetically.", "context": "Apps are ordered by usage frequency, then last used, then alphabetically.",
"reference": "Modules/Settings/LauncherTab.qml:610", "reference": "Modules/Settings/LauncherTab.qml:678",
"comment": "" "comment": ""
}, },
{ {
@@ -260,7 +272,7 @@
{ {
"term": "Audio Icon", "term": "Audio Icon",
"context": "Audio Icon", "context": "Audio Icon",
"reference": "Modules/Settings/WidgetsTabSection.qml:928", "reference": "Modules/Settings/WidgetsTabSection.qml:948",
"comment": "" "comment": ""
}, },
{ {
@@ -314,13 +326,13 @@
{ {
"term": "Auto Popup Gaps", "term": "Auto Popup Gaps",
"context": "Auto Popup Gaps", "context": "Auto Popup Gaps",
"reference": "Modules/Settings/DankBarTab.qml:1234", "reference": "Modules/Settings/DankBarTab.qml:1324",
"comment": "" "comment": ""
}, },
{ {
"term": "Auto-hide", "term": "Auto-hide",
"context": "Auto-hide", "context": "Auto-hide",
"reference": "Modules/Settings/DankBarTab.qml:839", "reference": "Modules/Settings/DankBarTab.qml:849",
"comment": "" "comment": ""
}, },
{ {
@@ -362,7 +374,7 @@
{ {
"term": "Automatically calculate popup distance from bar edge.", "term": "Automatically calculate popup distance from bar edge.",
"context": "Automatically calculate popup distance from bar edge.", "context": "Automatically calculate popup distance from bar edge.",
"reference": "Modules/Settings/DankBarTab.qml:1235", "reference": "Modules/Settings/DankBarTab.qml:1325",
"comment": "" "comment": ""
}, },
{ {
@@ -392,7 +404,7 @@
{ {
"term": "Automatically hide the top bar to expand screen real estate", "term": "Automatically hide the top bar to expand screen real estate",
"context": "Automatically hide the top bar to expand screen real estate", "context": "Automatically hide the top bar to expand screen real estate",
"reference": "Modules/Settings/DankBarTab.qml:846", "reference": "Modules/Settings/DankBarTab.qml:856",
"comment": "" "comment": ""
}, },
{ {
@@ -464,7 +476,7 @@
{ {
"term": "Bluetooth Icon", "term": "Bluetooth Icon",
"context": "Bluetooth Icon", "context": "Bluetooth Icon",
"reference": "Modules/Settings/WidgetsTabSection.qml:875", "reference": "Modules/Settings/WidgetsTabSection.qml:895",
"comment": "" "comment": ""
}, },
{ {
@@ -494,37 +506,37 @@
{ {
"term": "Border", "term": "Border",
"context": "Border", "context": "Border",
"reference": "Modules/Settings/DankBarTab.qml:1455", "reference": "Modules/Settings/DankBarTab.qml:1545",
"comment": "" "comment": ""
}, },
{ {
"term": "Border Color", "term": "Border Color",
"context": "Border Color", "context": "Border Color",
"reference": "Modules/Settings/DankBarTab.qml:1485", "reference": "Modules/Settings/DankBarTab.qml:1575",
"comment": "" "comment": ""
}, },
{ {
"term": "Border Opacity", "term": "Border Opacity",
"context": "Border Opacity", "context": "Border Opacity",
"reference": "Modules/Settings/DankBarTab.qml:1537, Modules/Settings/DankBarTab.qml:1551", "reference": "Modules/Settings/DankBarTab.qml:1627, Modules/Settings/DankBarTab.qml:1641",
"comment": "" "comment": ""
}, },
{ {
"term": "Border Thickness", "term": "Border Thickness",
"context": "Border Thickness", "context": "Border Thickness",
"reference": "Modules/Settings/DankBarTab.qml:1608, Modules/Settings/DankBarTab.qml:1622", "reference": "Modules/Settings/DankBarTab.qml:1698, Modules/Settings/DankBarTab.qml:1712",
"comment": "" "comment": ""
}, },
{ {
"term": "Bottom", "term": "Bottom",
"context": "Bottom", "context": "Bottom",
"reference": "Modules/Settings/DankBarTab.qml:779", "reference": "Modules/Settings/DankBarTab.qml:789",
"comment": "" "comment": ""
}, },
{ {
"term": "Bottom Section", "term": "Bottom Section",
"context": "Bottom Section", "context": "Bottom Section",
"reference": "Modules/Settings/DankBarTab.qml:2068", "reference": "Modules/Settings/DankBarTab.qml:2164",
"comment": "" "comment": ""
}, },
{ {
@@ -593,6 +605,12 @@
"reference": "Services/CupsService.qml:335", "reference": "Services/CupsService.qml:335",
"comment": "" "comment": ""
}, },
{
"term": "Camera",
"context": "Camera",
"reference": "Modules/Settings/WidgetsTabSection.qml:1117",
"comment": ""
},
{ {
"term": "Cancel", "term": "Cancel",
"context": "Cancel", "context": "Cancel",
@@ -614,7 +632,7 @@
{ {
"term": "Center Section", "term": "Center Section",
"context": "Center Section", "context": "Center Section",
"reference": "Modules/Settings/DankBarTab.qml:1985", "reference": "Modules/Settings/DankBarTab.qml:2078",
"comment": "" "comment": ""
}, },
{ {
@@ -650,7 +668,7 @@
{ {
"term": "Choose the border accent color", "term": "Choose the border accent color",
"context": "Choose the border accent color", "context": "Choose the border accent color",
"reference": "Modules/Settings/DankBarTab.qml:1492", "reference": "Modules/Settings/DankBarTab.qml:1582",
"comment": "" "comment": ""
}, },
{ {
@@ -788,7 +806,7 @@
{ {
"term": "Compact Mode", "term": "Compact Mode",
"context": "Compact Mode", "context": "Compact Mode",
"reference": "Modules/Settings/WidgetsTabSection.qml:550", "reference": "Modules/Settings/WidgetsTabSection.qml:551",
"comment": "" "comment": ""
}, },
{ {
@@ -932,7 +950,7 @@
{ {
"term": "Corner Radius Override", "term": "Corner Radius Override",
"context": "Corner Radius Override", "context": "Corner Radius Override",
"reference": "Modules/Settings/DankBarTab.qml:1367", "reference": "Modules/Settings/DankBarTab.qml:1457",
"comment": "" "comment": ""
}, },
{ {
@@ -1082,7 +1100,7 @@
{ {
"term": "DankBar Font Scale", "term": "DankBar Font Scale",
"context": "DankBar Font Scale", "context": "DankBar Font Scale",
"reference": "Modules/Settings/DankBarTab.qml:1694", "reference": "Modules/Settings/DankBarTab.qml:1784",
"comment": "" "comment": ""
}, },
{ {
@@ -1328,7 +1346,7 @@
{ {
"term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", "term": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
"context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.", "context": "Drag widgets to reorder within sections. Use the eye icon to hide/show widgets (maintains spacing), or X to remove them completely.",
"reference": "Modules/Settings/DankBarTab.qml:1876", "reference": "Modules/Settings/DankBarTab.qml:1966",
"comment": "" "comment": ""
}, },
{ {
@@ -1346,7 +1364,7 @@
{ {
"term": "Edge Spacing (0 = edge-to-edge)", "term": "Edge Spacing (0 = edge-to-edge)",
"context": "Edge Spacing (0 = edge-to-edge)", "context": "Edge Spacing (0 = edge-to-edge)",
"reference": "Modules/Settings/DankBarTab.qml:1021, Modules/Settings/DankBarTab.qml:1035", "reference": "Modules/Settings/DankBarTab.qml:1111, Modules/Settings/DankBarTab.qml:1125",
"comment": "" "comment": ""
}, },
{ {
@@ -1490,7 +1508,7 @@
{ {
"term": "Exclusive Zone Offset", "term": "Exclusive Zone Offset",
"context": "Exclusive Zone Offset", "context": "Exclusive Zone Offset",
"reference": "Modules/Settings/DockTab.qml:573, Modules/Settings/DockTab.qml:587, Modules/Settings/DankBarTab.qml:1093, Modules/Settings/DankBarTab.qml:1107", "reference": "Modules/Settings/DockTab.qml:573, Modules/Settings/DockTab.qml:587, Modules/Settings/DankBarTab.qml:1183, Modules/Settings/DankBarTab.qml:1197",
"comment": "" "comment": ""
}, },
{ {
@@ -1760,13 +1778,13 @@
{ {
"term": "Goth Corner Radius", "term": "Goth Corner Radius",
"context": "Goth Corner Radius", "context": "Goth Corner Radius",
"reference": "Modules/Settings/DankBarTab.qml:1386, Modules/Settings/DankBarTab.qml:1400", "reference": "Modules/Settings/DankBarTab.qml:1476, Modules/Settings/DankBarTab.qml:1490",
"comment": "" "comment": ""
}, },
{ {
"term": "Goth Corners", "term": "Goth Corners",
"context": "Goth Corners", "context": "Goth Corners",
"reference": "Modules/Settings/DankBarTab.qml:1356", "reference": "Modules/Settings/DankBarTab.qml:1446",
"comment": "" "comment": ""
}, },
{ {
@@ -1781,6 +1799,12 @@
"reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:39", "reference": "Modules/DankBar/Popouts/DWLLayoutPopout.qml:39",
"comment": "" "comment": ""
}, },
{
"term": "Grid Columns",
"context": "Grid Columns",
"reference": "Modules/Settings/LauncherTab.qml:555",
"comment": ""
},
{ {
"term": "Group by App", "term": "Group by App",
"context": "Group by App", "context": "Group by App",
@@ -1817,6 +1841,12 @@
"reference": "Modals/PowerMenuModal.qml:119, Modals/PowerMenuModal.qml:159, Modules/Lock/LockPowerMenu.qml:312", "reference": "Modals/PowerMenuModal.qml:119, Modals/PowerMenuModal.qml:159, Modules/Lock/LockPowerMenu.qml:312",
"comment": "" "comment": ""
}, },
{
"term": "Hide Delay (ms)",
"context": "Hide Delay (ms)",
"reference": "Modules/Settings/DankBarTab.qml:894, Modules/Settings/DankBarTab.qml:908",
"comment": ""
},
{ {
"term": "Hide the dock when not in use and reveal it when hovering near the dock area", "term": "Hide the dock when not in use and reveal it when hovering near the dock area",
"context": "Hide the dock when not in use and reveal it when hovering near the dock area", "context": "Hide the dock when not in use and reveal it when hovering near the dock area",
@@ -2000,31 +2030,31 @@
{ {
"term": "Last launched %1", "term": "Last launched %1",
"context": "Last launched %1", "context": "Last launched %1",
"reference": "Modules/Settings/LauncherTab.qml:710", "reference": "Modules/Settings/LauncherTab.qml:778",
"comment": "" "comment": ""
}, },
{ {
"term": "Last launched %1 day%2 ago", "term": "Last launched %1 day%2 ago",
"context": "Last launched %1 day%2 ago", "context": "Last launched %1 day%2 ago",
"reference": "Modules/Settings/LauncherTab.qml:706", "reference": "Modules/Settings/LauncherTab.qml:774",
"comment": "" "comment": ""
}, },
{ {
"term": "Last launched %1 hour%2 ago", "term": "Last launched %1 hour%2 ago",
"context": "Last launched %1 hour%2 ago", "context": "Last launched %1 hour%2 ago",
"reference": "Modules/Settings/LauncherTab.qml:701", "reference": "Modules/Settings/LauncherTab.qml:769",
"comment": "" "comment": ""
}, },
{ {
"term": "Last launched %1 minute%2 ago", "term": "Last launched %1 minute%2 ago",
"context": "Last launched %1 minute%2 ago", "context": "Last launched %1 minute%2 ago",
"reference": "Modules/Settings/LauncherTab.qml:696", "reference": "Modules/Settings/LauncherTab.qml:764",
"comment": "" "comment": ""
}, },
{ {
"term": "Last launched just now", "term": "Last launched just now",
"context": "Last launched just now", "context": "Last launched just now",
"reference": "Modules/Settings/LauncherTab.qml:693", "reference": "Modules/Settings/LauncherTab.qml:761",
"comment": "" "comment": ""
}, },
{ {
@@ -2072,13 +2102,13 @@
{ {
"term": "Left", "term": "Left",
"context": "Left", "context": "Left",
"reference": "Modules/Settings/DankBarTab.qml:779, Modules/DankBar/Popouts/BatteryPopout.qml:542", "reference": "Modules/Settings/DankBarTab.qml:789, Modules/DankBar/Popouts/BatteryPopout.qml:542",
"comment": "" "comment": ""
}, },
{ {
"term": "Left Section", "term": "Left Section",
"context": "Left Section", "context": "Left Section",
"reference": "Modules/Settings/DankBarTab.qml:1902", "reference": "Modules/Settings/DankBarTab.qml:1992",
"comment": "" "comment": ""
}, },
{ {
@@ -2174,13 +2204,13 @@
{ {
"term": "Manual Gap Size", "term": "Manual Gap Size",
"context": "Manual Gap Size", "context": "Manual Gap Size",
"reference": "Modules/Settings/DankBarTab.qml:1264, Modules/Settings/DankBarTab.qml:1278", "reference": "Modules/Settings/DankBarTab.qml:1354, Modules/Settings/DankBarTab.qml:1368",
"comment": "" "comment": ""
}, },
{ {
"term": "Manual Show/Hide", "term": "Manual Show/Hide",
"context": "Manual Show/Hide", "context": "Manual Show/Hide",
"reference": "Modules/Settings/DankBarTab.qml:891", "reference": "Modules/Settings/DankBarTab.qml:981",
"comment": "" "comment": ""
}, },
{ {
@@ -2246,7 +2276,7 @@
{ {
"term": "Media", "term": "Media",
"context": "Media", "context": "Media",
"reference": "Services/AppSearchService.qml:158, Services/AppSearchService.qml:159, Services/AppSearchService.qml:160, Widgets/DankIconPicker.qml:37, Modules/DankDash/DankDashPopout.qml:234", "reference": "Services/AppSearchService.qml:158, Services/AppSearchService.qml:159, Services/AppSearchService.qml:160, Widgets/DankIconPicker.qml:37, Modules/DankDash/DankDashPopout.qml:211",
"comment": "" "comment": ""
}, },
{ {
@@ -2309,6 +2339,12 @@
"reference": "Modules/Settings/DankBarTab.qml:91", "reference": "Modules/Settings/DankBarTab.qml:91",
"comment": "" "comment": ""
}, },
{
"term": "Microphone",
"context": "Microphone",
"reference": "Modules/Settings/WidgetsTabSection.qml:1065",
"comment": ""
},
{ {
"term": "Minimal palette built around a single hue.", "term": "Minimal palette built around a single hue.",
"context": "Minimal palette built around a single hue.", "context": "Minimal palette built around a single hue.",
@@ -2402,7 +2438,7 @@
{ {
"term": "Network Icon", "term": "Network Icon",
"context": "Network Icon", "context": "Network Icon",
"reference": "Modules/Settings/WidgetsTabSection.qml:822", "reference": "Modules/Settings/WidgetsTabSection.qml:842",
"comment": "" "comment": ""
}, },
{ {
@@ -2474,7 +2510,7 @@
{ {
"term": "No Background", "term": "No Background",
"context": "No Background", "context": "No Background",
"reference": "Modules/Settings/DankBarTab.qml:1341", "reference": "Modules/Settings/DankBarTab.qml:1431",
"comment": "" "comment": ""
}, },
{ {
@@ -2714,7 +2750,7 @@
{ {
"term": "Overview", "term": "Overview",
"context": "Overview", "context": "Overview",
"reference": "Modules/DankDash/DankDashPopout.qml:231", "reference": "Modules/DankDash/DankDashPopout.qml:208",
"comment": "" "comment": ""
}, },
{ {
@@ -2900,7 +2936,7 @@
{ {
"term": "Position", "term": "Position",
"context": "Position", "context": "Position",
"reference": "Modules/Settings/DankBarTab.qml:769", "reference": "Modules/Settings/DankBarTab.qml:779",
"comment": "" "comment": ""
}, },
{ {
@@ -3074,7 +3110,7 @@
{ {
"term": "Recently Used Apps", "term": "Recently Used Apps",
"context": "Recently Used Apps", "context": "Recently Used Apps",
"reference": "Modules/Settings/LauncherTab.qml:580", "reference": "Modules/Settings/LauncherTab.qml:648",
"comment": "" "comment": ""
}, },
{ {
@@ -3116,7 +3152,7 @@
{ {
"term": "Reset", "term": "Reset",
"context": "Reset", "context": "Reset",
"reference": "Modules/Settings/DankBarTab.qml:1834, Modules/ControlCenter/Components/EditControls.qml:227", "reference": "Modules/Settings/DankBarTab.qml:1924, Modules/ControlCenter/Components/EditControls.qml:227",
"comment": "" "comment": ""
}, },
{ {
@@ -3158,13 +3194,13 @@
{ {
"term": "Right", "term": "Right",
"context": "Right", "context": "Right",
"reference": "Modules/Settings/DankBarTab.qml:779", "reference": "Modules/Settings/DankBarTab.qml:789",
"comment": "" "comment": ""
}, },
{ {
"term": "Right Section", "term": "Right Section",
"context": "Right Section", "context": "Right Section",
"reference": "Modules/Settings/DankBarTab.qml:2068", "reference": "Modules/Settings/DankBarTab.qml:2164",
"comment": "" "comment": ""
}, },
{ {
@@ -3224,7 +3260,7 @@
{ {
"term": "Scale DankBar font sizes independently", "term": "Scale DankBar font sizes independently",
"context": "Scale DankBar font sizes independently", "context": "Scale DankBar font sizes independently",
"reference": "Modules/Settings/DankBarTab.qml:1701", "reference": "Modules/Settings/DankBarTab.qml:1791",
"comment": "" "comment": ""
}, },
{ {
@@ -3245,6 +3281,12 @@
"reference": "Services/AppSearchService.qml:175", "reference": "Services/AppSearchService.qml:175",
"comment": "" "comment": ""
}, },
{
"term": "Screen sharing",
"context": "Screen sharing",
"reference": "Modules/Settings/WidgetsTabSection.qml:1169",
"comment": ""
},
{ {
"term": "Scrolling", "term": "Scrolling",
"context": "Scrolling", "context": "Scrolling",
@@ -3386,7 +3428,7 @@
{ {
"term": "Settings", "term": "Settings",
"context": "Settings", "context": "Settings",
"reference": "Services/AppSearchService.qml:176, Modals/Settings/SettingsModal.qml:205, Modules/DankDash/DankDashPopout.qml:249", "reference": "Services/AppSearchService.qml:176, Modals/Settings/SettingsModal.qml:205, Modules/DankDash/DankDashPopout.qml:226",
"comment": "" "comment": ""
}, },
{ {
@@ -3494,7 +3536,7 @@
{ {
"term": "Show on Overview", "term": "Show on Overview",
"context": "Show on Overview", "context": "Show on Overview",
"reference": "Modules/Settings/DockTab.qml:242, Modules/Settings/DankBarTab.qml:945", "reference": "Modules/Settings/DockTab.qml:242, Modules/Settings/DankBarTab.qml:1035",
"comment": "" "comment": ""
}, },
{ {
@@ -3584,7 +3626,7 @@
{ {
"term": "Size", "term": "Size",
"context": "Size", "context": "Size",
"reference": "Modules/ProcessList/SystemTab.qml:456, Modules/Settings/DankBarTab.qml:1165, Modules/Settings/DankBarTab.qml:1179", "reference": "Modules/ProcessList/SystemTab.qml:456, Modules/Settings/DankBarTab.qml:1255, Modules/Settings/DankBarTab.qml:1269",
"comment": "" "comment": ""
}, },
{ {
@@ -3614,7 +3656,7 @@
{ {
"term": "Spacing", "term": "Spacing",
"context": "Spacing", "context": "Spacing",
"reference": "Modules/Settings/DockTab.qml:492, Modules/Settings/DankBarTab.qml:1004", "reference": "Modules/Settings/DockTab.qml:492, Modules/Settings/DankBarTab.qml:1094",
"comment": "" "comment": ""
}, },
{ {
@@ -3626,7 +3668,7 @@
{ {
"term": "Square Corners", "term": "Square Corners",
"context": "Square Corners", "context": "Square Corners",
"reference": "Modules/Settings/DankBarTab.qml:1330", "reference": "Modules/Settings/DankBarTab.qml:1420",
"comment": "" "comment": ""
}, },
{ {
@@ -3932,7 +3974,7 @@
{ {
"term": "Toggle top bar visibility manually (can be controlled via IPC)", "term": "Toggle top bar visibility manually (can be controlled via IPC)",
"context": "Toggle top bar visibility manually (can be controlled via IPC)", "context": "Toggle top bar visibility manually (can be controlled via IPC)",
"reference": "Modules/Settings/DankBarTab.qml:898", "reference": "Modules/Settings/DankBarTab.qml:988",
"comment": "" "comment": ""
}, },
{ {
@@ -3956,7 +3998,7 @@
{ {
"term": "Top", "term": "Top",
"context": "Top", "context": "Top",
"reference": "Modules/Settings/DankBarTab.qml:779", "reference": "Modules/Settings/DankBarTab.qml:789",
"comment": "" "comment": ""
}, },
{ {
@@ -3968,7 +4010,7 @@
{ {
"term": "Top Section", "term": "Top Section",
"context": "Top Section", "context": "Top Section",
"reference": "Modules/Settings/DankBarTab.qml:1902", "reference": "Modules/Settings/DankBarTab.qml:1992",
"comment": "" "comment": ""
}, },
{ {
@@ -4238,7 +4280,7 @@
{ {
"term": "Wallpapers", "term": "Wallpapers",
"context": "Wallpapers", "context": "Wallpapers",
"reference": "Modules/DankDash/DankDashPopout.qml:237", "reference": "Modules/DankDash/DankDashPopout.qml:214",
"comment": "" "comment": ""
}, },
{ {
@@ -4256,7 +4298,7 @@
{ {
"term": "Weather", "term": "Weather",
"context": "Weather", "context": "Weather",
"reference": "Modules/DankDash/DankDashPopout.qml:243", "reference": "Modules/DankDash/DankDashPopout.qml:220",
"comment": "" "comment": ""
}, },
{ {
@@ -4298,7 +4340,7 @@
{ {
"term": "Widget Management", "term": "Widget Management",
"context": "Widget Management", "context": "Widget Management",
"reference": "Modules/Settings/DankBarTab.qml:1796", "reference": "Modules/Settings/DankBarTab.qml:1886",
"comment": "" "comment": ""
}, },
{ {

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "Aggiungi una VPN in NetworkManager" "Add a VPN in NetworkManager": "Aggiungi una VPN in NetworkManager"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "Tutto" "All": "Tutto"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "Visualizza sempre percentuale OSD" "Always Show OSD Percentage": "Visualizza sempre percentuale OSD"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "Visualizza sempre un minimo di 3 workspaces, anche se ne sono visibili meno" "Always show a minimum of 3 workspaces, even if fewer are available": "Visualizza sempre un minimo di 3 workspaces, anche se ne sono visibili meno"
}, },
@@ -207,7 +213,7 @@
"Available": "Disponibile" "Available": "Disponibile"
}, },
"Available Layouts": { "Available Layouts": {
"Available Layouts": "" "Available Layouts": "Layouts Disponibili"
}, },
"Available Plugins": { "Available Plugins": {
"Available Plugins": "Plugins Disponibili" "Available Plugins": "Plugins Disponibili"
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "Avviso Filtro Mancante CUPS" "CUPS Missing Filter Warning": "Avviso Filtro Mancante CUPS"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "Annulla" "Cancel": "Annulla"
}, },
@@ -303,16 +312,16 @@
"Capacity": "Capacità" "Capacity": "Capacità"
}, },
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": "Indicatore Maiuscolo"
}, },
"Center Section": { "Center Section": {
"Center Section": "Sezione Centrale" "Center Section": "Sezione Centrale"
}, },
"Center Tiling": { "Center Tiling": {
"Center Tiling": "" "Center Tiling": "Tiling Centrale"
}, },
"Changes:": { "Changes:": {
"Changes:": "" "Changes:": "Modifiche:"
}, },
"Check for system updates": { "Check for system updates": {
"Check for system updates": "Controlla aggiornamenti di sistema" "Check for system updates": "Controlla aggiornamenti di sistema"
@@ -411,7 +420,7 @@
"Confirm": "Conferma" "Confirm": "Conferma"
}, },
"Confirm Display Changes": { "Confirm Display Changes": {
"Confirm Display Changes": "" "Confirm Display Changes": "Conferma Modifiche Display"
}, },
"Confirm passkey for ": { "Confirm passkey for ": {
"Confirm passkey for ": "Conferma passkey per" "Confirm passkey for ": "Conferma passkey per"
@@ -507,7 +516,7 @@
"Customizable empty space": "Spazio vuoto personalizzabile" "Customizable empty space": "Spazio vuoto personalizzabile"
}, },
"Customize which actions appear in the power menu": { "Customize which actions appear in the power menu": {
"Customize which actions appear in the power menu": "" "Customize which actions appear in the power menu": "Personalizza quale azione visualizzare nel menù alimentazione"
}, },
"DEMO MODE - Click anywhere to exit": { "DEMO MODE - Click anywhere to exit": {
"DEMO MODE - Click anywhere to exit": "DEMO MODE - Clicca ovunque per uscire" "DEMO MODE - Click anywhere to exit": "DEMO MODE - Clicca ovunque per uscire"
@@ -522,7 +531,7 @@
"DMS_SOCKET not available": "DMS_SOCKET non disponibile" "DMS_SOCKET not available": "DMS_SOCKET non disponibile"
}, },
"DWL service not available": { "DWL service not available": {
"DWL service not available": "" "DWL service not available": "Servizio DWL non disponibile"
}, },
"Daily at:": { "Daily at:": {
"Daily at:": "Giornalmente alle:" "Daily at:": "Giornalmente alle:"
@@ -558,13 +567,13 @@
"Day Temperature": "Temperatura Giorno" "Day Temperature": "Temperatura Giorno"
}, },
"Deck": { "Deck": {
"Deck": "" "Deck": "Deck"
}, },
"Default": { "Default": {
"Default": "Predefinito" "Default": "Predefinito"
}, },
"Default selected action": { "Default selected action": {
"Default selected action": "" "Default selected action": "Azione selezionata di default"
}, },
"Defaults": { "Defaults": {
"Defaults": "Predefiniti" "Defaults": "Predefiniti"
@@ -591,7 +600,7 @@
"Disable Autoconnect": "Disabilita connessione automatica" "Disable Autoconnect": "Disabilita connessione automatica"
}, },
"Disabled": { "Disabled": {
"Disabled": "" "Disabled": "Disabilitato"
}, },
"Disconnect": { "Disconnect": {
"Disconnect": "Disconnetti" "Disconnect": "Disconnetti"
@@ -615,7 +624,7 @@
"Display all priorities over fullscreen apps": "Visualizza tutte le priorità sulle apps a schermo pieno" "Display all priorities over fullscreen apps": "Visualizza tutte le priorità sulle apps a schermo pieno"
}, },
"Display and switch DWL layouts": { "Display and switch DWL layouts": {
"Display and switch DWL layouts": "" "Display and switch DWL layouts": "Visualizza e cambia i layouts DWL"
}, },
"Display application icons in workspace indicators": { "Display application icons in workspace indicators": {
"Display application icons in workspace indicators": "Mostra icone applicazioni negli indicatori dei workspaces" "Display application icons in workspace indicators": "Mostra icone applicazioni negli indicatori dei workspaces"
@@ -624,10 +633,10 @@
"Display currently focused application title": "Mostra il titolo delle applicazioni attualmente in focus" "Display currently focused application title": "Mostra il titolo delle applicazioni attualmente in focus"
}, },
"Display power menu actions in a grid instead of a list": { "Display power menu actions in a grid instead of a list": {
"Display power menu actions in a grid instead of a list": "" "Display power menu actions in a grid instead of a list": "Visualizza le azioni di alimentazioni in griglia invece di una lista"
}, },
"Display settings for ": { "Display settings for ": {
"Display settings for ": "" "Display settings for ": "Impostazioni display per "
}, },
"Display volume and brightness percentage values by default in OSD popups": { "Display volume and brightness percentage values by default in OSD popups": {
"Display volume and brightness percentage values by default in OSD popups": "Mostra di default la percentuale volume e luminosità nei popups OSD" "Display volume and brightness percentage values by default in OSD popups": "Mostra di default la percentuale volume e luminosità nei popups OSD"
@@ -705,7 +714,7 @@
"Enable loginctl lock integration": "Abilita l'integrazione lock loginctl" "Enable loginctl lock integration": "Abilita l'integrazione lock loginctl"
}, },
"Enabled": { "Enabled": {
"Enabled": "" "Enabled": "Abilitato"
}, },
"End": { "End": {
"End": "Fine" "End": "Fine"
@@ -837,7 +846,7 @@
"Force Kill Process": "Forza Chiusura Processo" "Force Kill Process": "Forza Chiusura Processo"
}, },
"Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": {
"Force terminal applications to always use dark color schemes": "" "Force terminal applications to always use dark color schemes": "Forza applicazioni da terminale ad usare schemi di colori scuri"
}, },
"Forget Device": { "Forget Device": {
"Forget Device": "Dimentica Dispositivo" "Forget Device": "Dimentica Dispositivo"
@@ -888,7 +897,10 @@
"Graphics": "Grafica" "Graphics": "Grafica"
}, },
"Grid": { "Grid": {
"Grid": "" "Grid": "Griglia"
},
"Grid Columns": {
"Grid Columns": ""
}, },
"Group by App": { "Group by App": {
"Group by App": "Raggruppa per App" "Group by App": "Raggruppa per App"
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "Iberna" "Hibernate": "Iberna"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Nascondi la dock quando " "Hide the dock when not in use and reveal it when hovering near the dock area": "Nascondi la dock quando "
}, },
@@ -966,7 +981,7 @@
"Individual Batteries": "Batterie Individuali" "Individual Batteries": "Batterie Individuali"
}, },
"Inhibit idle timeout when audio or video is playing": { "Inhibit idle timeout when audio or video is playing": {
"Inhibit idle timeout when audio or video is playing": "" "Inhibit idle timeout when audio or video is playing": "Impedisci tempo inattività quando audio o video sono in riproduzione"
}, },
"Input Devices": { "Input Devices": {
"Input Devices": "Dispositivi Input" "Input Devices": "Dispositivi Input"
@@ -993,7 +1008,7 @@
"Jobs: ": "Lavori:" "Jobs: ": "Lavori:"
}, },
"Keep Changes": { "Keep Changes": {
"Keep Changes": "" "Keep Changes": "Conserva Modifiche"
}, },
"Keyboard Layout Name": { "Keyboard Layout Name": {
"Keyboard Layout Name": "Nome Layout Tastiera" "Keyboard Layout Name": "Nome Layout Tastiera"
@@ -1035,7 +1050,7 @@
"Launcher Button Logo": "Logo Bottone Avviatore" "Launcher Button Logo": "Logo Bottone Avviatore"
}, },
"Layout": { "Layout": {
"Layout": "" "Layout": "Layout"
}, },
"Left": { "Left": {
"Left": "Sinistra" "Left": "Sinistra"
@@ -1059,7 +1074,7 @@
"Location Search": "Ricerca Posizione" "Location Search": "Ricerca Posizione"
}, },
"Lock": { "Lock": {
"Lock": "" "Lock": "Blocca"
}, },
"Lock Screen": { "Lock Screen": {
"Lock Screen": "Blocca Schermo" "Lock Screen": "Blocca Schermo"
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "Indicatore uso memoria" "Memory usage indicator": "Indicatore uso memoria"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità." "Minimal palette built around a single hue.": "Tavolozza minima costruita attorno a una singola tonalità."
}, },
@@ -1167,7 +1185,7 @@
"Mode:": "Modalità:" "Mode:": "Modalità:"
}, },
"Mode: ": { "Mode: ": {
"Mode: ": "" "Mode: ": "Modalità:"
}, },
"Monitor Selection:": { "Monitor Selection:": {
"Monitor Selection:": "Selezione Monitor:" "Monitor Selection:": "Selezione Monitor:"
@@ -1176,7 +1194,7 @@
"Monitor whose wallpaper drives dynamic theming colors": "Monitor con lo sfondo che genera il tema di colori dinamico" "Monitor whose wallpaper drives dynamic theming colors": "Monitor con lo sfondo che genera il tema di colori dinamico"
}, },
"Monocle": { "Monocle": {
"Monocle": "" "Monocle": "Monocle"
}, },
"Monospace Font": { "Monospace Font": {
"Monospace Font": "Font Monospace" "Monospace Font": "Font Monospace"
@@ -1332,7 +1350,7 @@
"Only adjust gamma based on time or location rules.": "Regolare gamma solo in base alle regole di tempo o di posizione." "Only adjust gamma based on time or location rules.": "Regolare gamma solo in base alle regole di tempo o di posizione."
}, },
"Only visible if hibernate is supported by your system": { "Only visible if hibernate is supported by your system": {
"Only visible if hibernate is supported by your system": "" "Only visible if hibernate is supported by your system": "Visibile solo se ibernazione è supportata dal tuo sistema"
}, },
"Opacity": { "Opacity": {
"Opacity": "Opacità" "Opacity": "Opacità"
@@ -1455,7 +1473,7 @@
"Position": "Posizione" "Position": "Posizione"
}, },
"Position: ": { "Position: ": {
"Position: ": "" "Position: ": "Posizione"
}, },
"Power & Security": { "Power & Security": {
"Power & Security": "Alimentazione & Sicurezza" "Power & Security": "Alimentazione & Sicurezza"
@@ -1464,7 +1482,7 @@
"Power Action Confirmation": "Conferma Azioni Alimentazione" "Power Action Confirmation": "Conferma Azioni Alimentazione"
}, },
"Power Menu Customization": { "Power Menu Customization": {
"Power Menu Customization": "" "Power Menu Customization": "Personalizzazione Menù Alimentazione"
}, },
"Power Off": { "Power Off": {
"Power Off": "Spegni" "Power Off": "Spegni"
@@ -1479,7 +1497,7 @@
"Pressure": "Pressione" "Pressure": "Pressione"
}, },
"Prevent idle for media": { "Prevent idle for media": {
"Prevent idle for media": "" "Prevent idle for media": "Previeni sospensione per media"
}, },
"Prevent screen timeout": { "Prevent screen timeout": {
"Prevent screen timeout": "Previeni timeout schermo" "Prevent screen timeout": "Previeni timeout schermo"
@@ -1557,7 +1575,7 @@
"Request confirmation on power off, restart, suspend, hibernate and logout actions": "Richiedi conferma alle azioni di spegnimento, riavvio, sospensione, hibernazione e logout" "Request confirmation on power off, restart, suspend, hibernate and logout actions": "Richiedi conferma alle azioni di spegnimento, riavvio, sospensione, hibernazione e logout"
}, },
"Requires DWL compositor": { "Requires DWL compositor": {
"Requires DWL compositor": "" "Requires DWL compositor": "Richiede compositor DWL"
}, },
"Reset": { "Reset": {
"Reset": "Resetta" "Reset": "Resetta"
@@ -1566,22 +1584,22 @@
"Resources": "Risorse" "Resources": "Risorse"
}, },
"Restart": { "Restart": {
"Restart": "" "Restart": "Riavvia"
}, },
"Restart DMS": { "Restart DMS": {
"Restart DMS": "" "Restart DMS": "Riavvia DMS"
}, },
"Restart the DankMaterialShell": { "Restart the DankMaterialShell": {
"Restart the DankMaterialShell": "" "Restart the DankMaterialShell": "Riavvia la DankMaterialShell"
}, },
"Resume": { "Resume": {
"Resume": "Riprendi" "Resume": "Riprendi"
}, },
"Revert": { "Revert": {
"Revert": "" "Revert": "Ripristina"
}, },
"Reverting in:": { "Reverting in:": {
"Reverting in:": "" "Reverting in:": "Ripristina in:"
}, },
"Right": { "Right": {
"Right": "Destra" "Right": "Destra"
@@ -1590,10 +1608,10 @@
"Right Section": "Sezione Destra" "Right Section": "Sezione Destra"
}, },
"Right Tiling": { "Right Tiling": {
"Right Tiling": "" "Right Tiling": "Tiling Destro"
}, },
"Right-click bar widget to cycle": { "Right-click bar widget to cycle": {
"Right-click bar widget to cycle": "" "Right-click bar widget to cycle": "Click destro sulla barra per scorrimento"
}, },
"Run User Templates": { "Run User Templates": {
"Run User Templates": "Esegui Templates Utente" "Run User Templates": "Esegui Templates Utente"
@@ -1628,8 +1646,11 @@
"Science": { "Science": {
"Science": "Scienza" "Science": "Scienza"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "" "Scrolling": "Scorrimento"
}, },
"Search file contents": { "Search file contents": {
"Search file contents": "Cerca il contenuto dei files" "Search file contents": "Cerca il contenuto dei files"
@@ -1713,31 +1734,31 @@
"Show Dock": "Mostra Dock" "Show Dock": "Mostra Dock"
}, },
"Show Hibernate": { "Show Hibernate": {
"Show Hibernate": "" "Show Hibernate": "Mostra Idernazione"
}, },
"Show Line Numbers": { "Show Line Numbers": {
"Show Line Numbers": "Mostra Numero Righe" "Show Line Numbers": "Mostra Numero Righe"
}, },
"Show Lock": { "Show Lock": {
"Show Lock": "" "Show Lock": "Mostra Blocco"
}, },
"Show Log Out": { "Show Log Out": {
"Show Log Out": "" "Show Log Out": "Mostra Log Out"
}, },
"Show Power Actions": { "Show Power Actions": {
"Show Power Actions": "Mostra Azioni Alimentazione" "Show Power Actions": "Mostra Azioni Alimentazione"
}, },
"Show Power Off": { "Show Power Off": {
"Show Power Off": "" "Show Power Off": "Mostra Spegni"
}, },
"Show Reboot": { "Show Reboot": {
"Show Reboot": "" "Show Reboot": "Mosta Riavvia"
}, },
"Show Restart DMS": { "Show Restart DMS": {
"Show Restart DMS": "" "Show Restart DMS": "Mostra Riavvia DMS"
}, },
"Show Suspend": { "Show Suspend": {
"Show Suspend": "" "Show Suspend": "Mostra Sospendi"
}, },
"Show Workspace Apps": { "Show Workspace Apps": {
"Show Workspace Apps": "Mostra Apps Workspace" "Show Workspace Apps": "Mostra Apps Workspace"
@@ -1788,7 +1809,7 @@
"Shows current workspace and allows switching": "Mostra workspace corrente e permette cambio" "Shows current workspace and allows switching": "Mostra workspace corrente e permette cambio"
}, },
"Shows when caps lock is active": { "Shows when caps lock is active": {
"Shows when caps lock is active": "" "Shows when caps lock is active": "Indica quando il maiuscolo è attivo"
}, },
"Shows when microphone, camera, or screen sharing is active": { "Shows when microphone, camera, or screen sharing is active": {
"Shows when microphone, camera, or screen sharing is active": "Mostra quando microfono, videocamera, o condivisione schermo sono attivi" "Shows when microphone, camera, or screen sharing is active": "Mostra quando microfono, videocamera, o condivisione schermo sono attivi"
@@ -1917,7 +1938,7 @@
"Terminal custom additional parameters": "Parametri aggiuntivi personalizzati terminale" "Terminal custom additional parameters": "Parametri aggiuntivi personalizzati terminale"
}, },
"Terminals - Always use Dark Theme": { "Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "" "Terminals - Always use Dark Theme": "Terminali - Usa sempre Tema Scuro"
}, },
"Text": { "Text": {
"Text": "Testo" "Text": "Testo"
@@ -1950,7 +1971,7 @@
"This will permanently delete all clipboard history.": "La tua cronologia della clipboard verrà cancellata definitivamente" "This will permanently delete all clipboard history.": "La tua cronologia della clipboard verrà cancellata definitivamente"
}, },
"Tiling": { "Tiling": {
"Tiling": "" "Tiling": "Tiling"
}, },
"Time & Weather": { "Time & Weather": {
"Time & Weather": "Orario & Meteo" "Time & Weather": "Orario & Meteo"
@@ -2034,16 +2055,16 @@
"Use Fahrenheit instead of Celsius for temperature": "Usa Fahrenheit invece di Celsius per la temperatura" "Use Fahrenheit instead of Celsius for temperature": "Usa Fahrenheit invece di Celsius per la temperatura"
}, },
"Use Grid Layout": { "Use Grid Layout": {
"Use Grid Layout": "" "Use Grid Layout": "Usa Layout Griglia"
}, },
"Use IP Location": { "Use IP Location": {
"Use IP Location": "Usa Posizione IP" "Use IP Location": "Usa Posizione IP"
}, },
"Use Imperial Units": { "Use Imperial Units": {
"Use Imperial Units": "" "Use Imperial Units": "Usa Unità Imperiali"
}, },
"Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": {
"Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "" "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "Usa unità Imperiali (°F, mph, inHg) invece delle Metriche (°C, km/h, hPa) "
}, },
"Use Monospace Font": { "Use Monospace Font": {
"Use Monospace Font": "Usa Font Monospace" "Use Monospace Font": "Usa Font Monospace"
@@ -2091,19 +2112,19 @@
"VPN status and quick connect": "Stato VPN e connessione veloce" "VPN status and quick connect": "Stato VPN e connessione veloce"
}, },
"VRR: ": { "VRR: ": {
"VRR: ": "" "VRR: ": "VRR:"
}, },
"Vertical Deck": { "Vertical Deck": {
"Vertical Deck": "" "Vertical Deck": "Deck Verticale"
}, },
"Vertical Grid": { "Vertical Grid": {
"Vertical Grid": "" "Vertical Grid": "Griglia Verticale"
}, },
"Vertical Scrolling": { "Vertical Scrolling": {
"Vertical Scrolling": "" "Vertical Scrolling": "Scorrimento Verticale"
}, },
"Vertical Tiling": { "Vertical Tiling": {
"Vertical Tiling": "" "Vertical Tiling": "Tiling Verticale"
}, },
"Vibrant palette with playful saturation.": { "Vibrant palette with playful saturation.": {
"Vibrant palette with playful saturation.": "Tavolozza vibrate con saturazione giocosa" "Vibrant palette with playful saturation.": "Tavolozza vibrate con saturazione giocosa"

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "NetworkManagerでVPNを追加" "Add a VPN in NetworkManager": "NetworkManagerでVPNを追加"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "全て" "All": "全て"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "常に OSD パーセンテージを表示" "Always Show OSD Percentage": "常に OSD パーセンテージを表示"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "使用可能なワークスペースが少ない場合でも、常に最低 3 つを表示" "Always show a minimum of 3 workspaces, even if fewer are available": "使用可能なワークスペースが少ない場合でも、常に最低 3 つを表示"
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "CUPS の欠落フィルターの警告" "CUPS Missing Filter Warning": "CUPS の欠落フィルターの警告"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "キャンセル" "Cancel": "キャンセル"
}, },
@@ -303,7 +312,7 @@
"Capacity": "容量" "Capacity": "容量"
}, },
"Caps Lock Indicator": { "Caps Lock Indicator": {
"Caps Lock Indicator": "" "Caps Lock Indicator": "Caps Lock インジケーター"
}, },
"Center Section": { "Center Section": {
"Center Section": "センターセクション" "Center Section": "センターセクション"
@@ -624,7 +633,7 @@
"Display currently focused application title": "現在フォーカスされているアプリケーションのタイトルを表示" "Display currently focused application title": "現在フォーカスされているアプリケーションのタイトルを表示"
}, },
"Display power menu actions in a grid instead of a list": { "Display power menu actions in a grid instead of a list": {
"Display power menu actions in a grid instead of a list": "" "Display power menu actions in a grid instead of a list": "電源メニューのアクションをリストではなくグリッドに表示"
}, },
"Display settings for ": { "Display settings for ": {
"Display settings for ": "以下の設定を表示 " "Display settings for ": "以下の設定を表示 "
@@ -837,7 +846,7 @@
"Force Kill Process": "プロセスを強制終了" "Force Kill Process": "プロセスを強制終了"
}, },
"Force terminal applications to always use dark color schemes": { "Force terminal applications to always use dark color schemes": {
"Force terminal applications to always use dark color schemes": "端末アプリで常に暗い配色を使用するように強制する" "Force terminal applications to always use dark color schemes": "端末アプリで常に暗い配色を強制使用"
}, },
"Forget Device": { "Forget Device": {
"Forget Device": "デバイスを忘れる" "Forget Device": "デバイスを忘れる"
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "グリッド" "Grid": "グリッド"
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "アプリ別にグループ化" "Group by App": "アプリ別にグループ化"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "休止状態" "Hibernate": "休止状態"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"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": "使用していないときはドックを非表示にし、ドックエリアの近くにホバーすると表示されます"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "メモリ使用率インジケーター" "Memory usage indicator": "メモリ使用率インジケーター"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。" "Minimal palette built around a single hue.": "単一の色相を中心に構築された最小限のパレット。"
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "科学" "Science": "科学"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "スクロール" "Scrolling": "スクロール"
}, },
@@ -1788,7 +1809,7 @@
"Shows current workspace and allows switching": "現在のワークスペースを表示、切り替えを可能に" "Shows current workspace and allows switching": "現在のワークスペースを表示、切り替えを可能に"
}, },
"Shows when caps lock is active": { "Shows when caps lock is active": {
"Shows when caps lock is active": "" "Shows when caps lock is active": "Caps Lock がアクティブなときに表示"
}, },
"Shows when microphone, camera, or screen sharing is active": { "Shows when microphone, camera, or screen sharing is active": {
"Shows when microphone, camera, or screen sharing is active": "マイク、カメラ、または画面共有がアクティブなときに表示" "Shows when microphone, camera, or screen sharing is active": "マイク、カメラ、または画面共有がアクティブなときに表示"
@@ -1917,7 +1938,7 @@
"Terminal custom additional parameters": "端末のカスタム追加パラメーター" "Terminal custom additional parameters": "端末のカスタム追加パラメーター"
}, },
"Terminals - Always use Dark Theme": { "Terminals - Always use Dark Theme": {
"Terminals - Always use Dark Theme": "" "Terminals - Always use Dark Theme": "端末 - 常にダークテーマを使用"
}, },
"Text": { "Text": {
"Text": "テキスト" "Text": "テキスト"
@@ -2034,16 +2055,16 @@
"Use Fahrenheit instead of Celsius for temperature": "温度は摂氏ではなく華氏を使用" "Use Fahrenheit instead of Celsius for temperature": "温度は摂氏ではなく華氏を使用"
}, },
"Use Grid Layout": { "Use Grid Layout": {
"Use Grid Layout": "" "Use Grid Layout": "グリッドレイアウトを使用"
}, },
"Use IP Location": { "Use IP Location": {
"Use IP Location": "IP ロケーションの使用" "Use IP Location": "IP ロケーションの使用"
}, },
"Use Imperial Units": { "Use Imperial Units": {
"Use Imperial Units": "" "Use Imperial Units": "インペリアル単位を使用"
}, },
"Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": { "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": {
"Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "" "Use Imperial units (°F, mph, inHg) instead of Metric (°C, km/h, hPa)": "メートル法(°C、km / h、hPa)の代わりにインペリアル単位(°F、mph、inHg)を使用"
}, },
"Use Monospace Font": { "Use Monospace Font": {
"Use Monospace Font": "等幅フォントを使用" "Use Monospace Font": "等幅フォントを使用"

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "Dodaj sieć VPN w NetworkManager" "Add a VPN in NetworkManager": "Dodaj sieć VPN w NetworkManager"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "Wszystkie" "All": "Wszystkie"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "Zawsze pokazuj procent OSD" "Always Show OSD Percentage": "Zawsze pokazuj procent OSD"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "Zawsze pokazuj co najmniej 3 obszary robocze, nawet jeśli jest ich mniej." "Always show a minimum of 3 workspaces, even if fewer are available": "Zawsze pokazuj co najmniej 3 obszary robocze, nawet jeśli jest ich mniej."
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "CUPS: Ostrzeżenie o brakującym filtrze" "CUPS Missing Filter Warning": "CUPS: Ostrzeżenie o brakującym filtrze"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "Anuluj" "Cancel": "Anuluj"
}, },
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "Siatka" "Grid": "Siatka"
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "Grupuj według aplikacji" "Group by App": "Grupuj według aplikacji"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "Hibernacja" "Hibernate": "Hibernacja"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Ukryj dok, gdy nie jest używany, i odkryj go po najechaniu kursorem w jego pobliże" "Hide the dock when not in use and reveal it when hovering near the dock area": "Ukryj dok, gdy nie jest używany, i odkryj go po najechaniu kursorem w jego pobliże"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "Wskaźnik zużycia pamięci" "Memory usage indicator": "Wskaźnik zużycia pamięci"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Minimalna paleta zbudowana wokół jednego odcienia." "Minimal palette built around a single hue.": "Minimalna paleta zbudowana wokół jednego odcienia."
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "Nauka" "Science": "Nauka"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "Przewijanie" "Scrolling": "Przewijanie"
}, },

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "Adicionar um VPN ao NetworkManager" "Add a VPN in NetworkManager": "Adicionar um VPN ao NetworkManager"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "Todos" "All": "Todos"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "Sempre mostrar porcetagem no OSD" "Always Show OSD Percentage": "Sempre mostrar porcetagem no OSD"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "Sempre mostrar o mínimo de 3 áreas de trabalho, mesmo se menos estiverem disponíveis" "Always show a minimum of 3 workspaces, even if fewer are available": "Sempre mostrar o mínimo de 3 áreas de trabalho, mesmo se menos estiverem disponíveis"
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "" "CUPS Missing Filter Warning": ""
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "Cancelar" "Cancel": "Cancelar"
}, },
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "" "Grid": ""
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "Agrupar por App" "Group by App": "Agrupar por App"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "Hibernar" "Hibernate": "Hibernar"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Esconder a dock quando não usada e mostrar ao passar o mouse próximo da área" "Hide the dock when not in use and reveal it when hovering near the dock area": "Esconder a dock quando não usada e mostrar ao passar o mouse próximo da área"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "Indicador de uso de memória" "Memory usage indicator": "Indicador de uso de memória"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Paleta mínima construída ao redor de um único tom." "Minimal palette built around a single hue.": "Paleta mínima construída ao redor de um único tom."
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "Ciência" "Science": "Ciência"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "" "Scrolling": ""
}, },

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "NetworkManager'da VPN ekle" "Add a VPN in NetworkManager": "NetworkManager'da VPN ekle"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "Tümü" "All": "Tümü"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "OSD Yüzdesini Her Zaman Göster" "Always Show OSD Percentage": "OSD Yüzdesini Her Zaman Göster"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "Her zaman en az 3 çalışma alanı göster, daha azı kullanılabilir olsa da" "Always show a minimum of 3 workspaces, even if fewer are available": "Her zaman en az 3 çalışma alanı göster, daha azı kullanılabilir olsa da"
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "CUPS Eksik Filtre Uyarısı" "CUPS Missing Filter Warning": "CUPS Eksik Filtre Uyarısı"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "İptal" "Cancel": "İptal"
}, },
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "Izgara" "Grid": "Izgara"
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "Uygulamaya Göre Gruplandır" "Group by App": "Uygulamaya Göre Gruplandır"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "Hazırda Beklet" "Hibernate": "Hazırda Beklet"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "Kullanılmadığında dock'u gizle ve dock alanının yakınına geldiğinizde göster" "Hide the dock when not in use and reveal it when hovering near the dock area": "Kullanılmadığında dock'u gizle ve dock alanının yakınına geldiğinizde göster"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "Bellek kullanım göstergesi" "Memory usage indicator": "Bellek kullanım göstergesi"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "Tek bir renk tonu etrafında oluşturulmuş minimal palet." "Minimal palette built around a single hue.": "Tek bir renk tonu etrafında oluşturulmuş minimal palet."
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "Bilim" "Science": "Bilim"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "Kaydırma" "Scrolling": "Kaydırma"
}, },

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "在 NetworkManager 中添加 VPN" "Add a VPN in NetworkManager": "在 NetworkManager 中添加 VPN"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "全部" "All": "全部"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "始终显示 OSD 百分比" "Always Show OSD Percentage": "始终显示 OSD 百分比"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "即使不足也总是显示至少三个工作区" "Always show a minimum of 3 workspaces, even if fewer are available": "即使不足也总是显示至少三个工作区"
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "CUPS 警告:缺少打印过滤器" "CUPS Missing Filter Warning": "CUPS 警告:缺少打印过滤器"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "取消" "Cancel": "取消"
}, },
@@ -624,7 +633,7 @@
"Display currently focused application title": "显示当前聚焦应用的标题" "Display currently focused application title": "显示当前聚焦应用的标题"
}, },
"Display power menu actions in a grid instead of a list": { "Display power menu actions in a grid instead of a list": {
"Display power menu actions in a grid instead of a list": "" "Display power menu actions in a grid instead of a list": "通过网格而非列表显示电源菜单"
}, },
"Display settings for ": { "Display settings for ": {
"Display settings for ": "显示设置 " "Display settings for ": "显示设置 "
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "网格" "Grid": "网格"
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "按应用分组" "Group by App": "按应用分组"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "休眠" "Hibernate": "休眠"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"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": "在未使用时隐藏程序坞,鼠标悬停到程序坞区域时显示"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "内存占用情况" "Memory usage indicator": "内存占用情况"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "围绕单一色调构建的简约配色。" "Minimal palette built around a single hue.": "围绕单一色调构建的简约配色。"
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "科学" "Science": "科学"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "滚动" "Scrolling": "滚动"
}, },
@@ -2034,7 +2055,7 @@
"Use Fahrenheit instead of Celsius for temperature": "使用华氏度显示温度" "Use Fahrenheit instead of Celsius for temperature": "使用华氏度显示温度"
}, },
"Use Grid Layout": { "Use Grid Layout": {
"Use Grid Layout": "" "Use Grid Layout": "使用网格布局"
}, },
"Use IP Location": { "Use IP Location": {
"Use IP Location": "使用 IP 定位" "Use IP Location": "使用 IP 定位"

View File

@@ -56,6 +56,9 @@
"Add a VPN in NetworkManager": { "Add a VPN in NetworkManager": {
"Add a VPN in NetworkManager": "新增VPN至網路管理器" "Add a VPN in NetworkManager": "新增VPN至網路管理器"
}, },
"Adjust the number of columns in grid view mode.": {
"Adjust the number of columns in grid view mode.": ""
},
"All": { "All": {
"All": "所有" "All": "所有"
}, },
@@ -71,6 +74,9 @@
"Always Show OSD Percentage": { "Always Show OSD Percentage": {
"Always Show OSD Percentage": "OSD 始終顯示百分比" "Always Show OSD Percentage": "OSD 始終顯示百分比"
}, },
"Always on icons": {
"Always on icons": ""
},
"Always show a minimum of 3 workspaces, even if fewer are available": { "Always show a minimum of 3 workspaces, even if fewer are available": {
"Always show a minimum of 3 workspaces, even if fewer are available": "始終顯示至少 3 個工作區,即使可用的工作區較少" "Always show a minimum of 3 workspaces, even if fewer are available": "始終顯示至少 3 個工作區,即使可用的工作區較少"
}, },
@@ -296,6 +302,9 @@
"CUPS Missing Filter Warning": { "CUPS Missing Filter Warning": {
"CUPS Missing Filter Warning": "CUPS 缺少過濾器警告" "CUPS Missing Filter Warning": "CUPS 缺少過濾器警告"
}, },
"Camera": {
"Camera": ""
},
"Cancel": { "Cancel": {
"Cancel": "取消" "Cancel": "取消"
}, },
@@ -890,6 +899,9 @@
"Grid": { "Grid": {
"Grid": "網格" "Grid": "網格"
}, },
"Grid Columns": {
"Grid Columns": ""
},
"Group by App": { "Group by App": {
"Group by App": "App 分組" "Group by App": "App 分組"
}, },
@@ -911,6 +923,9 @@
"Hibernate": { "Hibernate": {
"Hibernate": "休眠" "Hibernate": "休眠"
}, },
"Hide Delay (ms)": {
"Hide Delay (ms)": ""
},
"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": {
"Hide the dock when not in use and reveal it when hovering near the dock area": "不使用時隱藏 Dock並在 Dock 區域附近懸停時顯示 Dock" "Hide the dock when not in use and reveal it when hovering near the dock area": "不使用時隱藏 Dock並在 Dock 區域附近懸停時顯示 Dock"
}, },
@@ -1157,6 +1172,9 @@
"Memory usage indicator": { "Memory usage indicator": {
"Memory usage indicator": "記憶體使用率指示器" "Memory usage indicator": "記憶體使用率指示器"
}, },
"Microphone": {
"Microphone": ""
},
"Minimal palette built around a single hue.": { "Minimal palette built around a single hue.": {
"Minimal palette built around a single hue.": "圍繞單一色調構建的最小調色板。" "Minimal palette built around a single hue.": "圍繞單一色調構建的最小調色板。"
}, },
@@ -1628,6 +1646,9 @@
"Science": { "Science": {
"Science": "科學" "Science": "科學"
}, },
"Screen sharing": {
"Screen sharing": ""
},
"Scrolling": { "Scrolling": {
"Scrolling": "滾動" "Scrolling": "滾動"
}, },

View File

@@ -132,6 +132,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Adjust the number of columns in grid view mode.",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "All", "term": "All",
"translation": "", "translation": "",
@@ -167,6 +174,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Always on icons",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Always show a minimum of 3 workspaces, even if fewer are available", "term": "Always show a minimum of 3 workspaces, even if fewer are available",
"translation": "", "translation": "",
@@ -692,6 +706,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Camera",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Cancel", "term": "Cancel",
"translation": "", "translation": "",
@@ -2078,6 +2099,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Grid Columns",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Group by App", "term": "Group by App",
"translation": "", "translation": "",
@@ -2120,6 +2148,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Hide Delay (ms)",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Hide the dock when not in use and reveal it when hovering near the dock area", "term": "Hide the dock when not in use and reveal it when hovering near the dock area",
"translation": "", "translation": "",
@@ -2694,6 +2729,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Microphone",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Minimal palette built around a single hue.", "term": "Minimal palette built around a single hue.",
"translation": "", "translation": "",
@@ -3786,6 +3828,13 @@
"reference": "", "reference": "",
"comment": "" "comment": ""
}, },
{
"term": "Screen sharing",
"translation": "",
"context": "",
"reference": "",
"comment": ""
},
{ {
"term": "Scrolling", "term": "Scrolling",
"translation": "", "translation": "",