mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge pull request #470 from lonerOrz/fix/active-window-layout
fix(bar): Correct ActiveWindow layout when empty
This commit is contained in:
@@ -903,9 +903,9 @@
|
||||
"search-placeholder": "Widgets suchen..."
|
||||
},
|
||||
"active-window": {
|
||||
"auto-hide": {
|
||||
"label": "Automatisch ausblenden",
|
||||
"description": "Widget automatisch ausblenden, wenn kein Fenster aktiv ist."
|
||||
"hide-mode": {
|
||||
"label": "Ausblendmodus",
|
||||
"description": "Steuert das Verhalten des Widgets, wenn kein Fenster aktiv ist."
|
||||
},
|
||||
"show-app-icon": {
|
||||
"label": "App-Symbol anzeigen",
|
||||
@@ -1052,9 +1052,9 @@
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
"auto-hide": {
|
||||
"label": "Automatisch ausblenden",
|
||||
"description": "Widget automatisch ausblenden, wenn keine Medien abgespielt werden."
|
||||
"hide-mode": {
|
||||
"label": "Ausblendmodus",
|
||||
"description": "Steuert das Verhalten des Widgets, wenn keine Medien abgespielt werden."
|
||||
},
|
||||
"show-album-art": {
|
||||
"label": "Albumcover anzeigen",
|
||||
|
||||
@@ -887,9 +887,9 @@
|
||||
"search-placeholder": "Search widget..."
|
||||
},
|
||||
"active-window": {
|
||||
"auto-hide": {
|
||||
"label": "Hide automatically",
|
||||
"description": "Automatically hide the widget when no window is active."
|
||||
"hide-mode": {
|
||||
"label": "Hiding mode",
|
||||
"description": "Controls how the widget behaves when no window is active."
|
||||
},
|
||||
"show-app-icon": {
|
||||
"label": "Show app icon",
|
||||
@@ -1036,9 +1036,9 @@
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
"auto-hide": {
|
||||
"label": "Hide automatically",
|
||||
"description": "Automatically hide the widget when no media is playing."
|
||||
"hide-mode": {
|
||||
"label": "Hiding mode",
|
||||
"description": "Controls how the widget behaves when no media is playing."
|
||||
},
|
||||
"show-album-art": {
|
||||
"label": "Show album art",
|
||||
@@ -1345,6 +1345,11 @@
|
||||
"hover": "Scroll On Hover",
|
||||
"never": "Never Scroll"
|
||||
},
|
||||
"hide-modes": {
|
||||
"visible": "Always Visible",
|
||||
"hidden": "Hide When Empty",
|
||||
"transparent": "Transparent When Empty"
|
||||
},
|
||||
"frame-rates": {
|
||||
"fps": "{fps} FPS"
|
||||
},
|
||||
|
||||
@@ -886,9 +886,9 @@
|
||||
"search-placeholder": "Buscar widgets..."
|
||||
},
|
||||
"active-window": {
|
||||
"auto-hide": {
|
||||
"label": "Ocultar automáticamente",
|
||||
"description": "Ocultar automáticamente el widget cuando no hay ventana activa."
|
||||
"hide-mode": {
|
||||
"label": "Modo de ocultación",
|
||||
"description": "Controla el comportamiento del widget cuando no hay ventana activa."
|
||||
},
|
||||
"show-app-icon": {
|
||||
"label": "Mostrar icono de la aplicación",
|
||||
@@ -1035,9 +1035,9 @@
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
"auto-hide": {
|
||||
"label": "Ocultar automáticamente",
|
||||
"description": "Ocultar automáticamente el widget cuando no se está reproduciendo ningún medio."
|
||||
"hide-mode": {
|
||||
"label": "Modo de ocultación",
|
||||
"description": "Controla el comportamiento del widget cuando no se está reproduciendo ningún medio."
|
||||
},
|
||||
"show-album-art": {
|
||||
"label": "Mostrar arte del álbum",
|
||||
|
||||
@@ -894,9 +894,9 @@
|
||||
"label": "Mode de défilement",
|
||||
"description": "Contrôler quand le défilement de texte est activé pour les titres de fenêtre longs."
|
||||
},
|
||||
"auto-hide": {
|
||||
"label": "Masquer automatiquement",
|
||||
"description": "Masquer automatiquement le widget quand aucune fenêtre n'est active."
|
||||
"hide-mode": {
|
||||
"label": "Mode de masquage",
|
||||
"description": "Contrôle le comportement du widget lorsqu'aucune fenêtre n'est active."
|
||||
},
|
||||
"width": {
|
||||
"description": "Contrôle la taille horizontale du widget.",
|
||||
@@ -1051,9 +1051,9 @@
|
||||
"label": "Mode de défilement",
|
||||
"description": "Contrôler quand le défilement de texte est activé pour les titres de piste longs."
|
||||
},
|
||||
"auto-hide": {
|
||||
"label": "Masquer automatiquement",
|
||||
"description": "Masquer automatiquement le widget quand aucun média n'est en cours de lecture."
|
||||
"hide-mode": {
|
||||
"label": "Mode de masquage",
|
||||
"description": "Contrôle le comportement du widget lorsqu'aucun média n'est en cours de lecture."
|
||||
},
|
||||
"no-active-player": "Aucun lecteur actif"
|
||||
},
|
||||
|
||||
@@ -886,9 +886,9 @@
|
||||
"search-placeholder": "Pesquisar widgets..."
|
||||
},
|
||||
"active-window": {
|
||||
"auto-hide": {
|
||||
"label": "Ocultar automaticamente",
|
||||
"description": "Ocultar automaticamente o widget quando nenhuma janela está ativa."
|
||||
"hide-mode": {
|
||||
"label": "Modo de ocultação",
|
||||
"description": "Controla o comportamento do widget quando nenhuma janela está ativa."
|
||||
},
|
||||
"show-app-icon": {
|
||||
"label": "Mostrar ícone do aplicativo",
|
||||
@@ -1035,9 +1035,9 @@
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
"auto-hide": {
|
||||
"label": "Ocultar automaticamente",
|
||||
"description": "Ocultar automaticamente o widget quando nenhuma mídia está sendo reproduzida."
|
||||
"hide-mode": {
|
||||
"label": "Modo de ocultação",
|
||||
"description": "Controla o comportamento do widget quando nenhuma mídia está sendo reproduzida."
|
||||
},
|
||||
"show-album-art": {
|
||||
"label": "Mostrar arte do álbum",
|
||||
|
||||
@@ -886,9 +886,9 @@
|
||||
"search-placeholder": "搜索小部件..."
|
||||
},
|
||||
"active-window": {
|
||||
"auto-hide": {
|
||||
"label": "自动隐藏",
|
||||
"description": "当没有活动窗口时自动隐藏小部件。"
|
||||
"hide-mode": {
|
||||
"label": "隐藏模式",
|
||||
"description": "控制当没有活动窗口时小部件的行为。"
|
||||
},
|
||||
"show-app-icon": {
|
||||
"label": "显示应用图标",
|
||||
@@ -1035,9 +1035,9 @@
|
||||
}
|
||||
},
|
||||
"media-mini": {
|
||||
"auto-hide": {
|
||||
"label": "自动隐藏",
|
||||
"description": "当没有媒体播放时自动隐藏小部件。"
|
||||
"hide-mode": {
|
||||
"label": "隐藏模式",
|
||||
"description": "控制当没有媒体播放时小部件的行为。"
|
||||
},
|
||||
"show-album-art": {
|
||||
"label": "显示专辑封面",
|
||||
|
||||
Reference in New Issue
Block a user