diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/extension.js b/workspace-scroller@ori/files/workspace-scroller@ori/extension.js index 393d4c50..b3284aff 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/extension.js +++ b/workspace-scroller@ori/files/workspace-scroller@ori/extension.js @@ -3,6 +3,7 @@ const Main = imports.ui.main; const Settings = imports.ui.settings; const St = imports.gi.St; const Clutter = imports.gi.Clutter; +const ExtensionSystem = imports.ui.extensionSystem; let workspaceScroller; @@ -38,6 +39,22 @@ function Area(x, y, dx, dy, actionUp, actionDown) { this._init(x, y, dx, dy, actionUp, actionDown); } +function getWorkspaceSwitcherExt() { + let workspaceSwitcherExt; + // Check if one of the workspace switcher extensions are installed or if the state has changed since we last checked + if (ExtensionSystem.runningExtensions.indexOf('DesktopCube@yare') > -1 ) { + workspaceSwitcherExt = ExtensionSystem.extensions['DesktopCube@yare']['5.4']['extension']; + } else if (ExtensionSystem.runningExtensions.indexOf('Flipper@connerdev') > -1) { + workspaceSwitcherExt = ExtensionSystem.extensions['Flipper@connerdev']['5.4']['extension']; + } + // Make sure the switcher extension has the required API to allow us to change to any arbitrary workspace + if (workspaceSwitcherExt && typeof workspaceSwitcherExt.ExtSwitchToWorkspace !== "function") { + workspaceSwitcherExt = null; + } + return workspaceSwitcherExt +} + + /** * Initialize scroll action area */ @@ -85,7 +102,12 @@ Area.prototype.slide = function (shift) { workspace = global.screen.get_workspace_by_index(index); if (workspace != null) { - workspace.activate(global.get_current_time()); + let workspaceSwitcherExt = (workspaceScroller.settings.settings.getValue("useSwitcherExtension"))?getWorkspaceSwitcherExt():null; + if (workspaceSwitcherExt) { + workspaceSwitcherExt.ExtSwitchToWorkspace(workspace); + } else { + workspace.activate(global.get_current_time()); + } } } diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/metadata.json b/workspace-scroller@ori/files/workspace-scroller@ori/metadata.json index 6f11a8f8..89ce84ae 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/metadata.json +++ b/workspace-scroller@ori/files/workspace-scroller@ori/metadata.json @@ -1,6 +1,6 @@ { "name": "Workspace Scroller", - "version": "1.0.1", + "version": "1.0.2", "description": "Switch workspaces using mouse scroll at screen edges.", "cinnamon-version": [ "2.4", diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/ca.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/ca.po index b315df90..32f81fb4 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/ca.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/ca.po @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Odyssey , 2024 @@ -7,8 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2024-07-25 18:55+0200\n" "Last-Translator: Odyssey \n" "Language-Team: \n" @@ -24,7 +25,9 @@ msgstr "Desplaçador de l'espai de treball" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Canvieu d'espai de treball utilitzant el desplaçament del ratolí per les vores de la pantalla." +msgstr "" +"Canvieu d'espai de treball utilitzant el desplaçament del ratolí per les " +"vores de la pantalla." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -171,3 +174,18 @@ msgstr "píxels" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Mida de l'àrea de les cantonades: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/da.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/da.po index b481c119..c1db5a8d 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/da.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/da.po @@ -1,13 +1,14 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-29 22:34+0800\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2019-11-23 16:57+0100\n" "Last-Translator: Alan Mortensen \n" "Language-Team: \n" @@ -18,156 +19,171 @@ msgstr "" "X-Generator: Poedit 2.0.6\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. workspace-scroller@ori->metadata.json->name +#. metadata.json->name msgid "Workspace Scroller" msgstr "Arbejdsområderulning" -#. workspace-scroller@ori->metadata.json->description +#. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." msgstr "Skift arbejdsområde ved at rulle med musen på skærmkanterne." -#. workspace-scroller@ori->settings-schema.json->RightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomUp->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopUp->description -#. workspace-scroller@ori->settings-schema.json->TopRightUp->description -#. workspace-scroller@ori->settings-schema.json->LeftUp->description +#. settings-schema.json->edgesHeader->description +msgid "Edges" +msgstr "Kanter" + +#. settings-schema.json->Left->description +msgid "Use left edge" +msgstr "Brug venstre kant" + +#. settings-schema.json->LeftUp->description +#. settings-schema.json->RightUp->description +#. settings-schema.json->TopUp->description +#. settings-schema.json->BottomUp->description +#. settings-schema.json->TopLeftUp->description +#. settings-schema.json->TopRightUp->description +#. settings-schema.json->BottomLeftUp->description +#. settings-schema.json->BottomRightUp->description msgid " — Scroll up: " msgstr " —Rul op: " -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options -msgid "Show expo" -msgstr "Vis arbejdsområder" - -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "None" msgstr "Ingenting" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch left" msgstr "Skift til venstre" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch right" msgstr "Skift til højre" -#. workspace-scroller@ori->settings-schema.json->BottomLeft->description -msgid "Use bottom left corner" -msgstr "Brug nederste venstre hjørne" +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options +msgid "Show expo" +msgstr "Vis arbejdsområder" -#. workspace-scroller@ori->settings-schema.json->Bottom->description -msgid "Use bottom edge" -msgstr "Brug nederste kant" +#. settings-schema.json->LeftDown->description +#. settings-schema.json->RightDown->description +#. settings-schema.json->TopDown->description +#. settings-schema.json->BottomDown->description +#. settings-schema.json->TopLeftDown->description +#. settings-schema.json->TopRightDown->description +#. settings-schema.json->BottomLeftDown->description +#. settings-schema.json->BottomRightDown->description +msgid " — Scroll down: " +msgstr " —Rul ned: " -#. workspace-scroller@ori->settings-schema.json->Top->description +#. settings-schema.json->Right->description +msgid "Use right edge" +msgstr "Brug højre kant" + +#. settings-schema.json->Top->description msgid "Use top edge" msgstr "Brug øverste kant" -#. workspace-scroller@ori->settings-schema.json->cornersHeader->description +#. settings-schema.json->Bottom->description +msgid "Use bottom edge" +msgstr "Brug nederste kant" + +#. settings-schema.json->cornersHeader->description msgid "Corner" msgstr "Hjørne" -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->description -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->description -#. workspace-scroller@ori->settings-schema.json->BottomDown->description -#. workspace-scroller@ori->settings-schema.json->TopDown->description -#. workspace-scroller@ori->settings-schema.json->RightDown->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->description -#. workspace-scroller@ori->settings-schema.json->LeftDown->description -#. workspace-scroller@ori->settings-schema.json->TopRightDown->description -msgid " — Scroll down: " -msgstr " —Rul ned: " - -#. workspace-scroller@ori->settings-schema.json->TopLeft->description +#. settings-schema.json->TopLeft->description msgid "Use top left corner" msgstr "Brug øverste venstre hjørne" -#. workspace-scroller@ori->settings-schema.json->cornerSize->description -msgid "Corners areas size: " -msgstr "Hjørners arealstørrelse: " - -#. workspace-scroller@ori->settings-schema.json->cornerSize->units -msgid "pixels" -msgstr "pixler" +#. settings-schema.json->TopRight->description +msgid "Use top right corner" +msgstr "Brug øverste højre hjørne" -#. workspace-scroller@ori->settings-schema.json->Left->description -msgid "Use left edge" -msgstr "Brug venstre kant" +#. settings-schema.json->BottomLeft->description +msgid "Use bottom left corner" +msgstr "Brug nederste venstre hjørne" -#. workspace-scroller@ori->settings-schema.json->BottomRight->description +#. settings-schema.json->BottomRight->description msgid "Use bottom right corner" msgstr "Brug nederste højre hjørne" -#. workspace-scroller@ori->settings-schema.json->TopRight->description -msgid "Use top right corner" -msgstr "Brug øverste højre hjørne" +#. settings-schema.json->cornerSize->units +msgid "pixels" +msgstr "pixler" -#. workspace-scroller@ori->settings-schema.json->Right->description -msgid "Use right edge" -msgstr "Brug højre kant" +#. settings-schema.json->cornerSize->description +msgid "Corners areas size: " +msgstr "Hjørners arealstørrelse: " -#. workspace-scroller@ori->settings-schema.json->edgesHeader->description -msgid "Edges" -msgstr "Kanter" +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/de.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/de.po index 58ecef5d..ec8dd472 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/de.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/de.po @@ -1,22 +1,23 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2021-03-02 23:37+0100\n" +"Last-Translator: \n" "Language-Team: \n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.3\n" -"Last-Translator: \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Language: de\n" #. metadata.json->name msgid "Workspace Scroller" @@ -24,7 +25,9 @@ msgstr "Arbeitsflächen-Scroller" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Arbeitsflächen wechseln durch Scrollen mit dem Mausrad an den Bildschirmrändern." +msgstr "" +"Arbeitsflächen wechseln durch Scrollen mit dem Mausrad an den " +"Bildschirmrändern." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -171,3 +174,18 @@ msgstr "Pixel" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Größe des Eckbereichs: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/es.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/es.po index 33ef5569..f55f4996 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/es.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/es.po @@ -1,13 +1,14 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2023-11-03 11:43-0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -23,7 +24,9 @@ msgstr "Desplazador del espacio de trabajo" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Cambia de espacio de trabajo utilizando el desplazamiento del ratón por los bordes de la pantalla." +msgstr "" +"Cambia de espacio de trabajo utilizando el desplazamiento del ratón por los " +"bordes de la pantalla." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -170,3 +173,18 @@ msgstr "píxeles" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Tamaño de las áreas de las esquinas: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/fi.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/fi.po index a6a17cec..4f09969b 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/fi.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/fi.po @@ -1,22 +1,23 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2024-11-04 23:26+0200\n" +"Last-Translator: Kimmo Kujansuu \n" "Language-Team: \n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.3\n" -"Last-Translator: Kimmo Kujansuu \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Language: fi\n" #. metadata.json->name msgid "Workspace Scroller" @@ -171,3 +172,18 @@ msgstr "pikseliä" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Kulma-alueen koko: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/hu.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/hu.po index 3b340fff..cc25bd34 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/hu.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/hu.po @@ -2,8 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2021-09-26 08:26+0200\n" "Last-Translator: Kálmán „KAMI” Szalai \n" "Language-Team: \n" @@ -19,7 +20,8 @@ msgstr "Munkaterület görgető" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Munkaterület váltása a képernyő éleinél történő egérgörgő használattal." +msgstr "" +"Munkaterület váltása a képernyő éleinél történő egérgörgő használattal." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -166,3 +168,18 @@ msgstr "képpont" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Lekerekített sarkok mérete: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/it.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/it.po index 63622789..c88d490d 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/it.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/it.po @@ -2,8 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2022-06-03 11:23+0200\n" "Last-Translator: Dragone2 \n" "Language-Team: \n" @@ -20,7 +21,8 @@ msgstr "Scroller per Area di Lavoro" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Cambia area di lavoro usando lo scorrimento del mouse ai bordi dello schermo." +msgstr "" +"Cambia area di lavoro usando lo scorrimento del mouse ai bordi dello schermo." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -167,3 +169,18 @@ msgstr "pixels" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Dimensioni delle aree degli angoli: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/nl.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/nl.po index 024b969c..95e7e480 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/nl.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/nl.po @@ -1,13 +1,14 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2024-04-17 11:15+0200\n" "Last-Translator: qadzek\n" "Language-Team: \n" @@ -171,3 +172,18 @@ msgstr "pixels" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Grootte van hoekgebieden:" + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/pt_BR.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/pt_BR.po index 20c985d5..2d5a89f2 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/pt_BR.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/pt_BR.po @@ -1,4 +1,4 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Marcelo Aof, 2021. @@ -6,17 +6,18 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2021-09-26 21:23-0300\n" +"Last-Translator: Marcelo Aof\n" "Language-Team: \n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.0\n" -"Last-Translator: Marcelo Aof\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"Language: pt_BR\n" #. metadata.json->name msgid "Workspace Scroller" @@ -24,7 +25,8 @@ msgstr "Rolar para alternar espaços de trabalho" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Alterne os espaços de trabalho usando a rolagem do mouse nas bordas da tela." +msgstr "" +"Alterne os espaços de trabalho usando a rolagem do mouse nas bordas da tela." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -171,3 +173,18 @@ msgstr "píxeis" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Tamanho dos cantos: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/ro.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/ro.po index 802ff138..f231cc9e 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/ro.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/ro.po @@ -1,21 +1,23 @@ -# SOME DESCRIPTIVE TITLE. +# WORKSPACE SCROLLER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# ori, 2017 # msgid "" msgstr "" -"Content-Transfer-Encoding: 8bit\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Language: ro\n" -"Language-Team: \n" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" +"PO-Revision-Date: 2022-08-06 01:56+0200\n" "Last-Translator: \n" +"Language-Team: \n" +"Language: ro\n" "MIME-Version: 1.0\n" -"PO-Revision-Date: 2022-08-06 01:56+0200\n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);\n" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && " +"n%100<=19) ? 1 : 2);\n" "X-Generator: Poedit 3.0.1\n" #. metadata.json->name @@ -24,7 +26,9 @@ msgstr "Scroller pentru Spațiul de Lucru" #. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Comută spațiile de lucru utilizând derularea mouse-ului la marginile ecranului." +msgstr "" +"Comută spațiile de lucru utilizând derularea mouse-ului la marginile " +"ecranului." #. settings-schema.json->edgesHeader->description msgid "Edges" @@ -171,3 +175,18 @@ msgstr "pixeli" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Dimensiunea zonelor din colțuri:" + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/ru.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/ru.po index 75ed0c18..130f2c15 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/ru.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/ru.po @@ -2,8 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: \n" "Last-Translator: blogdron\n" "Language-Team: \n" @@ -166,3 +167,18 @@ msgstr "пикселей" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "Размер угловых участков: " + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/sv.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/sv.po index 68615be6..25ef71e6 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/sv.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/sv.po @@ -1,172 +1,187 @@ # Extension for Cinnamon desktop environment developed by Linux Mint team. It can be found at Cinnamon Spices page and installed via Cinnamon extensions manager. # Swedish translation for Workspace Scroller. # Åke Engelbrektson , 2019. - msgid "" msgstr "" "Project-Id-Version: workspace-scroller@ori\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-29 22:34+0800\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2019-12-28 10:22+0100\n" +"Last-Translator: Åke Engelbrektson \n" "Language-Team: Svenska Språkfiler \n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" -"Last-Translator: Åke Engelbrektson \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Language: sv\n" -#. workspace-scroller@ori->metadata.json->name +#. metadata.json->name msgid "Workspace Scroller" msgstr "Skrolla arbetsytor" -#. workspace-scroller@ori->metadata.json->description +#. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." msgstr "Växla arbetsytor med hjälp av mushjulet, vid skärmkanterna." -#. workspace-scroller@ori->settings-schema.json->RightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomUp->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopUp->description -#. workspace-scroller@ori->settings-schema.json->TopRightUp->description -#. workspace-scroller@ori->settings-schema.json->LeftUp->description +#. settings-schema.json->edgesHeader->description +msgid "Edges" +msgstr "Kanter" + +#. settings-schema.json->Left->description +msgid "Use left edge" +msgstr "Använd vänsterkant" + +#. settings-schema.json->LeftUp->description +#. settings-schema.json->RightUp->description +#. settings-schema.json->TopUp->description +#. settings-schema.json->BottomUp->description +#. settings-schema.json->TopLeftUp->description +#. settings-schema.json->TopRightUp->description +#. settings-schema.json->BottomLeftUp->description +#. settings-schema.json->BottomRightUp->description msgid " — Scroll up: " msgstr " — Skrolla upp: " -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options -msgid "Show expo" -msgstr "Visa Expo" - -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "None" msgstr "Inget" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch left" msgstr "Växla åt vänster" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch right" msgstr "Växla åt höger" -#. workspace-scroller@ori->settings-schema.json->BottomLeft->description -msgid "Use bottom left corner" -msgstr "Använd underkants vänstra hörn" +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options +msgid "Show expo" +msgstr "Visa Expo" -#. workspace-scroller@ori->settings-schema.json->Bottom->description -msgid "Use bottom edge" -msgstr "Använd underkanten" +#. settings-schema.json->LeftDown->description +#. settings-schema.json->RightDown->description +#. settings-schema.json->TopDown->description +#. settings-schema.json->BottomDown->description +#. settings-schema.json->TopLeftDown->description +#. settings-schema.json->TopRightDown->description +#. settings-schema.json->BottomLeftDown->description +#. settings-schema.json->BottomRightDown->description +msgid " — Scroll down: " +msgstr " — Skrolla ner: " -#. workspace-scroller@ori->settings-schema.json->Top->description +#. settings-schema.json->Right->description +msgid "Use right edge" +msgstr "Använd högerkant" + +#. settings-schema.json->Top->description msgid "Use top edge" msgstr "Använd överkant" -#. workspace-scroller@ori->settings-schema.json->cornersHeader->description +#. settings-schema.json->Bottom->description +msgid "Use bottom edge" +msgstr "Använd underkanten" + +#. settings-schema.json->cornersHeader->description msgid "Corner" msgstr "Hörn" -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->description -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->description -#. workspace-scroller@ori->settings-schema.json->BottomDown->description -#. workspace-scroller@ori->settings-schema.json->TopDown->description -#. workspace-scroller@ori->settings-schema.json->RightDown->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->description -#. workspace-scroller@ori->settings-schema.json->LeftDown->description -#. workspace-scroller@ori->settings-schema.json->TopRightDown->description -msgid " — Scroll down: " -msgstr " — Skrolla ner: " - -#. workspace-scroller@ori->settings-schema.json->TopLeft->description +#. settings-schema.json->TopLeft->description msgid "Use top left corner" msgstr "Använd överkants vänstra hörn" -#. workspace-scroller@ori->settings-schema.json->cornerSize->description -msgid "Corners areas size: " -msgstr "Storlek på hörnområde: " - -#. workspace-scroller@ori->settings-schema.json->cornerSize->units -msgid "pixels" -msgstr "pixlar" +#. settings-schema.json->TopRight->description +msgid "Use top right corner" +msgstr "Använd överkants högra hörn" -#. workspace-scroller@ori->settings-schema.json->Left->description -msgid "Use left edge" -msgstr "Använd vänsterkant" +#. settings-schema.json->BottomLeft->description +msgid "Use bottom left corner" +msgstr "Använd underkants vänstra hörn" -#. workspace-scroller@ori->settings-schema.json->BottomRight->description +#. settings-schema.json->BottomRight->description msgid "Use bottom right corner" msgstr "Använd underkants högra hörn" -#. workspace-scroller@ori->settings-schema.json->TopRight->description -msgid "Use top right corner" -msgstr "Använd överkants högra hörn" +#. settings-schema.json->cornerSize->units +msgid "pixels" +msgstr "pixlar" -#. workspace-scroller@ori->settings-schema.json->Right->description -msgid "Use right edge" -msgstr "Använd högerkant" +#. settings-schema.json->cornerSize->description +msgid "Corners areas size: " +msgstr "Storlek på hörnområde: " -#. workspace-scroller@ori->settings-schema.json->edgesHeader->description -msgid "Edges" -msgstr "Kanter" +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/tr.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/tr.po index b8fa7ae7..2b7940e9 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/tr.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/tr.po @@ -6,168 +6,186 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-04-29 22:34+0800\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: 2018-12-25 15:04+0300\n" +"Last-Translator: Gökhan GÖKKAYA \n" "Language-Team: Linux Mint Türkiye \n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 2.0.6\n" -"Last-Translator: Gökhan GÖKKAYA \n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"Language: tr\n" -#. workspace-scroller@ori->metadata.json->name +#. metadata.json->name msgid "Workspace Scroller" msgstr "Çalışma Alanı Kaydırıcı" -#. workspace-scroller@ori->metadata.json->description +#. metadata.json->description msgid "Switch workspaces using mouse scroll at screen edges." -msgstr "Fare kaydırma tuşunu kullanarak ekran kenarlarından çalışma alanlarını değiştirin." - -#. workspace-scroller@ori->settings-schema.json->RightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->description -#. workspace-scroller@ori->settings-schema.json->BottomUp->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->description -#. workspace-scroller@ori->settings-schema.json->TopUp->description -#. workspace-scroller@ori->settings-schema.json->TopRightUp->description -#. workspace-scroller@ori->settings-schema.json->LeftUp->description +msgstr "" +"Fare kaydırma tuşunu kullanarak ekran kenarlarından çalışma alanlarını " +"değiştirin." + +#. settings-schema.json->edgesHeader->description +msgid "Edges" +msgstr "Kenarlar" + +#. settings-schema.json->Left->description +msgid "Use left edge" +msgstr "Sol kenarı kullan" + +#. settings-schema.json->LeftUp->description +#. settings-schema.json->RightUp->description +#. settings-schema.json->TopUp->description +#. settings-schema.json->BottomUp->description +#. settings-schema.json->TopLeftUp->description +#. settings-schema.json->TopRightUp->description +#. settings-schema.json->BottomLeftUp->description +#. settings-schema.json->BottomRightUp->description msgid " — Scroll up: " msgstr " — Yukarı kaydırma: " -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options -msgid "Show expo" -msgstr "Sergi görünümü" - -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "None" msgstr "Hiçbiri" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch left" msgstr "Sola geçiş" -#. workspace-scroller@ori->settings-schema.json->RightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->options -#. workspace-scroller@ori->settings-schema.json->BottomRightUp->options -#. workspace-scroller@ori->settings-schema.json->BottomDown->options -#. workspace-scroller@ori->settings-schema.json->BottomUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftUp->options -#. workspace-scroller@ori->settings-schema.json->TopDown->options -#. workspace-scroller@ori->settings-schema.json->TopLeftUp->options -#. workspace-scroller@ori->settings-schema.json->RightDown->options -#. workspace-scroller@ori->settings-schema.json->TopUp->options -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->options -#. workspace-scroller@ori->settings-schema.json->LeftDown->options -#. workspace-scroller@ori->settings-schema.json->TopRightUp->options -#. workspace-scroller@ori->settings-schema.json->TopRightDown->options -#. workspace-scroller@ori->settings-schema.json->LeftUp->options +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options msgid "Switch right" msgstr "Sağa geçiş" -#. workspace-scroller@ori->settings-schema.json->BottomLeft->description -msgid "Use bottom left corner" -msgstr "Alt sol köşeyi kullan" +#. settings-schema.json->LeftUp->options +#. settings-schema.json->LeftDown->options +#. settings-schema.json->RightUp->options +#. settings-schema.json->RightDown->options +#. settings-schema.json->TopUp->options +#. settings-schema.json->TopDown->options +#. settings-schema.json->BottomUp->options +#. settings-schema.json->BottomDown->options +#. settings-schema.json->TopLeftUp->options +#. settings-schema.json->TopLeftDown->options +#. settings-schema.json->TopRightUp->options +#. settings-schema.json->TopRightDown->options +#. settings-schema.json->BottomLeftUp->options +#. settings-schema.json->BottomLeftDown->options +#. settings-schema.json->BottomRightUp->options +#. settings-schema.json->BottomRightDown->options +msgid "Show expo" +msgstr "Sergi görünümü" -#. workspace-scroller@ori->settings-schema.json->Bottom->description -msgid "Use bottom edge" -msgstr "Alt kenarı kullan" +#. settings-schema.json->LeftDown->description +#. settings-schema.json->RightDown->description +#. settings-schema.json->TopDown->description +#. settings-schema.json->BottomDown->description +#. settings-schema.json->TopLeftDown->description +#. settings-schema.json->TopRightDown->description +#. settings-schema.json->BottomLeftDown->description +#. settings-schema.json->BottomRightDown->description +msgid " — Scroll down: " +msgstr " — Aşağı kaydırma: " -#. workspace-scroller@ori->settings-schema.json->Top->description +#. settings-schema.json->Right->description +msgid "Use right edge" +msgstr "Sağ kenarı kullan" + +#. settings-schema.json->Top->description msgid "Use top edge" msgstr "Üst kenarı kullan" -#. workspace-scroller@ori->settings-schema.json->cornersHeader->description +#. settings-schema.json->Bottom->description +msgid "Use bottom edge" +msgstr "Alt kenarı kullan" + +#. settings-schema.json->cornersHeader->description msgid "Corner" msgstr "Köşe" -#. workspace-scroller@ori->settings-schema.json->BottomRightDown->description -#. workspace-scroller@ori->settings-schema.json->TopLeftDown->description -#. workspace-scroller@ori->settings-schema.json->BottomDown->description -#. workspace-scroller@ori->settings-schema.json->TopDown->description -#. workspace-scroller@ori->settings-schema.json->RightDown->description -#. workspace-scroller@ori->settings-schema.json->BottomLeftDown->description -#. workspace-scroller@ori->settings-schema.json->LeftDown->description -#. workspace-scroller@ori->settings-schema.json->TopRightDown->description -msgid " — Scroll down: " -msgstr " — Aşağı kaydırma: " - -#. workspace-scroller@ori->settings-schema.json->TopLeft->description +#. settings-schema.json->TopLeft->description msgid "Use top left corner" msgstr "Üst sol köşeyi kullan" -#. workspace-scroller@ori->settings-schema.json->cornerSize->description -msgid "Corners areas size: " -msgstr "Köşelerin alan boyutu: " - -#. workspace-scroller@ori->settings-schema.json->cornerSize->units -msgid "pixels" -msgstr "piksel" +#. settings-schema.json->TopRight->description +msgid "Use top right corner" +msgstr "Üst sağ köşeyi kullan" -#. workspace-scroller@ori->settings-schema.json->Left->description -msgid "Use left edge" -msgstr "Sol kenarı kullan" +#. settings-schema.json->BottomLeft->description +msgid "Use bottom left corner" +msgstr "Alt sol köşeyi kullan" -#. workspace-scroller@ori->settings-schema.json->BottomRight->description +#. settings-schema.json->BottomRight->description msgid "Use bottom right corner" msgstr "Alt sağ köşeyi kullan" -#. workspace-scroller@ori->settings-schema.json->TopRight->description -msgid "Use top right corner" -msgstr "Üst sağ köşeyi kullan" +#. settings-schema.json->cornerSize->units +msgid "pixels" +msgstr "piksel" -#. workspace-scroller@ori->settings-schema.json->Right->description -msgid "Use right edge" -msgstr "Sağ kenarı kullan" +#. settings-schema.json->cornerSize->description +msgid "Corners areas size: " +msgstr "Köşelerin alan boyutu: " -#. workspace-scroller@ori->settings-schema.json->edgesHeader->description -msgid "Edges" -msgstr "Kenarlar" +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/workspace-scroller@ori.pot b/workspace-scroller@ori/files/workspace-scroller@ori/po/workspace-scroller@ori.pot index bfe68aa9..6c13b393 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/workspace-scroller@ori.pot +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/workspace-scroller@ori.pot @@ -1,17 +1,17 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# WORKSPACE SCROLLER +# This file is put in the public domain. +# ori, 2017 # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: workspace-scroller@ori 1.0.2\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -170,3 +170,18 @@ msgstr "" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "" + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/po/zh_CN.po b/workspace-scroller@ori/files/workspace-scroller@ori/po/zh_CN.po index adc0d371..77ea1bcd 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/po/zh_CN.po +++ b/workspace-scroller@ori/files/workspace-scroller@ori/po/zh_CN.po @@ -2,8 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 22:28+0000\n" +"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-" +"extensions/issues\n" +"POT-Creation-Date: 2024-12-22 17:57-0500\n" "PO-Revision-Date: \n" "Last-Translator: 张鹏 \n" "Language-Team: \n" @@ -167,3 +168,18 @@ msgstr "像素" #. settings-schema.json->cornerSize->description msgid "Corners areas size: " msgstr "角区域大小:" + +#. settings-schema.json->generalHeader->description +msgid "General" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->description +msgid "Use a workspace switcher extension if installed" +msgstr "" + +#. settings-schema.json->useSwitcherExtension->tooltip +msgid "" +"Allow a Cinnamon extension to animate the workspace change. This option has " +"no effect unless a compatible extension is installed. Requires Desktop Cube " +"2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." +msgstr "" diff --git a/workspace-scroller@ori/files/workspace-scroller@ori/settings-schema.json b/workspace-scroller@ori/files/workspace-scroller@ori/settings-schema.json index d5793815..c0467962 100644 --- a/workspace-scroller@ori/files/workspace-scroller@ori/settings-schema.json +++ b/workspace-scroller@ori/files/workspace-scroller@ori/settings-schema.json @@ -271,5 +271,16 @@ "step" : 1, "units" : "pixels", "description" : "Corners areas size: " - } + }, + "generalHeader" : { + "type": "header", + "default": false, + "description": "General" + }, + "useSwitcherExtension" : { + "type" : "checkbox", + "default" : true, + "description": "Use a workspace switcher extension if installed", + "tooltip": "Allow a Cinnamon extension to animate the workspace change. This option has no effect unless a compatible extension is installed. Requires Desktop Cube 2.0.2 or Flipper 2.0.0 and Cinnamon 5.4 or better." + } } \ No newline at end of file