Merge branch 'noctalia-dev:main' into main

This commit is contained in:
DrWeb56
2025-11-10 21:43:10 +05:00
committed by GitHub
233 changed files with 3613 additions and 2559 deletions
+27
View File
@@ -0,0 +1,27 @@
[Comfy]
text = {{colors.on_surface.default.hex_stripped}}
subtext = {{colors.on_surface_variant.default.hex_stripped}}
main = {{colors.surface.default.hex_stripped}}
main-elevated = {{colors.surface.default.hex_stripped}}
main-transition = {{colors.surface_container_lowest.default.hex_stripped}}
highlight = {{colors.surface_container_low.default.hex_stripped}}
highlight-elevated = {{colors.surface_container_highest.default.hex_stripped}}
sidebar = {{colors.surface.default.hex_stripped}}
player = {{colors.surface.default.hex_stripped}}
card = {{colors.surface.default.hex_stripped}}
shadow = {{colors.surface.default.hex_stripped}}
selected-row = {{colors.on_surface.default.hex_stripped}}
button = {{colors.primary.default.hex_stripped}}
button-active = {{colors.primary.default.hex_stripped}}
button-disabled = {{colors.primary.default.hex_stripped}}
tab-active = {{colors.surface.default.hex_stripped}}
notification = {{colors.tertiary.default.hex_stripped}}
notification-error = {{colors.error.default.hex_stripped}}
misc = {{colors.surface.default.hex_stripped}}
play-button = {{colors.secondary.default.hex_stripped}}
play-button-active = {{colors.secondary.default.hex_stripped}}
progress-fg = {{colors.primary.default.hex_stripped}}
progress-bg = {{colors.surface.default.hex_stripped}}
heart = {{colors.error.default.hex_stripped}}
pagelink-active = {{colors.on_tertiary_container.default.hex_stripped}}
radio-btn-active = {{colors.on_tertiary_container.default.hex_stripped}}
+56
View File
@@ -170,6 +170,27 @@ h3[class*="postTitleText"]:hover {
opacity: 0.85 !important;
}
/* Improve message input/editor text readability */
[class*="editor"] [class*="markup"],
[class*="slateTextArea"] [class*="markup"],
[class*="slateTextArea"],
[role="textbox"][class*="markup"],
[role="textbox"][class*="editor"],
[class*="editor"] [class*="slateTextArea"],
[data-slate-editor="true"] {
color: var(--text-3) !important;
opacity: 0.9 !important;
line-height: 1.4 !important;
}
/* Empty/placeholder text in message input */
[class*="emptyText"],
[class*="emptyText"] span,
[data-slate-zero-width] {
color: var(--text-4) !important;
opacity: 0.7 !important;
}
[class*="messageContent"][class*="deleted"],
[class*="text-sm"][class*="messageContent"][class*="deleted"],
[data-text-variant*="text-sm"][class*="messageContent"][class*="deleted"] {
@@ -197,4 +218,39 @@ h3[class*="postTitleText"]:hover {
[class*="tooltip"] div {
color: var(--text-2) !important;
opacity: 1 !important;
}
/* Improve link readability - ONLY target link callout containers (not channels or other UI) */
/* Override CSS variables only within link callout containers */
div[class*="linkCalloutContainer"] {
--text-muted: var(--text-3) !important;
--text-default: var(--accent-1) !important;
}
/* Make muted parts (protocol, path) more readable - only direct child spans in link containers */
div[class*="linkCalloutContainer"] > span[class*="normal"][data-text-variant*="normal"][style*="--text-muted"],
div[class*="linkCalloutContainer"] > span[class*="normal"][style*="color: var(--text-muted)"] {
color: var(--text-3) !important;
opacity: 0.9 !important;
}
/* Make the domain (semibold part) stand out with accent color - only direct child spans in link containers */
div[class*="linkCalloutContainer"] > span[class*="semibold"],
div[class*="linkCalloutContainer"] > span[data-text-variant*="semibold"],
div[class*="linkCalloutContainer"] > span[style*="color: var(--text-default)"] {
color: var(--accent-1) !important;
font-weight: 600 !important;
opacity: 1 !important;
}
/* Hover state for link containers - only affects spans inside link containers */
div[class*="linkCalloutContainer"]:hover > span[class*="normal"][data-text-variant*="normal"] {
color: var(--text-2) !important;
opacity: 1 !important;
}
div[class*="linkCalloutContainer"]:hover > span[class*="semibold"],
div[class*="linkCalloutContainer"]:hover > span[data-text-variant*="semibold"] {
color: var(--accent-1) !important;
opacity: 1 !important;
}
+46 -22
View File
@@ -105,13 +105,17 @@
"use-distro-logo": {
"description": "Logo Ihrer Distribution anstelle eines benutzerdefinierten Symbols verwenden.",
"label": "Distro-Logo anstelle von Symbol verwenden"
},
"colorize-distro-logo": {
"description": "Wende die Designfarben auf das Logo deiner Distribution an.",
"label": "Distro-Logo einfärben"
}
},
"custom-button": {
"browse": "Durchsuchen",
"collapse-condition": {
"description": "If the output text matches this value, the button will collapse.",
"label": "Collapse condition"
"description": "Wenn der Ausgabetext diesem Wert entspricht, wird die Schaltfläche eingeklappt.",
"label": "Einklappbedingung"
},
"display-command-output": {
"description": "Befehl eingeben, der in regelmäßigen Abständen ausgeführt wird. Die erste Zeile seiner Ausgabe wird als Text angezeigt.",
@@ -119,6 +123,10 @@
"stream-description": "Geben Sie einen Befehl ein, der kontinuierlich ausgeführt werden soll."
},
"dynamic-text": "Dynamischer Text",
"hide-vertical": {
"description": "Wenn aktiviert, wird der Text aus der Befehlsausgabe nicht angezeigt, wenn sich die Leiste in einem vertikalen Layout befindet (links oder rechts).",
"label": "Text in vertikaler Leiste ausblenden"
},
"icon": {
"description": "Symbol aus der Bibliothek auswählen.",
"label": "Symbol"
@@ -145,7 +153,7 @@
},
"text-stream": {
"description": "Gestreamte Zeilen aus dem Befehl werden als Text auf der Schaltfläche angezeigt.",
"label": "Strom"
"label": "Stream"
}
},
"dialog": {
@@ -161,7 +169,7 @@
"lock-keys": {
"browse": "Durchsuchen",
"show-caps-lock": {
"description": "Caps Lock Status anzeigen.",
"description": "Caps-Lock-Status anzeigen.",
"label": "Feststelltaste"
},
"show-num-lock": {
@@ -503,6 +511,10 @@
"top_left": "Oben links",
"top_right": "Oben rechts"
},
"visualizer-quality": {
"high": "Hoch",
"low": "Niedrig"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Gespiegelt",
@@ -693,6 +705,10 @@
"description": "Bevorzugte und ignorierte Medienanwendungen festlegen.",
"label": "Medienplayer"
},
"visualizer-quality": {
"description": "Hohe Qualität verbraucht mehr GPU-Ressourcen.",
"label": "Visualisierungsqualität"
},
"visualizer-type": {
"description": "Visualisierungstyp für Medienwiedergabe wählen.",
"label": "Visualisierungstyp"
@@ -796,13 +812,13 @@
"matugen-scheme-type": {
"description": {
"scheme-content": "Leitet Farben ab, die eng mit dem zugrunde liegenden Bild übereinstimmen.",
"scheme-expressive": "Lebendige Farbpalette mit verspielter Sättigung",
"scheme-fidelity": "Farbtreue Palette, die die Originalfarbtöne beibehält",
"scheme-fruit-salad": "Farbenfroher Mix aus leuchtenden, kontrastreichen Akzenten",
"scheme-expressive": "Lebendige Farbpalette mit verspielter Sättigung.",
"scheme-fidelity": "Farbtreue Palette, die die Originalfarbtöne beibehält.",
"scheme-fruit-salad": "Farbenfroher Mix aus leuchtenden, kontrastreichen Akzenten.",
"scheme-monochrome": "Minimale Farbpalette, die auf einem einzigen Farbton basiert.",
"scheme-neutral": "Gedämpfte Farbpalette mit dezenten und beruhigenden Tönen.",
"scheme-rainbow": "Vielfältige Palette, die das gesamte Spektrum abdeckt",
"scheme-tonal-spot": "Ausgewogene Farbpalette mit gezielten Akzenten"
"scheme-rainbow": "Vielfältige Palette, die das gesamte Spektrum abdeckt.",
"scheme-tonal-spot": "Ausgewogene Farbpalette mit gezielten Akzenten."
},
"label": "Matugen-Schema-Typ"
},
@@ -849,7 +865,11 @@
},
"programs": {
"code": {
"description": "Schreibe {Dateipfad}. Das Hyprluna-Theme muss manuell installiert und aktiviert werden.",
"description": "Schreibe {Dateipfad}. Das Hyprluna-Theme muss manuell installiert und aktiviert werden",
"description-missing": "Benötigt die Installation von {app}"
},
"spicetify": {
"description": "Schreibe {Dateipfad}. Das Comfy-Theme muss manuell installiert und aktiviert werden",
"description-missing": "Benötigt die Installation von {app}"
},
"description": "Anwendungsspezifisches Theming.",
@@ -871,7 +891,7 @@
"description-missing": "Erfordert die Installation von {app}"
},
"walker": {
"description": "Schreibt {filepath} und setzt das Theme auf noctalia",
"description": "Schreibt {filepath} und setzt das Theme auf Noctalia",
"description-missing": "Erfordert die Installation von {app}"
}
},
@@ -899,7 +919,7 @@
},
"label": "Terminal",
"wezterm": {
"description": "Schreibe {Dateipfad} und lade neu.",
"description": "Schreibe {Dateipfad} und lade neu",
"description-missing": "Erfordert die Installation von {app}"
}
},
@@ -942,7 +962,7 @@
"label": "Befehl"
},
"enable-on-state-logic": {
"description": "Aktiviert ein zweites Symbol und 'aktiv' Zustand basierend auf einem Prüfbefehl.",
"description": "Aktiviert ein zweites Symbol und 'Aktiv'-Zustand basierend auf einem Prüfbefehl.",
"label": "Aktiv-Zustand-Logik aktivieren"
},
"general-tooltip-text": {
@@ -966,11 +986,11 @@
"label": "Rechtsklick-Befehl"
},
"on-state-command": {
"description": "Befehl, der ausgeführt wird, um zu prüfen, ob sich die Schaltfläche im 'aktiv' Zustand befinden soll. Gibt 0 für aktiv, ungleich 0 für inaktiv zurück.",
"description": "Befehl, der ausgeführt wird, um zu prüfen, ob sich die Schaltfläche im 'Aktiv'-Zustand befinden soll. Gibt 0 für aktiv, ungleich 0 für inaktiv zurück.",
"label": "Befehl für Aktiv-Zustand-Prüfung"
},
"on-state-icon": {
"description": "Das Symbol für die Schaltfläche, wenn sie sich im 'aktiv' Zustand befindet.",
"description": "Das Symbol für die Schaltfläche, wenn sie sich im 'Aktiv'-Zustand befindet.",
"label": "Symbol im Aktiv-Zustand"
},
"state-checks": {
@@ -1087,7 +1107,7 @@
}
},
"enabled": {
"description": "Dock vollständig anzeigen oder ausblenden",
"description": "Dock vollständig anzeigen oder ausblenden.",
"label": "Dock aktivieren"
},
"monitors": {
@@ -1377,7 +1397,7 @@
"label": "Bildschirmanzeige aktivieren"
},
"enabled": {
"description": "Benachrichtigungs-Daemon aktivieren oder deaktivieren, erfordert einen Neustart von noctalia-shell.",
"description": "Benachrichtigungs-Daemon aktivieren oder deaktivieren, erfordert einen Neustart von Noctalia Shell.",
"label": "Benachrichtigungen aktivieren"
},
"location": {
@@ -1505,7 +1525,7 @@
},
"dim-desktop": {
"description": "Den Desktop abdunkeln, wenn Fenster oder Menüs geöffnet sind.",
"label": "Dimmer Schreibtisch"
"label": "Desktop abdunkeln"
},
"panels-attached-to-bar": {
"description": "Die Paneele rasten an der Stange und den Bildschirmrändern ein und sorgen so für ein nahtloses Erscheinungsbild mit stilvollen, umgekehrten Ecken.",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Ko-fi-Seite in Ihrem Browser geöffnet"
},
"matugen": {
"failed": "Matugen-Verarbeitung fehlgeschlagen",
"failed-general": "Matugen ist beim Verarbeiten der Vorlagen auf einen Fehler gestoßen"
},
"missing-control-center": {
"description": "Das Kontrollzentrum-Widget wurde aus der Leiste entfernt. Um es erneut über die Leiste zu öffnen, fügen Sie das Widget wieder hinzu. Sie können es auch durch Rechtsklick auf die Leiste öffnen.",
"label": "Letztes Kontrollzentrum-Widget entfernt"
@@ -1755,9 +1771,15 @@
"started": "Aufnahme gestartet",
"stopping": "Aufnahme wird gestoppt…"
},
"theming-processor-failed": {
"desc-generic": "Beim Verarbeiten von Vorlagen ist ein Fehler aufgetreten.",
"title-matugen": "Matugen-Templating-Verarbeitung fehlgeschlagen",
"title-predefined": "Die Verarbeitung des vordefinierten Farbschemas ist fehlgeschlagen."
},
"wallpaper-colors": {
"disabled": "Hintergrundbild-Farben deaktiviert",
"enabled": "Hintergrundbild-Farben aktiviert",
"label": "Hintergrundfarbengenerierung",
"not-installed": "Matugen nicht installiert - erforderlich für Hintergrundbild-Farbextraktion"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Nachtlicht ist aktiviert.\nLinksklick zum Wechseln des Modus.\nRechtsklick für Einstellungen.",
"night-light-forced": "Nachtlicht ist erzwungen.\nLinksklick zum Wechseln des Modus.\nRechtsklick für Einstellungen.",
"night-light-not-installed": "Nachtlicht ist nicht verfügbar.\nwlsunset ist nicht installiert.",
"noctalia-performance-disabled": "Noctalia-Leistungsmodus ist deaktiviert.\nLinksklick zum Aktivieren.",
"noctalia-performance-enabled": "Noctalia-Leistungsmodus ist aktiviert.\nLinksklick zum Deaktivieren.",
"open-control-center": "Kontrollzentrum öffnen",
"open-notification-history-disable-dnd": "Benachrichtigungsverlauf öffnen\nRechtsklick um 'Nicht stören' zu deaktivieren.",
"open-notification-history-enable-dnd": "Benachrichtigungsverlauf öffnen\nRechtsklick um 'Nicht stören' zu aktivieren.",
+31 -7
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Use your distribution's logo instead of a custom icon.",
"label": "Use distro logo instead of icon"
},
"colorize-distro-logo": {
"description": "Apply theme colors to your distribution logo.",
"label": "Colorize distro logo"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Enter a command to run continuously."
},
"dynamic-text": "Dynamic text",
"hide-vertical": {
"description": "If enabled, the text from the command output will not be shown when the bar is in a vertical layout (left or right).",
"label": "Hide text in vertical bar"
},
"icon": {
"description": "Select an icon from the library.",
"label": "Icon"
@@ -503,6 +511,10 @@
"top_left": "Top left",
"top_right": "Top right"
},
"visualizer-quality": {
"high": "High",
"low": "Low"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Mirrored",
@@ -682,19 +694,23 @@
"placeholder": "e.g. spotify, vlc, mpv"
},
"scrolling-speed": {
"description": "Time in seconds for the title to scroll from start to end",
"description": "Time in seconds for the title to scroll from start to end.",
"label": "Scrolling speed"
},
"scrolling-title": {
"description": "Enable continuous scrolling for long media titles",
"description": "Enable continuous scrolling for long media titles.",
"label": "Scrolling title"
},
"section": {
"description": "Set your preferred and ignored media applications.",
"label": "Media players"
},
"visualizer-quality": {
"description": "High quality use more GPU ressources.",
"label": "Visualization quality"
},
"visualizer-type": {
"description": "Choose a visualization type for media playback",
"description": "Choose a visualization type for media playback.",
"label": "Visualization type"
}
},
@@ -852,6 +868,10 @@
"description": "Write {filepath}. Hyprluna theme needs to be installed and activated manually.",
"description-missing": "Requires {app} to be installed"
},
"spicetify": {
"description": "Write {filepath}. Comfy theme needs to be installed and activated manually.",
"description-missing": "Requires {app} to be installed"
},
"description": "Application-specific theming.",
"discord": {
"description": "Write {filepath} for {client}. Hyprluna theme needs to be activated manually.",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Ko-fi page opened in your browser"
},
"matugen": {
"failed": "Matugen processing failed",
"failed-general": "Matugen encountered an error while processing templates"
},
"missing-control-center": {
"description": "The Control Center widget has been removed from the bar. To access it from the bar again, you will need to re-add the widget. You can open it with right clicking on the bar too.",
"label": "Last Control Center widget removed"
@@ -1755,9 +1771,15 @@
"started": "Recording started",
"stopping": "Stopping recording…"
},
"theming-processor-failed": {
"desc-generic": "Encountered an error while processing templates",
"title-matugen": "Matugen templating processing failed",
"title-predefined": "Predefined color cheme processing failed"
},
"wallpaper-colors": {
"disabled": "Wallpaper colors disabled",
"enabled": "Wallpaper colors enabled",
"label": "Wallpaper colors generation",
"not-installed": "Matugen not installed - required for wallpaper color extraction"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Night light is enabled.\nLeft click to cycle mode.\nRight click to access settings.",
"night-light-forced": "Night light is forced.\nLeft click to cycle mode.\nRight click to access settings.",
"night-light-not-installed": "Night light is not available.\nwlsunset is not installed.",
"noctalia-performance-disabled": "Noctalia performance mode is disabled.\nLeft click to enable.",
"noctalia-performance-enabled": "Noctalia performance mode is enabled.\nLeft click to disable.",
"open-control-center": "Open control center",
"open-notification-history-disable-dnd": "Open notification history\nRight-click to disable \"Do not disturb\".",
"open-notification-history-enable-dnd": "Open notification history\nRight-click to enable \"Do not disturb\".",
+28 -4
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Usar el logo de tu distribución en lugar de un icono personalizado.",
"label": "Usar logo de la distribución en lugar de icono"
},
"colorize-distro-logo": {
"description": "Aplica los colores del tema a tu logotipo de distribución.",
"label": "Colorear logotipo de la distribución"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Introduce un comando para ejecutar continuamente."
},
"dynamic-text": "Texto dinámico",
"hide-vertical": {
"description": "Si está activado, el texto de la salida del comando no se mostrará cuando la barra esté en un diseño vertical (izquierda o derecha).",
"label": "Ocultar texto en barra vertical"
},
"icon": {
"description": "Selecciona un icono de la biblioteca.",
"label": "Icono"
@@ -503,6 +511,10 @@
"top_left": "Superior izquierda",
"top_right": "Superior derecha"
},
"visualizer-quality": {
"high": "Alto/Alta",
"low": "Bajo"
},
"visualizer-types": {
"linear": "Lineal",
"mirrored": "Espejado",
@@ -693,6 +705,10 @@
"description": "Establece tus aplicaciones multimedia preferidas e ignoradas.",
"label": "Reproductores multimedia"
},
"visualizer-quality": {
"description": "Alta calidad usa más recursos de la GPU.",
"label": "Calidad de visualización"
},
"visualizer-type": {
"description": "Elige un tipo de visualización para la reproducción de medios.",
"label": "Tipo de visualización"
@@ -852,6 +868,10 @@
"description": "Escribe {filepath}. El tema Hyprluna debe ser instalado y activado manualmente.",
"description-missing": "Requiere que {app} esté instalado/a."
},
"spicetify": {
"description": "Escribe {filepath}. El tema Comfy debe ser instalado y activado manualmente.",
"description-missing": "Requiere que {app} esté instalado/a."
},
"description": "Tematización específica de aplicaciones.",
"discord": {
"description": "Escribir {filepath} para {client}",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Página de Ko-fi abierta en tu navegador"
},
"matugen": {
"failed": "Error en el procesamiento de Matugen",
"failed-general": "Matugen encontró un error al procesar las plantillas"
},
"missing-control-center": {
"description": "El widget del Centro de control se eliminó de la barra. Para acceder a él nuevamente desde la barra, debes volver a añadir el widget. También puedes abrirlo haciendo clic derecho en la barra.",
"label": "Se eliminó el último widget del Centro de control"
@@ -1755,9 +1771,15 @@
"started": "Grabación iniciada",
"stopping": "Deteniendo grabación..."
},
"theming-processor-failed": {
"desc-generic": "Se encontró un error al procesar las plantillas.",
"title-matugen": "Falló el procesamiento de la plantilla Matugen.",
"title-predefined": "Falló el procesamiento del esquema de color predefinido."
},
"wallpaper-colors": {
"disabled": "Colores del fondo de pantalla desactivados",
"enabled": "Colores del fondo de pantalla activados",
"label": "Generación de colores para fondos de pantalla",
"not-installed": "Matugen no instalado - requerido para extraer colores del fondo de pantalla"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Luz nocturna activada.\nClic izquierdo para cambiar de modo.\nClic derecho para acceder a la configuración.",
"night-light-forced": "Luz nocturna forzada.\nClic izquierdo para cambiar de modo.\nClic derecho para acceder a la configuración.",
"night-light-not-installed": "Luz nocturna no disponible.\nwlsunset no está instalado.",
"noctalia-performance-disabled": "El modo de rendimiento de Noctalia está desactivado.\nClic izquierdo para activar.",
"noctalia-performance-enabled": "El modo de rendimiento de Noctalia está activado.\nClic izquierdo para desactivar.",
"open-control-center": "Abrir el centro de control",
"open-notification-history-disable-dnd": "Abrir historial de notificaciones\nClic derecho para desactivar \"No molestar\".",
"open-notification-history-enable-dnd": "Abrir historial de notificaciones\nClic derecho para activar \"No molestar\".",
+28 -4
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Utiliser le logo de votre distribution au lieu d'une icône personnalisée.",
"label": "Utiliser le logo de la distribution au lieu de l'icône"
},
"colorize-distro-logo": {
"description": "Appliquez les couleurs du thème au logo de votre distribution.",
"label": "Coloriser le logo de la distribution"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Entrez une commande à exécuter en continu."
},
"dynamic-text": "Texte dynamique",
"hide-vertical": {
"description": "Si activé, le texte de la sortie de la commande ne sera pas affiché lorsque la barre est en disposition verticale (gauche ou droite).",
"label": "Masquer le texte dans la barre verticale"
},
"icon": {
"description": "Sélectionnez une icône dans la bibliothèque.",
"label": "Icône"
@@ -503,6 +511,10 @@
"top_left": "En haut à gauche",
"top_right": "En haut à droite"
},
"visualizer-quality": {
"high": "Haut/Haute",
"low": "Bas"
},
"visualizer-types": {
"linear": "Linéaire",
"mirrored": "Miroir",
@@ -693,6 +705,10 @@
"description": "Définissez vos applications multimédias préférées et ignorées.",
"label": "Lecteurs multimédias"
},
"visualizer-quality": {
"description": "L'utilisation de haute qualité nécessite plus de ressources GPU.",
"label": "Qualité de la visualisation"
},
"visualizer-type": {
"description": "Choisissez un type de visualisation pour la lecture multimédia.",
"label": "Type de visualisation"
@@ -852,6 +868,10 @@
"description": "Écrire {filepath}. Le thème Hyprluna doit être installé et activé manuellement.",
"description-missing": "Nécessite l'installation de {app}"
},
"spicetify": {
"description": "Écrire {filepath}. Le thème Comfy doit être installé et activé manuellement.",
"description-missing": "Nécessite l'installation de {app}"
},
"description": "Thématisation spécifique aux applications.",
"discord": {
"description": "Écrire {filepath} pour {client}",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Page Ko-fi ouverte dans votre navigateur"
},
"matugen": {
"failed": "Échec du traitement Matugen",
"failed-general": "Matugen a rencontré une erreur lors du traitement des modèles"
},
"missing-control-center": {
"description": "Le widget du Centre de contrôle a été retiré de la barre. Pour y accéder à nouveau depuis la barre, veuillez ré‑ajouter le widget. Vous pouvez aussi l'ouvrir en cliquant avec le bouton droit sur la barre.",
"label": "Dernier widget du Centre de contrôle supprimé"
@@ -1755,9 +1771,15 @@
"started": "Enregistrement démarré",
"stopping": "Arrêt de l'enregistrement..."
},
"theming-processor-failed": {
"desc-generic": "Une erreur s'est produite lors du traitement des modèles.",
"title-matugen": "Le traitement du modèle Matugen a échoué.",
"title-predefined": "Le traitement du schéma de couleurs prédéfini a échoué."
},
"wallpaper-colors": {
"disabled": "Couleurs du fond d'écran désactivées",
"enabled": "Couleurs du fond d'écran activées",
"label": "Génération de couleurs pour fonds d'écran",
"not-installed": "Matugen non installé - requis pour l'extraction des couleurs du fond d'écran"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "L'éclairage nocturne est activé.\nClic gauche pour changer de mode.\nClic droit pour accéder aux paramètres.",
"night-light-forced": "L'éclairage nocturne est forcé.\nClic gauche pour changer de mode.\nClic droit pour accéder aux paramètres.",
"night-light-not-installed": "L'éclairage nocturne n'est pas disponible.\nwlsunset n'est pas installé.",
"noctalia-performance-disabled": "Le mode performance Noctalia est désactivé.\nClic gauche pour activer.",
"noctalia-performance-enabled": "Le mode performance Noctalia est activé.\nClic gauche pour désactiver.",
"open-control-center": "Ouvrir le centre de contrôle",
"open-notification-history-disable-dnd": "Ouvrir l'historique des notifications\nClic droit pour désactiver \"Ne pas déranger\".",
"open-notification-history-enable-dnd": "Ouvrir l'historique des notifications\nClic droit pour activer \"Ne pas déranger\".",
+28 -4
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Usar o logo da sua distribuição em vez de um ícone personalizado.",
"label": "Usar logo da distribuição em vez de ícone"
},
"colorize-distro-logo": {
"description": "Aplicar as cores do tema ao logotipo da sua distribuição.",
"label": "Colorir logo da distribuição"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Insira um comando para executar continuamente."
},
"dynamic-text": "Texto dinâmico",
"hide-vertical": {
"description": "Se ativado, o texto da saída do comando não será exibido quando a barra estiver em um layout vertical (esquerda ou direita).",
"label": "Ocultar texto na barra vertical"
},
"icon": {
"description": "Selecione um ícone da biblioteca.",
"label": "Ícone"
@@ -503,6 +511,10 @@
"top_left": "Superior esquerda",
"top_right": "Superior direita"
},
"visualizer-quality": {
"high": "Alto(a)",
"low": "Baixo(a)"
},
"visualizer-types": {
"linear": "Linear",
"mirrored": "Espelhado",
@@ -693,6 +705,10 @@
"description": "Defina seus aplicativos de mídia preferidos e ignorados.",
"label": "Reprodutores de mídia"
},
"visualizer-quality": {
"description": "Alta qualidade usa mais recursos da GPU.",
"label": "Qualidade da visualização"
},
"visualizer-type": {
"description": "Escolha um tipo de visualização para a reprodução de mídia",
"label": "Tipo de visualização"
@@ -852,6 +868,10 @@
"description": "Escreva em {filepath}. O tema Hyprluna precisa ser instalado e ativado manualmente.",
"description-missing": "Requer que o {app} esteja instalado."
},
"spicetify": {
"description": "Escreva em {filepath}. O tema Comfy precisa ser instalado e ativado manualmente.",
"description-missing": "Requer que o {app} esteja instalado."
},
"description": "Tematização específica de aplicativos.",
"discord": {
"description": "Escrever {filepath} para {client}",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Página do Ko-fi aberta no seu navegador"
},
"matugen": {
"failed": "Falha no processamento do Matugen",
"failed-general": "Matugen encontrou um erro ao processar os modelos"
},
"missing-control-center": {
"description": "O widget da Central de Controle foi removido da barra. Para acessá-lo novamente pela barra, adicione o widget novamente. Você também pode abri-lo clicando com o botão direito na barra.",
"label": "Último widget da Central de Controle removido"
@@ -1755,9 +1771,15 @@
"started": "Gravação iniciada",
"stopping": "Parando gravação…"
},
"theming-processor-failed": {
"desc-generic": "Ocorreu um erro ao processar os templates.",
"title-matugen": "Falha no processamento do template Matugen",
"title-predefined": "O processamento do esquema de cores predefinido falhou."
},
"wallpaper-colors": {
"disabled": "Cores do papel de parede desativadas",
"enabled": "Cores do papel de parede ativadas",
"label": "Geração de cores para papel de parede",
"not-installed": "Matugen não instalado - necessário para extração de cores do papel de parede"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Luz noturna ativada.\nClique esquerdo para alternar o modo.\nClique direito para acessar as configurações.",
"night-light-forced": "Luz noturna forçada.\nClique esquerdo para alternar o modo.\nClique direito para acessar as configurações.",
"night-light-not-installed": "Luz noturna não disponível.\nwlsunset não está instalado.",
"noctalia-performance-disabled": "O modo de desempenho Noctalia está desativado.\nClique esquerdo para ativar.",
"noctalia-performance-enabled": "O modo de desempenho Noctalia está ativado.\nClique esquerdo para desativar.",
"open-control-center": "Abrir central de controle",
"open-notification-history-disable-dnd": "Abrir histórico de notificações\nClique direito para desativar \"Não perturbe\".",
"open-notification-history-enable-dnd": "Abrir histórico de notificações\nClique direito para ativar \"Não perturbe\".",
+28 -4
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Özel ikon yerine dağıtımınızın logosunu kullanın.",
"label": "Dağıtım logosunu ikon yerine kullan"
},
"colorize-distro-logo": {
"description": "Dağıtım logonuza tema renklerini uygula.",
"label": "Dağıtım logosunu renklendir"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Sürekli çalıştırılacak bir komut girin."
},
"dynamic-text": "Dinamik metin",
"hide-vertical": {
"description": "Etkinleştirilirse, komut çıktısındaki metin, çubuk dikey düzende (sol veya sağ) olduğunda gösterilmeyecektir.",
"label": "Dikey çubukta metni gizle"
},
"icon": {
"description": "Kütüphaneden bir ikon seçin.",
"label": "İkon"
@@ -503,6 +511,10 @@
"top_left": "Sol üst",
"top_right": "Sağ üst"
},
"visualizer-quality": {
"high": "Yüksek",
"low": "Düşük"
},
"visualizer-types": {
"linear": "Doğrusal",
"mirrored": "Yansıtılmış",
@@ -693,6 +705,10 @@
"description": "Tercih ettiğiniz ve yoksayacağınız medya uygulamalarını ayarlayın.",
"label": "Medya oynatıcılar"
},
"visualizer-quality": {
"description": "Yüksek kalite daha fazla GPU kaynağı kullanır.",
"label": "Görselleştirme kalitesi"
},
"visualizer-type": {
"description": "Medya oynatımı için bir görselleştirme türü seçin",
"label": "Görselleştirme türü"
@@ -852,6 +868,10 @@
"description": "{filepath} dosyasına yaz. Hyprluna temasının kurulu ve manuel olarak etkinleştirilmiş olması gerekir.",
"description-missing": "Kurulum için {app} gereklidir"
},
"spicetify": {
"description": "{filepath} dosyasına yaz. Comfy temasının kurulu ve manuel olarak etkinleştirilmiş olması gerekir.",
"description-missing": "Kurulum için {app} gereklidir"
},
"description": "Uygulamaya özel temalandırma.",
"discord": {
"description": "{client} için {filepath} dosyasına yaz. Hyprluna temasının manuel olarak etkinleştirilmesi gerekir.",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Ko-fi sayfası tarayıcınızda açıldı"
},
"matugen": {
"failed": "Matugen işlemi başarısız oldu",
"failed-general": "Matugen şablonları işlerken bir hata ile karşılaştı"
},
"missing-control-center": {
"description": "Kontrol Merkezi widget'ı çubuktan kaldırıldı. Çubuktan tekrar erişmek için widget'ı yeniden eklemeniz gerekecek. Çubuğa sağ tıklayarak da açabilirsiniz.",
"label": "Son Kontrol Merkezi widget'ı kaldırıldı"
@@ -1755,9 +1771,15 @@
"started": "Kayıt başladı",
"stopping": "Kayıt durduruluyor..."
},
"theming-processor-failed": {
"desc-generic": "Şablonlar işlenirken bir hatayla karşılaşıldı.",
"title-matugen": "Matugen şablon işleme başarısız oldu.",
"title-predefined": "Önceden tanımlanmış renk şeması işleme başarısız oldu."
},
"wallpaper-colors": {
"disabled": "Duvar kağıdı renkleri devre dışı",
"enabled": "Duvar kağıdı renkleri etkin",
"label": "Duvar kağıdı renkleri oluşturma",
"not-installed": "Matugen kurulu değil - duvar kağıdı renk çıkarmak için gerekli"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Gece ışığı etkin.\nMod arasında geçiş yapmak için sol tık.\nAyarlara erişmek için sağ tık.",
"night-light-forced": "Gece ışığı zorla.\nMod arasında geçiş yapmak için sol tık.\nAyarlara erişmek için sağ tık.",
"night-light-not-installed": "Gece ışığı mevcut değil.\nwlsunset yüklü değil.",
"noctalia-performance-disabled": "Noctalia performans modu devre dışı.\nEtkinleştirmek için sol tıklayın.",
"noctalia-performance-enabled": "Noctalia performans modu etkin.\nDevre dışı bırakmak için sol tıklayın.",
"open-control-center": "Kontrol merkezini aç",
"open-notification-history-disable-dnd": "Bildirim geçmişini aç\n\"Rahatsız etmeyi\" devre dışı bırakmak için sağ tık.",
"open-notification-history-enable-dnd": "Bildirim geçmişini aç\n\"Rahatsız etmeyi\" etkinleştirmek için sağ tık.",
+28 -4
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "Використовувати логотип вашого дистрибутива замість власного значка.",
"label": "Використовувати логотип дистрибутива замість значка"
},
"colorize-distro-logo": {
"description": "Застосувати кольори теми до логотипа вашого дистрибутива.",
"label": "Розфарбовувати логотип дистрибутива"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "Введіть команду для безперервного запуску."
},
"dynamic-text": "Динамічний текст",
"hide-vertical": {
"description": "Якщо увімкнено, текст з виводу команди не відображатиметься, коли панель знаходиться у вертикальному розташуванні (ліворуч або праворуч).",
"label": "Приховати текст у вертикальній панелі"
},
"icon": {
"description": "Вибрати значок з бібліотеки.",
"label": "Значок"
@@ -503,6 +511,10 @@
"top_left": "Згори ліворуч",
"top_right": "Згори праворуч"
},
"visualizer-quality": {
"high": "Високий",
"low": "Низький"
},
"visualizer-types": {
"linear": "Лінійний",
"mirrored": "Дзеркальний",
@@ -693,6 +705,10 @@
"description": "Встановіть бажані та ігноровані медіапрограми.",
"label": "Медіаплеєри"
},
"visualizer-quality": {
"description": "Висока якість використовує більше ресурсів GPU.",
"label": "Якість візуалізації"
},
"visualizer-type": {
"description": "Виберіть тип візуалізації для відтворення медіа",
"label": "Тип візуалізації"
@@ -852,6 +868,10 @@
"description": "Записати {filepath}. Тему Hyprluna потрібно встановити та активувати вручну.",
"description-missing": "Потрібна установка {app}"
},
"spicetify": {
"description": "Записати {filepath}. Тему Comfy потрібно встановити та активувати вручну.",
"description-missing": "Потрібна установка {app}"
},
"description": "Оформлення окремих програм.",
"discord": {
"description": "Записати {filepath} для {client}. Тему Hyprluna потрібно активувати вручну.",
@@ -1719,10 +1739,6 @@
"kofi": {
"opened": "Сторінка Ko-fi відкрита у вашому браузері"
},
"matugen": {
"failed": "Помилка обробки Matugen",
"failed-general": "Matugen зіткнувся з помилкою під час обробки шаблонів"
},
"missing-control-center": {
"description": "Віджет Центру керування видалено з панелі. Щоб знову отримати до нього доступ з панелі, вам потрібно повторно додати віджет. Ви також можете відкрити його, клацнувши правою кнопкою миші на панелі.",
"label": "Останній віджет Центру керування видалено"
@@ -1755,9 +1771,15 @@
"started": "Запис розпочато",
"stopping": "Зупинка запису…"
},
"theming-processor-failed": {
"desc-generic": "Виникла помилка під час обробки шаблонів.",
"title-matugen": "Помилка обробки шаблонів Matugen",
"title-predefined": "Помилка обробки попередньо визначеної колірної схеми"
},
"wallpaper-colors": {
"disabled": "Кольори шпалер вимкнено",
"enabled": "Кольори шпалер увімкнено",
"label": "Генерація кольорів шпалер",
"not-installed": "Matugen не встановлено - потрібний для витягу кольорів зі шпалер"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "Нічне світло увімкнено.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
"night-light-forced": "Нічне світло примусово.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
"night-light-not-installed": "Нічне світло недоступне.\nwlsunset не встановлено.",
"noctalia-performance-disabled": "Режим продуктивності Noctalia вимкнено.\nЛівий клік для увімкнення.",
"noctalia-performance-enabled": "Режим продуктивності Noctalia увімкнено.\nЛівий клік для вимкнення.",
"open-control-center": "Відкрити центр керування",
"open-notification-history-disable-dnd": "Відкрити історію сповіщень\nПравий клік для вимкнення \"Не турбувати\".",
"open-notification-history-enable-dnd": "Відкрити історію сповіщень\nПравий клік для увімкнення \"Не турбувати\".",
+36 -12
View File
@@ -105,6 +105,10 @@
"use-distro-logo": {
"description": "使用您的发行版徽标而不是自定义图标。",
"label": "使用发行版徽标而不是图标"
},
"colorize-distro-logo": {
"description": "将主题颜色应用到您的发行版徽标。",
"label": "为发行版徽标着色"
}
},
"custom-button": {
@@ -119,6 +123,10 @@
"stream-description": "输入一个要持续运行的命令。"
},
"dynamic-text": "动态文本",
"hide-vertical": {
"description": "如果启用,当栏处于垂直布局(左或右)时,将不显示命令输出的文本。",
"label": "在垂直栏中隐藏文本"
},
"icon": {
"description": "从库中选择图标。",
"label": "图标"
@@ -402,11 +410,11 @@
}
},
"colors": {
"error": "错误",
"onSurface": "表面之上",
"primary": "主要",
"secondary": "次要",
"tertiary": "第三"
"error": "错误",
"onSurface": "表层对应色",
"primary": "主要",
"secondary": "次要",
"tertiary": "第三"
},
"control-center": {
"position": {
@@ -503,6 +511,10 @@
"top_left": "左上",
"top_right": "右上"
},
"visualizer-quality": {
"high": "高",
"low": "低"
},
"visualizer-types": {
"linear": "线性",
"mirrored": "镜像",
@@ -693,6 +705,10 @@
"description": "设置您首选和要忽略的媒体应用程序。",
"label": "媒体播放器"
},
"visualizer-quality": {
"description": "高质量使用更多 GPU 资源。",
"label": "可视化质量"
},
"visualizer-type": {
"description": "选择媒体播放的可视化类型",
"label": "可视化类型"
@@ -820,7 +836,7 @@
"description": "启用自动切换浅色和深色模式。",
"label": "深色模式计划",
"location": "位置",
"manual": "手",
"manual": "手",
"off": "关"
},
"switch": {
@@ -852,6 +868,10 @@
"description": "写入 {filepath}。Hyprluna 主题需要手动安装和激活。",
"description-missing": "需要安装 {app}"
},
"spicetify": {
"description": "写入 {filepath}。Comfy 主题需要手动安装和激活。",
"description-missing": "需要安装 {app}"
},
"description": "应用程序特定主题。",
"discord": {
"description": "为 {client} 写入 {filepath}",
@@ -1574,7 +1594,7 @@
"label": "填充模式"
},
"section": {
"label": "外观和感觉"
"label": "外观与体验"
},
"transition-duration": {
"description": "过渡动画的持续时间(秒)。",
@@ -1717,11 +1737,7 @@
"enabled": "已启用"
},
"kofi": {
"opened": "Ko-fi页面已在您的浏览器中打开"
},
"matugen": {
"failed": "Matugen 处理失败",
"failed-general": "Matugen 在处理模板时遇到错误"
"opened": "Ko-fi 页面已在您的浏览器中打开"
},
"missing-control-center": {
"description": "控制中心小部件已从状态栏中移除。要再次从状态栏访问它,您需要重新添加小部件。您也可以通过右键点击状态栏来打开它。",
@@ -1755,9 +1771,15 @@
"started": "录制已开始",
"stopping": "正在停止录制…"
},
"theming-processor-failed": {
"desc-generic": "处理模板时遇到错误",
"title-matugen": "Matugen模板处理失败",
"title-predefined": "预定义的颜色方案处理失败"
},
"wallpaper-colors": {
"disabled": "壁纸颜色已禁用",
"enabled": "壁纸颜色已启用",
"label": "壁纸颜色生成",
"not-installed": "Matugen 未安装 - 壁纸颜色提取所需"
},
"wifi": {
@@ -1798,6 +1820,8 @@
"night-light-enabled": "夜间模式已启用。\n左键点击循环模式。\n右键点击访问设置。",
"night-light-forced": "夜间模式已强制启用。\n左键点击循环模式。\n右键点击访问设置。",
"night-light-not-installed": "夜间模式不可用。\nwlsunset 未安装。",
"noctalia-performance-disabled": "Noctalia 性能模式已禁用。\n左键点击以启用。",
"noctalia-performance-enabled": "Noctalia 性能模式已启用。\n左键点击以禁用。",
"open-control-center": "打开控制中心",
"open-notification-history-disable-dnd": "打开通知历史记录\n右键点击禁用\"勿扰模式\"。",
"open-notification-history-enable-dnd": "打开通知历史记录\n右键点击启用\"勿扰模式\"。",
+10 -9
View File
@@ -1,5 +1,5 @@
{
"settingsVersion": 20,
"settingsVersion": 21,
"setupCompleted": false,
"bar": {
"position": "top",
@@ -206,7 +206,6 @@
},
"notifications": {
"enabled": true,
"doNotDisturb": false,
"monitors": [],
"location": "top_right",
"overlayLayer": true,
@@ -226,8 +225,9 @@
"audio": {
"volumeStep": 5,
"volumeOverdrive": false,
"cavaFrameRate": 60,
"cavaFrameRate": 30,
"visualizerType": "linear",
"visualizerQuality": "high",
"mprisBlacklist": [],
"preferredPlayer": ""
},
@@ -257,17 +257,18 @@
"wezterm": false,
"fuzzel": false,
"discord": false,
"pywalfox": false,
"vicinae": false,
"walker": false,
"code": false,
"spicetify": false,
"enableUserTemplates": false,
"discord_vesktop": false,
"discord_webcord": false,
"discord_armcord": false,
"discord_equibop": false,
"discord_lightcord": false,
"discord_dorion": false,
"pywalfox": false,
"vicinae": false,
"walker": false,
"code": false,
"enableUserTemplates": false
"discord_dorion": false
},
"nightLight": {
"enabled": false,