diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json
index a246f2d7..253eb48a 100644
--- a/Assets/Translations/de.json
+++ b/Assets/Translations/de.json
@@ -1,542 +1,776 @@
{
+ "authentication": {
+ "error": "Authentifizierungsfehler",
+ "failed": "Authentifizierung fehlgeschlagen"
+ },
+ "bar": {
+ "widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Theme-Farben auf das aktive Fenster-Symbol anwenden.",
+ "label": "Symbole einfärben"
+ },
+ "hide-mode": {
+ "description": "Steuert das Verhalten des Widgets, wenn kein Fenster aktiv ist.",
+ "label": "Ausblendmodus"
+ },
+ "max-width": {
+ "description": "Stellt die maximale Horizontalgröße des Widgets ein. Das Widget wird sich an kürzere Inhalte anpassen.",
+ "label": "Maximale Breite"
+ },
+ "scrolling-mode": {
+ "description": "Steuern, wann Textscrolling für lange Fenstertitel aktiviert ist.",
+ "label": "Scrollmodus"
+ },
+ "show-app-icon": {
+ "description": "Anwendungssymbol neben dem Fenstertitel anzeigen.",
+ "label": "App-Symbol anzeigen"
+ },
+ "use-fixed-width": {
+ "description": "Wenn aktiviert, verwendet das Widget immer die maximale Breite, anstatt sich dynamisch an den Inhalt anzupassen.",
+ "label": "Feste Breite verwenden"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Wähle die Farbe für den Visualisierer aus.",
+ "label": "Füllfarbe"
+ },
+ "hide-when-idle": {
+ "description": "Wenn aktiviert, wird der Visualizer ausgeblendet, sofern keine Wiedergabe läuft.",
+ "label": "Ausblenden, wenn keine Medien wiedergegeben werden"
+ },
+ "width": {
+ "description": "Benutzerdefinierte Komponentenbreite.",
+ "label": "Breite"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Wählen Sie, wie dieser Wert angezeigt werden soll.",
+ "label": "Anzeigemodus"
+ },
+ "low-battery-threshold": {
+ "description": "Warnung anzeigen, wenn Batterie unter diesen Prozentsatz fällt.",
+ "label": "Schwellenwert für niedrigen Batteriestand"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Wählen Sie, wie dieser Wert angezeigt werden soll.",
+ "label": "Anzeigemodus"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Passen Sie die Anzeige Ihrer Uhr an, indem Sie Token aus der Liste unten hinzufügen. Um das 12-Stunden-Format zu verwenden, müssen Sie das 'AP'-Token einschließen.",
+ "label": "Uhrenanzeige"
+ },
+ "custom-font": {
+ "description": "Wählen Sie eine benutzerdefinierte Schriftart für die Uhrenanzeige aus.",
+ "label": "Benutzerdefinierte Schriftart",
+ "placeholder": "Benutzerdefinierte Schriftart auswählen...",
+ "search-placeholder": "Schriftarten suchen..."
+ },
+ "horizontal-bar": {
+ "description": "Tipp: Verwenden Sie \\n, um einen Zeilenumbruch zu erstellen.",
+ "label": "Horizontale Statusleiste"
+ },
+ "preview": "Vorschau",
+ "use-custom-font": {
+ "description": "Überschreibt die Standard-Schriftart mit einer benutzerdefinierten Schriftart für die Uhr.",
+ "label": "Benutzerdefinierte Schriftart verwenden"
+ },
+ "use-monospaced-font": {
+ "description": "Wenn aktiviert, verwendet die Uhr die Monospace-Schriftart.",
+ "label": "Monospace-Schriftart verwenden"
+ },
+ "use-primary-color": {
+ "description": "Wenn aktiviert, wird die Primärfarbe zur Hervorhebung angewendet.",
+ "label": "Primärfarbe verwenden"
+ },
+ "vertical-bar": {
+ "description": "Verwenden Sie ein Leerzeichen, um jeden Teil in eine neue Zeile zu trennen.",
+ "label": "Vertikale Statusleiste"
+ }
+ },
+ "control-center": {
+ "browse-file": "Datei durchsuchen",
+ "browse-library": "Bibliothek durchsuchen",
+ "icon": {
+ "description": "Symbol aus der Bibliothek oder eine benutzerdefinierte Datei auswählen.",
+ "label": "Symbol"
+ },
+ "select-custom-icon": "Benutzerdefiniertes Symbol auswählen",
+ "use-distro-logo": {
+ "description": "Logo Ihrer Distribution anstelle eines benutzerdefinierten Symbols verwenden.",
+ "label": "Distro-Logo anstelle von Symbol verwenden"
+ }
+ },
+ "custom-button": {
+ "browse": "Durchsuchen",
+ "collapse-condition": {
+ "description": "If the output text matches this value, the button will collapse.",
+ "label": "Collapse condition"
+ },
+ "display-command-output": {
+ "description": "Befehl eingeben, der in regelmäßigen Abständen ausgeführt wird. Die erste Zeile seiner Ausgabe wird als Text angezeigt.",
+ "label": "Befehlsausgabe anzeigen",
+ "stream-description": "Geben Sie einen Befehl ein, der kontinuierlich ausgeführt werden soll."
+ },
+ "dynamic-text": "Dynamischer Text",
+ "icon": {
+ "description": "Symbol aus der Bibliothek auswählen.",
+ "label": "Symbol"
+ },
+ "left-click": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche links angeklickt wird.",
+ "label": "Linksklick"
+ },
+ "middle-click": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche mit der mittleren Maustaste angeklickt wird.",
+ "label": "Mittelklick"
+ },
+ "parse-json": {
+ "description": "Die Befehlsausgabe als JSON-Objekt parsen, um Text und Symbol dynamisch festzulegen.",
+ "label": "Ausgabe als JSON parsen"
+ },
+ "refresh-interval": {
+ "description": "Intervall in Millisekunden.",
+ "label": "Aktualisierungsintervall"
+ },
+ "right-click": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche rechts angeklickt wird.",
+ "label": "Rechtsklick"
+ },
+ "text-stream": {
+ "description": "Gestreamte Zeilen aus dem Befehl werden als Text auf der Schaltfläche angezeigt.",
+ "label": "Strom"
+ }
+ },
+ "dialog": {
+ "apply": "Anwenden",
+ "cancel": "Abbrechen"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Wählen Sie, wie dieser Wert angezeigt werden soll.",
+ "label": "Anzeigemodus"
+ }
+ },
+ "lock-keys": {
+ "browse": "Durchsuchen",
+ "show-caps-lock": {
+ "description": "Caps Lock Status anzeigen.",
+ "label": "Feststelltaste"
+ },
+ "show-num-lock": {
+ "description": "Num-Lock-Status anzeigen.",
+ "label": "Num-Taste"
+ },
+ "show-scroll-lock": {
+ "description": "Scroll-Lock-Status anzeigen.",
+ "label": "Rollenfeststelltaste"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Steuert das Verhalten des Widgets, wenn keine Medien abgespielt werden.",
+ "label": "Ausblendmodus"
+ },
+ "max-width": {
+ "description": "Stellt die maximale Horizontalgröße des Widgets ein. Das Widget wird sich an kürzere Inhalte anpassen.",
+ "label": "Maximale Breite"
+ },
+ "no-active-player": "Kein aktiver Player",
+ "scrolling-mode": {
+ "description": "Steuern, wann Textscrolling für lange Track-Titel aktiviert ist.",
+ "label": "Scrollmodus"
+ },
+ "show-album-art": {
+ "description": "Albumcover des aktuell abgespielten Tracks anzeigen.",
+ "label": "Albumcover anzeigen"
+ },
+ "show-visualizer": {
+ "description": "Audio-Visualizer anzeigen, wenn Musik abgespielt wird.",
+ "label": "Visualizer anzeigen"
+ },
+ "use-fixed-width": {
+ "description": "Wenn aktiviert, verwendet das Widget immer die maximale Breite, anstatt sich dynamisch an den Inhalt anzupassen.",
+ "label": "Feste Breite verwenden"
+ },
+ "visualizer-type": {
+ "description": "Stil des Audio-Visualizers auswählen.",
+ "label": "Visualizer-Typ"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Wählen Sie, wie dieser Wert angezeigt werden soll.",
+ "label": "Anzeigemodus"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Benachrichtigungs-Badge ausblenden, wenn keine ungelesenen Benachrichtigungen vorhanden sind.",
+ "label": "Badge ausblenden, wenn null"
+ },
+ "show-unread-badge": {
+ "description": "Badge mit der Anzahl ungelesener Benachrichtigungen anzeigen.",
+ "label": "Badge für ungelesene Nachrichten anzeigen"
+ }
+ },
+ "section-editor": {
+ "placeholder": "Widget auswählen...",
+ "search-placeholder": "Widgets suchen..."
+ },
+ "spacer": {
+ "width": {
+ "description": "Abstandsbreite in Pixeln.",
+ "label": "Breite"
+ }
+ },
+ "system-monitor": {
+ "cpu-temperature": {
+ "description": "CPU-Temperaturwerte anzeigen, falls verfügbar.",
+ "label": "CPU-Temperatur"
+ },
+ "cpu-usage": {
+ "description": "Aktuelle CPU-Auslastung in Prozent anzeigen.",
+ "label": "CPU-Auslastung"
+ },
+ "memory-percentage": {
+ "description": "Speicherverbrauch als Prozentsatz statt absolute Werte anzeigen.",
+ "label": "Speicher als Prozentsatz"
+ },
+ "memory-usage": {
+ "description": "Aktuelle RAM-Nutzungsinformationen anzeigen.",
+ "label": "Speicherverbrauch"
+ },
+ "network-traffic": {
+ "description": "Upload- und Download-Geschwindigkeiten anzeigen.",
+ "label": "Netzwerkverkehr"
+ },
+ "storage-usage": {
+ "description": "Festplattenspeicher-Nutzungsinformationen anzeigen.",
+ "label": "Speichernutzung"
+ }
+ },
+ "taskbar": {
+ "colorize-icons": {
+ "description": "Theme-Farben auf Taskbar-Symbole anwenden.",
+ "label": "Symbole einfärben"
+ },
+ "hide-mode": {
+ "description": "Steuert das Verhalten des Widgets, wenn keine übereinstimmenden Fenster vorhanden sind.",
+ "label": "Ausblendmodus"
+ },
+ "only-active-workspaces": {
+ "description": "Zeige nur Apps von aktiven Arbeitsbereichen.",
+ "label": "Nur von aktiven Arbeitsbereichen"
+ },
+ "only-same-output": {
+ "description": "Zeige nur Apps von dem Bildschirm, auf dem sich die Taskbar befindet.",
+ "label": "Nur vom gleichen Bildschirm"
+ }
+ },
+ "tray": {
+ "colorize-icons": {
+ "description": "Theme-Farben auf Tray-Symbole anwenden.",
+ "label": "Symbole einfärben"
+ }
+ },
+ "volume": {
+ "display-mode": {
+ "description": "Wählen Sie, wie dieser Wert angezeigt werden soll.",
+ "label": "Anzeigemodus"
+ }
+ },
+ "workspace": {
+ "character-count": {
+ "description": "Anzahl der Zeichen, die von Arbeitsbereichsnamen angezeigt werden (1-10).",
+ "label": "Zeichenanzahl"
+ },
+ "hide-unoccupied": {
+ "description": "Arbeitsbereiche ohne Fenster nicht anzeigen.",
+ "label": "Unbesetzte ausblenden"
+ },
+ "label-mode": {
+ "description": "Wählen Sie, wie Arbeitsbereichs-Beschriftungen angezeigt werden.",
+ "label": "Beschriftungsmodus"
+ }
+ }
+ }
+ },
+ "battery": {
+ "charging": "Wird geladen.",
+ "charging-rate": "Laderate: {rate} W.",
+ "discharging": "Wird entladen.",
+ "discharging-rate": "Entladerate: {rate} W.",
+ "health": "Zustand: {percent}%",
+ "idle": "Leerlauf.",
+ "no-battery-detected": "Keine Batterie erkannt.",
+ "panel": {
+ "balanced": "Ausgeglichen ({percent}%)",
+ "disabled": "Batteriemanager deaktiviert",
+ "full": "Volle Kapazität ({percent}%)",
+ "lifespan": "Verlängerte Lebensdauer ({percent}%)",
+ "title": "Ladeschwelle"
+ },
+ "plugged-in": "Angeschlossen.",
+ "time-left": "Verbleibende Zeit: {time}.",
+ "time-until-full": "Zeit bis vollständig geladen: {time}."
+ },
+ "bluetooth": {
+ "panel": {
+ "available-devices": "Verfügbare Geräte",
+ "connected-devices": "Verbundene Geräte",
+ "disabled": "Bluetooth ist deaktiviert",
+ "enable-message": "Aktivieren Sie Bluetooth, um verfügbare Geräte zu sehen.",
+ "known-devices": "Bekannte Geräte",
+ "pairing-mode": "Stellen Sie sicher, dass sich Ihr Gerät im Kopplungsmodus befindet.",
+ "scanning": "Scannen nach Geräten...",
+ "title": "Bluetooth"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "Woche"
+ },
+ "weather": {
+ "loading": "Wetter wird geladen…"
+ }
+ },
+ "clock": {
+ "tooltip": "Kalender öffnen"
+ },
+ "dock": {
+ "menu": {
+ "close": "Schließen",
+ "focus": "Fokussieren",
+ "pin": "Anheften",
+ "unpin": "Lösen"
+ }
+ },
+ "general": {
+ "no-results": "Keine Ergebnisse",
+ "no-summary": "Keine Zusammenfassung",
+ "unknown": "Unbekannt"
+ },
+ "launcher": {
+ "pin": "An das Dock anheften",
+ "unpin": "Vom Dock lösen"
+ },
+ "lock-screen": {
+ "authenticating": "Authentifizierung...",
+ "authentication-failed": "Authentifizierung fehlgeschlagen",
+ "password": "Passwort eingeben...",
+ "restart": "Neu starten",
+ "shut-down": "Herunterfahren",
+ "suspend": "Ruhezustand",
+ "welcome-back": "Willkommen zurück,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Zum Erweitern klicken",
+ "description": "Ihre Benachrichtigungen werden hier angezeigt, sobald sie eintreffen.",
+ "no-notifications": "Keine Benachrichtigungen",
+ "title": "Benachrichtigungen"
+ }
+ },
+ "options": {
+ "bar": {
+ "density": {
+ "comfortable": "Bequem",
+ "compact": "Kompakt",
+ "default": "Standard",
+ "mini": "Mini"
+ },
+ "position": {
+ "bottom": "Unten",
+ "left": "Links",
+ "right": "Rechts",
+ "top": "Oben"
+ }
+ },
+ "colors": {
+ "error": "Fehler",
+ "onSurface": "An der Oberfläche",
+ "primary": "Primär",
+ "secondary": "Sekundär",
+ "tertiary": "Tertiär"
+ },
+ "control-center": {
+ "position": {
+ "bottom_center": "Unten mittig",
+ "bottom_left": "Unten links",
+ "bottom_right": "Unten rechts",
+ "center": "Mitte",
+ "close_to_bar_button": "Nah zur Leisten-Schaltfläche",
+ "top_center": "Oben mittig",
+ "top_left": "Oben links",
+ "top_right": "Oben rechts"
+ },
+ "quickSettingsStyle": {
+ "classic": "Klassisch",
+ "compact": "Kompakt",
+ "modern": "Modern"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Immer ausblenden",
+ "always-show": "Immer anzeigen",
+ "force-open": "Erzwingen",
+ "on-hover": "Beim Darüberfahren"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "Ausblenden, wenn leer",
+ "transparent": "Transparent, wenn leer",
+ "visible": "Immer sichtbar"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "Unten mittig",
+ "bottom_left": "Unten links",
+ "bottom_right": "Unten rechts",
+ "center": "Mitte (Standard)",
+ "center_left": "Links mittig",
+ "center_right": "Rechts mittig",
+ "follow_bar": "Folge dem Balken (Standard)",
+ "top_center": "Oben mittig",
+ "top_left": "Oben links",
+ "top_right": "Oben rechts"
+ }
+ },
+ "osd": {
+ "position": {
+ "bottom_center": "Unten mittig",
+ "bottom_left": "Unten links",
+ "bottom_right": "Unten rechts",
+ "center_left": "Links mittig",
+ "center_right": "Rechts mittig",
+ "top_center": "Oben mittig",
+ "top_left": "Oben links",
+ "top_right": "Oben rechts"
+ }
+ },
+ "screen-recording": {
+ "audio-sources": {
+ "both": "System-Ausgabe + Mikrofon-Eingabe",
+ "microphone-input": "Mikrofon-Eingabe",
+ "system-output": "System-Ausgabe"
+ },
+ "color-range": {
+ "full": "Vollständig",
+ "limited": "Begrenzt"
+ },
+ "quality": {
+ "high": "Hoch",
+ "medium": "Mittel",
+ "ultra": "Ultra",
+ "very-high": "Sehr hoch"
+ },
+ "sources": {
+ "portal": "Portal",
+ "screen": "Bildschirm"
+ }
+ },
+ "scrolling-modes": {
+ "always": "Immer Scrollen",
+ "hover": "Beim Hover Scrollen",
+ "never": "Nie Scrollen"
+ },
+ "visualizer-types": {
+ "linear": "Linear",
+ "mirrored": "Gespiegelt",
+ "none": "Keine",
+ "wave": "Welle"
+ },
+ "workspace-labels": {
+ "index": "Index",
+ "name": "Name",
+ "none": "Keine"
+ }
+ },
+ "placeholders": {
+ "cancel": "Abbrechen",
+ "command-example": "echo \"Hallo Welt\"",
+ "enter-command": "Befehl eingeben (App oder benutzerdefiniertes Skript)",
+ "enter-text-to-collapse": "z.B. 'nothing is playing'. Verwenden Sie /regex/ für Muster.",
+ "enter-tooltip": "Tooltip eingeben",
+ "enter-width-pixels": "Breite in Pixeln eingeben",
+ "profile-picture-path": "/home/benutzer/.face",
+ "search": "Suchen...",
+ "search-icons": "z.B. noctalia, niri, battery, cloud",
+ "search-launcher": "Einträge suchen... oder > für Befehle verwenden",
+ "search-wallpapers": "Zum Filtern von Hintergrundbildern eingeben...",
+ "select": "Auswählen",
+ "test": "Test"
+ },
+ "plugins": {
+ "applications": "Anwendungen",
+ "calculator": "Rechner",
+ "calculator-description": "Rechner - mathematische Ausdrücke auswerten",
+ "calculator-enter-expression": "Mathematischen Ausdruck eingeben",
+ "calculator-error": "Fehler",
+ "calculator-name": "Rechner",
+ "clipboard": "Zwischenablageverlauf",
+ "clipboard-clear-description": "Gesamten Zwischenablageverlauf löschen",
+ "clipboard-clear-description-full": "Alle Elemente aus dem Zwischenablageverlauf entfernen",
+ "clipboard-clear-history": "Zwischenablageverlauf löschen",
+ "clipboard-history-disabled": "Zwischenablageverlauf deaktiviert",
+ "clipboard-history-disabled-description": "Zwischenablageverlauf in den Einstellungen aktivieren oder cliphist installieren",
+ "clipboard-loading": "Lade Zwischenablageverlauf...",
+ "clipboard-loading-description": "Bitte warten",
+ "clipboard-search-description": "Zwischenablageverlauf durchsuchen"
+ },
+ "quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Klicken zum Verwalten der Bluetooth-Geräte"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Wach halten",
+ "enabled": "Wach halten"
+ },
+ "tooltip": {
+ "action": "Klicken zum Umschalten des Wachmodus"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Nachtlicht",
+ "enabled": "Nachtlicht",
+ "forced": "Nachtlicht"
+ },
+ "tooltip": {
+ "action": "Klicken zum Wechseln des Nachtlicht-Modus\nRechtsklick: Einstellungen öffnen"
+ }
+ },
+ "notifications": {
+ "label": {
+ "disabled": "Nicht stören",
+ "enabled": "Benachrichtigungen"
+ },
+ "tooltip": {
+ "action": "Linksklick: Benachrichtigungsverlauf öffnen\nRechtsklick: 'Nicht stören' umschalten"
+ }
+ },
+ "powerProfile": {
+ "label": {
+ "unavailable": "Energieprofil"
+ },
+ "tooltip": {
+ "action": "Klicken zum Wechseln des Energieprofils",
+ "disabled": "Installiere power-profiles-daemon, um Energieprofile zu verwenden"
+ }
+ },
+ "screenRecorder": {
+ "label": {
+ "recording": "Stopp",
+ "stopped": "Aufnehmen"
+ },
+ "tooltip": {
+ "action": "Klicken zum Starten/Stoppen einer Bildschirmaufnahme"
+ }
+ },
+ "wallpaperSelector": {
+ "label": "Hintergrundbild",
+ "tooltip": {
+ "action": "Linksklick: Hintergrundbildauswahl öffnen\nRechtsklick: Zufälliges Hintergrundbild setzen"
+ }
+ },
+ "wifi": {
+ "label": {
+ "disconnected": "WLAN getrennt",
+ "ethernet": "Ethernet",
+ "wifi": "WLAN"
+ },
+ "tooltip": {
+ "action": "Klicken zum Verwalten der WLAN-Verbindungen"
+ }
+ }
+ },
+ "session-menu": {
+ "action-in-seconds": "{action} in {seconds} Sekunden...",
+ "lock": "Sperren",
+ "lock-and-suspend": "Sperren und Ruhezustand",
+ "logout": "Abmelden",
+ "reboot": "Neu starten",
+ "shutdown": "Herunterfahren",
+ "suspend": "Ruhezustand",
+ "title": "Sitzungsmenü"
+ },
"settings": {
- "general": {
- "title": "Allgemein",
- "profile": {
+ "about": {
+ "contributors": {
"section": {
- "label": "Profil",
- "description": "Ändern Sie Ihren Avatar."
- },
- "picture": {
- "label": "{user}s Avatar",
- "description": "Der Avatar, der in der gesamten Benutzeroberfläche angezeigt wird."
- },
- "select-avatar": "Avatar auswählen"
- },
- "screen-corners": {
- "section": {
- "label": "Bildschirmecken",
- "description": "Bildschirmecken-Rundung und visuelle Effekte anpassen."
- },
- "show-corners": {
- "label": "Bildschirmecken anzeigen",
- "description": "Gerundete Ecken am Rand des Bildschirms anzeigen."
- },
- "solid-black": {
- "label": "Schwarze Ecken",
- "description": "Schwarze Ecken anstelle der Statusleisten-Hintergrundfarbe verwenden."
- },
- "radius": {
- "label": "Bildschirmecken-Radius",
- "description": "Rundung der Bildschirmecken anpassen.",
- "reset": "Eckenradius des Bildschirms zurücksetzen"
+ "description": "Ein Dankeschön an unseren {count} großartigen Mitwirkenden!",
+ "description_plural": "Ein Dankeschön an unsere {count} großartigen Mitwirkenden!",
+ "label": "Mitwirkende"
}
},
- "fonts": {
+ "noctalia": {
+ "download-latest": "Neueste Version herunterladen",
+ "installed-version": "Installierte Version:",
+ "latest-version": "Neueste Version:",
"section": {
- "label": "Schriftarten",
- "description": "Wählen Sie die Schriftart der Benutzeroberfläche."
- },
- "default": {
- "label": "Standard-Schriftart",
- "description": "Hauptschriftart für die gesamte Benutzeroberfläche.",
- "placeholder": "Standard-Schriftart auswählen...",
- "search-placeholder": "Schriftarten suchen...",
- "scale": {
- "description": "Ändern Sie die Größe des Standardtextes.",
- "label": "Standardmäßige Schriftgröße"
- }
- },
- "monospace": {
- "label": "Monospace-Schriftart",
- "description": "Monospace-Schriftart für Zahlen und Statistik-Anzeigen.",
- "placeholder": "Monospace-Schriftart auswählen...",
- "search-placeholder": "Monospace-Schriftarten suchen...",
- "scale": {
- "description": "Ändern Sie die Größe des Monotextes.",
- "label": "Schriftgröße mit fester Breite"
- }
- },
- "reset-scaling": "Skalierung zurücksetzen"
- },
- "language": {
- "section": {
- "label": "Sprache",
- "description": "Ändern Sie die Sprache von Noctalia."
- },
- "select": {
- "label": "Anwendungssprache",
- "description": "Wählen Sie die Sprache der Anwendungsoberfläche.",
- "auto-detect": "Automatisch"
+ "description": "Eine elegante und minimalistische Desktop-Shell, sorgfältig für Wayland entwickelt, gebaut mit Quickshell.",
+ "label": "Noctalia Shell"
}
},
- "launch-setup-wizard": "Starten Sie den Setup-Assistenten"
+ "support": "Unterstütze uns",
+ "title": "Über"
},
"audio": {
- "title": "Audio",
- "volumes": {
- "section": {
- "label": "Lautstärken",
- "description": "Lautstärkeregler und Audiopegel anpassen."
- },
- "output-volume": {
- "label": "Ausgabe-Lautstärke",
- "description": "Systemweite Lautstärke."
- },
- "mute-output": {
- "label": "Audio-Ausgabe stummschalten",
- "description": "Die Haupt-Audio-Ausgabe des Systems stummschalten."
- },
- "input-volume": {
- "label": "Eingabe-Lautstärke",
- "description": "Mikrofon-Eingabe-Lautstärke."
- },
- "mute-input": {
- "label": "Audio-Eingabe stummschalten",
- "description": "Die Standard-Audio-Eingabe (Mikrofon) stummschalten."
- },
- "step-size": {
- "label": "Lautstärke-Schrittgröße",
- "description": "Schrittgröße für Lautstärkeänderungen anpassen (Mausrad, Tastenkombinationen)."
- },
- "volume-overdrive": {
- "label": "Lautstärke-Übersteuerung erlauben",
- "description": "Erlaubt das Anheben der Lautstärke über 100%. Wird möglicherweise nicht von aller Hardware unterstützt."
- }
- },
"devices": {
- "section": {
- "label": "Audio-Geräte",
- "description": "Verfügbare Audio-Ein- und Ausgabegeräte konfigurieren."
+ "input-device": {
+ "description": "Gewünschtes Audio-Eingabegerät auswählen.",
+ "label": "Eingabegerät"
},
"output-device": {
- "label": "Ausgabegerät",
- "description": "Gewünschtes Audio-Ausgabegerät auswählen."
+ "description": "Gewünschtes Audio-Ausgabegerät auswählen.",
+ "label": "Ausgabegerät"
},
- "input-device": {
- "label": "Eingabegerät",
- "description": "Gewünschtes Audio-Eingabegerät auswählen."
+ "section": {
+ "description": "Verfügbare Audio-Ein- und Ausgabegeräte konfigurieren.",
+ "label": "Audio-Geräte"
}
},
"media": {
- "section": {
- "label": "Medienplayer",
- "description": "Bevorzugte und ignorierte Medienanwendungen festlegen."
- },
- "primary-player": {
- "label": "Hauptplayer",
- "description": "Stichwort eingeben, um den Hauptplayer zu identifizieren.",
- "placeholder": "z.B. spotify, vlc, mpv"
- },
"excluded-player": {
- "label": "Ausgeschlossener Player",
"description": "Stichwörter für Player hinzufügen, die das System ignorieren soll. Jedes Stichwort sollte in einer neuen Zeile stehen.",
+ "label": "Ausgeschlossener Player",
"placeholder": "Teilstring eingeben und + drücken"
},
- "visualizer-type": {
- "label": "Visualisierungstyp",
- "description": "Visualisierungstyp für Medienwiedergabe wählen."
- },
"frame-rate": {
- "label": "Bildrate",
- "description": "Höhere Raten sind flüssiger, verbrauchen aber mehr Ressourcen."
+ "description": "Höhere Raten sind flüssiger, verbrauchen aber mehr Ressourcen.",
+ "label": "Bildrate"
},
- "scrolling-title": {
- "label": "Scrollender Titel",
- "description": "Kontinuierliches Scrollen für lange Medientitel aktivieren."
+ "primary-player": {
+ "description": "Stichwort eingeben, um den Hauptplayer zu identifizieren.",
+ "label": "Hauptplayer",
+ "placeholder": "z.B. spotify, vlc, mpv"
},
"scrolling-speed": {
- "label": "Scrollgeschwindigkeit",
- "description": "Zeit in Sekunden, die der Titel zum Scrollen vom Anfang bis zum Ende benötigt."
- }
- }
- },
- "display": {
- "title": "Anzeige",
- "monitors": {
+ "description": "Zeit in Sekunden, die der Titel zum Scrollen vom Anfang bis zum Ende benötigt.",
+ "label": "Scrollgeschwindigkeit"
+ },
+ "scrolling-title": {
+ "description": "Kontinuierliches Scrollen für lange Medientitel aktivieren.",
+ "label": "Scrollender Titel"
+ },
"section": {
- "label": "Monitor-spezifische Einstellungen",
- "description": "Helligkeitseinstellungen für jedes Display anpassen."
+ "description": "Bevorzugte und ignorierte Medienanwendungen festlegen.",
+ "label": "Medienplayer"
},
- "brightness": "Helligkeit",
- "brightness-step": {
- "label": "Helligkeits-Schrittgröße",
- "description": "Schrittgröße für Helligkeitsänderungen anpassen (Mausrad und Tastenkombinationen)."
- },
- "enforce-minimum": {
- "label": "Mindesthelligkeit erzwingen (1%)",
- "description": "Löst das Problem, dass die Hintergrundbeleuchtung auf einigen Displays bei 0% Helligkeit vollständig ausgeschaltet wird."
- },
- "external-brightness": {
- "label": "Externe Helligkeitsunterstützung",
- "description": "DDCUtil-Unterstützung zum Steuern der Helligkeit externer Displays über das DDC/CI-Protokoll aktivieren."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Helligkeitssteuerung nicht verfügbar. Aktivieren Sie \"Externe Helligkeitsunterstützung\", um die Helligkeit dieses Displays zu steuern.",
- "generic": "Die Helligkeitssteuerung ist für dieses Display nicht verfügbar."
+ "visualizer-type": {
+ "description": "Visualisierungstyp für Medienwiedergabe wählen.",
+ "label": "Visualisierungstyp"
}
},
- "night-light": {
+ "title": "Audio",
+ "volumes": {
+ "input-volume": {
+ "description": "Mikrofon-Eingabe-Lautstärke.",
+ "label": "Eingabe-Lautstärke"
+ },
+ "mute-input": {
+ "description": "Die Standard-Audio-Eingabe (Mikrofon) stummschalten.",
+ "label": "Audio-Eingabe stummschalten"
+ },
+ "mute-output": {
+ "description": "Die Haupt-Audio-Ausgabe des Systems stummschalten.",
+ "label": "Audio-Ausgabe stummschalten"
+ },
+ "output-volume": {
+ "description": "Systemweite Lautstärke.",
+ "label": "Ausgabe-Lautstärke"
+ },
"section": {
- "label": "Nachtlicht",
- "description": "Blaulicht-Emission reduzieren für besseren Schlaf und weniger Augenbelastung."
+ "description": "Lautstärkeregler und Audiopegel anpassen.",
+ "label": "Lautstärken"
},
- "enable": {
- "label": "Nachtlicht aktivieren",
- "description": "Warmen Farbfilter anwenden, um Blaulicht-Emission zu reduzieren."
+ "step-size": {
+ "description": "Schrittgröße für Lautstärkeänderungen anpassen (Mausrad, Tastenkombinationen).",
+ "label": "Lautstärke-Schrittgröße"
},
- "temperature": {
- "label": "Farbtemperatur",
- "description": "Farbwärme für Nacht- und Tageszeit einstellen.",
- "night": "Nacht",
- "day": "Tag"
- },
- "auto-schedule": {
- "label": "Automatische Planung",
- "description": "Basierend auf Sonnenuntergang und Sonnenaufgang in {location} - empfohlen."
- },
- "manual-schedule": {
- "label": "Manuelle Planung",
- "description": "Benutzerdefinierte Zeiten für Sonnenaufgang und Sonnenuntergang festlegen.",
- "sunrise": "Sonnenaufgang",
- "sunset": "Sonnenuntergang",
- "select-start": "Startzeit auswählen",
- "select-stop": "Endzeit auswählen"
- },
- "force-activation": {
- "label": "Aktivierung erzwingen",
- "description": "Ignoriert die Planung und wendet den Nachtfilter sofort an."
+ "volume-overdrive": {
+ "description": "Erlaubt das Anheben der Lautstärke über 100%. Wird möglicherweise nicht von aller Hardware unterstützt.",
+ "label": "Lautstärke-Übersteuerung erlauben"
}
}
},
"bar": {
- "title": "Statusleiste",
"appearance": {
- "section": {
- "label": "Erscheinungsbild",
- "description": "Erscheinungsbild und Position der Statusleiste anpassen."
- },
- "position": {
- "label": "Statusleistenposition",
- "description": "Wählen Sie, wo die Statusleiste auf dem Bildschirm platziert werden soll."
+ "background-opacity": {
+ "description": "Hintergrund-Transparenz der Statusleiste anpassen.",
+ "label": "Hintergrund-Transparenz"
},
"density": {
- "label": "Statusleistendichte",
- "description": "Innenabstand der Statusleiste für kompaktes oder geräumiges Aussehen anpassen."
- },
- "background-opacity": {
- "label": "Hintergrund-Transparenz",
- "description": "Hintergrund-Transparenz der Statusleiste anpassen."
- },
- "show-capsule": {
- "label": "Kapsel anzeigen",
- "description": "Widget-Hintergründe anzeigen."
+ "description": "Innenabstand der Statusleiste für kompaktes oder geräumiges Aussehen anpassen.",
+ "label": "Statusleistendichte"
},
"floating": {
- "label": "Schwebende Statusleiste",
- "description": "Statusleiste als schwebende 'Pille' anzeigen."
+ "description": "Statusleiste als schwebende 'Pille' anzeigen.",
+ "label": "Schwebende Statusleiste"
},
"margins": {
- "label": "Ränder",
"description": "Ränder um die schwebende Statusleiste anpassen.",
- "vertical": "Vertikal",
- "horizontal": "Horizontal"
+ "horizontal": "Horizontal",
+ "label": "Ränder",
+ "vertical": "Vertikal"
},
"outer-corners": {
"description": "Zeigt nach außen gewölbte Ecken auf der Leiste an.",
"label": "Äußere Ecken"
+ },
+ "position": {
+ "description": "Wählen Sie, wo die Statusleiste auf dem Bildschirm platziert werden soll.",
+ "label": "Statusleistenposition"
+ },
+ "section": {
+ "description": "Erscheinungsbild und Position der Statusleiste anpassen.",
+ "label": "Erscheinungsbild"
+ },
+ "show-capsule": {
+ "description": "Widget-Hintergründe anzeigen.",
+ "label": "Kapsel anzeigen"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Statusleiste auf bestimmten Monitoren anzeigen. Standardmäßig auf allen.",
+ "label": "Monitor-Anzeige"
+ }
+ },
+ "title": "Statusleiste",
+ "tray": {
+ "blacklist": {
+ "description": "Ausschlussregeln für die Tray-Symbolleiste hinzufügen, unterstützt Platzhalter (*).",
+ "label": "Ausschlussliste",
+ "placeholder": "z.B., nm-applet, Fcitx*"
}
},
"widgets": {
"section": {
- "label": "Widget-Positionierung",
- "description": "Widgets per Drag & Drop neu anordnen. Symoble zeigen die Verwendung an: [L]inks, [M]itte, [R]echts."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitor-Anzeige",
- "description": "Statusleiste auf bestimmten Monitoren anzeigen. Standardmäßig auf allen."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Ausschlussliste",
- "description": "Ausschlussregeln für die Tray-Symbolleiste hinzufügen, unterstützt Platzhalter (*).",
- "placeholder": "z.B., nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "Dock aktivieren",
- "description": "Dock vollständig anzeigen oder ausblenden"
- },
- "appearance": {
- "section": {
- "label": "Erscheinungsbild",
- "description": "Verhalten und Erscheinungsbild des Docks anpassen."
- },
- "display": {
- "label": "Anzeige",
- "description": "Wählen Sie, wie sich das Dock verhält.",
- "always-visible": "Immer sichtbar",
- "auto-hide": "Automatisch ausblenden",
- "exclusive": "Exklusiv"
- },
- "background-opacity": {
- "label": "Hintergrund-Transparenz",
- "description": "Hintergrund-Transparenz des Docks anpassen."
- },
- "floating-distance": {
- "label": "Dock-Schwebeabstand",
- "description": "Schwebeabstand vom Bildschirmrand anpassen."
- },
- "icon-size": {
- "label": "Dock-Größe",
- "description": "Gesamtgröße des Docks anpassen."
- },
- "colorize-icons": {
- "label": "Symbole einfärben",
- "description": "Theme-Farben auf Dock-App-Symbole anwenden (nur nicht fokussierte Apps)."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitor-Anzeige",
- "description": "Dock auf bestimmten Monitoren anzeigen. Standardmäßig werden alle angezeigt, wenn keine ausgewählt wurden."
- },
- "only-same-output": {
- "description": "Zeige nur Apps von dem Bildschirm, auf dem sich das Dock befindet.",
- "label": "Nur Apps vom gleichen Bildschirm"
- }
- }
- },
- "launcher": {
- "title": "Starter",
- "settings": {
- "section": {
- "label": "Erscheinungsbild",
- "description": "Verhalten und Erscheinungsbild des Starters anpassen."
- },
- "position": {
- "label": "Position",
- "description": "Wählen Sie, wo das Starter-Panel erscheint."
- },
- "background-opacity": {
- "label": "Hintergrund-Transparenz",
- "description": "Hintergrund-Transparenz des Starters anpassen."
- },
- "clipboard-history": {
- "label": "Zwischenablageverlauf aktivieren",
- "description": "Zugriff auf zuvor kopierte Elemente über den Launcher."
- },
- "sort-by-usage": {
- "label": "Nach Häufigkeit sortieren",
- "description": "Wenn aktiviert, erscheinen häufig gestartete Apps zuerst in der Liste."
- },
- "use-app2unit": {
- "label": "App2Unit zum Starten von Anwendungen verwenden",
- "description": "Verwendet eine alternative Startmethode zur besseren Verwaltung von App-Prozessen und Problemvermeidung."
- },
- "terminal-command": {
- "label": "Terminalbefehl",
- "description": "Befehl zum Starten eines Terminals. Z.B. 'kitty -e' oder 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Benutzerdefiniertes Start-Präfix",
- "description": "Befehle mit einem benutzerdefinierten Launcher präfixieren (z.B. 'runapp' für systemd-Integration)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Benutzerdefiniertes Start-Präfix aktivieren",
- "description": "Verwenden Sie ein benutzerdefiniertes Präfix zum Starten von Anwendungen anstelle der Standardmethode."
- }
- }
- },
- "notifications": {
- "title": "Benachrichtigungen",
- "settings": {
- "section": {
- "label": "Erscheinungsbild",
- "description": "Erscheinungsbild und Verhalten von Benachrichtigungen konfigurieren."
- },
- "do-not-disturb": {
- "label": "Nicht stören",
- "description": "Alle Benachrichtigungs-Popups deaktivieren."
- },
- "enable-osd": {
- "label": "Bildschirmanzeige aktivieren",
- "description": "Lautstärke- und Helligkeitsänderungen in Echtzeit anzeigen."
- },
- "location": {
- "label": "Position",
- "description": "Wo Benachrichtigungen auf dem Bildschirm erscheinen."
- },
- "always-on-top": {
- "label": "Immer im Vordergrund",
- "description": "Benachrichtigungen über Vollbildfenstern und anderen Ebenen anzeigen."
- },
- "background-opacity": {
- "label": "Hintergrund-Transparenz",
- "description": "Transparenz der Benachrichtigungshintergründe anpassen."
- }
- },
- "duration": {
- "section": {
- "label": "Benachrichtigungsdauer",
- "description": "Konfigurieren, wie lange Benachrichtigungen je nach Dringlichkeitsstufe sichtbar bleiben."
- },
- "respect-expire": {
- "label": "Ablaufzeit respektieren",
- "description": "Die in der Benachrichtigung gesetzte Ablaufzeit verwenden."
- },
- "low-urgency": {
- "label": "Niedrige Dringlichkeit",
- "description": "Wie lange Benachrichtigungen niedriger Priorität sichtbar bleiben."
- },
- "normal-urgency": {
- "label": "Normale Dringlichkeit",
- "description": "Wie lange Benachrichtigungen normaler Priorität sichtbar bleiben."
- },
- "critical-urgency": {
- "label": "Kritische Dringlichkeit",
- "description": "Wie lange kritische Benachrichtigungen sichtbar bleiben."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitor-Anzeige",
- "description": "Benachrichtigungen auf bestimmten Monitoren anzeigen. Standardmäßig werden sie auf allen Monitoren angezeigt."
- }
- }
- },
- "osd": {
- "title": "On-Screen Display",
- "description": "Bildschirm-Overlays wie Lautstärke- und Helligkeitsanzeigen konfigurieren.",
- "section": {
- "general": {
- "label": "Allgemein",
- "description": "Sichtbarkeit und Verhalten vom On-Screen Display konfigurieren."
- }
- },
- "enabled": {
- "label": "On-Screen Display aktivieren",
- "description": "Lautstärke- und Helligkeitsänderungen in Echtzeit anzeigen."
- },
- "always-on-top": {
- "label": "Immer im Vordergrund",
- "description": "On-Screen Display über Vollbildfenstern und anderen Ebenen anzeigen."
- },
- "location": {
- "label": "Position",
- "description": "Wo On-Screen Displays erscheinen."
- },
- "duration": {
- "section": {
- "label": "Automatisches Ausblenden",
- "description": "Wie lange das On-Screen Display sichtbar bleibt, bevor es automatisch ausgeblendet wird."
- },
- "auto-hide": {
- "label": "Ausblenden nach",
- "description": "Zeitspanne bis zum automatischen Ausblenden anpassen."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitor-Anzeige",
- "description": "On-Screen Display auf bestimmten Monitoren anzeigen. Standardmäßig auf allen angezeigt."
- }
- }
- },
- "wallpaper": {
- "title": "Hintergrundbild",
- "settings": {
- "section": {
- "label": "Hintergrundbild-Einstellungen",
- "description": "Steuern Sie, wie Hintergrundbilder verwaltet und angezeigt werden."
- },
- "enable-management": {
- "label": "Hintergrundbild-Verwaltung aktivieren",
- "description": "Hintergrundbilder mit Noctalia verwalten. Deaktivieren, wenn Sie eine andere Anwendung bevorzugen."
- },
- "folder": {
- "label": "Hintergrundbild-Ordner",
- "description": "Pfad zu Ihrem Haupt-Hintergrundbild-Ordner.",
- "tooltip": "Nach Hintergrundbild-Ordner suchen"
- },
- "recursive-search": {
- "label": "Unterordner durchsuchen",
- "description": "Auch nach Hintergrundbildern in Unterordnern des Hintergrundbild-Verzeichnisses suchen."
- },
- "monitor-specific": {
- "label": "Monitor-spezifische Verzeichnisse",
- "description": "Unterschiedlichen Hintergrundbild-Ordner für jeden Monitor festlegen.",
- "tooltip": "Nach Hintergrundbild-Ordner suchen"
- },
- "select-folder": "Hintergrundbild-Ordner auswählen",
- "select-monitor-folder": "Monitor-Hintergrundbild-Ordner auswählen",
- "selector-position": {
- "description": "Wählen Sie aus, wo das Hintergrundbildauswahlfeld angezeigt wird.",
- "label": "Position"
- }
- },
- "look-feel": {
- "section": {
- "label": "Aussehen & Verhalten"
- },
- "fill-mode": {
- "label": "Füllmodus",
- "description": "Wählen Sie, wie das Bild skaliert werden soll, um zur Auflösung Ihres Monitors zu passen."
- },
- "fill-color": {
- "label": "Füllfarbe",
- "description": "Füllfarbe wählen, die hinter dem Hintergrundbild erscheinen kann."
- },
- "transition-type": {
- "label": "Übergangstyp",
- "description": "Animationstyp beim Wechsel zwischen Hintergrundbildern."
- },
- "transition-duration": {
- "label": "Übergangsdauer",
- "description": "Dauer der Übergangsanimationen in Sekunden."
- },
- "edge-smoothness": {
- "label": "Übergangseffekt weichzeichnen",
- "description": "Wendet einen weichen, gefiederten Effekt auf die Kante von Übergängen an."
- }
- },
- "automation": {
- "section": {
- "label": "Automatisierung"
- },
- "random-wallpaper": {
- "label": "Zufälliges Hintergrundbild",
- "description": "Zufällige Hintergrundbild-Wechsel in regelmäßigen Abständen planen."
- },
- "interval": {
- "label": "Hintergrundbild-Intervall",
- "description": "Wie oft Hintergrundbilder automatisch gewechselt werden sollen."
- },
- "custom-interval": {
- "label": "Benutzerdefiniertes Intervall",
- "description": "Zeit als HH:MM eingeben (z.B. 01:30)."
+ "description": "Widgets per Drag & Drop neu anordnen. Symoble zeigen die Verwendung an: [L]inks, [M]itte, [R]echts.",
+ "label": "Widget-Positionierung"
}
}
},
"color-scheme": {
- "title": "Farbschema",
"color-source": {
- "section": {
- "label": "Farbquelle",
- "description": "Haupteinstellungen für Noctalias Farben."
- },
- "use-wallpaper-colors": {
- "label": "Hintergrundbild-Farben verwenden",
- "description": "Farbschemata aus Ihrem Hintergrundbild mit Matugen generieren. Extrahiert automatisch Farben für ein kohärentes Design."
- },
"matugen-scheme-type": {
- "label": "Matugen-Schema-Typ",
"description": {
"scheme-content": "Leitet Farben ab, die eng mit dem zugrunde liegenden Bild übereinstimmen.",
"scheme-expressive": "Lebendige Farbpalette mit verspielter Sättigung",
@@ -546,77 +780,69 @@
"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"
- }
+ },
+ "label": "Matugen-Schema-Typ"
+ },
+ "section": {
+ "description": "Haupteinstellungen für Noctalias Farben.",
+ "label": "Farbquelle"
+ },
+ "use-wallpaper-colors": {
+ "description": "Farbschemata aus Ihrem Hintergrundbild mit Matugen generieren. Extrahiert automatisch Farben für ein kohärentes Design.",
+ "label": "Hintergrundbild-Farben verwenden"
}
},
"dark-mode": {
- "switch": {
- "label": "Dunkler Modus",
- "description": "Wechselt zu einem dunkleren Theme für einfachere Betrachtung bei Nacht."
- },
"mode": {
- "label": "Automatischer dunkler Modus",
"description": "Ermöglicht einen automatischen Wechsel zwischen dem hellen und dunklen Modus.",
- "off": "Aus",
+ "label": "Automatischer dunkler Modus",
+ "location": "Standort",
"manual": "Manuell",
- "location": "Standort"
+ "off": "Aus"
+ },
+ "switch": {
+ "description": "Wechselt zu einem dunkleren Theme für einfachere Betrachtung bei Nacht.",
+ "label": "Dunkler Modus"
}
},
"predefined": {
- "section": {
- "label": "Vordefinierte Farbschemata",
- "description": "Wählen Sie aus einer Sammlung vordefinierter Farbschemata."
- },
"generate-templates": {
- "label": "Templates für vordefinierte Schemata generieren",
- "description": "Generiert Matugen-Templates (GTK, Terminal-Themes, etc.) bei der Verwendung vordefinierter Farbschemata."
+ "description": "Generiert Matugen-Templates (GTK, Terminal-Themes, etc.) bei der Verwendung vordefinierter Farbschemata.",
+ "label": "Templates für vordefinierte Schemata generieren"
+ },
+ "section": {
+ "description": "Wählen Sie aus einer Sammlung vordefinierter Farbschemata.",
+ "label": "Vordefinierte Farbschemata"
}
},
"templates": {
- "ui": {
- "label": "UI",
- "description": "Desktop-Umgebung und UI-Toolkit-Theming.",
- "gtk": {
- "description": "Schreibt {filepath}"
- },
- "qt": {
- "description": "Schreibt {filepath}"
- },
- "kcolorscheme": {
- "description": "Schreibt {filepath}"
- }
- },
- "terminal": {
- "label": "Terminal",
- "description": "Terminal-Emulator-Theming.",
- "kitty": {
- "description": "Schreibt {filepath} und lädt neu",
- "description-missing": "Erfordert {app} Terminal"
- },
- "ghostty": {
- "description": "Schreibt {filepath} und lädt neu",
- "description-missing": "Erfordert {app} Terminal"
- },
- "foot": {
- "description": "Schreibt {filepath} und lädt neu",
- "description-missing": "Erfordert {app} Terminal"
- },
- "alacritty": {
- "description": "Schreibe {Dateipfad} und lade neu",
- "description-missing": "Benötigt die Installation von {app}"
- },
- "wezterm": {
- "description": "Schreibe {Dateipfad} und lade neu.",
- "description-missing": "Erfordert die Installation von {app}"
+ "misc": {
+ "description": "Zusätzliche Konfigurationsoptionen.",
+ "label": "Verschiedenes",
+ "user-templates": {
+ "description": "Benutzerdefinierte Matugen-Konfiguration aktivieren. Eine Vorlagendatei wird beim ersten Aktivieren unter ~/.config/noctalia/user-templates.toml erstellt",
+ "label": "Benutzer-Vorlagen"
}
},
"programs": {
- "label": "Programme",
+ "code": {
+ "description": "Schreibe {Dateipfad}. Das Hyprluna-Theme muss manuell installiert und aktiviert werden.",
+ "description-missing": "Benötigt die Installation von {app}"
+ },
"description": "Anwendungsspezifisches Theming.",
+ "discord": {
+ "description": "Schreibt {filepath} für {client}",
+ "description-missing": "Kein Discord-Client erkannt. Installieren Sie vencord, vesktop, webcord, armcord, equibop, lightcord oder dorion"
+ },
"fuzzel": {
"description": "Schreibt {filepath} und lädt neu",
"description-missing": "Erfordert die Installation von {app}"
},
+ "label": "Programme",
+ "pywalfox": {
+ "description": "Schreibt {filepath} und führt pywalfox update aus",
+ "description-missing": "Erfordert die Installation von {app}"
+ },
"vicinae": {
"description": "Schreibt {filepath} und lädt neu",
"description-missing": "Erfordert die Installation von {app}"
@@ -624,218 +850,59 @@
"walker": {
"description": "Schreibt {filepath} und setzt das Theme auf noctalia",
"description-missing": "Erfordert die Installation von {app}"
- },
- "discord": {
- "description": "Schreibt {filepath} für {client}",
- "description-missing": "Kein Discord-Client erkannt. Installieren Sie vencord, vesktop, webcord, armcord, equibop, lightcord oder dorion"
- },
- "pywalfox": {
- "description": "Schreibt {filepath} und führt pywalfox update aus",
- "description-missing": "Erfordert die Installation von {app}"
- },
- "code": {
- "description": "Schreibe {Dateipfad}. Das Hyprluna-Theme muss manuell installiert und aktiviert werden.",
- "description-missing": "Benötigt die Installation von {app}"
- }
- },
- "misc": {
- "label": "Verschiedenes",
- "description": "Zusätzliche Konfigurationsoptionen.",
- "user-templates": {
- "label": "Benutzer-Vorlagen",
- "description": "Benutzerdefinierte Matugen-Konfiguration aktivieren. Eine Vorlagendatei wird beim ersten Aktivieren unter ~/.config/noctalia/user-templates.toml erstellt"
}
},
"section": {
"description": "Farben auf externe Anwendungen anwenden.",
"label": "Vorlagen"
- }
- }
- },
- "location": {
- "title": "Standort",
- "location": {
- "section": {
- "label": "Ihr Standort",
- "description": "Genaues Wetter und Nachtlicht-Planung durch Festlegung Ihres Standorts erhalten."
},
- "search": {
- "label": "Nach einem Standort suchen",
- "description": "z.B. Dortmund, Deutschland",
- "placeholder": "Standortnamen eingeben"
+ "terminal": {
+ "alacritty": {
+ "description": "Schreibe {Dateipfad} und lade neu",
+ "description-missing": "Benötigt die Installation von {app}"
+ },
+ "description": "Terminal-Emulator-Theming.",
+ "foot": {
+ "description": "Schreibt {filepath} und lädt neu",
+ "description-missing": "Erfordert {app} Terminal"
+ },
+ "ghostty": {
+ "description": "Schreibt {filepath} und lädt neu",
+ "description-missing": "Erfordert {app} Terminal"
+ },
+ "kitty": {
+ "description": "Schreibt {filepath} und lädt neu",
+ "description-missing": "Erfordert {app} Terminal"
+ },
+ "label": "Terminal",
+ "wezterm": {
+ "description": "Schreibe {Dateipfad} und lade neu.",
+ "description-missing": "Erfordert die Installation von {app}"
+ }
+ },
+ "ui": {
+ "description": "Desktop-Umgebung und UI-Toolkit-Theming.",
+ "gtk": {
+ "description": "Schreibt {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Schreibt {filepath}"
+ },
+ "label": "UI",
+ "qt": {
+ "description": "Schreibt {filepath}"
+ }
}
},
- "weather": {
- "section": {
- "label": "Wetter",
- "description": "Bevorzugte Temperatureinheit wählen."
- },
- "enabled": {
- "label": "Wetter aktivieren",
- "description": "Wetterinformationen in der gesamten Benutzeroberfläche anzeigen und Wetterdaten abrufen. Wenn deaktiviert, werden alle Wetterelemente ausgeblendet und es werden keine Netzwerkanfragen gestellt."
- },
- "fahrenheit": {
- "label": "Temperatur in Fahrenheit (°F) anzeigen",
- "description": "Temperatur in Fahrenheit statt Celsius anzeigen."
- },
- "show-in-calendar": {
- "description": "Zeige die tägliche Wettervorhersage direkt in deiner Kalenderansicht an.",
- "label": "Wetter im Kalender anzeigen"
- }
- },
- "date-time": {
- "section": {
- "label": "Datum & Zeit",
- "description": "Anpassen, wie Datum und Zeit erscheinen."
- },
- "12hour-format": {
- "label": "12-Stunden-Zeitformat benutzen",
- "description": "Zeigt die Uhrzeit im 12-Stunden-Format auf dem Sperrbildschirm und im Kalender an. Die Uhr in der Statusleiste hat eigene Einstellungen."
- },
- "week-numbers": {
- "label": "Wochennummern anzeigen",
- "description": "Zeigt die Kalenderwochen an (z.B. Woche 38)."
- },
- "show-events": {
- "label": "Kalenderereignisse anzeigen",
- "description": "Ereignisse im Kalender-Panel anzeigen."
- },
- "use-analog": {
- "description": "Eine Analoguhr im Kalenderfenster und auf dem Sperrbildschirm anzeigen.",
- "label": "Analoge Uhr verwenden"
- },
- "first-day-of-week": {
- "automatic": "Automatisch (Systemgebietsschema verwenden)",
- "description": "Wähle, welcher Tag die Woche im Kalender beginnen soll.",
- "label": "Erster Tag der Woche"
- }
- }
- },
- "network": {
- "title": "Netzwerk",
- "section": {
- "description": "WLAN- und Bluetooth-Verbindungen verwalten."
- },
- "wifi": {
- "label": "WLAN aktivieren"
- },
- "bluetooth": {
- "label": "Bluetooth aktivieren"
- }
- },
- "screen-recorder": {
- "title": "Bildschirmrekorder",
- "general": {
- "section": {
- "label": "Allgemeine Einstellungen",
- "description": "Bildschirmaufnahme-Ausgabe und -Inhalt verwalten."
- },
- "output-folder": {
- "label": "Ausgabe-Ordner",
- "description": "Ordner, in dem Bildschirmaufnahmen gespeichert werden.",
- "tooltip": "Nach Ausgabe-Ordner suchen"
- },
- "show-cursor": {
- "label": "Cursor anzeigen",
- "description": "Mauszeiger im Video aufnehmen."
- },
- "select-output-folder": "Ausgabe-Ordner auswählen"
- },
- "video": {
- "section": {
- "label": "Video-Einstellungen",
- "description": "Video-Aufnahme-Optionen konfigurieren."
- },
- "video-source": {
- "label": "Video-Quelle",
- "description": "Portal wird empfohlen, bei Artefakten versuchen Sie Bildschirm."
- },
- "frame-rate": {
- "label": "Bildrate",
- "description": "Ziel-Bildrate für Bildschirmaufnahmen."
- },
- "video-quality": {
- "label": "Video-Qualität",
- "description": "Höhere Qualität führt zu größeren Dateigrößen."
- },
- "video-codec": {
- "label": "Video-Codec",
- "description": "h264 ist der gebräuchlichste Codec."
- },
- "color-range": {
- "label": "Farbbereich",
- "description": "Begrenzt wird für bessere Kompatibilität empfohlen."
- }
- },
- "audio": {
- "section": {
- "label": "Audio-Einstellungen",
- "description": "Audio-Aufnahme-Optionen konfigurieren."
- },
- "audio-source": {
- "label": "Audio-Quelle",
- "description": "Audio-Quelle für die Aufnahme."
- },
- "audio-codec": {
- "label": "Audio-Codec",
- "description": "Opus wird für beste Leistung und kleinste Audio-Größe empfohlen."
- }
- }
- },
- "about": {
- "title": "Über",
- "noctalia": {
- "section": {
- "label": "Noctalia Shell",
- "description": "Eine elegante und minimalistische Desktop-Shell, sorgfältig für Wayland entwickelt, gebaut mit Quickshell."
- },
- "latest-version": "Neueste Version:",
- "installed-version": "Installierte Version:",
- "download-latest": "Neueste Version herunterladen"
- },
- "contributors": {
- "section": {
- "label": "Mitwirkende",
- "description": "Ein Dankeschön an unseren {count} großartigen Mitwirkenden!",
- "description_plural": "Ein Dankeschön an unsere {count} großartigen Mitwirkenden!"
- }
- },
- "support": "Unterstütze uns"
- },
- "hooks": {
- "title": "Hooks",
- "system-hooks": {
- "section": {
- "label": "System-Hooks",
- "description": "Befehle konfigurieren, die bei Systemereignissen ausgeführt werden."
- },
- "enable": {
- "label": "Hooks aktivieren",
- "description": "Alle Hook-Befehle aktivieren oder deaktivieren."
- }
- },
- "wallpaper-changed": {
- "label": "Hintergrundbild geändert",
- "description": "Befehl, der ausgeführt wird, wenn sich das Hintergrundbild ändert.",
- "placeholder": "z.B. notify-send \"Hintergrundbild\" \"Geändert\""
- },
- "theme-changed": {
- "label": "Theme geändert",
- "description": "Befehl, der ausgeführt wird, wenn das Theme zwischen dunklem und hellem Modus wechselt.",
- "placeholder": "z.B. notify-send \"Theme\" \"Gewechselt\""
- },
- "info": {
- "command-info": {
- "label": "Hook-Befehl-Informationen",
- "description": "• Befehle werden über Shell ausgeführt (sh -c)\n• Befehle laufen im Hintergrund (getrennt)\n• Test-Buttons führen mit aktuellen Werten aus"
- },
- "parameters": {
- "label": "Verfügbare Parameter",
- "description": "• Hintergrundbild-Hook: $1 = Hintergrundbild-Pfad, $2 = Bildschirmname\n• Theme-Wechsel-Hook: $1 = true/false (Dunkelmodus-Status)"
- }
- }
+ "title": "Farbschema"
},
"control-center": {
+ "cards": {
+ "section": {
+ "description": "Passen Sie an, welche Steuerelemente im Kontrollzentrum angezeigt werden und in welcher Reihenfolge.",
+ "label": "Karten"
+ }
+ },
"position": {
"description": "Wählen Sie aus, wo das Kontrollzentrum-Panel angezeigt wird, wenn es geöffnet wird.",
"label": "Position"
@@ -844,120 +911,377 @@
"description": "Konfigurieren Sie die Positionierung und das Verhalten des Kontrollzentrum-Panels.",
"label": "Aussehen"
},
- "title": "Kontrollzentrum",
- "cards": {
- "section": {
- "description": "Passen Sie an, welche Steuerelemente im Kontrollzentrum angezeigt werden und in welcher Reihenfolge.",
- "label": "Karten"
- }
- },
"shortcuts": {
+ "custom-button": {
+ "browse": "Durchsuchen",
+ "command": {
+ "description": "Der Befehl, der ausgeführt werden soll, wenn die Schaltfläche geklickt wird.",
+ "label": "Befehl"
+ },
+ "enable-on-state-logic": {
+ "description": "Aktiviert ein zweites Symbol und 'aktiv' Zustand basierend auf einem Prüfbefehl.",
+ "label": "Aktiv-Zustand-Logik aktivieren"
+ },
+ "general-tooltip-text": {
+ "description": "Allgemeine Beschreibung für den Tooltip der Schaltfläche.",
+ "label": "Allgemeiner Tooltip-Text"
+ },
+ "icon": {
+ "description": "Wählen Sie ein Symbol aus der Bibliothek.",
+ "label": "Symbol"
+ },
+ "on-clicked": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche links geklickt wird.",
+ "label": "Linksklick-Befehl"
+ },
+ "on-middle-clicked": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche mit der mittleren Maustaste geklickt wird.",
+ "label": "Mittelklick-Befehl"
+ },
+ "on-right-clicked": {
+ "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche rechts geklickt wird.",
+ "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.",
+ "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.",
+ "label": "Symbol im Aktiv-Zustand"
+ },
+ "state-checks": {
+ "add": "Zustandsprüfung hinzufügen",
+ "browse-icon": "Durchsuchen",
+ "command": "Befehl, der für diese Zustandsprüfung ausgeführt werden soll",
+ "label": "Zustandsprüfungen",
+ "remove": "Entfernen"
+ },
+ "tooltip": {
+ "description": "Der Tooltip, der angezeigt wird, wenn Sie mit der Maus über die Schaltfläche fahren.",
+ "label": "Tooltip"
+ }
+ },
+ "dialog": {
+ "apply": "Anwenden",
+ "cancel": "Abbrechen"
+ },
"section": {
"description": "Konfigurieren und verwalten Sie die Verknüpfungs-Widgets.",
"label": "Widgets für Kurzbefehle"
},
"sectionLeft": "Links",
- "sectionRight": "Rechts",
- "custom-button": {
- "icon": {
- "label": "Symbol",
- "description": "Wählen Sie ein Symbol aus der Bibliothek."
- },
- "browse": "Durchsuchen",
- "command": {
- "label": "Befehl",
- "description": "Der Befehl, der ausgeführt werden soll, wenn die Schaltfläche geklickt wird."
- },
- "tooltip": {
- "label": "Tooltip",
- "description": "Der Tooltip, der angezeigt wird, wenn Sie mit der Maus über die Schaltfläche fahren."
- },
- "on-state-icon": {
- "label": "Symbol im Aktiv-Zustand",
- "description": "Das Symbol für die Schaltfläche, wenn sie sich im 'aktiv' Zustand befindet."
- },
- "on-clicked": {
- "label": "Linksklick-Befehl",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche links geklickt wird."
- },
- "on-right-clicked": {
- "label": "Rechtsklick-Befehl",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche rechts geklickt wird."
- },
- "on-middle-clicked": {
- "label": "Mittelklick-Befehl",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche mit der mittleren Maustaste geklickt wird."
- },
- "on-state-command": {
- "label": "Befehl für Aktiv-Zustand-Prüfung",
- "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."
- },
- "general-tooltip-text": {
- "label": "Allgemeiner Tooltip-Text",
- "description": "Allgemeine Beschreibung für den Tooltip der Schaltfläche."
- },
- "enable-on-state-logic": {
- "label": "Aktiv-Zustand-Logik aktivieren",
- "description": "Aktiviert ein zweites Symbol und 'aktiv' Zustand basierend auf einem Prüfbefehl."
- },
- "state-checks": {
- "label": "Zustandsprüfungen",
- "command": "Befehl, der für diese Zustandsprüfung ausgeführt werden soll",
- "browse-icon": "Durchsuchen",
- "remove": "Entfernen",
- "add": "Zustandsprüfung hinzufügen"
- }
+ "sectionRight": "Rechts"
+ },
+ "title": "Kontrollzentrum"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Helligkeit",
+ "brightness-step": {
+ "description": "Schrittgröße für Helligkeitsänderungen anpassen (Mausrad und Tastenkombinationen).",
+ "label": "Helligkeits-Schrittgröße"
},
- "dialog": {
- "cancel": "Abbrechen",
- "apply": "Anwenden"
+ "brightness-unavailable": {
+ "ddc-disabled": "Helligkeitssteuerung nicht verfügbar. Aktivieren Sie \"Externe Helligkeitsunterstützung\", um die Helligkeit dieses Displays zu steuern.",
+ "generic": "Die Helligkeitssteuerung ist für dieses Display nicht verfügbar."
+ },
+ "enforce-minimum": {
+ "description": "Löst das Problem, dass die Hintergrundbeleuchtung auf einigen Displays bei 0% Helligkeit vollständig ausgeschaltet wird.",
+ "label": "Mindesthelligkeit erzwingen (1%)"
+ },
+ "external-brightness": {
+ "description": "DDCUtil-Unterstützung zum Steuern der Helligkeit externer Displays über das DDC/CI-Protokoll aktivieren.",
+ "label": "Externe Helligkeitsunterstützung"
+ },
+ "section": {
+ "description": "Helligkeitseinstellungen für jedes Display anpassen.",
+ "label": "Monitor-spezifische Einstellungen"
}
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "Basierend auf Sonnenuntergang und Sonnenaufgang in {location} - empfohlen.",
+ "label": "Automatische Planung"
+ },
+ "enable": {
+ "description": "Warmen Farbfilter anwenden, um Blaulicht-Emission zu reduzieren.",
+ "label": "Nachtlicht aktivieren"
+ },
+ "force-activation": {
+ "description": "Ignoriert die Planung und wendet den Nachtfilter sofort an.",
+ "label": "Aktivierung erzwingen"
+ },
+ "manual-schedule": {
+ "description": "Benutzerdefinierte Zeiten für Sonnenaufgang und Sonnenuntergang festlegen.",
+ "label": "Manuelle Planung",
+ "select-start": "Startzeit auswählen",
+ "select-stop": "Endzeit auswählen",
+ "sunrise": "Sonnenaufgang",
+ "sunset": "Sonnenuntergang"
+ },
+ "section": {
+ "description": "Blaulicht-Emission reduzieren für besseren Schlaf und weniger Augenbelastung.",
+ "label": "Nachtlicht"
+ },
+ "temperature": {
+ "day": "Tag",
+ "description": "Farbwärme für Nacht- und Tageszeit einstellen.",
+ "label": "Farbtemperatur",
+ "night": "Nacht"
+ }
+ },
+ "title": "Anzeige"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Hintergrund-Transparenz des Docks anpassen.",
+ "label": "Hintergrund-Transparenz"
+ },
+ "colorize-icons": {
+ "description": "Theme-Farben auf Dock-App-Symbole anwenden (nur nicht fokussierte Apps).",
+ "label": "Symbole einfärben"
+ },
+ "display": {
+ "always-visible": "Immer sichtbar",
+ "auto-hide": "Automatisch ausblenden",
+ "description": "Wählen Sie, wie sich das Dock verhält.",
+ "exclusive": "Exklusiv",
+ "label": "Anzeige"
+ },
+ "floating-distance": {
+ "description": "Schwebeabstand vom Bildschirmrand anpassen.",
+ "label": "Dock-Schwebeabstand"
+ },
+ "icon-size": {
+ "description": "Gesamtgröße des Docks anpassen.",
+ "label": "Dock-Größe"
+ },
+ "section": {
+ "description": "Verhalten und Erscheinungsbild des Docks anpassen.",
+ "label": "Erscheinungsbild"
+ }
+ },
+ "enabled": {
+ "description": "Dock vollständig anzeigen oder ausblenden",
+ "label": "Dock aktivieren"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Zeige nur Apps von dem Bildschirm, auf dem sich das Dock befindet.",
+ "label": "Nur Apps vom gleichen Bildschirm"
+ },
+ "section": {
+ "description": "Dock auf bestimmten Monitoren anzeigen. Standardmäßig werden alle angezeigt, wenn keine ausgewählt wurden.",
+ "label": "Monitor-Anzeige"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Hauptschriftart für die gesamte Benutzeroberfläche.",
+ "label": "Standard-Schriftart",
+ "placeholder": "Standard-Schriftart auswählen...",
+ "scale": {
+ "description": "Ändern Sie die Größe des Standardtextes.",
+ "label": "Standardmäßige Schriftgröße"
+ },
+ "search-placeholder": "Schriftarten suchen..."
+ },
+ "monospace": {
+ "description": "Monospace-Schriftart für Zahlen und Statistik-Anzeigen.",
+ "label": "Monospace-Schriftart",
+ "placeholder": "Monospace-Schriftart auswählen...",
+ "scale": {
+ "description": "Ändern Sie die Größe des Monotextes.",
+ "label": "Schriftgröße mit fester Breite"
+ },
+ "search-placeholder": "Monospace-Schriftarten suchen..."
+ },
+ "reset-scaling": "Skalierung zurücksetzen",
+ "section": {
+ "description": "Wählen Sie die Schriftart der Benutzeroberfläche.",
+ "label": "Schriftarten"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Ändern Sie die Sprache von Noctalia.",
+ "label": "Sprache"
+ },
+ "select": {
+ "auto-detect": "Automatisch",
+ "description": "Wählen Sie die Sprache der Anwendungsoberfläche.",
+ "label": "Anwendungssprache"
+ }
+ },
+ "launch-setup-wizard": "Starten Sie den Setup-Assistenten",
+ "profile": {
+ "picture": {
+ "description": "Der Avatar, der in der gesamten Benutzeroberfläche angezeigt wird.",
+ "label": "{user}s Avatar"
+ },
+ "section": {
+ "description": "Ändern Sie Ihren Avatar.",
+ "label": "Profil"
+ },
+ "select-avatar": "Avatar auswählen"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Rundung der Bildschirmecken anpassen.",
+ "label": "Bildschirmecken-Radius",
+ "reset": "Eckenradius des Bildschirms zurücksetzen"
+ },
+ "section": {
+ "description": "Bildschirmecken-Rundung und visuelle Effekte anpassen.",
+ "label": "Bildschirmecken"
+ },
+ "show-corners": {
+ "description": "Gerundete Ecken am Rand des Bildschirms anzeigen.",
+ "label": "Bildschirmecken anzeigen"
+ },
+ "solid-black": {
+ "description": "Schwarze Ecken anstelle der Statusleisten-Hintergrundfarbe verwenden.",
+ "label": "Schwarze Ecken"
+ }
+ },
+ "title": "Allgemein"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Befehle werden über Shell ausgeführt (sh -c)\n• Befehle laufen im Hintergrund (getrennt)\n• Test-Buttons führen mit aktuellen Werten aus",
+ "label": "Hook-Befehl-Informationen"
+ },
+ "parameters": {
+ "description": "• Hintergrundbild-Hook: $1 = Hintergrundbild-Pfad, $2 = Bildschirmname\n• Theme-Wechsel-Hook: $1 = true/false (Dunkelmodus-Status)",
+ "label": "Verfügbare Parameter"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Alle Hook-Befehle aktivieren oder deaktivieren.",
+ "label": "Hooks aktivieren"
+ },
+ "section": {
+ "description": "Befehle konfigurieren, die bei Systemereignissen ausgeführt werden.",
+ "label": "System-Hooks"
+ }
+ },
+ "theme-changed": {
+ "description": "Befehl, der ausgeführt wird, wenn das Theme zwischen dunklem und hellem Modus wechselt.",
+ "label": "Theme geändert",
+ "placeholder": "z.B. notify-send \"Theme\" \"Gewechselt\""
+ },
+ "title": "Hooks",
+ "wallpaper-changed": {
+ "description": "Befehl, der ausgeführt wird, wenn sich das Hintergrundbild ändert.",
+ "label": "Hintergrundbild geändert",
+ "placeholder": "z.B. notify-send \"Hintergrundbild\" \"Geändert\""
}
},
- "user-interface": {
- "animation-disable": {
- "description": "Deaktivieren Sie alle Animationen für eine schnellere und reaktionsfreudigere Erfahrung.",
- "label": "UI-Animationen deaktivieren"
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Hintergrund-Transparenz des Starters anpassen.",
+ "label": "Hintergrund-Transparenz"
+ },
+ "clipboard-history": {
+ "description": "Zugriff auf zuvor kopierte Elemente über den Launcher.",
+ "label": "Zwischenablageverlauf aktivieren"
+ },
+ "custom-launch-prefix": {
+ "description": "Befehle mit einem benutzerdefinierten Launcher präfixieren (z.B. 'runapp' für systemd-Integration).",
+ "label": "Benutzerdefiniertes Start-Präfix"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Verwenden Sie ein benutzerdefiniertes Präfix zum Starten von Anwendungen anstelle der Standardmethode.",
+ "label": "Benutzerdefiniertes Start-Präfix aktivieren"
+ },
+ "position": {
+ "description": "Wählen Sie, wo das Starter-Panel erscheint.",
+ "label": "Position"
+ },
+ "section": {
+ "description": "Verhalten und Erscheinungsbild des Starters anpassen.",
+ "label": "Erscheinungsbild"
+ },
+ "sort-by-usage": {
+ "description": "Wenn aktiviert, erscheinen häufig gestartete Apps zuerst in der Liste.",
+ "label": "Nach Häufigkeit sortieren"
+ },
+ "terminal-command": {
+ "description": "Befehl zum Starten eines Terminals. Z.B. 'kitty -e' oder 'gnome-terminal --'.",
+ "label": "Terminalbefehl"
+ },
+ "use-app2unit": {
+ "description": "Verwendet eine alternative Startmethode zur besseren Verwaltung von App-Prozessen und Problemvermeidung.",
+ "label": "App2Unit zum Starten von Anwendungen verwenden"
+ }
},
- "panels-overlay": {
- "label": "Panels in Overlay-Ebene öffnen",
- "description": "Panels werden über Vollbildfenstern angezeigt."
+ "title": "Starter"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Zeigt die Uhrzeit im 12-Stunden-Format auf dem Sperrbildschirm und im Kalender an. Die Uhr in der Statusleiste hat eigene Einstellungen.",
+ "label": "12-Stunden-Zeitformat benutzen"
+ },
+ "first-day-of-week": {
+ "automatic": "Automatisch (Systemgebietsschema verwenden)",
+ "description": "Wähle, welcher Tag die Woche im Kalender beginnen soll.",
+ "label": "Erster Tag der Woche"
+ },
+ "section": {
+ "description": "Anpassen, wie Datum und Zeit erscheinen.",
+ "label": "Datum & Zeit"
+ },
+ "show-events": {
+ "description": "Ereignisse im Kalender-Panel anzeigen.",
+ "label": "Kalenderereignisse anzeigen"
+ },
+ "use-analog": {
+ "description": "Eine Analoguhr im Kalenderfenster und auf dem Sperrbildschirm anzeigen.",
+ "label": "Analoge Uhr verwenden"
+ },
+ "week-numbers": {
+ "description": "Zeigt die Kalenderwochen an (z.B. Woche 38).",
+ "label": "Wochennummern anzeigen"
+ }
},
- "animation-speed": {
- "description": "Globale Animationsgeschwindigkeit anpassen.",
- "label": "Animationsgeschwindigkeit",
- "reset": "Animationsgeschwindigkeit zurücksetzen"
+ "location": {
+ "search": {
+ "description": "z.B. Dortmund, Deutschland",
+ "label": "Nach einem Standort suchen",
+ "placeholder": "Standortnamen eingeben"
+ },
+ "section": {
+ "description": "Genaues Wetter und Nachtlicht-Planung durch Festlegung Ihres Standorts erhalten.",
+ "label": "Ihr Standort"
+ }
},
- "border-radius": {
- "description": "Steuert die Eckenrundung von Fenstern, Schaltflächen und anderen Elementen.",
- "label": "Eckenradius",
- "reset": "Rahmenradius zurücksetzen"
- },
- "scaling": {
- "description": "Ändert die Größe der allgemeinen Benutzeroberfläche, mit Ausnahme der Leiste.",
- "label": "Oberflächenskalierung",
- "reset-scaling": "Schnittstellenskalierung zurücksetzen"
- },
- "section": {
- "description": "Passen Sie das Aussehen, die Haptik und das Verhalten der Benutzeroberfläche an.",
- "label": "Aussehen"
- },
- "title": "Benutzeroberfläche",
- "tooltips": {
- "description": "Tooltips in der gesamten Benutzeroberfläche aktivieren oder deaktivieren.",
- "label": "Tooltips anzeigen"
- },
- "panels-attached-to-bar": {
- "description": "Wenn aktiviert, werden die Panels mit einem schönen, umgekehrten Eckdesign an der Leiste befestigt.",
- "label": "Paneele an Stange befestigen"
- },
- "dim-desktop": {
- "description": "Den Desktop abdunkeln, wenn Fenster oder Menüs geöffnet sind.",
- "label": "Dimmer Schreibtisch"
- },
- "shadows": {
- "description": "Aktiviert Schlagschatten unter Balken und Panels.",
- "label": "Schlagschatten"
+ "title": "Standort",
+ "weather": {
+ "enabled": {
+ "description": "Wetterinformationen in der gesamten Benutzeroberfläche anzeigen und Wetterdaten abrufen. Wenn deaktiviert, werden alle Wetterelemente ausgeblendet und es werden keine Netzwerkanfragen gestellt.",
+ "label": "Wetter aktivieren"
+ },
+ "fahrenheit": {
+ "description": "Temperatur in Fahrenheit statt Celsius anzeigen.",
+ "label": "Temperatur in Fahrenheit (°F) anzeigen"
+ },
+ "section": {
+ "description": "Bevorzugte Temperatureinheit wählen.",
+ "label": "Wetter"
+ },
+ "show-in-calendar": {
+ "description": "Zeige die tägliche Wettervorhersage direkt in deiner Kalenderansicht an.",
+ "label": "Wetter im Kalender anzeigen"
+ }
}
},
"lock-screen": {
@@ -970,442 +1294,495 @@
"label": "Sperren beim Ruhezustand"
},
"title": "Sperrbildschirm"
- }
- },
- "general": {
- "no-results": "Keine Ergebnisse",
- "no-summary": "Keine Zusammenfassung",
- "unknown": "Unbekannt"
- },
- "weather": {
- "clear-sky": "Klarer Himmel",
- "mainly-clear": "Überwiegend klar",
- "partly-cloudy": "Teilweise bewölkt",
- "overcast": "Bedeckt",
- "fog": "Nebelig",
- "drizzle": "Nieselregen",
- "snow": "Schnee",
- "rain-showers": "Regenschauer",
- "thunderstorm": "Gewitter",
- "unknown": "Unbekannt"
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Platzhalter"
},
- "file-picker": {
- "select-folder": "Ordner auswählen",
- "select-file": "Datei auswählen",
- "cancel": "Abbrechen",
- "search-placeholder": "Dateien und Ordner suchen...",
- "select-current": "Aktuelles Objekt auswählen",
- "title": "Dateiauswahl"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "12-Stunden-Zeit mit Minuten",
- "24hour-time-minutes": "24-Stunden-Zeit mit Minuten",
- "24hour-time-seconds": "24-Stunden-Zeit mit Sekunden",
- "weekday-month-day": "Wochentag, Monat und Tag",
- "iso-date": "ISO-Datumsformat",
- "us-date": "US-Datumsformat",
- "european-date": "Europäisches Datumsformat",
- "weekday-date": "Wochentag mit Datum"
+ "network": {
+ "bluetooth": {
+ "label": "Bluetooth aktivieren"
},
- "hour": {
- "no-leading-zero": "Stunde ohne führende Null (0-23) - 24-Stunden-Format",
- "leading-zero": "Stunde mit führender Null (00-23) - 24-Stunden-Format"
+ "section": {
+ "description": "WLAN- und Bluetooth-Verbindungen verwalten."
},
- "minute": {
- "no-leading-zero": "Minute ohne führende Null (0-59)",
- "leading-zero": "Minute mit führender Null (00-59)"
- },
- "second": {
- "no-leading-zero": "Sekunde ohne führende Null (0-59)",
- "leading-zero": "Sekunde mit führender Null (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM in Großbuchstaben",
- "lowercase": "am/pm in Kleinbuchstaben"
- },
- "timezone": {
- "abbreviation": "Zeitzonenabkürzung"
- },
- "year": {
- "two-digit": "Jahr als zweistellige Zahl (00-99)",
- "four-digit": "Jahr als vierstellige Zahl"
- },
- "month": {
- "number-no-zero": "Monat als Zahl ohne führende Null (1-12)",
- "number-leading-zero": "Monat als Zahl mit führender Null (01-12)",
- "abbreviated": "Abgekürzter Monatsname",
- "full": "Vollständiger Monatsname"
- },
- "day": {
- "no-leading-zero": "Tag ohne führende Null (1-31)",
- "leading-zero": "Tag mit führender Null (01-31)",
- "abbreviated": "Abgekürzter Tagesname",
- "full": "Vollständiger Tagesname"
+ "title": "Netzwerk",
+ "wifi": {
+ "label": "WLAN aktivieren"
}
},
- "icon-picker": {
- "title": "Symbol-Auswahl",
- "search": {
- "label": "Suchen"
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "Wie lange kritische Benachrichtigungen sichtbar bleiben.",
+ "label": "Kritische Dringlichkeit"
+ },
+ "low-urgency": {
+ "description": "Wie lange Benachrichtigungen niedriger Priorität sichtbar bleiben.",
+ "label": "Niedrige Dringlichkeit"
+ },
+ "normal-urgency": {
+ "description": "Wie lange Benachrichtigungen normaler Priorität sichtbar bleiben.",
+ "label": "Normale Dringlichkeit"
+ },
+ "respect-expire": {
+ "description": "Die in der Benachrichtigung gesetzte Ablaufzeit verwenden.",
+ "label": "Ablaufzeit respektieren"
+ },
+ "section": {
+ "description": "Konfigurieren, wie lange Benachrichtigungen je nach Dringlichkeitsstufe sichtbar bleiben.",
+ "label": "Benachrichtigungsdauer"
+ }
},
- "cancel": "Abbrechen",
- "apply": "Anwenden"
+ "monitors": {
+ "section": {
+ "description": "Benachrichtigungen auf bestimmten Monitoren anzeigen. Standardmäßig werden sie auf allen Monitoren angezeigt.",
+ "label": "Monitor-Anzeige"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Benachrichtigungen über Vollbildfenstern und anderen Ebenen anzeigen.",
+ "label": "Immer im Vordergrund"
+ },
+ "background-opacity": {
+ "description": "Transparenz der Benachrichtigungshintergründe anpassen.",
+ "label": "Hintergrund-Transparenz"
+ },
+ "do-not-disturb": {
+ "description": "Alle Benachrichtigungs-Popups deaktivieren.",
+ "label": "Nicht stören"
+ },
+ "enable-osd": {
+ "description": "Lautstärke- und Helligkeitsänderungen in Echtzeit anzeigen.",
+ "label": "Bildschirmanzeige aktivieren"
+ },
+ "location": {
+ "description": "Wo Benachrichtigungen auf dem Bildschirm erscheinen.",
+ "label": "Position"
+ },
+ "section": {
+ "description": "Erscheinungsbild und Verhalten von Benachrichtigungen konfigurieren.",
+ "label": "Erscheinungsbild"
+ }
+ },
+ "title": "Benachrichtigungen"
},
- "color-picker": {
- "title": "Farbauswahl",
- "hex": {
- "label": "Hex-Farbe",
- "description": "Geben Sie einen hexadezimalen Farbcode ein."
+ "osd": {
+ "always-on-top": {
+ "description": "On-Screen Display über Vollbildfenstern und anderen Ebenen anzeigen.",
+ "label": "Immer im Vordergrund"
},
- "rgb": {
- "label": "RGB-Werte",
- "description": "Passen Sie Rot-, Grün-, Blau- und Helligkeitswerte an."
+ "description": "Bildschirm-Overlays wie Lautstärke- und Helligkeitsanzeigen konfigurieren.",
+ "duration": {
+ "auto-hide": {
+ "description": "Zeitspanne bis zum automatischen Ausblenden anpassen.",
+ "label": "Ausblenden nach"
+ },
+ "section": {
+ "description": "Wie lange das On-Screen Display sichtbar bleibt, bevor es automatisch ausgeblendet wird.",
+ "label": "Automatisches Ausblenden"
+ }
},
- "brightness": "Helligkeit",
- "theme-colors": {
- "label": "Theme-Farben",
- "description": "Schnellzugriff auf die Farbpalette Ihres Themes."
+ "enabled": {
+ "description": "Lautstärke- und Helligkeitsänderungen in Echtzeit anzeigen.",
+ "label": "On-Screen Display aktivieren"
},
- "palette": {
- "label": "Palette",
- "description": "Wählen Sie aus einer großen Auswahl vordefinierter Farben."
+ "location": {
+ "description": "Wo On-Screen Displays erscheinen.",
+ "label": "Position"
},
- "cancel": "Abbrechen",
- "apply": "Anwenden"
+ "monitors": {
+ "section": {
+ "description": "On-Screen Display auf bestimmten Monitoren anzeigen. Standardmäßig auf allen angezeigt.",
+ "label": "Monitor-Anzeige"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Sichtbarkeit und Verhalten vom On-Screen Display konfigurieren.",
+ "label": "Allgemein"
+ }
+ },
+ "title": "On-Screen Display"
},
- "text-input": {
- "clear": "Löschen"
- }
- },
- "bar": {
- "widget-settings": {
- "dialog": {
- "cancel": "Abbrechen",
- "apply": "Anwenden"
- },
- "section-editor": {
- "placeholder": "Widget auswählen...",
- "search-placeholder": "Widgets suchen..."
- },
- "active-window": {
- "hide-mode": {
- "label": "Ausblendmodus",
- "description": "Steuert das Verhalten des Widgets, wenn kein Fenster aktiv ist."
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Opus wird für beste Leistung und kleinste Audio-Größe empfohlen.",
+ "label": "Audio-Codec"
},
- "show-app-icon": {
- "label": "App-Symbol anzeigen",
- "description": "Anwendungssymbol neben dem Fenstertitel anzeigen."
+ "audio-source": {
+ "description": "Audio-Quelle für die Aufnahme.",
+ "label": "Audio-Quelle"
},
- "scrolling-mode": {
- "label": "Scrollmodus",
- "description": "Steuern, wann Textscrolling für lange Fenstertitel aktiviert ist."
- },
- "max-width": {
- "label": "Maximale Breite",
- "description": "Stellt die maximale Horizontalgröße des Widgets ein. Das Widget wird sich an kürzere Inhalte anpassen."
- },
- "use-fixed-width": {
- "label": "Feste Breite verwenden",
- "description": "Wenn aktiviert, verwendet das Widget immer die maximale Breite, anstatt sich dynamisch an den Inhalt anzupassen."
- },
- "colorize-icons": {
- "label": "Symbole einfärben",
- "description": "Theme-Farben auf das aktive Fenster-Symbol anwenden."
+ "section": {
+ "description": "Audio-Aufnahme-Optionen konfigurieren.",
+ "label": "Audio-Einstellungen"
}
},
- "system-monitor": {
- "cpu-usage": {
- "label": "CPU-Auslastung",
- "description": "Aktuelle CPU-Auslastung in Prozent anzeigen."
+ "general": {
+ "output-folder": {
+ "description": "Ordner, in dem Bildschirmaufnahmen gespeichert werden.",
+ "label": "Ausgabe-Ordner",
+ "tooltip": "Nach Ausgabe-Ordner suchen"
},
- "cpu-temperature": {
- "label": "CPU-Temperatur",
- "description": "CPU-Temperaturwerte anzeigen, falls verfügbar."
+ "section": {
+ "description": "Bildschirmaufnahme-Ausgabe und -Inhalt verwalten.",
+ "label": "Allgemeine Einstellungen"
},
- "memory-usage": {
- "label": "Speicherverbrauch",
- "description": "Aktuelle RAM-Nutzungsinformationen anzeigen."
- },
- "memory-percentage": {
- "label": "Speicher als Prozentsatz",
- "description": "Speicherverbrauch als Prozentsatz statt absolute Werte anzeigen."
- },
- "network-traffic": {
- "label": "Netzwerkverkehr",
- "description": "Upload- und Download-Geschwindigkeiten anzeigen."
- },
- "storage-usage": {
- "label": "Speichernutzung",
- "description": "Festplattenspeicher-Nutzungsinformationen anzeigen."
+ "select-output-folder": "Ausgabe-Ordner auswählen",
+ "show-cursor": {
+ "description": "Mauszeiger im Video aufnehmen.",
+ "label": "Cursor anzeigen"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Badge für ungelesene Nachrichten anzeigen",
- "description": "Badge mit der Anzahl ungelesener Benachrichtigungen anzeigen."
+ "title": "Bildschirmrekorder",
+ "video": {
+ "color-range": {
+ "description": "Begrenzt wird für bessere Kompatibilität empfohlen.",
+ "label": "Farbbereich"
},
- "hide-badge-when-zero": {
- "label": "Badge ausblenden, wenn null",
- "description": "Benachrichtigungs-Badge ausblenden, wenn keine ungelesenen Benachrichtigungen vorhanden sind."
+ "frame-rate": {
+ "description": "Ziel-Bildrate für Bildschirmaufnahmen.",
+ "label": "Bildrate"
+ },
+ "section": {
+ "description": "Video-Aufnahme-Optionen konfigurieren.",
+ "label": "Video-Einstellungen"
+ },
+ "video-codec": {
+ "description": "h264 ist der gebräuchlichste Codec.",
+ "label": "Video-Codec"
+ },
+ "video-quality": {
+ "description": "Höhere Qualität führt zu größeren Dateigrößen.",
+ "label": "Video-Qualität"
+ },
+ "video-source": {
+ "description": "Portal wird empfohlen, bei Artefakten versuchen Sie Bildschirm.",
+ "label": "Video-Quelle"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Deaktivieren Sie alle Animationen für eine schnellere und reaktionsfreudigere Erfahrung.",
+ "label": "UI-Animationen deaktivieren"
+ },
+ "animation-speed": {
+ "description": "Globale Animationsgeschwindigkeit anpassen.",
+ "label": "Animationsgeschwindigkeit",
+ "reset": "Animationsgeschwindigkeit zurücksetzen"
+ },
+ "border-radius": {
+ "description": "Steuert die Eckenrundung von Fenstern, Schaltflächen und anderen Elementen.",
+ "label": "Eckenradius",
+ "reset": "Rahmenradius zurücksetzen"
+ },
+ "dim-desktop": {
+ "description": "Den Desktop abdunkeln, wenn Fenster oder Menüs geöffnet sind.",
+ "label": "Dimmer Schreibtisch"
+ },
+ "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.",
+ "label": "Paneele an Kanten ausrichten"
+ },
+ "panels-overlay": {
+ "description": "Stellt sicher, dass Panels und die Leiste sichtbar bleiben, auch über Vollbildanwendungen.",
+ "label": "Panels & Leiste oben behalten"
+ },
+ "scaling": {
+ "description": "Ändert die Größe der allgemeinen Benutzeroberfläche, mit Ausnahme der Leiste.",
+ "label": "Oberflächenskalierung",
+ "reset-scaling": "Schnittstellenskalierung zurücksetzen"
+ },
+ "section": {
+ "description": "Passen Sie das Aussehen, die Haptik und das Verhalten der Benutzeroberfläche an.",
+ "label": "Aussehen"
+ },
+ "shadows": {
+ "description": "Aktiviert Schlagschatten unter Balken und Panels.",
+ "label": "Schlagschatten"
+ },
+ "title": "Benutzeroberfläche",
+ "tooltips": {
+ "description": "Tooltips in der gesamten Benutzeroberfläche aktivieren oder deaktivieren.",
+ "label": "Tooltips anzeigen"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Zeit als HH:MM eingeben (z.B. 01:30).",
+ "label": "Benutzerdefiniertes Intervall"
+ },
+ "interval": {
+ "description": "Wie oft Hintergrundbilder automatisch gewechselt werden sollen.",
+ "label": "Hintergrundbild-Intervall"
+ },
+ "random-wallpaper": {
+ "description": "Zufällige Hintergrundbild-Wechsel in regelmäßigen Abständen planen.",
+ "label": "Zufälliges Hintergrundbild"
+ },
+ "section": {
+ "label": "Automatisierung"
}
},
- "battery": {
- "display-mode": {
- "label": "Anzeigemodus",
- "description": "Wählen Sie, wie dieser Wert angezeigt werden soll."
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Wendet einen weichen, gefiederten Effekt auf die Kante von Übergängen an.",
+ "label": "Übergangseffekt weichzeichnen"
},
- "low-battery-threshold": {
- "label": "Schwellenwert für niedrigen Batteriestand",
- "description": "Warnung anzeigen, wenn Batterie unter diesen Prozentsatz fällt."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Distro-Logo anstelle von Symbol verwenden",
- "description": "Logo Ihrer Distribution anstelle eines benutzerdefinierten Symbols verwenden."
- },
- "icon": {
- "label": "Symbol",
- "description": "Symbol aus der Bibliothek oder eine benutzerdefinierte Datei auswählen."
- },
- "browse-library": "Bibliothek durchsuchen",
- "browse-file": "Datei durchsuchen",
- "select-custom-icon": "Benutzerdefiniertes Symbol auswählen"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Anzeigemodus",
- "description": "Wählen Sie, wie dieser Wert angezeigt werden soll."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Anzeigemodus",
- "description": "Wählen Sie, wie dieser Wert angezeigt werden soll."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Beschriftungsmodus",
- "description": "Wählen Sie, wie Arbeitsbereichs-Beschriftungen angezeigt werden."
- },
- "hide-unoccupied": {
- "label": "Unbesetzte ausblenden",
- "description": "Arbeitsbereiche ohne Fenster nicht anzeigen."
- },
- "character-count": {
- "label": "Zeichenanzahl",
- "description": "Anzahl der Zeichen, die von Arbeitsbereichsnamen angezeigt werden (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Anzeigemodus",
- "description": "Wählen Sie, wie dieser Wert angezeigt werden soll."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Anzeigemodus",
- "description": "Wählen Sie, wie dieser Wert angezeigt werden soll."
- }
- },
- "spacer": {
- "width": {
- "label": "Breite",
- "description": "Abstandsbreite in Pixeln."
- }
- },
- "custom-button": {
- "icon": {
- "label": "Symbol",
- "description": "Symbol aus der Bibliothek auswählen."
- },
- "browse": "Durchsuchen",
- "left-click": {
- "label": "Linksklick",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche links angeklickt wird."
- },
- "right-click": {
- "label": "Rechtsklick",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche rechts angeklickt wird."
- },
- "middle-click": {
- "label": "Mittelklick",
- "description": "Befehl, der ausgeführt wird, wenn die Schaltfläche mit der mittleren Maustaste angeklickt wird."
- },
- "dynamic-text": "Dynamischer Text",
- "display-command-output": {
- "label": "Befehlsausgabe anzeigen",
- "description": "Befehl eingeben, der in regelmäßigen Abständen ausgeführt wird. Die erste Zeile seiner Ausgabe wird als Text angezeigt.",
- "stream-description": "Geben Sie einen Befehl ein, der kontinuierlich ausgeführt werden soll."
- },
- "refresh-interval": {
- "label": "Aktualisierungsintervall",
- "description": "Intervall in Millisekunden."
- },
- "text-stream": {
- "label": "Strom",
- "description": "Gestreamte Zeilen aus dem Befehl werden als Text auf der Schaltfläche angezeigt."
- },
- "collapse-condition": {
- "label": "Collapse condition",
- "description": "If the output text matches this value, the button will collapse."
- },
- "parse-json": {
- "label": "Ausgabe als JSON parsen",
- "description": "Die Befehlsausgabe als JSON-Objekt parsen, um Text und Symbol dynamisch festzulegen."
- }
- },
- "media-mini": {
- "hide-mode": {
- "label": "Ausblendmodus",
- "description": "Steuert das Verhalten des Widgets, wenn keine Medien abgespielt werden."
- },
- "show-album-art": {
- "label": "Albumcover anzeigen",
- "description": "Albumcover des aktuell abgespielten Tracks anzeigen."
- },
- "show-visualizer": {
- "label": "Visualizer anzeigen",
- "description": "Audio-Visualizer anzeigen, wenn Musik abgespielt wird."
- },
- "visualizer-type": {
- "label": "Visualizer-Typ",
- "description": "Stil des Audio-Visualizers auswählen."
- },
- "max-width": {
- "label": "Maximale Breite",
- "description": "Stellt die maximale Horizontalgröße des Widgets ein. Das Widget wird sich an kürzere Inhalte anpassen."
- },
- "use-fixed-width": {
- "label": "Feste Breite verwenden",
- "description": "Wenn aktiviert, verwendet das Widget immer die maximale Breite, anstatt sich dynamisch an den Inhalt anzupassen."
- },
- "scrolling-mode": {
- "label": "Scrollmodus",
- "description": "Steuern, wann Textscrolling für lange Track-Titel aktiviert ist."
- },
- "no-active-player": "Kein aktiver Player"
- },
- "clock": {
- "use-primary-color": {
- "label": "Primärfarbe verwenden",
- "description": "Wenn aktiviert, wird die Primärfarbe zur Hervorhebung angewendet."
- },
- "use-monospaced-font": {
- "label": "Monospace-Schriftart verwenden",
- "description": "Wenn aktiviert, verwendet die Uhr die Monospace-Schriftart."
- },
- "clock-display": {
- "label": "Uhrenanzeige",
- "description": "Passen Sie die Anzeige Ihrer Uhr an, indem Sie Token aus der Liste unten hinzufügen. Um das 12-Stunden-Format zu verwenden, müssen Sie das 'AP'-Token einschließen."
- },
- "horizontal-bar": {
- "label": "Horizontale Statusleiste",
- "description": "Tipp: Verwenden Sie \\n, um einen Zeilenumbruch zu erstellen."
- },
- "vertical-bar": {
- "label": "Vertikale Statusleiste",
- "description": "Verwenden Sie ein Leerzeichen, um jeden Teil in eine neue Zeile zu trennen."
- },
- "preview": "Vorschau",
- "custom-font": {
- "description": "Wählen Sie eine benutzerdefinierte Schriftart für die Uhrenanzeige aus.",
- "label": "Benutzerdefinierte Schriftart",
- "placeholder": "Benutzerdefinierte Schriftart auswählen...",
- "search-placeholder": "Schriftarten suchen..."
- },
- "use-custom-font": {
- "description": "Überschreibt die Standard-Schriftart mit einer benutzerdefinierten Schriftart für die Uhr.",
- "label": "Benutzerdefinierte Schriftart verwenden"
- }
- },
- "taskbar": {
- "hide-mode": {
- "label": "Ausblendmodus",
- "description": "Steuert das Verhalten des Widgets, wenn keine übereinstimmenden Fenster vorhanden sind."
- },
- "only-active-workspaces": {
- "label": "Nur von aktiven Arbeitsbereichen",
- "description": "Zeige nur Apps von aktiven Arbeitsbereichen."
- },
- "only-same-output": {
- "label": "Nur vom gleichen Bildschirm",
- "description": "Zeige nur Apps von dem Bildschirm, auf dem sich die Taskbar befindet."
- },
- "colorize-icons": {
- "label": "Symbole einfärben",
- "description": "Theme-Farben auf Taskbar-Symbole anwenden."
- }
- },
- "tray": {
- "colorize-icons": {
- "label": "Symbole einfärben",
- "description": "Theme-Farben auf Tray-Symbole anwenden."
- }
- },
- "audio-visualizer": {
- "width": {
- "label": "Breite",
- "description": "Benutzerdefinierte Komponentenbreite."
- },
- "hide-when-idle": {
- "label": "Ausblenden, wenn keine Medien wiedergegeben werden",
- "description": "Wenn aktiviert, wird der Visualizer ausgeblendet, sofern keine Wiedergabe läuft."
- },
- "color-name": {
- "description": "Wähle die Farbe für den Visualisierer aus.",
+ "fill-color": {
+ "description": "Füllfarbe wählen, die hinter dem Hintergrundbild erscheinen kann.",
"label": "Füllfarbe"
+ },
+ "fill-mode": {
+ "description": "Wählen Sie, wie das Bild skaliert werden soll, um zur Auflösung Ihres Monitors zu passen.",
+ "label": "Füllmodus"
+ },
+ "section": {
+ "label": "Aussehen & Verhalten"
+ },
+ "transition-duration": {
+ "description": "Dauer der Übergangsanimationen in Sekunden.",
+ "label": "Übergangsdauer"
+ },
+ "transition-type": {
+ "description": "Animationstyp beim Wechsel zwischen Hintergrundbildern.",
+ "label": "Übergangstyp"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "description": "Caps Lock Status anzeigen.",
- "label": "Feststelltaste"
+ "settings": {
+ "enable-management": {
+ "description": "Hintergrundbilder mit Noctalia verwalten. Deaktivieren, wenn Sie eine andere Anwendung bevorzugen.",
+ "label": "Hintergrundbild-Verwaltung aktivieren"
},
- "show-num-lock": {
- "description": "Num-Lock-Status anzeigen.",
- "label": "Num-Taste"
+ "folder": {
+ "description": "Pfad zu Ihrem Haupt-Hintergrundbild-Ordner.",
+ "label": "Hintergrundbild-Ordner",
+ "tooltip": "Nach Hintergrundbild-Ordner suchen"
},
- "show-scroll-lock": {
- "description": "Scroll-Lock-Status anzeigen.",
- "label": "Rollenfeststelltaste"
+ "monitor-specific": {
+ "description": "Unterschiedlichen Hintergrundbild-Ordner für jeden Monitor festlegen.",
+ "label": "Monitor-spezifische Verzeichnisse",
+ "tooltip": "Nach Hintergrundbild-Ordner suchen"
},
- "browse": "Durchsuchen"
- }
+ "recursive-search": {
+ "description": "Auch nach Hintergrundbildern in Unterordnern des Hintergrundbild-Verzeichnisses suchen.",
+ "label": "Unterordner durchsuchen"
+ },
+ "section": {
+ "description": "Steuern Sie, wie Hintergrundbilder verwaltet und angezeigt werden.",
+ "label": "Hintergrundbild-Einstellungen"
+ },
+ "select-folder": "Hintergrundbild-Ordner auswählen",
+ "select-monitor-folder": "Monitor-Hintergrundbild-Ordner auswählen",
+ "selector-position": {
+ "description": "Wählen Sie aus, wo das Hintergrundbildauswahlfeld angezeigt wird.",
+ "label": "Position"
+ }
+ },
+ "title": "Hintergrundbild"
}
},
- "notifications": {
- "panel": {
- "title": "Benachrichtigungen",
- "no-notifications": "Keine Benachrichtigungen",
- "description": "Ihre Benachrichtigungen werden hier angezeigt, sobald sie eintreffen.",
- "click-to-expand": "Zum Erweitern klicken"
+ "setup": {
+ "appearance": {
+ "header": "Erscheinungsbild",
+ "subheader": "Dunkelmodus und Farbquellen wählen (Matugen oder vordefiniert)."
+ },
+ "customize": {
+ "header": "Erlebnis anpassen",
+ "subheader": "Leistenposition, Dichte, Skalierung und mehr einstellen."
+ },
+ "wallpaper": {
+ "choose-dir": "Wählen Sie ein Verzeichnis mit Ihren Hintergrundbildern",
+ "dir": {
+ "browse": "Ordner auswählen",
+ "description": "Wählen Sie den Ordner mit Ihren Hintergrundbildern",
+ "label": "Hintergrundbild-Verzeichnis",
+ "select-title": "Hintergrundbild-Ordner wählen"
+ },
+ "header": "Wählen Sie Ihr Hintergrundbild",
+ "no-dir": "Kein Hintergrundbild-Verzeichnis ausgewählt",
+ "no-valid": "Keine gültigen Bilddateien gefunden in: {dir}",
+ "none-in-dir": "Keine Hintergrundbilder im Verzeichnis gefunden",
+ "preview-error": "Bild konnte nicht geladen werden",
+ "select-prompt": "Wählen Sie unten ein Hintergrundbild",
+ "subheader": "Bestimmen Sie die Stimmung mit einem schönen Hintergrund."
+ },
+ "welcome": {
+ "note": "Nur ein paar Grundeinstellungen – alle Optionen befinden sich in den Einstellungen"
}
},
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "Kein Mediaplayer erkannt",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Unbekannt",
+ "unknown-app": "Unbekannte App",
+ "unknown-layout": "Unbekannt",
+ "unknown-version": "Unbekannt",
+ "uptime": "Laufzeit: {uptime}",
+ "user-requested": "Vom Benutzer angefordert",
+ "welcome-back": "Willkommen zurück,",
+ "widget-settings-title": "{widget} Einstellungen"
+ },
+ "toast": {
+ "airplane-mode": {
+ "disabled": "Deaktiviert",
+ "enabled": "Aktiviert",
+ "title": "Flugmodus"
+ },
+ "battery": {
+ "low": "Niedriger Batteriestand",
+ "low-desc": "Batterie ist bei {percent}%. Bitte schließen Sie das Ladegerät an."
+ },
+ "battery-manager": {
+ "initial-setup": "Ersteinrichtung erforderlich",
+ "install-failed": "Installation fehlgeschlagen",
+ "install-missing": "Erforderliche Dateien fehlen",
+ "install-success": "Erfolgreich installiert",
+ "install-unsupported": "System wird nicht unterstützt",
+ "set-failed": "Fehler beim Setzen der Batterieschwelle",
+ "set-success-desc": "Batterieschwelle auf {percent}% gesetzt",
+ "title": "Batterieschwelle",
+ "uninstall-failed": "Deinstallation fehlgeschlagen",
+ "uninstall-setup": "Deinstallation, Authentifizierung erforderlich",
+ "uninstall-success": "Erfolgreich deinstalliert"
+ },
+ "bluetooth": {
+ "disabled": "Deaktiviert",
+ "enabled": "Aktiviert"
+ },
+ "clipboard": {
+ "unavailable": "Zwischenablageverlauf nicht verfügbar",
+ "unavailable-desc": "Die 'cliphist' Anwendung ist nicht installiert. Bitte installieren Sie sie, um Zwischenablageverlauf-Features zu nutzen."
+ },
+ "do-not-disturb": {
+ "disabled": "'Nicht stören' deaktiviert",
+ "disabled-desc": "Alle Benachrichtigungen werden angezeigt.",
+ "enabled": "'Nicht stören' aktiviert",
+ "enabled-desc": "Sie finden diese Benachrichtigungen in Ihrem Verlauf."
+ },
+ "internet": {
+ "limited": "Verbunden ohne Internet"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel wurde in SessionMenu umbenannt, dieser IPC-Aufruf wird bald veraltet sein. Bitte verwenden Sie stattdessen \"ipc call sessionMenu toggle\".",
+ "sidepanel-deprecated": "SidePanel wurde in ControlCenter umbenannt, dieser IPC-Aufruf wird bald veraltet sein. Bitte verwenden Sie stattdessen \"ipc call controlCenter toggle\"."
+ },
+ "keep-awake": {
+ "disabled": "Deaktiviert",
+ "enabled": "Aktiviert"
+ },
+ "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"
+ },
+ "night-light": {
+ "disabled": "Deaktiviert",
+ "enabled": "Aktiviert",
+ "forced": "Aktivierung erzwungen",
+ "normal": "Normaler Modus",
+ "not-installed": "wlsunset nicht installiert"
+ },
+ "power-profile": {
+ "changed": "Energieprofil geändert",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "Rekorder wurde mit einem Fehler beendet",
+ "failed-gpu": "gpu-screen-recorder wurde unerwartet beendet",
+ "failed-start": "Aufnahme konnte nicht gestartet werden",
+ "no-portals": "Desktop-Portale laufen nicht",
+ "no-portals-desc": "Starten Sie xdg-desktop-portal und ein Compositor-Portal (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder nicht installiert",
+ "not-installed-desc": "Bitte installieren Sie gpu-screen-recorder, um Bildschirmaufnahme-Funktionen zu nutzen.",
+ "saved": "Aufnahme gespeichert",
+ "started": "Aufnahme gestartet",
+ "stopping": "Aufnahme wird gestoppt…"
+ },
+ "wallpaper-colors": {
+ "disabled": "Hintergrundbild-Farben deaktiviert",
+ "enabled": "Hintergrundbild-Farben aktiviert",
+ "not-installed": "Matugen nicht installiert - erforderlich für Hintergrundbild-Farbextraktion"
+ },
+ "wifi": {
+ "connected": "Verbunden mit '{ssid}'",
+ "disabled": "Deaktiviert",
+ "disconnected": "Getrennt von '{ssid}'",
+ "enabled": "Aktiviert"
+ }
+ },
+ "tooltips": {
+ "add-widget": "Widget hinzufügen",
+ "bluetooth-devices": "Bluetooth-Geräte",
+ "brightness-at": "Helligkeit: {brightness}%\nRechtsklick für Einstellungen.\nScrollen zum Ändern der Helligkeit.",
+ "cancel-timer": "Timer abbrechen",
+ "clear-history": "Verlauf löschen",
+ "click-to-start-recording": "Klicken zum Starten einer Bildschirmaufnahme",
+ "click-to-stop-recording": "Klicken zum Stoppen einer Bildschirmaufnahme",
+ "close": "Schließen",
+ "connect-disconnect-devices": "Linksklick zum Verbinden. Rechtsklick zum Vergessen.",
+ "delete-notification": "Benachrichtigung löschen",
+ "disable-keep-awake": "Wach halten deaktivieren",
+ "do-not-disturb-disabled": "'Nicht stören' deaktiviert",
+ "do-not-disturb-enabled": "'Nicht stören' aktiviert",
+ "enable-keep-awake": "Wach halten aktivieren",
+ "forget-network": "Netzwerk vergessen",
+ "home": "Home",
+ "input-muted": "Audio-Eingabe stummschalten",
+ "keep-awake": "Wach halten",
+ "keyboard-layout": "{layout} Tastaturlayout",
+ "manage-wifi": "WLAN verwalten",
+ "microphone-volume-at": "Mikrofonlautstärke bei {volume}%.\nLinksklick für Einstellungen. Rechtsklick zum Stummschalten.\nScrollen zum Ändern der Lautstärke.",
+ "move-to-center-section": "Zur mittleren Sektion verschieben",
+ "move-to-left-section": "Zur linken Sektion verschieben",
+ "move-to-right-section": "Zur rechten Sektion verschieben",
+ "next-media": "Nächstes Medium",
+ "next-month": "Nächster Monat",
+ "night-light-disabled": "Nachtlicht ist deaktiviert.\nLinksklick zum Wechseln des Modus.\nRechtsklick für Einstellungen.",
+ "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.",
+ "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.",
+ "open-settings": "Einstellungen öffnen",
+ "open-wallpaper-selector": "Hintergrundbild-Auswahl öffnen",
+ "output-muted": "Audio-Ausgabe stummschalten",
+ "pause": "Pausieren",
+ "play": "Wiedergeben",
+ "power-profile": "'{profile}' Energieprofil",
+ "previous-media": "Vorheriges Medium",
+ "previous-month": "Vorheriger Monat",
+ "refresh": "Aktualisieren",
+ "refresh-devices": "Geräte aktualisieren",
+ "refresh-wallpaper-list": "Hintergrundbild-Liste aktualisieren",
+ "remove-widget": "Widget entfernen",
+ "screen-recorder-not-installed": "Bildschirmrekorder ist nicht installiert",
+ "session-menu": "Sitzungsmenü",
+ "set-power-profile": "'{profile}' Energieprofil setzen",
+ "start-screen-recording": "Bildschirmaufnahme starten",
+ "stop-screen-recording": "Bildschirmaufnahme stoppen",
+ "switch-to-dark-mode": "Zum dunklen Modus wechseln",
+ "switch-to-light-mode": "Zum hellen Modus wechseln",
+ "up": "Nach oben",
+ "volume-at": "Lautstärke bei {volume}%.\nLinksklick für Einstellungen. Rechtsklick zum Stummschalten.\nScrollen zum Ändern der Lautstärke.",
+ "wallpaper-selector": "Linksklick: Hintergrundbild-Auswahl öffnen.\nRechtsklick: Zufälliges Hintergrundbild setzen.",
+ "widget-settings": "Widget-Einstellungen"
+ },
"wallpaper": {
- "panel": {
- "title": "Hintergrundbild-Auswahl",
- "apply-all-monitors": {
- "label": "Auf alle Monitore anwenden",
- "description": "Ausgewähltes Hintergrundbild auf alle Monitore gleichzeitig anwenden."
- },
- "search": "Suchen:"
- },
- "transitions": {
- "none": "Keine",
- "random": "Zufällig",
- "fade": "Überblenden",
- "disc": "Scheibe",
- "stripes": "Streifen",
- "wipe": "Wischen"
- },
+ "configure-directory": "Konfigurieren Sie Ihr Hintergrundbild-Verzeichnis mit Bildern.",
"fill-modes": {
"center": "Zentrieren",
"crop": "Zuschneiden (Füllen)",
@@ -1414,524 +1791,147 @@
},
"no-match": "Keine Übereinstimmung gefunden.",
"no-wallpaper": "Kein Hintergrundbild gefunden.",
- "try-different-search": "Versuchen Sie eine andere Suchanfrage.",
- "configure-directory": "Konfigurieren Sie Ihr Hintergrundbild-Verzeichnis mit Bildern."
- },
- "bluetooth": {
"panel": {
- "title": "Bluetooth",
- "disabled": "Bluetooth ist deaktiviert",
- "enable-message": "Aktivieren Sie Bluetooth, um verfügbare Geräte zu sehen.",
- "connected-devices": "Verbundene Geräte",
- "known-devices": "Bekannte Geräte",
- "available-devices": "Verfügbare Geräte",
- "scanning": "Scannen nach Geräten...",
- "pairing-mode": "Stellen Sie sicher, dass sich Ihr Gerät im Kopplungsmodus befindet."
+ "apply-all-monitors": {
+ "description": "Ausgewähltes Hintergrundbild auf alle Monitore gleichzeitig anwenden.",
+ "label": "Auf alle Monitore anwenden"
+ },
+ "search": "Suchen:",
+ "title": "Hintergrundbild-Auswahl"
+ },
+ "transitions": {
+ "disc": "Scheibe",
+ "fade": "Überblenden",
+ "none": "Keine",
+ "random": "Zufällig",
+ "stripes": "Streifen",
+ "wipe": "Wischen"
+ },
+ "try-different-search": "Versuchen Sie eine andere Suchanfrage."
+ },
+ "weather": {
+ "clear-sky": "Klarer Himmel",
+ "drizzle": "Nieselregen",
+ "fog": "Nebelig",
+ "mainly-clear": "Überwiegend klar",
+ "overcast": "Bedeckt",
+ "partly-cloudy": "Teilweise bewölkt",
+ "rain-showers": "Regenschauer",
+ "snow": "Schnee",
+ "thunderstorm": "Gewitter",
+ "unknown": "Unbekannt"
+ },
+ "widgets": {
+ "color-picker": {
+ "apply": "Anwenden",
+ "brightness": "Helligkeit",
+ "cancel": "Abbrechen",
+ "hex": {
+ "description": "Geben Sie einen hexadezimalen Farbcode ein.",
+ "label": "Hex-Farbe"
+ },
+ "palette": {
+ "description": "Wählen Sie aus einer großen Auswahl vordefinierter Farben.",
+ "label": "Palette"
+ },
+ "rgb": {
+ "description": "Passen Sie Rot-, Grün-, Blau- und Helligkeitswerte an.",
+ "label": "RGB-Werte"
+ },
+ "theme-colors": {
+ "description": "Schnellzugriff auf die Farbpalette Ihres Themes.",
+ "label": "Theme-Farben"
+ },
+ "title": "Farbauswahl"
+ },
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm in Kleinbuchstaben",
+ "uppercase": "AM/PM in Großbuchstaben"
+ },
+ "common": {
+ "12hour-time-minutes": "12-Stunden-Zeit mit Minuten",
+ "24hour-time-minutes": "24-Stunden-Zeit mit Minuten",
+ "24hour-time-seconds": "24-Stunden-Zeit mit Sekunden",
+ "european-date": "Europäisches Datumsformat",
+ "iso-date": "ISO-Datumsformat",
+ "us-date": "US-Datumsformat",
+ "weekday-date": "Wochentag mit Datum",
+ "weekday-month-day": "Wochentag, Monat und Tag"
+ },
+ "day": {
+ "abbreviated": "Abgekürzter Tagesname",
+ "full": "Vollständiger Tagesname",
+ "leading-zero": "Tag mit führender Null (01-31)",
+ "no-leading-zero": "Tag ohne führende Null (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Stunde mit führender Null (00-23) - 24-Stunden-Format",
+ "no-leading-zero": "Stunde ohne führende Null (0-23) - 24-Stunden-Format"
+ },
+ "minute": {
+ "leading-zero": "Minute mit führender Null (00-59)",
+ "no-leading-zero": "Minute ohne führende Null (0-59)"
+ },
+ "month": {
+ "abbreviated": "Abgekürzter Monatsname",
+ "full": "Vollständiger Monatsname",
+ "number-leading-zero": "Monat als Zahl mit führender Null (01-12)",
+ "number-no-zero": "Monat als Zahl ohne führende Null (1-12)"
+ },
+ "second": {
+ "leading-zero": "Sekunde mit führender Null (00-59)",
+ "no-leading-zero": "Sekunde ohne führende Null (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Zeitzonenabkürzung"
+ },
+ "year": {
+ "four-digit": "Jahr als vierstellige Zahl",
+ "two-digit": "Jahr als zweistellige Zahl (00-99)"
+ }
+ },
+ "file-picker": {
+ "cancel": "Abbrechen",
+ "search-placeholder": "Dateien und Ordner suchen...",
+ "select-current": "Aktuelles Objekt auswählen",
+ "select-file": "Datei auswählen",
+ "select-folder": "Ordner auswählen",
+ "title": "Dateiauswahl"
+ },
+ "icon-picker": {
+ "apply": "Anwenden",
+ "cancel": "Abbrechen",
+ "search": {
+ "label": "Suchen"
+ },
+ "title": "Symbol-Auswahl"
+ },
+ "text-input": {
+ "clear": "Löschen"
+ },
+ "tooltip": {
+ "placeholder": "Platzhalter"
}
},
"wifi": {
"panel": {
- "title": "WLAN",
- "disabled": "WLAN ist deaktiviert",
- "enable-message": "Aktivieren Sie WLAN, um verfügbare Netzwerke zu sehen.",
- "searching": "Suche nach nahegelegenen Netzwerken...",
- "connected": "Verbunden",
- "disconnecting": "Verbindung wird getrennt...",
- "forgetting": "Wird vergessen...",
- "saved": "Gespeichert",
- "disconnect": "Trennen",
- "enter-password": "Passwort eingeben...",
"connect": "Verbinden",
- "password": "Passwort",
- "forget-network": "Dieses Netzwerk vergessen?",
+ "connected": "Verbunden",
+ "disabled": "WLAN ist deaktiviert",
+ "disconnect": "Trennen",
+ "disconnecting": "Verbindung wird getrennt...",
+ "enable-message": "Aktivieren Sie WLAN, um verfügbare Netzwerke zu sehen.",
+ "enter-password": "Passwort eingeben...",
"forget": "Vergessen",
+ "forget-network": "Dieses Netzwerk vergessen?",
+ "forgetting": "Wird vergessen...",
"no-networks": "Keine Netzwerke gefunden",
- "scan-again": "Erneut scannen"
- }
- },
- "calendar": {
- "panel": {
- "week": "Woche"
- },
- "weather": {
- "loading": "Wetter wird geladen…"
- }
- },
- "tooltips": {
- "refresh": "Aktualisieren",
- "close": "Schließen",
- "up": "Nach oben",
- "home": "Home",
- "refresh-wallpaper-list": "Hintergrundbild-Liste aktualisieren",
- "refresh-devices": "Geräte aktualisieren",
- "forget-network": "Netzwerk vergessen",
- "clear-history": "Verlauf löschen",
- "delete-notification": "Benachrichtigung löschen",
- "previous-month": "Vorheriger Monat",
- "next-month": "Nächster Monat",
- "add-widget": "Widget hinzufügen",
- "widget-settings": "Widget-Einstellungen",
- "remove-widget": "Widget entfernen",
- "move-to-left-section": "Zur linken Sektion verschieben",
- "move-to-center-section": "Zur mittleren Sektion verschieben",
- "move-to-right-section": "Zur rechten Sektion verschieben",
- "open-settings": "Einstellungen öffnen",
- "session-menu": "Sitzungsmenü",
- "cancel-timer": "Timer abbrechen",
- "start-screen-recording": "Bildschirmaufnahme starten",
- "stop-screen-recording": "Bildschirmaufnahme stoppen",
- "screen-recorder-not-installed": "Bildschirmrekorder ist nicht installiert",
- "keep-awake": "Wach halten",
- "enable-keep-awake": "Wach halten aktivieren",
- "disable-keep-awake": "Wach halten deaktivieren",
- "wallpaper-selector": "Linksklick: Hintergrundbild-Auswahl öffnen.\nRechtsklick: Zufälliges Hintergrundbild setzen.",
- "do-not-disturb-enabled": "'Nicht stören' aktiviert",
- "do-not-disturb-disabled": "'Nicht stören' deaktiviert",
- "connect-disconnect-devices": "Linksklick zum Verbinden. Rechtsklick zum Vergessen.",
- "set-power-profile": "'{profile}' Energieprofil setzen",
- "switch-to-light-mode": "Zum hellen Modus wechseln",
- "switch-to-dark-mode": "Zum dunklen Modus wechseln",
- "night-light-disabled": "Nachtlicht ist deaktiviert.\nLinksklick zum Wechseln des Modus.\nRechtsklick für Einstellungen.",
- "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.",
- "click-to-start-recording": "Klicken zum Starten einer Bildschirmaufnahme",
- "click-to-stop-recording": "Klicken zum Stoppen einer Bildschirmaufnahme",
- "open-control-center": "Kontrollzentrum öffnen",
- "brightness-at": "Helligkeit: {brightness}%\nRechtsklick für Einstellungen.\nScrollen zum Ändern der Helligkeit.",
- "manage-wifi": "WLAN verwalten",
- "bluetooth-devices": "Bluetooth-Geräte",
- "open-notification-history-enable-dnd": "Benachrichtigungsverlauf öffnen\nRechtsklick um 'Nicht stören' zu aktivieren.",
- "open-notification-history-disable-dnd": "Benachrichtigungsverlauf öffnen\nRechtsklick um 'Nicht stören' zu deaktivieren.",
- "open-wallpaper-selector": "Hintergrundbild-Auswahl öffnen",
- "previous-media": "Vorheriges Medium",
- "pause": "Pausieren",
- "play": "Wiedergeben",
- "next-media": "Nächstes Medium",
- "power-profile": "'{profile}' Energieprofil",
- "keyboard-layout": "{layout} Tastaturlayout",
- "output-muted": "Audio-Ausgabe stummschalten",
- "input-muted": "Audio-Eingabe stummschalten",
- "microphone-volume-at": "Mikrofonlautstärke bei {volume}%.\nLinksklick für Einstellungen. Rechtsklick zum Stummschalten.\nScrollen zum Ändern der Lautstärke.",
- "volume-at": "Lautstärke bei {volume}%.\nLinksklick für Einstellungen. Rechtsklick zum Stummschalten.\nScrollen zum Ändern der Lautstärke."
- },
- "clock": {
- "tooltip": "Kalender öffnen"
- },
- "dock": {
- "menu": {
- "focus": "Fokussieren",
- "pin": "Anheften",
- "unpin": "Lösen",
- "close": "Schließen"
- }
- },
- "launcher": {
- "pin": "An das Dock anheften",
- "unpin": "Vom Dock lösen"
- },
- "placeholders": {
- "search-icons": "z.B. noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/benutzer/.face",
- "enter-width-pixels": "Breite in Pixeln eingeben",
- "enter-command": "Befehl eingeben (App oder benutzerdefiniertes Skript)",
- "command-example": "echo \"Hallo Welt\"",
- "enter-text-to-collapse": "z.B. 'nothing is playing'. Verwenden Sie /regex/ für Muster.",
- "search-wallpapers": "Zum Filtern von Hintergrundbildern eingeben...",
- "search-launcher": "Einträge suchen... oder > für Befehle verwenden",
- "search": "Suchen...",
- "select": "Auswählen",
- "cancel": "Abbrechen",
- "test": "Test",
- "enter-tooltip": "Tooltip eingeben"
- },
- "options": {
- "bar": {
- "position": {
- "top": "Oben",
- "bottom": "Unten",
- "left": "Links",
- "right": "Rechts"
- },
- "density": {
- "compact": "Kompakt",
- "default": "Standard",
- "comfortable": "Bequem",
- "mini": "Mini"
- }
- },
- "launcher": {
- "position": {
- "center": "Mitte (Standard)",
- "top_left": "Oben links",
- "top_right": "Oben rechts",
- "bottom_left": "Unten links",
- "bottom_right": "Unten rechts",
- "bottom_center": "Unten mittig",
- "top_center": "Oben mittig",
- "center_left": "Links mittig",
- "center_right": "Rechts mittig",
- "follow_bar": "Folge dem Balken (Standard)"
- }
- },
- "control-center": {
- "position": {
- "close_to_bar_button": "Nah zur Leisten-Schaltfläche",
- "top_left": "Oben links",
- "top_right": "Oben rechts",
- "bottom_left": "Unten links",
- "bottom_right": "Unten rechts",
- "bottom_center": "Unten mittig",
- "top_center": "Oben mittig",
- "center": "Mitte"
- },
- "quickSettingsStyle": {
- "modern": "Modern",
- "classic": "Klassisch",
- "compact": "Kompakt"
- }
- },
- "osd": {
- "position": {
- "top_left": "Oben links",
- "top_right": "Oben rechts",
- "top_center": "Oben mittig",
- "bottom_left": "Unten links",
- "bottom_right": "Unten rechts",
- "bottom_center": "Unten mittig",
- "center_left": "Links mittig",
- "center_right": "Rechts mittig"
- }
- },
- "display-mode": {
- "on-hover": "Beim Darüberfahren",
- "always-show": "Immer anzeigen",
- "always-hide": "Immer ausblenden",
- "force-open": "Erzwingen"
- },
- "workspace-labels": {
- "none": "Keine",
- "index": "Index",
- "name": "Name"
- },
- "visualizer-types": {
- "none": "Keine",
- "linear": "Linear",
- "mirrored": "Gespiegelt",
- "wave": "Welle"
- },
- "scrolling-modes": {
- "always": "Immer Scrollen",
- "hover": "Beim Hover Scrollen",
- "never": "Nie Scrollen"
- },
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portal",
- "screen": "Bildschirm"
- },
- "quality": {
- "medium": "Mittel",
- "high": "Hoch",
- "very-high": "Sehr hoch",
- "ultra": "Ultra"
- },
- "color-range": {
- "limited": "Begrenzt",
- "full": "Vollständig"
- },
- "audio-sources": {
- "system-output": "System-Ausgabe",
- "microphone-input": "Mikrofon-Eingabe",
- "both": "System-Ausgabe + Mikrofon-Eingabe"
- }
- },
- "hide-modes": {
- "hidden": "Ausblenden, wenn leer",
- "transparent": "Transparent, wenn leer",
- "visible": "Immer sichtbar"
- },
- "colors": {
- "error": "Fehler",
- "primary": "Primär",
- "secondary": "Sekundär",
- "tertiary": "Tertiär",
- "onSurface": "An der Oberfläche"
- }
- },
- "session-menu": {
- "title": "Sitzungsmenü",
- "action-in-seconds": "{action} in {seconds} Sekunden...",
- "lock": "Sperren",
- "lock-and-suspend": "Sperren und Ruhezustand",
- "suspend": "Ruhezustand",
- "reboot": "Neu starten",
- "logout": "Abmelden",
- "shutdown": "Herunterfahren"
- },
- "plugins": {
- "applications": "Anwendungen",
- "clipboard": "Zwischenablageverlauf",
- "calculator": "Rechner",
- "clipboard-search-description": "Zwischenablageverlauf durchsuchen",
- "clipboard-clear-description": "Gesamten Zwischenablageverlauf löschen",
- "clipboard-history-disabled": "Zwischenablageverlauf deaktiviert",
- "clipboard-history-disabled-description": "Zwischenablageverlauf in den Einstellungen aktivieren oder cliphist installieren",
- "clipboard-clear-history": "Zwischenablageverlauf löschen",
- "clipboard-clear-description-full": "Alle Elemente aus dem Zwischenablageverlauf entfernen",
- "clipboard-loading": "Lade Zwischenablageverlauf...",
- "clipboard-loading-description": "Bitte warten",
- "calculator-description": "Rechner - mathematische Ausdrücke auswerten",
- "calculator-name": "Rechner",
- "calculator-enter-expression": "Mathematischen Ausdruck eingeben",
- "calculator-error": "Fehler"
- },
- "system": {
- "uptime": "Laufzeit: {uptime}",
- "welcome-back": "Willkommen zurück,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "{widget} Einstellungen",
- "unknown-app": "Unbekannte App",
- "no-media-player-detected": "Kein Mediaplayer erkannt",
- "user-requested": "Vom Benutzer angefordert",
- "unknown": "Unbekannt",
- "unknown-version": "Unbekannt",
- "unknown-layout": "Unbekannt"
- },
- "battery": {
- "no-battery-detected": "Keine Batterie erkannt.",
- "charging-rate": "Laderate: {rate} W.",
- "discharging-rate": "Entladerate: {rate} W.",
- "charging": "Wird geladen.",
- "discharging": "Wird entladen.",
- "plugged-in": "Angeschlossen.",
- "idle": "Leerlauf.",
- "time-left": "Verbleibende Zeit: {time}.",
- "time-until-full": "Zeit bis vollständig geladen: {time}.",
- "health": "Zustand: {percent}%",
- "panel": {
- "title": "Ladeschwelle",
- "full": "Volle Kapazität ({percent}%)",
- "balanced": "Ausgeglichen ({percent}%)",
- "lifespan": "Verlängerte Lebensdauer ({percent}%)",
- "disabled": "Batteriemanager deaktiviert"
- }
- },
- "authentication": {
- "failed": "Authentifizierung fehlgeschlagen",
- "error": "Authentifizierungsfehler"
- },
- "lock-screen": {
- "password": "Passwort eingeben...",
- "welcome-back": "Willkommen zurück,",
- "authenticating": "Authentifizierung...",
- "authentication-failed": "Authentifizierung fehlgeschlagen",
- "shut-down": "Herunterfahren",
- "restart": "Neu starten",
- "suspend": "Ruhezustand"
- },
- "quickSettings": {
- "notifications": {
- "label": {
- "enabled": "Benachrichtigungen",
- "disabled": "Nicht stören"
- },
- "tooltip": {
- "action": "Linksklick: Benachrichtigungsverlauf öffnen\nRechtsklick: 'Nicht stören' umschalten"
- }
- },
- "screenRecorder": {
- "label": {
- "recording": "Stopp",
- "stopped": "Aufnehmen"
- },
- "tooltip": {
- "action": "Klicken zum Starten/Stoppen einer Bildschirmaufnahme"
- }
- },
- "powerProfile": {
- "label": {
- "unavailable": "Energieprofil"
- },
- "tooltip": {
- "action": "Klicken zum Wechseln des Energieprofils",
- "disabled": "Installiere power-profiles-daemon, um Energieprofile zu verwenden"
- }
- },
- "wifi": {
- "label": {
- "ethernet": "Ethernet",
- "wifi": "WLAN",
- "disconnected": "WLAN getrennt"
- },
- "tooltip": {
- "action": "Klicken zum Verwalten der WLAN-Verbindungen"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Klicken zum Verwalten der Bluetooth-Geräte"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Nachtlicht",
- "forced": "Nachtlicht",
- "disabled": "Nachtlicht"
- },
- "tooltip": {
- "action": "Klicken zum Wechseln des Nachtlicht-Modus\nRechtsklick: Einstellungen öffnen"
- }
- },
- "wallpaperSelector": {
- "label": "Hintergrundbild",
- "tooltip": {
- "action": "Linksklick: Hintergrundbildauswahl öffnen\nRechtsklick: Zufälliges Hintergrundbild setzen"
- }
- },
- "keepAwake": {
- "label": {
- "enabled": "Wach halten",
- "disabled": "Wach halten"
- },
- "tooltip": {
- "action": "Klicken zum Umschalten des Wachmodus"
- }
- }
- },
- "toast": {
- "night-light": {
- "enabled": "Aktiviert",
- "disabled": "Deaktiviert",
- "not-installed": "wlsunset nicht installiert",
- "forced": "Aktivierung erzwungen",
- "normal": "Normaler Modus"
- },
- "keep-awake": {
- "enabled": "Aktiviert",
- "disabled": "Deaktiviert"
- },
- "wallpaper-colors": {
- "enabled": "Hintergrundbild-Farben aktiviert",
- "disabled": "Hintergrundbild-Farben deaktiviert",
- "not-installed": "Matugen nicht installiert - erforderlich für Hintergrundbild-Farbextraktion"
- },
- "matugen": {
- "failed": "Matugen-Verarbeitung fehlgeschlagen",
- "failed-general": "Matugen ist beim Verarbeiten der Vorlagen auf einen Fehler gestoßen"
- },
- "recording": {
- "stopping": "Aufnahme wird gestoppt…",
- "started": "Aufnahme gestartet",
- "saved": "Aufnahme gespeichert",
- "failed-start": "Aufnahme konnte nicht gestartet werden",
- "failed-gpu": "gpu-screen-recorder wurde unerwartet beendet",
- "failed-general": "Rekorder wurde mit einem Fehler beendet",
- "no-portals": "Desktop-Portale laufen nicht",
- "no-portals-desc": "Starten Sie xdg-desktop-portal und ein Compositor-Portal (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder nicht installiert",
- "not-installed-desc": "Bitte installieren Sie gpu-screen-recorder, um Bildschirmaufnahme-Funktionen zu nutzen."
- },
- "clipboard": {
- "unavailable": "Zwischenablageverlauf nicht verfügbar",
- "unavailable-desc": "Die 'cliphist' Anwendung ist nicht installiert. Bitte installieren Sie sie, um Zwischenablageverlauf-Features zu nutzen."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel wurde in SessionMenu umbenannt, dieser IPC-Aufruf wird bald veraltet sein. Bitte verwenden Sie stattdessen \"ipc call sessionMenu toggle\".",
- "sidepanel-deprecated": "SidePanel wurde in ControlCenter umbenannt, dieser IPC-Aufruf wird bald veraltet sein. Bitte verwenden Sie stattdessen \"ipc call controlCenter toggle\"."
- },
- "wifi": {
- "enabled": "Aktiviert",
- "disabled": "Deaktiviert",
- "connected": "Verbunden mit '{ssid}'",
- "disconnected": "Getrennt von '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Aktiviert",
- "disabled": "Deaktiviert"
- },
- "airplane-mode": {
- "title": "Flugmodus",
- "enabled": "Aktiviert",
- "disabled": "Deaktiviert"
- },
- "internet": {
- "limited": "Verbunden ohne Internet"
- },
- "kofi": {
- "opened": "Ko-fi-Seite in Ihrem Browser geöffnet"
- },
- "do-not-disturb": {
- "enabled": "'Nicht stören' aktiviert",
- "disabled": "'Nicht stören' deaktiviert",
- "enabled-desc": "Sie finden diese Benachrichtigungen in Ihrem Verlauf.",
- "disabled-desc": "Alle Benachrichtigungen werden angezeigt."
- },
- "power-profile": {
- "changed": "Energieprofil geändert",
- "profile-name": "\"{profile}\""
- },
- "battery": {
- "low": "Niedriger Batteriestand",
- "low-desc": "Batterie ist bei {percent}%. Bitte schließen Sie das Ladegerät an."
- },
- "battery-manager": {
- "title": "Batterieschwelle",
- "set-success-desc": "Batterieschwelle auf {percent}% gesetzt",
- "initial-setup": "Ersteinrichtung erforderlich",
- "set-failed": "Fehler beim Setzen der Batterieschwelle",
- "install-success": "Erfolgreich installiert",
- "install-missing": "Erforderliche Dateien fehlen",
- "install-unsupported": "System wird nicht unterstützt",
- "install-failed": "Installation fehlgeschlagen",
- "uninstall-setup": "Deinstallation, Authentifizierung erforderlich",
- "uninstall-success": "Erfolgreich deinstalliert",
- "uninstall-failed": "Deinstallation fehlgeschlagen"
- },
- "missing-control-center": {
- "label": "Letztes Kontrollzentrum-Widget entfernt",
- "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."
- }
- },
- "setup": {
- "customize": {
- "header": "Erlebnis anpassen",
- "subheader": "Leistenposition, Dichte, Skalierung und mehr einstellen."
- },
- "appearance": {
- "header": "Erscheinungsbild",
- "subheader": "Dunkelmodus und Farbquellen wählen (Matugen oder vordefiniert)."
- },
- "wallpaper": {
- "header": "Wählen Sie Ihr Hintergrundbild",
- "subheader": "Bestimmen Sie die Stimmung mit einem schönen Hintergrund.",
- "select-prompt": "Wählen Sie unten ein Hintergrundbild",
- "preview-error": "Bild konnte nicht geladen werden",
- "none-in-dir": "Keine Hintergrundbilder im Verzeichnis gefunden",
- "no-dir": "Kein Hintergrundbild-Verzeichnis ausgewählt",
- "no-valid": "Keine gültigen Bilddateien gefunden in: {dir}",
- "choose-dir": "Wählen Sie ein Verzeichnis mit Ihren Hintergrundbildern",
- "dir": {
- "label": "Hintergrundbild-Verzeichnis",
- "description": "Wählen Sie den Ordner mit Ihren Hintergrundbildern",
- "browse": "Ordner auswählen",
- "select-title": "Hintergrundbild-Ordner wählen"
- }
- },
- "welcome": {
- "note": "Nur ein paar Grundeinstellungen – alle Optionen befinden sich in den Einstellungen"
+ "password": "Passwort",
+ "saved": "Gespeichert",
+ "scan-again": "Erneut scannen",
+ "searching": "Suche nach nahegelegenen Netzwerken...",
+ "title": "WLAN"
}
}
}
diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json
index 669e9010..686eb73a 100644
--- a/Assets/Translations/en.json
+++ b/Assets/Translations/en.json
@@ -1,1498 +1,338 @@
{
- "settings": {
- "general": {
- "title": "General",
- "launch-setup-wizard": "Launch the setup wizard",
- "profile": {
- "section": {
- "label": "Profile",
- "description": "Edit your user details and avatar."
- },
- "picture": {
- "label": "{user}'s Profile picture",
- "description": "Your profile picture that appears throughout the interface."
- },
- "select-avatar": "Select avatar image"
- },
- "screen-corners": {
- "section": {
- "label": "Screen corners",
- "description": "Customize screen corner rounding and visual effects."
- },
- "show-corners": {
- "label": "Show screen corners",
- "description": "Display rounded corners on the edge of the screen."
- },
- "solid-black": {
- "label": "Solid black corners",
- "description": "Use solid black instead of the bar background color."
- },
- "radius": {
- "label": "Screen corners radius",
- "description": "Adjust the rounded corners of the screen.",
- "reset": "Reset screen corners radius"
- }
- },
- "fonts": {
- "reset-scaling": "Reset scaling",
- "section": {
- "label": "Fonts",
- "description": "Choose the fonts used throughout the interface."
- },
- "default": {
- "label": "Default font",
- "description": "Main font used throughout the interface.",
- "placeholder": "Select default font...",
- "search-placeholder": "Search font...",
- "scale": {
- "label": "Default font size",
- "description": "Increase or decrease the size of the standard text."
- }
- },
- "monospace": {
- "label": "Monospaced font",
- "description": "Monospaced font used for numbers and stats display.",
- "placeholder": "Select monospace font...",
- "search-placeholder": "Search monospace font...",
- "scale": {
- "label": "Monospaced font size",
- "description": "Increase or decrease the size of the monospaced text."
- }
- }
- },
- "language": {
- "section": {
- "label": "Language",
- "description": "Choose your preferred language for the application."
- },
- "select": {
- "label": "Application Language",
- "description": "Select the language used in the application's interface.",
- "auto-detect": "Automatic"
- }
- }
- },
- "audio": {
- "title": "Audio",
- "volumes": {
- "section": {
- "label": "Volumes",
- "description": "Adjust volume controls and audio levels."
- },
- "output-volume": {
- "label": "Output volume",
- "description": "System-wide volume level."
- },
- "mute-output": {
- "label": "Mute audio output",
- "description": "Mute the system's main audio output."
- },
- "input-volume": {
- "label": "Input volume",
- "description": "Microphone input volume level."
- },
- "mute-input": {
- "label": "Mute audio input",
- "description": "Mute the default audio input (microphone)."
- },
- "step-size": {
- "label": "Volume step size",
- "description": "Adjust the step size for volume changes (scroll wheel, keyboard shortcuts)."
- },
- "volume-overdrive": {
- "label": "Allow volume overdrive",
- "description": "Allow raising volume above 100%. May not be supported by all hardware."
- }
- },
- "devices": {
- "section": {
- "label": "Audio devices",
- "description": "Configure available audio input and output devices."
- },
- "output-device": {
- "label": "Output device",
- "description": "Select the desired audio output device."
- },
- "input-device": {
- "label": "Input device",
- "description": "Select the desired audio input device."
- }
- },
- "media": {
- "section": {
- "label": "Media players",
- "description": "Set your preferred and ignored media applications."
- },
- "primary-player": {
- "label": "Primary player",
- "description": "Enter a keyword to identify your main player.",
- "placeholder": "e.g. spotify, vlc, mpv"
- },
- "excluded-player": {
- "label": "Excluded player",
- "description": "Add keywords for players you want the system to ignore. Each keyword should be on a new line.",
- "placeholder": "type substring and press +"
- },
- "visualizer-type": {
- "label": "Visualization type",
- "description": "Choose a visualization type for media playback"
- },
- "frame-rate": {
- "label": "Frame rate",
- "description": "Higher rates are smoother but use more resources."
- },
- "scrolling-title": {
- "label": "Scrolling title",
- "description": "Enable continuous scrolling for long media titles"
- },
- "scrolling-speed": {
- "label": "Scrolling speed",
- "description": "Time in seconds for the title to scroll from start to end"
- }
- }
- },
- "display": {
- "title": "Display",
- "monitors": {
- "section": {
- "label": "Per-monitor settings",
- "description": "Adjust settings brightness for each display."
- },
- "brightness": "Brightness",
- "brightness-step": {
- "label": "Brightness step size",
- "description": "Adjust the step size for brightness changes (scroll wheel and keyboard shortcuts)."
- },
- "enforce-minimum": {
- "label": "Enforce minimum brightness (1%)",
- "description": "Solves the problem of backlight completely turning off on some displays at 0% brightness."
- },
- "external-brightness": {
- "label": "External brightness support",
- "description": "Enable DDCUtil support for controlling brightness on external displays via DDC/CI protocol."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Brightness control unavailable. Enable \"External brightness support\" to control this display's brightness.",
- "generic": "Brightness control is not available for this display."
- }
- },
- "night-light": {
- "section": {
- "label": "Night light",
- "description": "Reduce blue light emission to help you sleep better and reduce eye strain."
- },
- "enable": {
- "label": "Enable night light",
- "description": "Apply a warm color filter to reduce blue light emission."
- },
- "temperature": {
- "label": "Color temperature",
- "description": "Set the color warmth for nighttime and daytime.",
- "night": "Night",
- "day": "Day"
- },
- "auto-schedule": {
- "label": "Automatic scheduling",
- "description": "Based on the sunset and sunrise time in {location} - recommended."
- },
- "manual-schedule": {
- "label": "Manual scheduling",
- "description": "Set custom times for sunrise and sunset.",
- "sunrise": "Sunrise time",
- "sunset": "Sunset time",
- "select-start": "Select start time",
- "select-stop": "Select stop time"
- },
- "force-activation": {
- "label": "Force activation",
- "description": "Ignores the schedule and applies the night filter immediately."
- }
- }
- },
- "bar": {
- "title": "Bar",
- "appearance": {
- "section": {
- "label": "Appearance",
- "description": "Customize the bar's appearance and position."
- },
- "position": {
- "label": "Bar position",
- "description": "Choose where to place the bar on the screen."
- },
- "density": {
- "label": "Bar density",
- "description": "Adjust the bar's padding for a compact or spacious look."
- },
- "background-opacity": {
- "label": "Background opacity",
- "description": "Adjust the background opacity of the bar."
- },
- "show-capsule": {
- "label": "Show capsule",
- "description": "Show widget backgrounds."
- },
- "floating": {
- "label": "Floating bar",
- "description": "Displays the bar as a floating 'pill'."
- },
- "outer-corners": {
- "label": "Outer corners",
- "description": "Displays outwardly curved corners on the bar."
- },
- "margins": {
- "label": "Margins",
- "description": "Adjust the margins around the floating bar.",
- "vertical": "Vertical",
- "horizontal": "Horizontal"
- }
- },
- "widgets": {
- "section": {
- "label": "Widgets positioning",
- "description": "Drag and drop widgets to reorder them. Badges indicate usage: [L]eft, [C]enter, [R]ight."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitors display",
- "description": "Show bar on specific monitors. Defaults to all if none are chosen."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Blacklist",
- "description": "Add tray exclusion rules, supports wildcards (*).",
- "placeholder": "e.g., nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "Enable dock",
- "description": "Show or hide the dock entirely"
- },
- "appearance": {
- "section": {
- "label": "Appearance",
- "description": "Customize the dock's behavior and appearance."
- },
- "display": {
- "label": "Display",
- "description": "Choose how the dock behaves.",
- "always-visible": "Always visible",
- "auto-hide": "Auto hide",
- "exclusive": "Exclusive"
- },
- "background-opacity": {
- "label": "Background opacity",
- "description": "Adjust the dock's background opacity."
- },
- "floating-distance": {
- "label": "Dock floating distance",
- "description": "Set the distance between the dock and the edge of the screen."
- },
- "icon-size": {
- "label": "Dock size",
- "description": "Adjust the overall size of the dock."
- },
- "colorize-icons": {
- "label": "Colorize Icons",
- "description": "Apply theme colors to dock app icons (non-focused apps only)."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitor display",
- "description": "Show dock on specific monitors. Defaults to all if none are chosen."
- },
- "only-same-output": {
- "label": "Only apps from same output",
- "description": "Show only apps from the output where the dock is located."
- }
- }
- },
- "launcher": {
- "title": "Launcher",
- "settings": {
- "section": {
- "label": "Appearance",
- "description": "Customize the launcher's behavior and appearance."
- },
- "position": {
- "label": "Position",
- "description": "Choose where the launcher panel appears."
- },
- "background-opacity": {
- "label": "Background opacity",
- "description": "Adjust the background opacity of the launcher."
- },
- "clipboard-history": {
- "label": "Enable clipboard history",
- "description": "Access previously copied items from the launcher."
- },
- "sort-by-usage": {
- "label": "Sort by most used",
- "description": "When enabled, frequently launched apps appear first in the list."
- },
- "use-app2unit": {
- "label": "Use App2Unit to launch applications",
- "description": "Uses an alternative launch method to better manage app processes and prevent issues."
- },
- "terminal-command": {
- "label": "Terminal command",
- "description": "Command to launch a terminal. E.g., 'kitty -e' or 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Custom launch prefix",
- "description": "Prefix commands with a custom launcher (e.g., 'runapp' for systemd integration)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Enable custom launch prefix",
- "description": "Use a custom prefix for launching applications instead of the default method."
- }
- }
- },
- "notifications": {
- "title": "Notifications",
- "settings": {
- "section": {
- "label": "Appearance",
- "description": "Configure notifications appearance and behavior."
- },
- "do-not-disturb": {
- "label": "Do not disturb",
- "description": "Disable all notification popups when enabled."
- },
- "enable-osd": {
- "label": "Enable on screen display",
- "description": "Show volume and brightness changes in real-time."
- },
- "location": {
- "label": "Location",
- "description": "Where notifications appear on screen."
- },
- "always-on-top": {
- "label": "Always on top",
- "description": "Display notifications above fullscreen windows and other layers."
- },
- "background-opacity": {
- "label": "Background opacity",
- "description": "Adjust the opacity of notification backgrounds."
- }
- },
- "duration": {
- "section": {
- "label": "Notification duration",
- "description": "Configure how long notifications stay visible based on their urgency level."
- },
- "respect-expire": {
- "label": "Respect expire timeout",
- "description": "Use the expire timeout set in the notification."
- },
- "low-urgency": {
- "label": "Low urgency",
- "description": "How long low priority notifications stay visible."
- },
- "normal-urgency": {
- "label": "Normal urgency",
- "description": "How long normal priority notifications stay visible."
- },
- "critical-urgency": {
- "label": "Critical urgency",
- "description": "How long critical priority notifications stay visible."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitors display",
- "description": "Show notification on specific monitors. Defaults to all if none are chosen."
- }
- }
- },
- "osd": {
- "title": "On-Screen Display",
- "description": "Configure on-screen indicators such as volume and brightness overlays.",
- "section": {
- "general": {
- "label": "General",
- "description": "Configure visibility and behavior of OSD."
- }
- },
- "enabled": {
- "label": "Enable on screen display",
- "description": "Show volume and brightness changes in real-time."
- },
- "always-on-top": {
- "label": "Always on top",
- "description": "Display OSD above fullscreen windows and other layers."
- },
- "location": {
- "label": "Location",
- "description": "Where on-screen displays appear."
- },
- "duration": {
- "section": {
- "label": "Auto-hide timeout",
- "description": "How long OSD remains visible before hiding automatically."
- },
- "auto-hide": {
- "label": "Auto-hide after",
- "description": "Adjust the time before OSD disappears."
- }
- },
- "monitors": {
- "section": {
- "label": "Monitors display",
- "description": "Show OSD on specific monitors. Defaults to all if none are chosen."
- }
- }
- },
- "wallpaper": {
- "title": "Wallpaper",
- "settings": {
- "section": {
- "label": "Wallpaper settings",
- "description": "Control how wallpapers are managed and displayed."
- },
- "enable-management": {
- "label": "Enable wallpaper management",
- "description": "Manage wallpapers with Noctalia. Uncheck if you prefer using another application."
- },
- "folder": {
- "label": "Wallpaper folder",
- "description": "Path to your main wallpaper folder.",
- "tooltip": "Browse for wallpaper folder"
- },
- "recursive-search": {
- "label": "Search subfolders",
- "description": "Also search for wallpapers in subfolders of the wallpaper directory."
- },
- "monitor-specific": {
- "label": "Monitor-specific directories",
- "description": "Set a different wallpaper folder for each monitor.",
- "tooltip": "Browse for wallpaper folder"
- },
- "selector-position": {
- "label": "Position",
- "description": "Choose where the wallpaper selector panel appears."
- },
- "select-folder": "Select wallpaper folder",
- "select-monitor-folder": "Select monitor wallpaper folder"
- },
- "look-feel": {
- "section": {
- "label": "Look & feel"
- },
- "fill-mode": {
- "label": "Fill mode",
- "description": "Select how the image should scale to match your monitor's resolution."
- },
- "fill-color": {
- "label": "Fill color",
- "description": "Choose a fill color that may appear behind the wallpaper."
- },
- "transition-type": {
- "label": "Transition type",
- "description": "Animation type when switching between wallpapers."
- },
- "transition-duration": {
- "label": "Transition duration",
- "description": "Duration of transition animations in seconds."
- },
- "edge-smoothness": {
- "label": "Soften transition edge",
- "description": "Applies a soft, feathered effect to the edge of transitions."
- }
- },
- "automation": {
- "section": {
- "label": "Automation"
- },
- "random-wallpaper": {
- "label": "Random wallpaper",
- "description": "Schedule random wallpaper changes at regular intervals."
- },
- "interval": {
- "label": "Wallpaper interval",
- "description": "How often to change wallpapers automatically."
- },
- "custom-interval": {
- "label": "Custom interval",
- "description": "Enter time as HH:MM (e.g., 01:30)."
- }
- }
- },
- "color-scheme": {
- "title": "Color scheme",
- "color-source": {
- "section": {
- "label": "Color source",
- "description": "Main settings for Noctalia's colors."
- },
- "use-wallpaper-colors": {
- "label": "Use wallpaper colors",
- "description": "Generate color schemes from your wallpaper using Matugen. Automatically extracts colors to create a cohesive theme."
- },
- "matugen-scheme-type": {
- "label": "Matugen scheme type",
- "description": {
- "scheme-content": "Derives colors that closely match the underlying image",
- "scheme-expressive": "Vibrant palette with playful saturation",
- "scheme-fidelity": "High-fidelity palette that preserves source hues",
- "scheme-fruit-salad": "Colorful mix of bright contrasting accents",
- "scheme-monochrome": "Minimal palette built around a single hue",
- "scheme-neutral": "Muted palette with subdued and calming tones",
- "scheme-rainbow": "Diverse palette spanning the full spectrum",
- "scheme-tonal-spot": "Balanced palette with focused accents"
- }
- }
- },
- "dark-mode": {
- "switch": {
- "label": "Dark mode",
- "description": "Switches to a darker theme for easier viewing at night."
- },
- "mode": {
- "label": "Dark mode schedule",
- "description": "Enables automatic switching between light and dark mode.",
- "off": "Off",
- "manual": "Manual",
- "location": "Location"
- }
- },
- "predefined": {
- "section": {
- "label": "Predefined color schemes",
- "description": "Choose from a collection of predefined color schemes."
- },
- "generate-templates": {
- "label": "Generate templates for predefined schemes",
- "description": "Generate Matugen templates (GTK, terminal themes, etc.) when using predefined color schemes."
- }
- },
- "templates": {
- "section": {
- "label": "Templates",
- "description": "Apply colors to external applications."
- },
- "ui": {
- "label": "UI",
- "description": "Desktop environment and UI toolkit theming.",
- "gtk": {
- "description": "Write {filepath}"
- },
- "qt": {
- "description": "Write {filepath}"
- },
- "kcolorscheme": {
- "description": "Write {filepath}"
- }
- },
- "terminal": {
- "label": "Terminal",
- "description": "Terminal emulator theming.",
- "alacritty": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "kitty": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "ghostty": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "foot": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "wezterm": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- }
- },
- "programs": {
- "label": "Programs",
- "description": "Application-specific theming.",
- "fuzzel": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "vicinae": {
- "description": "Write {filepath} and reload",
- "description-missing": "Requires {app} to be installed"
- },
- "walker": {
- "description": "Write {filepath} and set theme to noctalia",
- "description-missing": "Requires {app} to be installed"
- },
- "discord": {
- "description": "Write {filepath} for {client}. Hyprluna theme needs to be activated manually.",
- "description-missing": "No Discord client detected. Install vencord, vesktop, webcord, armcord, equibop, lightcord, or dorion."
- },
- "pywalfox": {
- "description": "Write {filepath} and run pywalfox update",
- "description-missing": "Requires {app} to be installed"
- },
- "code": {
- "description": "Write {filepath}. Hyprluna theme needs to be installed and activated manually.",
- "description-missing": "Requires {app} to be installed"
- }
- },
- "misc": {
- "label": "Misc",
- "description": "Additional configuration options.",
- "user-templates": {
- "label": "User templates",
- "description": "Enable user-defined Matugen config. A template file will be created at ~/.config/noctalia/user-templates.toml on first enable"
- }
- }
- }
- },
- "location": {
- "title": "Location",
- "location": {
- "section": {
- "label": "Your location",
- "description": "Get accurate weather and night light scheduling by setting your location."
- },
- "search": {
- "label": "Search for a location",
- "description": "e.g., Toronto, ON",
- "placeholder": "Enter the location name"
- }
- },
- "weather": {
- "section": {
- "label": "Weather",
- "description": "Choose your preferred temperature unit."
- },
- "enabled": {
- "label": "Enable weather",
- "description": "Show weather information throughout the interface and fetch weather data. When disabled, all weather elements will be hidden and no network requests will be made."
- },
- "fahrenheit": {
- "label": "Display temperature in Fahrenheit (°F)",
- "description": "Display temperature in Fahrenheit instead of Celsius."
- },
- "show-in-calendar": {
- "label": "Display weather in calendar",
- "description": "Show the daily weather forecast directly in your calendar view."
- }
- },
- "date-time": {
- "section": {
- "label": "Date & time",
- "description": "Customize how date and time appear."
- },
- "12hour-format": {
- "label": "Use 12-hour time format",
- "description": "Displays time in 12-hour format on the lock screen and calendar. The bar clock has its own settings."
- },
- "week-numbers": {
- "label": "Show week numbers",
- "description": "Displays the week of the year (e.g., Week 38) in the calendar."
- },
- "first-day-of-week": {
- "label": "First day of week",
- "description": "Choose which day starts the week in the calendar.",
- "automatic": "Automatic (use system locale)"
- },
- "show-events": {
- "label": "Show calendar events",
- "description": "Display events in the calendar panel."
- },
- "use-analog": {
- "label": "Use analog style clock",
- "description": "Show an analog style clock on the calendar window and lock screen."
- }
- }
- },
- "network": {
- "title": "Network",
- "section": {
- "description": "Manage Wi-Fi and Bluetooth connections."
- },
- "wifi": {
- "label": "Enable Wi-Fi"
- },
- "bluetooth": {
- "label": "Enable Bluetooth"
- }
- },
- "screen-recorder": {
- "title": "Screen recorder",
- "general": {
- "section": {
- "label": "General settings",
- "description": "Manage screen recording output and content."
- },
- "output-folder": {
- "label": "Output folder",
- "description": "Folder where screen recordings will be saved.",
- "tooltip": "Browse for output folder"
- },
- "show-cursor": {
- "label": "Show cursor",
- "description": "Record mouse cursor in the video."
- },
- "select-output-folder": "Select output folder"
- },
- "video": {
- "section": {
- "label": "Video settings",
- "description": "Configure video recording options."
- },
- "video-source": {
- "label": "Video source",
- "description": "Portal is recommended, if you get artifacts try Screen."
- },
- "frame-rate": {
- "label": "Frame rate",
- "description": "Target frame rate for screen recordings."
- },
- "video-quality": {
- "label": "Video quality",
- "description": "Higher quality results in larger file sizes."
- },
- "video-codec": {
- "label": "Video codec",
- "description": "h264 is the most common codec."
- },
- "color-range": {
- "label": "Color range",
- "description": "Limited is recommended for better compatibility."
- }
- },
- "audio": {
- "section": {
- "label": "Audio settings",
- "description": "Configure audio recording options."
- },
- "audio-source": {
- "label": "Audio source",
- "description": "Audio source to capture during recording."
- },
- "audio-codec": {
- "label": "Audio codec",
- "description": "Opus is recommended for best performance and smallest audio size."
- }
- }
- },
- "about": {
- "title": "About",
- "noctalia": {
- "section": {
- "label": "Noctalia shell",
- "description": "A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell."
- },
- "latest-version": "Latest version:",
- "installed-version": "Installed version:",
- "download-latest": "Download latest release"
- },
- "contributors": {
- "section": {
- "label": "Contributors",
- "description": "Shout-out to our {count} awesome contributor!",
- "description_plural": "Shout-out to our {count} awesome contributors!"
- }
- },
- "support": "Support us"
- },
- "hooks": {
- "title": "Hooks",
- "system-hooks": {
- "section": {
- "label": "System hooks",
- "description": "Configure commands to be executed when system events occur."
- },
- "enable": {
- "label": "Enable hooks",
- "description": "Enable or disable all hook commands."
- }
- },
- "wallpaper-changed": {
- "label": "Wallpaper changed",
- "description": "Command to be executed when wallpaper changes.",
- "placeholder": "e.g., notify-send \"Wallpaper\" \"Changed\""
- },
- "theme-changed": {
- "label": "Theme changed",
- "description": "Command to be executed when theme toggles between dark and light mode.",
- "placeholder": "e.g., notify-send \"Theme\" \"Toggled\""
- },
- "info": {
- "command-info": {
- "label": "Hook Command Information",
- "description": "• Commands are executed via shell (sh -c)\n• Commands run in background (detached)\n• Test buttons execute with current values"
- },
- "parameters": {
- "label": "Available Parameters",
- "description": "• Wallpaper Hook: $1 = wallpaper path, $2 = screen name\n• Theme Toggle Hook: $1 = true/false (dark mode state)"
- }
- }
- },
- "control-center": {
- "title": "Control Center",
- "section": {
- "label": "Appearance",
- "description": "Configure the Control Center panel positioning and behavior."
- },
- "position": {
- "label": "Position",
- "description": "Choose where the Control Center panel appears when opened."
- },
- "cards": {
- "section": {
- "label": "Cards",
- "description": "Customize which controls appear in the Control Center and in what order."
- }
- },
- "shortcuts": {
- "section": {
- "label": "Shortcuts widgets",
- "description": "Configure and manage the shortcuts widgets."
- },
- "sectionLeft": "Left",
- "sectionRight": "Right",
- "custom-button": {
- "icon": {
- "label": "Icon",
- "description": "Select an icon from the library."
- },
- "browse": "Browse",
- "command": {
- "label": "Command",
- "description": "The command to execute when the button is clicked."
- },
- "tooltip": {
- "label": "Tooltip",
- "description": "The tooltip to show when hovering over the button."
- },
- "on-state-icon": {
- "label": "On State Icon",
- "description": "The icon for the button when it's in the 'on' state."
- },
- "on-clicked": {
- "label": "Left Click Command",
- "description": "Command to execute when the button is left-clicked."
- },
- "on-right-clicked": {
- "label": "Right Click Command",
- "description": "Command to execute when the button is right-clicked."
- },
- "on-middle-clicked": {
- "label": "Middle Click Command",
- "description": "Command to execute when the button is middle-clicked."
- },
- "on-state-command": {
- "label": "On State Check Command",
- "description": "Command to execute to check if the button should be in the 'on' state. Returns 0 for on, non-zero for off."
- },
- "general-tooltip-text": {
- "label": "General Tooltip Text",
- "description": "General description for the button's tooltip."
- },
- "enable-on-state-logic": {
- "label": "Enable On-State Logic",
- "description": "Enable a second icon and 'hot' state based on a check command."
- },
- "state-checks": {
- "label": "State Checks",
- "command": "Command to execute for this state check",
- "browse-icon": "Browse",
- "remove": "Remove",
- "add": "Add State Check"
- }
- },
- "dialog": {
- "cancel": "Cancel",
- "apply": "Apply"
- }
- }
- },
- "user-interface": {
- "title": "User interface",
- "section": {
- "label": "Appearance",
- "description": "Customize the look, feel, and behavior of the interface."
- },
- "tooltips": {
- "label": "Show tooltips",
- "description": "Enable or disable tooltips throughout the interface."
- },
- "scaling": {
- "label": "Interface scaling",
- "description": "Changes the size of the general user interface, excluding the bar.",
- "reset-scaling": "Reset interface scaling"
- },
- "shadows": {
- "label": "Drop shadows",
- "description": "Enables drop shadows under bars and panels."
- },
- "dim-desktop": {
- "label": "Dim desktop",
- "description": "Dim the desktop when panels or menus are open."
- },
- "border-radius": {
- "label": "Border radius",
- "description": "Controls the corner roundness of windows, buttons, and other elements.",
- "reset": "Reset border radius"
- },
- "animation-speed": {
- "label": "Animation speed",
- "description": "Adjust global animation speed.",
- "reset": "Reset animation speed"
- },
- "animation-disable": {
- "label": "Disable UI Animations",
- "description": "Disable all animations for a faster, more responsive experience."
- },
- "panels-attached-to-bar": {
- "label": "Attach panels to bar",
- "description": "When enabled, panels will be attached to the bar with beautiful inverted corner design"
- },
- "panels-overlay": {
- "label": "Open panels in overlay layer",
- "description": "Panels will appear above fullscreen windows"
- }
- },
- "lock-screen": {
- "title": "Lock screen",
- "compact-lockscreen": {
- "label": "Compact lock screen",
- "description": "Show only the login input and system controls, hiding weather and media widgets."
- },
- "lock-on-suspend": {
- "label": "Lock on suspend",
- "description": "Automatically lock the screen when suspending the system."
- }
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Placeholder"
- },
- "file-picker": {
- "title": "File Picker",
- "select-folder": "Select Folder",
- "select-file": "Select File",
- "search-placeholder": "Search files and folders...",
- "select-current": "Select Current",
- "cancel": "Cancel"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "12-hour time with minutes",
- "24hour-time-minutes": "24-hour time with minutes",
- "24hour-time-seconds": "24-hour time with seconds",
- "weekday-month-day": "Weekday, month and day",
- "iso-date": "ISO date format",
- "us-date": "US date format",
- "european-date": "European date format",
- "weekday-date": "Weekday with date"
- },
- "hour": {
- "no-leading-zero": "Hour without leading zero (0-23) - 24-hour format",
- "leading-zero": "Hour with leading zero (00-23) - 24-hour format"
- },
- "minute": {
- "no-leading-zero": "Minute without leading zero (0-59)",
- "leading-zero": "Minute with leading zero (00-59)"
- },
- "second": {
- "no-leading-zero": "Second without leading zero (0-59)",
- "leading-zero": "Second with leading zero (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM in uppercase",
- "lowercase": "am/pm in lowercase"
- },
- "timezone": {
- "abbreviation": "Timezone abbreviation"
- },
- "year": {
- "two-digit": "Year as two-digit number (00-99)",
- "four-digit": "Year as four-digit number"
- },
- "month": {
- "number-no-zero": "Month as number without leading zero (1-12)",
- "number-leading-zero": "Month as number with leading zero (01-12)",
- "abbreviated": "Abbreviated month name",
- "full": "Full month name"
- },
- "day": {
- "no-leading-zero": "Day without leading zero (1-31)",
- "leading-zero": "Day with leading zero (01-31)",
- "abbreviated": "Abbreviated day name",
- "full": "Full day name"
- }
- },
- "icon-picker": {
- "title": "Icon picker",
- "search": {
- "label": "Search"
- },
- "cancel": "Cancel",
- "apply": "Apply"
- },
- "color-picker": {
- "title": "Color picker",
- "hex": {
- "label": "Hex color",
- "description": "Enter a hexadecimal color code."
- },
- "rgb": {
- "label": "RGB values",
- "description": "Adjust red, green, blue, and brightness values."
- },
- "brightness": "Brightness",
- "theme-colors": {
- "label": "Theme colors",
- "description": "Quick access to your theme's color palette."
- },
- "palette": {
- "label": "Palette",
- "description": "Choose from a wide range of predefined colors."
- },
- "cancel": "Cancel",
- "apply": "Apply"
- },
- "text-input": {
- "clear": "Clear"
- }
+ "authentication": {
+ "error": "Authentication error",
+ "failed": "Authentication failed"
},
"bar": {
"widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Apply theme colors to active window icon.",
+ "label": "Colorize Icons"
+ },
+ "hide-mode": {
+ "description": "Controls how the widget behaves when no window is active.",
+ "label": "Hiding mode"
+ },
+ "max-width": {
+ "description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content.",
+ "label": "Maximum Width"
+ },
+ "scrolling-mode": {
+ "description": "Control when text scrolling is enabled for long window titles.",
+ "label": "Scrolling mode"
+ },
+ "show-app-icon": {
+ "description": "Display the application icon next to the window title.",
+ "label": "Show app icon"
+ },
+ "use-fixed-width": {
+ "description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content.",
+ "label": "Use Fixed Width"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Select the color for the visualizer.",
+ "label": "Fill Color"
+ },
+ "hide-when-idle": {
+ "description": "When enabled, the visualizer is hidden unless a player is actively playing.",
+ "label": "Hide when no media is playing"
+ },
+ "width": {
+ "description": "Custom component width.",
+ "label": "Width"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Choose how you'd like this value to appear.",
+ "label": "Display mode"
+ },
+ "low-battery-threshold": {
+ "description": "Show a warning when battery falls below this percentage.",
+ "label": "Low battery warning threshold"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Choose how you'd like this value to appear.",
+ "label": "Display mode"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Customize your clock's display by adding tokens from the list below. To use the 12-hour format, you must include the 'AP' token.",
+ "label": "Clock display"
+ },
+ "custom-font": {
+ "description": "Select a custom font for the clock display.",
+ "label": "Custom font",
+ "placeholder": "Select custom font...",
+ "search-placeholder": "Search fonts..."
+ },
+ "horizontal-bar": {
+ "description": "Tip: Use \\n to create a line break.",
+ "label": "Horizontal bar"
+ },
+ "preview": "Preview",
+ "use-custom-font": {
+ "description": "Override the default font selection with a custom font for the clock.",
+ "label": "Use custom font"
+ },
+ "use-monospaced-font": {
+ "description": "When enabled, the clock will use the monospaced font.",
+ "label": "Use monospaced font"
+ },
+ "use-primary-color": {
+ "description": "When enabled, this applies the primary color for emphasis.",
+ "label": "Use primary color"
+ },
+ "vertical-bar": {
+ "description": "Use a space to separate each part onto a new line.",
+ "label": "Vertical bar"
+ }
+ },
+ "control-center": {
+ "browse-file": "Browse File",
+ "browse-library": "Browse Library",
+ "icon": {
+ "description": "Select an icon from the library or a custom file.",
+ "label": "Icon"
+ },
+ "select-custom-icon": "Select a custom icon",
+ "use-distro-logo": {
+ "description": "Use your distribution's logo instead of a custom icon.",
+ "label": "Use distro logo instead of icon"
+ }
+ },
+ "custom-button": {
+ "browse": "Browse",
+ "collapse-condition": {
+ "description": "If the output text matches this value, the button will collapse.",
+ "label": "Collapse condition"
+ },
+ "display-command-output": {
+ "description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text.",
+ "label": "Display Command Output",
+ "stream-description": "Enter a command to run continuously."
+ },
+ "dynamic-text": "Dynamic text",
+ "icon": {
+ "description": "Select an icon from the library.",
+ "label": "Icon"
+ },
+ "left-click": {
+ "description": "Command to execute when the button is left-clicked.",
+ "label": "Left click"
+ },
+ "middle-click": {
+ "description": "Command to execute when the button is middle-clicked.",
+ "label": "Middle click"
+ },
+ "parse-json": {
+ "description": "Parse the command output as a JSON object to dynamically set text and icon.",
+ "label": "Parse output as JSON"
+ },
+ "refresh-interval": {
+ "description": "Interval in milliseconds.",
+ "label": "Refresh interval"
+ },
+ "right-click": {
+ "description": "Command to execute when the button is right-clicked.",
+ "label": "Right click"
+ },
+ "text-stream": {
+ "description": "Streamed lines from the command will be displayed as text on the button.",
+ "label": "Stream"
+ }
+ },
"dialog": {
- "cancel": "Cancel",
- "apply": "Apply"
+ "apply": "Apply",
+ "cancel": "Cancel"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Choose how you'd like this value to appear.",
+ "label": "Display mode"
+ }
+ },
+ "lock-keys": {
+ "browse": "Browse",
+ "show-caps-lock": {
+ "description": "Display caps lock status.",
+ "label": "Caps Lock"
+ },
+ "show-num-lock": {
+ "description": "Display num lock status.",
+ "label": "Num Lock"
+ },
+ "show-scroll-lock": {
+ "description": "Display scroll lock status.",
+ "label": "Scroll Lock"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Controls how the widget behaves when no media is playing.",
+ "label": "Hiding mode"
+ },
+ "max-width": {
+ "description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content.",
+ "label": "Maximum Width"
+ },
+ "no-active-player": "No active player",
+ "scrolling-mode": {
+ "description": "Control when text scrolling is enabled for long track titles.",
+ "label": "Scrolling mode"
+ },
+ "show-album-art": {
+ "description": "Display the album artwork for the currently playing track.",
+ "label": "Show album art"
+ },
+ "show-visualizer": {
+ "description": "Display an audio visualizer when music is playing.",
+ "label": "Show visualizer"
+ },
+ "use-fixed-width": {
+ "description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content.",
+ "label": "Use Fixed Width"
+ },
+ "visualizer-type": {
+ "description": "Choose the style of audio visualizer to display.",
+ "label": "Visualizer type"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Choose how you'd like this value to appear.",
+ "label": "Display mode"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Hide the notification badge when there are no unread notifications.",
+ "label": "Hide badge when zero"
+ },
+ "show-unread-badge": {
+ "description": "Display a badge showing the number of unread notifications.",
+ "label": "Show unread badge"
+ }
},
"section-editor": {
"placeholder": "Select a widget to add...",
"search-placeholder": "Search widget..."
},
- "active-window": {
- "hide-mode": {
- "label": "Hiding mode",
- "description": "Controls how the widget behaves when no window is active."
- },
- "show-app-icon": {
- "label": "Show app icon",
- "description": "Display the application icon next to the window title."
- },
- "scrolling-mode": {
- "label": "Scrolling mode",
- "description": "Control when text scrolling is enabled for long window titles."
- },
- "max-width": {
- "label": "Maximum Width",
- "description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content."
- },
- "use-fixed-width": {
- "label": "Use Fixed Width",
- "description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content."
- },
- "colorize-icons": {
- "label": "Colorize Icons",
- "description": "Apply theme colors to active window icon."
+ "spacer": {
+ "width": {
+ "description": "Spacing width in pixels",
+ "label": "Width"
}
},
"system-monitor": {
- "cpu-usage": {
- "label": "CPU usage",
- "description": "Display current CPU usage percentage."
- },
"cpu-temperature": {
- "label": "CPU temperature",
- "description": "Show CPU temperature readings if available."
+ "description": "Show CPU temperature readings if available.",
+ "label": "CPU temperature"
},
- "memory-usage": {
- "label": "Memory usage",
- "description": "Display current RAM usage information."
+ "cpu-usage": {
+ "description": "Display current CPU usage percentage.",
+ "label": "CPU usage"
},
"memory-percentage": {
- "label": "Memory as percentage",
- "description": "Show memory usage as a percentage instead of absolute values."
+ "description": "Show memory usage as a percentage instead of absolute values.",
+ "label": "Memory as percentage"
+ },
+ "memory-usage": {
+ "description": "Display current RAM usage information.",
+ "label": "Memory usage"
},
"network-traffic": {
- "label": "Network traffic",
- "description": "Display network upload and download speeds."
+ "description": "Display network upload and download speeds.",
+ "label": "Network traffic"
},
"storage-usage": {
- "label": "Storage usage",
- "description": "Show disk space usage information."
+ "description": "Show disk space usage information.",
+ "label": "Storage usage"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Show unread badge",
- "description": "Display a badge showing the number of unread notifications."
- },
- "hide-badge-when-zero": {
- "label": "Hide badge when zero",
- "description": "Hide the notification badge when there are no unread notifications."
- }
- },
- "battery": {
- "display-mode": {
- "label": "Display mode",
- "description": "Choose how you'd like this value to appear."
- },
- "low-battery-threshold": {
- "label": "Low battery warning threshold",
- "description": "Show a warning when battery falls below this percentage."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Use distro logo instead of icon",
- "description": "Use your distribution's logo instead of a custom icon."
- },
- "icon": {
- "label": "Icon",
- "description": "Select an icon from the library or a custom file."
- },
- "browse-library": "Browse Library",
- "browse-file": "Browse File",
- "select-custom-icon": "Select a custom icon"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Display mode",
- "description": "Choose how you'd like this value to appear."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Display mode",
- "description": "Choose how you'd like this value to appear."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Label Mode",
- "description": "Choose how workspace labels are displayed."
- },
- "hide-unoccupied": {
- "label": "Hide unoccupied",
- "description": "Don't display workspaces without windows."
- },
- "character-count": {
- "label": "Character count",
- "description": "Number of characters to display from workspace names (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Display mode",
- "description": "Choose how you'd like this value to appear."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Display mode",
- "description": "Choose how you'd like this value to appear."
- }
- },
- "spacer": {
- "width": {
- "label": "Width",
- "description": "Spacing width in pixels"
- }
- },
- "custom-button": {
- "icon": {
- "label": "Icon",
- "description": "Select an icon from the library."
- },
- "browse": "Browse",
- "left-click": {
- "label": "Left click",
- "description": "Command to execute when the button is left-clicked."
- },
- "right-click": {
- "label": "Right click",
- "description": "Command to execute when the button is right-clicked."
- },
- "middle-click": {
- "label": "Middle click",
- "description": "Command to execute when the button is middle-clicked."
- },
- "dynamic-text": "Dynamic text",
- "text-stream": {
- "label": "Stream",
- "description": "Streamed lines from the command will be displayed as text on the button."
- },
- "display-command-output": {
- "label": "Display Command Output",
- "description": "Enter a command to run at a regular interval. The first line of its output will be displayed as text.",
- "stream-description": "Enter a command to run continuously."
- },
- "refresh-interval": {
- "label": "Refresh interval",
- "description": "Interval in milliseconds."
- },
- "collapse-condition": {
- "label": "Collapse condition",
- "description": "If the output text matches this value, the button will collapse."
- },
- "parse-json": {
- "label": "Parse output as JSON",
- "description": "Parse the command output as a JSON object to dynamically set text and icon."
- }
- },
- "media-mini": {
- "hide-mode": {
- "label": "Hiding mode",
- "description": "Controls how the widget behaves when no media is playing."
- },
- "show-album-art": {
- "label": "Show album art",
- "description": "Display the album artwork for the currently playing track."
- },
- "show-visualizer": {
- "label": "Show visualizer",
- "description": "Display an audio visualizer when music is playing."
- },
- "visualizer-type": {
- "label": "Visualizer type",
- "description": "Choose the style of audio visualizer to display."
- },
- "max-width": {
- "label": "Maximum Width",
- "description": "Sets the maximum horizontal size of the widget. The widget will shrink to fit shorter content."
- },
- "use-fixed-width": {
- "label": "Use Fixed Width",
- "description": "When enabled, the widget will always use the maximum width instead of dynamically adjusting to content."
- },
- "scrolling-mode": {
- "label": "Scrolling mode",
- "description": "Control when text scrolling is enabled for long track titles."
- },
- "no-active-player": "No active player"
- },
- "clock": {
- "use-primary-color": {
- "label": "Use primary color",
- "description": "When enabled, this applies the primary color for emphasis."
- },
- "use-monospaced-font": {
- "label": "Use monospaced font",
- "description": "When enabled, the clock will use the monospaced font."
- },
- "use-custom-font": {
- "label": "Use custom font",
- "description": "Override the default font selection with a custom font for the clock."
- },
- "custom-font": {
- "label": "Custom font",
- "description": "Select a custom font for the clock display.",
- "placeholder": "Select custom font...",
- "search-placeholder": "Search fonts..."
- },
- "clock-display": {
- "label": "Clock display",
- "description": "Customize your clock's display by adding tokens from the list below. To use the 12-hour format, you must include the 'AP' token."
- },
- "horizontal-bar": {
- "label": "Horizontal bar",
- "description": "Tip: Use \\n to create a line break."
- },
- "vertical-bar": {
- "label": "Vertical bar",
- "description": "Use a space to separate each part onto a new line."
- },
- "preview": "Preview"
- },
"taskbar": {
+ "colorize-icons": {
+ "description": "Apply theme colors to taskbar icons.",
+ "label": "Colorize Icons"
+ },
"hide-mode": {
- "label": "Hiding mode",
- "description": "Controls how the widget behaves when there are no matching windows."
+ "description": "Controls how the widget behaves when there are no matching windows.",
+ "label": "Hiding mode"
},
"only-active-workspaces": {
- "label": "Only from active workspaces",
- "description": "Show only apps from active workspaces."
+ "description": "Show only apps from active workspaces.",
+ "label": "Only from active workspaces"
},
"only-same-output": {
- "label": "Only from same output",
- "description": "Show only apps from the output where the bar is located."
- },
- "colorize-icons": {
- "label": "Colorize Icons",
- "description": "Apply theme colors to taskbar icons."
+ "description": "Show only apps from the output where the bar is located.",
+ "label": "Only from same output"
}
},
"tray": {
"colorize-icons": {
- "label": "Colorize Icons",
- "description": "Apply theme colors to tray icons."
+ "description": "Apply theme colors to tray icons.",
+ "label": "Colorize Icons"
}
},
- "audio-visualizer": {
- "width": {
- "label": "Width",
- "description": "Custom component width."
- },
- "color-name": {
- "label": "Fill Color",
- "description": "Select the color for the visualizer."
- },
- "hide-when-idle": {
- "label": "Hide when no media is playing",
- "description": "When enabled, the visualizer is hidden unless a player is actively playing."
+ "volume": {
+ "display-mode": {
+ "description": "Choose how you'd like this value to appear.",
+ "label": "Display mode"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "label": "Caps Lock",
- "description": "Display caps lock status."
+ "workspace": {
+ "character-count": {
+ "description": "Number of characters to display from workspace names (1-10).",
+ "label": "Character count"
},
- "show-num-lock": {
- "label": "Num Lock",
- "description": "Display num lock status."
+ "hide-unoccupied": {
+ "description": "Don't display workspaces without windows.",
+ "label": "Hide unoccupied"
},
- "show-scroll-lock": {
- "label": "Scroll Lock",
- "description": "Display scroll lock status."
- },
- "browse": "Browse"
+ "label-mode": {
+ "description": "Choose how workspace labels are displayed.",
+ "label": "Label Mode"
+ }
}
}
},
- "notifications": {
+ "battery": {
+ "charging": "Charging.",
+ "charging-rate": "Charging rate: {rate} W.",
+ "discharging": "Discharging.",
+ "discharging-rate": "Discharging rate: {rate} W.",
+ "health": "Health: {percent}%",
+ "idle": "Idle.",
+ "no-battery-detected": "No battery detected.",
"panel": {
- "title": "Notifications",
- "no-notifications": "No notifications",
- "description": "Your notifications will show up here as they arrive.",
- "click-to-expand": "Click to expand"
- }
- },
- "wallpaper": {
- "panel": {
- "title": "Wallpaper selector",
- "apply-all-monitors": {
- "label": "Apply to all monitors",
- "description": "Apply selected wallpaper to all monitors at once."
- },
- "search": "Search:"
+ "balanced": "Balanced ({percent}%)",
+ "disabled": "Battery manager disabled",
+ "full": "Full capacity ({percent}%)",
+ "lifespan": "Extended lifespan ({percent}%)",
+ "title": "Charge threshold"
},
- "transitions": {
- "none": "None",
- "random": "Random",
- "fade": "Fade",
- "disc": "Disc",
- "stripes": "Stripes",
- "wipe": "Wipe"
- },
- "fill-modes": {
- "center": "Center",
- "crop": "Crop (Fill)",
- "fit": "Fit (Contain)",
- "stretch": "Stretch"
- },
- "no-match": "No match found.",
- "no-wallpaper": "No wallpaper found.",
- "try-different-search": "Try a different search query.",
- "configure-directory": "Configure your wallpaper directory with images."
+ "plugged-in": "Plugged in.",
+ "time-left": "Time left: {time}.",
+ "time-until-full": "Time until full: {time}."
},
"bluetooth": {
"panel": {
- "title": "Bluetooth",
+ "available-devices": "Available devices",
+ "connected-devices": "Connected devices",
"disabled": "Bluetooth is disabled",
"enable-message": "Enable Bluetooth to see available devices.",
- "connected-devices": "Connected devices",
"known-devices": "Known devices",
- "available-devices": "Available devices",
+ "pairing-mode": "Make sure your device is in pairing mode.",
"scanning": "Scanning for devices...",
- "pairing-mode": "Make sure your device is in pairing mode."
+ "title": "Bluetooth"
}
},
- "wifi": {
- "panel": {
- "title": "Wi-Fi",
- "disabled": "Wi-Fi is disabled",
- "enable-message": "Enable Wi-Fi to see available networks.",
- "searching": "Searching for nearby networks...",
- "connected": "Connected",
- "disconnecting": "Disconnecting...",
- "forgetting": "Forgetting...",
- "saved": "Saved",
- "disconnect": "Disconnect",
- "enter-password": "Enter password...",
- "connect": "Connect",
- "password": "Password",
- "forget-network": "Forget this network?",
- "forget": "Forget",
- "no-networks": "No networks found",
- "scan-again": "Scan again"
- }
- },
- "tooltips": {
- "refresh": "Refresh",
- "close": "Close",
- "up": "Up",
- "home": "Home",
- "refresh-wallpaper-list": "Refresh wallpaper list",
- "refresh-devices": "Refresh devices",
- "forget-network": "Forget network",
- "clear-history": "Clear history",
- "delete-notification": "Delete notification",
- "previous-month": "Previous month",
- "next-month": "Next month",
- "add-widget": "Add widget",
- "widget-settings": "Widget settings",
- "remove-widget": "Remove widget",
- "move-to-left-section": "Move to left section",
- "move-to-center-section": "Move to center section",
- "move-to-right-section": "Move to right section",
- "open-settings": "Open settings",
- "session-menu": "Session Menu",
- "cancel-timer": "Cancel timer",
- "start-screen-recording": "Start screen recording",
- "stop-screen-recording": "Stop screen recording",
- "screen-recorder-not-installed": "Screen recorder is not installed",
- "keep-awake": "Keep awake",
- "enable-keep-awake": "Enable keep awake",
- "disable-keep-awake": "Disable keep awake",
- "wallpaper-selector": "Left click: Open wallpaper selector.\nRight click: Set random wallpaper.",
- "do-not-disturb-enabled": "'Do not disturb' enabled",
- "do-not-disturb-disabled": "'Do not disturb' disabled",
- "connect-disconnect-devices": "Left click to connect. Right click to forget.",
- "set-power-profile": "Set \"{profile}\" power profile",
- "switch-to-light-mode": "Switch to light mode",
- "switch-to-dark-mode": "Switch to dark mode",
- "night-light-disabled": "Night light is disabled.\nLeft click to cycle mode.\nRight click to access settings.",
- "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.",
- "click-to-start-recording": "Click to start recording",
- "click-to-stop-recording": "Click to stop recording",
- "open-control-center": "Open control center",
- "volume-at": "Output volume at {volume}%\nLeft click for settings. Right click to toggle mute.\nScroll to modify volume.",
- "microphone-volume-at": "Microphone volume at {volume}%\nLeft click for settings. Right click to toggle mute.\nScroll to modify volume.",
- "brightness-at": "Brightness: {brightness}%\nRight click for settings.\nScroll to modify brightness.",
- "manage-wifi": "Manage Wi-Fi",
- "bluetooth-devices": "Bluetooth devices",
- "open-notification-history-enable-dnd": "Open notification history\nRight-click to enable \"Do not disturb\".",
- "open-notification-history-disable-dnd": "Open notification history\nRight-click to disable \"Do not disturb\".",
- "open-wallpaper-selector": "Open wallpaper selector",
- "previous-media": "Previous media",
- "pause": "Pause",
- "play": "Play",
- "next-media": "Next media",
- "power-profile": "'{profile}' power profile",
- "keyboard-layout": "{layout} keyboard layout",
- "output-muted": "Toggle output mute",
- "input-muted": "Toggle input mute"
- },
- "clock": {
- "tooltip": "Open calendar"
- },
"calendar": {
"panel": {
"week": "Week"
@@ -1501,222 +341,230 @@
"loading": "Loading weather…"
}
},
+ "clock": {
+ "tooltip": "Open calendar"
+ },
"dock": {
"menu": {
+ "close": "Close",
"focus": "Focus",
"pin": "Pin",
- "unpin": "Unpin",
- "close": "Close"
+ "unpin": "Unpin"
}
},
+ "general": {
+ "no-results": "No results",
+ "no-summary": "No summary",
+ "unknown": "Unknown"
+ },
"launcher": {
"pin": "Pin to dock",
"unpin": "Unpin from dock"
},
- "placeholders": {
- "search-icons": "e.g., noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/user/.face",
- "enter-width-pixels": "Enter width in pixels",
- "enter-command": "Enter command to execute (app or custom script)",
- "command-example": "echo \"Hello World\"",
- "enter-text-to-collapse": "e.g., 'nothing is playing'. Use /regex/ for patterns.",
- "search-wallpapers": "Type to filter wallpapers...",
- "search-launcher": "Search entries... or use > for commands",
- "search": "Search...",
- "select": "Select",
- "cancel": "Cancel",
- "test": "Test",
- "enter-tooltip": "Enter tooltip"
+ "lock-screen": {
+ "authenticating": "Authenticating...",
+ "authentication-failed": "Authentication failed",
+ "password": "Enter your password...",
+ "restart": "Restart",
+ "shut-down": "Shut down",
+ "suspend": "Suspend",
+ "welcome-back": "Welcome back,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Click to expand",
+ "description": "Your notifications will show up here as they arrive.",
+ "no-notifications": "No notifications",
+ "title": "Notifications"
+ }
},
"options": {
- "colors": {
- "primary": "Primary",
- "secondary": "Secondary",
- "tertiary": "Tertiary",
- "error": "Error",
- "onSurface": "On Surface"
- },
"bar": {
- "position": {
- "top": "Top",
- "bottom": "Bottom",
- "left": "Left",
- "right": "Right"
- },
"density": {
- "mini": "Mini",
+ "comfortable": "Comfortable",
"compact": "Compact",
"default": "Default",
- "comfortable": "Comfortable"
+ "mini": "Mini"
+ },
+ "position": {
+ "bottom": "Bottom",
+ "left": "Left",
+ "right": "Right",
+ "top": "Top"
}
},
- "launcher": {
- "position": {
- "follow_bar": "Follow bar (default)",
- "center": "Center",
- "top_left": "Top left",
- "top_right": "Top right",
- "bottom_left": "Bottom left",
- "bottom_right": "Bottom right",
- "bottom_center": "Bottom center",
- "top_center": "Top center",
- "center_left": "Left center",
- "center_right": "Right center"
- }
+ "colors": {
+ "error": "Error",
+ "onSurface": "On Surface",
+ "primary": "Primary",
+ "secondary": "Secondary",
+ "tertiary": "Tertiary"
},
"control-center": {
"position": {
- "close_to_bar_button": "Close to bar button",
- "top_left": "Top left",
- "top_right": "Top right",
+ "bottom_center": "Bottom center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
- "bottom_center": "Bottom center",
+ "center": "Center",
+ "close_to_bar_button": "Close to bar button",
"top_center": "Top center",
- "center": "Center"
+ "top_left": "Top left",
+ "top_right": "Top right"
},
"quickSettingsStyle": {
- "modern": "Modern",
"classic": "Classic",
- "compact": "Compact"
+ "compact": "Compact",
+ "modern": "Modern"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Always hide",
+ "always-show": "Always show",
+ "force-open": "Force Open",
+ "on-hover": "On hover"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "Hide When Empty",
+ "transparent": "Transparent When Empty",
+ "visible": "Always Visible"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "Bottom center",
+ "bottom_left": "Bottom left",
+ "bottom_right": "Bottom right",
+ "center": "Center",
+ "center_left": "Left center",
+ "center_right": "Right center",
+ "follow_bar": "Follow bar (default)",
+ "top_center": "Top center",
+ "top_left": "Top left",
+ "top_right": "Top right"
}
},
"osd": {
"position": {
- "top_left": "Top left",
- "top_right": "Top right",
- "top_center": "Top center",
+ "bottom_center": "Bottom center",
"bottom_left": "Bottom left",
"bottom_right": "Bottom right",
- "bottom_center": "Bottom center",
"center_left": "Left center",
- "center_right": "Right center"
+ "center_right": "Right center",
+ "top_center": "Top center",
+ "top_left": "Top left",
+ "top_right": "Top right"
}
},
- "display-mode": {
- "on-hover": "On hover",
- "always-show": "Always show",
- "always-hide": "Always hide",
- "force-open": "Force Open"
- },
- "workspace-labels": {
- "none": "None",
- "index": "Index",
- "name": "Name"
- },
- "visualizer-types": {
- "none": "None",
- "linear": "Linear",
- "mirrored": "Mirrored",
- "wave": "Wave"
+ "screen-recording": {
+ "audio-sources": {
+ "both": "System output + microphone input",
+ "microphone-input": "Microphone input",
+ "system-output": "System output"
+ },
+ "color-range": {
+ "full": "Full",
+ "limited": "Limited"
+ },
+ "quality": {
+ "high": "High",
+ "medium": "Medium",
+ "ultra": "Ultra",
+ "very-high": "Very high"
+ },
+ "sources": {
+ "portal": "Portal",
+ "screen": "Screen"
+ }
},
"scrolling-modes": {
"always": "Scroll Always",
"hover": "Scroll On Hover",
"never": "Never Scroll"
},
- "hide-modes": {
- "visible": "Always Visible",
- "hidden": "Hide When Empty",
- "transparent": "Transparent When Empty"
+ "visualizer-types": {
+ "linear": "Linear",
+ "mirrored": "Mirrored",
+ "none": "None",
+ "wave": "Wave"
},
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portal",
- "screen": "Screen"
- },
- "quality": {
- "medium": "Medium",
- "high": "High",
- "very-high": "Very high",
- "ultra": "Ultra"
- },
- "color-range": {
- "limited": "Limited",
- "full": "Full"
- },
- "audio-sources": {
- "system-output": "System output",
- "microphone-input": "Microphone input",
- "both": "System output + microphone input"
- }
+ "workspace-labels": {
+ "index": "Index",
+ "name": "Name",
+ "none": "None"
}
},
- "session-menu": {
- "title": "Session Menu",
- "action-in-seconds": "{action} in {seconds} seconds...",
- "lock": "Lock",
- "lock-and-suspend": "Lock and Suspend",
- "suspend": "Suspend",
- "reboot": "Reboot",
- "logout": "Logout",
- "shutdown": "Shutdown"
+ "placeholders": {
+ "cancel": "Cancel",
+ "command-example": "echo \"Hello World\"",
+ "enter-command": "Enter command to execute (app or custom script)",
+ "enter-text-to-collapse": "e.g., 'nothing is playing'. Use /regex/ for patterns.",
+ "enter-tooltip": "Enter tooltip",
+ "enter-width-pixels": "Enter width in pixels",
+ "profile-picture-path": "/home/user/.face",
+ "search": "Search...",
+ "search-icons": "e.g., noctalia, niri, battery, cloud",
+ "search-launcher": "Search entries... or use > for commands",
+ "search-wallpapers": "Type to filter wallpapers...",
+ "select": "Select",
+ "test": "Test"
},
"plugins": {
"applications": "Applications",
- "clipboard": "Clipboard history",
"calculator": "Calculator",
- "clipboard-search-description": "Search clipboard history",
+ "calculator-description": "Calculator - evaluate mathematical expressions",
+ "calculator-enter-expression": "Enter a mathematical expression",
+ "calculator-error": "Error",
+ "calculator-name": "Calculator",
+ "clipboard": "Clipboard history",
"clipboard-clear-description": "Clear all clipboard history",
+ "clipboard-clear-description-full": "Remove all items from clipboard history",
+ "clipboard-clear-history": "Clear clipboard history",
"clipboard-history-disabled": "Clipboard history disabled",
"clipboard-history-disabled-description": "Enable clipboard history in settings or install cliphist",
- "clipboard-clear-history": "Clear clipboard history",
- "clipboard-clear-description-full": "Remove all items from clipboard history",
"clipboard-loading": "Loading clipboard history...",
"clipboard-loading-description": "Please wait",
- "calculator-description": "Calculator - evaluate mathematical expressions",
- "calculator-name": "Calculator",
- "calculator-enter-expression": "Enter a mathematical expression",
- "calculator-error": "Error"
- },
- "system": {
- "uptime": "Uptime: {uptime}",
- "welcome-back": "Welcome back,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "{widget} Settings",
- "unknown-app": "Unknown App",
- "no-media-player-detected": "No media player detected",
- "user-requested": "User requested",
- "unknown": "Unknown",
- "unknown-version": "Unknown",
- "unknown-layout": "Unknown"
- },
- "lock-screen": {
- "password": "Enter your password...",
- "welcome-back": "Welcome back,",
- "authenticating": "Authenticating...",
- "authentication-failed": "Authentication failed",
- "shut-down": "Shut down",
- "restart": "Restart",
- "suspend": "Suspend"
+ "clipboard-search-description": "Search clipboard history"
},
"quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Click to manage Bluetooth devices"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Keep Awake",
+ "enabled": "Keep Awake"
+ },
+ "tooltip": {
+ "action": "Click to toggle keep awake mode"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Night Light",
+ "enabled": "Night Light",
+ "forced": "Night Light"
+ },
+ "tooltip": {
+ "action": "Click to cycle Night Light mode\nRight click: Open settings"
+ }
+ },
"notifications": {
"label": {
- "enabled": "Notifications",
- "disabled": "Do Not Disturb"
+ "disabled": "Do Not Disturb",
+ "enabled": "Notifications"
},
"tooltip": {
"action": "Left click: Open notification history\nRight click: Toggle Do Not Disturb"
}
},
- "screenRecorder": {
- "label": {
- "recording": "Stop",
- "stopped": "Record"
- },
- "tooltip": {
- "action": "Click to start/stop screen recording"
- }
- },
"powerProfile": {
"label": {
"unavailable": "Power Profile"
@@ -1726,33 +574,13 @@
"disabled": "Install power-profiles-daemon to use power profiles"
}
},
- "wifi": {
+ "screenRecorder": {
"label": {
- "ethernet": "Ethernet",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi Disconnected"
+ "recording": "Stop",
+ "stopped": "Record"
},
"tooltip": {
- "action": "Click to manage Wi-Fi connections"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Click to manage Bluetooth devices"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Night Light",
- "forced": "Night Light",
- "disabled": "Night Light"
- },
- "tooltip": {
- "action": "Click to cycle Night Light mode\nRight click: Open settings"
+ "action": "Click to start/stop screen recording"
}
},
"wallpaperSelector": {
@@ -1761,177 +589,1349 @@
"action": "Left click: Open wallpaper selector\nRight click: Set random wallpaper"
}
},
- "keepAwake": {
+ "wifi": {
"label": {
- "enabled": "Keep Awake",
- "disabled": "Keep Awake"
+ "disconnected": "Wi-Fi Disconnected",
+ "ethernet": "Ethernet",
+ "wifi": "Wi-Fi"
},
"tooltip": {
- "action": "Click to toggle keep awake mode"
+ "action": "Click to manage Wi-Fi connections"
}
}
},
+ "session-menu": {
+ "action-in-seconds": "{action} in {seconds} seconds...",
+ "lock": "Lock",
+ "lock-and-suspend": "Lock and Suspend",
+ "logout": "Logout",
+ "reboot": "Reboot",
+ "shutdown": "Shutdown",
+ "suspend": "Suspend",
+ "title": "Session Menu"
+ },
+ "settings": {
+ "about": {
+ "contributors": {
+ "section": {
+ "description": "Shout-out to our {count} awesome contributor!",
+ "description_plural": "Shout-out to our {count} awesome contributors!",
+ "label": "Contributors"
+ }
+ },
+ "noctalia": {
+ "download-latest": "Download latest release",
+ "installed-version": "Installed version:",
+ "latest-version": "Latest version:",
+ "section": {
+ "description": "A sleek and minimal desktop shell thoughtfully crafted for Wayland, built with Quickshell.",
+ "label": "Noctalia shell"
+ }
+ },
+ "support": "Support us",
+ "title": "About"
+ },
+ "audio": {
+ "devices": {
+ "input-device": {
+ "description": "Select the desired audio input device.",
+ "label": "Input device"
+ },
+ "output-device": {
+ "description": "Select the desired audio output device.",
+ "label": "Output device"
+ },
+ "section": {
+ "description": "Configure available audio input and output devices.",
+ "label": "Audio devices"
+ }
+ },
+ "media": {
+ "excluded-player": {
+ "description": "Add keywords for players you want the system to ignore. Each keyword should be on a new line.",
+ "label": "Excluded player",
+ "placeholder": "type substring and press +"
+ },
+ "frame-rate": {
+ "description": "Higher rates are smoother but use more resources.",
+ "label": "Frame rate"
+ },
+ "primary-player": {
+ "description": "Enter a keyword to identify your main player.",
+ "label": "Primary player",
+ "placeholder": "e.g. spotify, vlc, mpv"
+ },
+ "scrolling-speed": {
+ "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",
+ "label": "Scrolling title"
+ },
+ "section": {
+ "description": "Set your preferred and ignored media applications.",
+ "label": "Media players"
+ },
+ "visualizer-type": {
+ "description": "Choose a visualization type for media playback",
+ "label": "Visualization type"
+ }
+ },
+ "title": "Audio",
+ "volumes": {
+ "input-volume": {
+ "description": "Microphone input volume level.",
+ "label": "Input volume"
+ },
+ "mute-input": {
+ "description": "Mute the default audio input (microphone).",
+ "label": "Mute audio input"
+ },
+ "mute-output": {
+ "description": "Mute the system's main audio output.",
+ "label": "Mute audio output"
+ },
+ "output-volume": {
+ "description": "System-wide volume level.",
+ "label": "Output volume"
+ },
+ "section": {
+ "description": "Adjust volume controls and audio levels.",
+ "label": "Volumes"
+ },
+ "step-size": {
+ "description": "Adjust the step size for volume changes (scroll wheel, keyboard shortcuts).",
+ "label": "Volume step size"
+ },
+ "volume-overdrive": {
+ "description": "Allow raising volume above 100%. May not be supported by all hardware.",
+ "label": "Allow volume overdrive"
+ }
+ }
+ },
+ "bar": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Adjust the background opacity of the bar.",
+ "label": "Background opacity"
+ },
+ "density": {
+ "description": "Adjust the bar's padding for a compact or spacious look.",
+ "label": "Bar density"
+ },
+ "floating": {
+ "description": "Displays the bar as a floating 'pill'.",
+ "label": "Floating bar"
+ },
+ "margins": {
+ "description": "Adjust the margins around the floating bar.",
+ "horizontal": "Horizontal",
+ "label": "Margins",
+ "vertical": "Vertical"
+ },
+ "outer-corners": {
+ "description": "Displays outwardly curved corners on the bar.",
+ "label": "Outer corners"
+ },
+ "position": {
+ "description": "Choose where to place the bar on the screen.",
+ "label": "Bar position"
+ },
+ "section": {
+ "description": "Customize the bar's appearance and position.",
+ "label": "Appearance"
+ },
+ "show-capsule": {
+ "description": "Show widget backgrounds.",
+ "label": "Show capsule"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Show bar on specific monitors. Defaults to all if none are chosen.",
+ "label": "Monitors display"
+ }
+ },
+ "title": "Bar",
+ "tray": {
+ "blacklist": {
+ "description": "Add tray exclusion rules, supports wildcards (*).",
+ "label": "Blacklist",
+ "placeholder": "e.g., nm-applet, Fcitx*"
+ }
+ },
+ "widgets": {
+ "section": {
+ "description": "Drag and drop widgets to reorder them. Badges indicate usage: [L]eft, [C]enter, [R]ight.",
+ "label": "Widgets positioning"
+ }
+ }
+ },
+ "color-scheme": {
+ "color-source": {
+ "matugen-scheme-type": {
+ "description": {
+ "scheme-content": "Derives colors that closely match the underlying image",
+ "scheme-expressive": "Vibrant palette with playful saturation",
+ "scheme-fidelity": "High-fidelity palette that preserves source hues",
+ "scheme-fruit-salad": "Colorful mix of bright contrasting accents",
+ "scheme-monochrome": "Minimal palette built around a single hue",
+ "scheme-neutral": "Muted palette with subdued and calming tones",
+ "scheme-rainbow": "Diverse palette spanning the full spectrum",
+ "scheme-tonal-spot": "Balanced palette with focused accents"
+ },
+ "label": "Matugen scheme type"
+ },
+ "section": {
+ "description": "Main settings for Noctalia's colors.",
+ "label": "Color source"
+ },
+ "use-wallpaper-colors": {
+ "description": "Generate color schemes from your wallpaper using Matugen. Automatically extracts colors to create a cohesive theme.",
+ "label": "Use wallpaper colors"
+ }
+ },
+ "dark-mode": {
+ "mode": {
+ "description": "Enables automatic switching between light and dark mode.",
+ "label": "Dark mode schedule",
+ "location": "Location",
+ "manual": "Manual",
+ "off": "Off"
+ },
+ "switch": {
+ "description": "Switches to a darker theme for easier viewing at night.",
+ "label": "Dark mode"
+ }
+ },
+ "predefined": {
+ "generate-templates": {
+ "description": "Generate Matugen templates (GTK, terminal themes, etc.) when using predefined color schemes.",
+ "label": "Generate templates for predefined schemes"
+ },
+ "section": {
+ "description": "Choose from a collection of predefined color schemes.",
+ "label": "Predefined color schemes"
+ }
+ },
+ "templates": {
+ "misc": {
+ "description": "Additional configuration options.",
+ "label": "Misc",
+ "user-templates": {
+ "description": "Enable user-defined Matugen config. A template file will be created at ~/.config/noctalia/user-templates.toml on first enable",
+ "label": "User templates"
+ }
+ },
+ "programs": {
+ "code": {
+ "description": "Write {filepath}. Hyprluna 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.",
+ "description-missing": "No Discord client detected. Install vencord, vesktop, webcord, armcord, equibop, lightcord, or dorion."
+ },
+ "fuzzel": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "label": "Programs",
+ "pywalfox": {
+ "description": "Write {filepath} and run pywalfox update",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "vicinae": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "walker": {
+ "description": "Write {filepath} and set theme to noctalia",
+ "description-missing": "Requires {app} to be installed"
+ }
+ },
+ "section": {
+ "description": "Apply colors to external applications.",
+ "label": "Templates"
+ },
+ "terminal": {
+ "alacritty": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "description": "Terminal emulator theming.",
+ "foot": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "ghostty": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "kitty": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ },
+ "label": "Terminal",
+ "wezterm": {
+ "description": "Write {filepath} and reload",
+ "description-missing": "Requires {app} to be installed"
+ }
+ },
+ "ui": {
+ "description": "Desktop environment and UI toolkit theming.",
+ "gtk": {
+ "description": "Write {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Write {filepath}"
+ },
+ "label": "UI",
+ "qt": {
+ "description": "Write {filepath}"
+ }
+ }
+ },
+ "title": "Color scheme"
+ },
+ "control-center": {
+ "cards": {
+ "section": {
+ "description": "Customize which controls appear in the Control Center and in what order.",
+ "label": "Cards"
+ }
+ },
+ "position": {
+ "description": "Choose where the Control Center panel appears when opened.",
+ "label": "Position"
+ },
+ "section": {
+ "description": "Configure the Control Center panel positioning and behavior.",
+ "label": "Appearance"
+ },
+ "shortcuts": {
+ "custom-button": {
+ "browse": "Browse",
+ "command": {
+ "description": "The command to execute when the button is clicked.",
+ "label": "Command"
+ },
+ "enable-on-state-logic": {
+ "description": "Enable a second icon and 'hot' state based on a check command.",
+ "label": "Enable On-State Logic"
+ },
+ "general-tooltip-text": {
+ "description": "General description for the button's tooltip.",
+ "label": "General Tooltip Text"
+ },
+ "icon": {
+ "description": "Select an icon from the library.",
+ "label": "Icon"
+ },
+ "on-clicked": {
+ "description": "Command to execute when the button is left-clicked.",
+ "label": "Left Click Command"
+ },
+ "on-middle-clicked": {
+ "description": "Command to execute when the button is middle-clicked.",
+ "label": "Middle Click Command"
+ },
+ "on-right-clicked": {
+ "description": "Command to execute when the button is right-clicked.",
+ "label": "Right Click Command"
+ },
+ "on-state-command": {
+ "description": "Command to execute to check if the button should be in the 'on' state. Returns 0 for on, non-zero for off.",
+ "label": "On State Check Command"
+ },
+ "on-state-icon": {
+ "description": "The icon for the button when it's in the 'on' state.",
+ "label": "On State Icon"
+ },
+ "state-checks": {
+ "add": "Add State Check",
+ "browse-icon": "Browse",
+ "command": "Command to execute for this state check",
+ "label": "State Checks",
+ "remove": "Remove"
+ },
+ "tooltip": {
+ "description": "The tooltip to show when hovering over the button.",
+ "label": "Tooltip"
+ }
+ },
+ "dialog": {
+ "apply": "Apply",
+ "cancel": "Cancel"
+ },
+ "section": {
+ "description": "Configure and manage the shortcuts widgets.",
+ "label": "Shortcuts widgets"
+ },
+ "sectionLeft": "Left",
+ "sectionRight": "Right"
+ },
+ "title": "Control Center"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Brightness",
+ "brightness-step": {
+ "description": "Adjust the step size for brightness changes (scroll wheel and keyboard shortcuts).",
+ "label": "Brightness step size"
+ },
+ "brightness-unavailable": {
+ "ddc-disabled": "Brightness control unavailable. Enable \"External brightness support\" to control this display's brightness.",
+ "generic": "Brightness control is not available for this display."
+ },
+ "enforce-minimum": {
+ "description": "Solves the problem of backlight completely turning off on some displays at 0% brightness.",
+ "label": "Enforce minimum brightness (1%)"
+ },
+ "external-brightness": {
+ "description": "Enable DDCUtil support for controlling brightness on external displays via DDC/CI protocol.",
+ "label": "External brightness support"
+ },
+ "section": {
+ "description": "Adjust settings brightness for each display.",
+ "label": "Per-monitor settings"
+ }
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "Based on the sunset and sunrise time in {location} - recommended.",
+ "label": "Automatic scheduling"
+ },
+ "enable": {
+ "description": "Apply a warm color filter to reduce blue light emission.",
+ "label": "Enable night light"
+ },
+ "force-activation": {
+ "description": "Ignores the schedule and applies the night filter immediately.",
+ "label": "Force activation"
+ },
+ "manual-schedule": {
+ "description": "Set custom times for sunrise and sunset.",
+ "label": "Manual scheduling",
+ "select-start": "Select start time",
+ "select-stop": "Select stop time",
+ "sunrise": "Sunrise time",
+ "sunset": "Sunset time"
+ },
+ "section": {
+ "description": "Reduce blue light emission to help you sleep better and reduce eye strain.",
+ "label": "Night light"
+ },
+ "temperature": {
+ "day": "Day",
+ "description": "Set the color warmth for nighttime and daytime.",
+ "label": "Color temperature",
+ "night": "Night"
+ }
+ },
+ "title": "Display"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Adjust the dock's background opacity.",
+ "label": "Background opacity"
+ },
+ "colorize-icons": {
+ "description": "Apply theme colors to dock app icons (non-focused apps only).",
+ "label": "Colorize Icons"
+ },
+ "display": {
+ "always-visible": "Always visible",
+ "auto-hide": "Auto hide",
+ "description": "Choose how the dock behaves.",
+ "exclusive": "Exclusive",
+ "label": "Display"
+ },
+ "floating-distance": {
+ "description": "Set the distance between the dock and the edge of the screen.",
+ "label": "Dock floating distance"
+ },
+ "icon-size": {
+ "description": "Adjust the overall size of the dock.",
+ "label": "Dock size"
+ },
+ "section": {
+ "description": "Customize the dock's behavior and appearance.",
+ "label": "Appearance"
+ }
+ },
+ "enabled": {
+ "description": "Show or hide the dock entirely",
+ "label": "Enable dock"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Show only apps from the output where the dock is located.",
+ "label": "Only apps from same output"
+ },
+ "section": {
+ "description": "Show dock on specific monitors. Defaults to all if none are chosen.",
+ "label": "Monitor display"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Main font used throughout the interface.",
+ "label": "Default font",
+ "placeholder": "Select default font...",
+ "scale": {
+ "description": "Increase or decrease the size of the standard text.",
+ "label": "Default font size"
+ },
+ "search-placeholder": "Search font..."
+ },
+ "monospace": {
+ "description": "Monospaced font used for numbers and stats display.",
+ "label": "Monospaced font",
+ "placeholder": "Select monospace font...",
+ "scale": {
+ "description": "Increase or decrease the size of the monospaced text.",
+ "label": "Monospaced font size"
+ },
+ "search-placeholder": "Search monospace font..."
+ },
+ "reset-scaling": "Reset scaling",
+ "section": {
+ "description": "Choose the fonts used throughout the interface.",
+ "label": "Fonts"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Choose your preferred language for the application.",
+ "label": "Language"
+ },
+ "select": {
+ "auto-detect": "Automatic",
+ "description": "Select the language used in the application's interface.",
+ "label": "Application Language"
+ }
+ },
+ "launch-setup-wizard": "Launch the setup wizard",
+ "profile": {
+ "picture": {
+ "description": "Your profile picture that appears throughout the interface.",
+ "label": "{user}'s Profile picture"
+ },
+ "section": {
+ "description": "Edit your user details and avatar.",
+ "label": "Profile"
+ },
+ "select-avatar": "Select avatar image"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Adjust the rounded corners of the screen.",
+ "label": "Screen corners radius",
+ "reset": "Reset screen corners radius"
+ },
+ "section": {
+ "description": "Customize screen corner rounding and visual effects.",
+ "label": "Screen corners"
+ },
+ "show-corners": {
+ "description": "Display rounded corners on the edge of the screen.",
+ "label": "Show screen corners"
+ },
+ "solid-black": {
+ "description": "Use solid black instead of the bar background color.",
+ "label": "Solid black corners"
+ }
+ },
+ "title": "General"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Commands are executed via shell (sh -c)\n• Commands run in background (detached)\n• Test buttons execute with current values",
+ "label": "Hook Command Information"
+ },
+ "parameters": {
+ "description": "• Wallpaper Hook: $1 = wallpaper path, $2 = screen name\n• Theme Toggle Hook: $1 = true/false (dark mode state)",
+ "label": "Available Parameters"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Enable or disable all hook commands.",
+ "label": "Enable hooks"
+ },
+ "section": {
+ "description": "Configure commands to be executed when system events occur.",
+ "label": "System hooks"
+ }
+ },
+ "theme-changed": {
+ "description": "Command to be executed when theme toggles between dark and light mode.",
+ "label": "Theme changed",
+ "placeholder": "e.g., notify-send \"Theme\" \"Toggled\""
+ },
+ "title": "Hooks",
+ "wallpaper-changed": {
+ "description": "Command to be executed when wallpaper changes.",
+ "label": "Wallpaper changed",
+ "placeholder": "e.g., notify-send \"Wallpaper\" \"Changed\""
+ }
+ },
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Adjust the background opacity of the launcher.",
+ "label": "Background opacity"
+ },
+ "clipboard-history": {
+ "description": "Access previously copied items from the launcher.",
+ "label": "Enable clipboard history"
+ },
+ "custom-launch-prefix": {
+ "description": "Prefix commands with a custom launcher (e.g., 'runapp' for systemd integration).",
+ "label": "Custom launch prefix"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Use a custom prefix for launching applications instead of the default method.",
+ "label": "Enable custom launch prefix"
+ },
+ "position": {
+ "description": "Choose where the launcher panel appears.",
+ "label": "Position"
+ },
+ "section": {
+ "description": "Customize the launcher's behavior and appearance.",
+ "label": "Appearance"
+ },
+ "sort-by-usage": {
+ "description": "When enabled, frequently launched apps appear first in the list.",
+ "label": "Sort by most used"
+ },
+ "terminal-command": {
+ "description": "Command to launch a terminal. E.g., 'kitty -e' or 'gnome-terminal --'.",
+ "label": "Terminal command"
+ },
+ "use-app2unit": {
+ "description": "Uses an alternative launch method to better manage app processes and prevent issues.",
+ "label": "Use App2Unit to launch applications"
+ }
+ },
+ "title": "Launcher"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Displays time in 12-hour format on the lock screen and calendar. The bar clock has its own settings.",
+ "label": "Use 12-hour time format"
+ },
+ "first-day-of-week": {
+ "automatic": "Automatic (use system locale)",
+ "description": "Choose which day starts the week in the calendar.",
+ "label": "First day of week"
+ },
+ "section": {
+ "description": "Customize how date and time appear.",
+ "label": "Date & time"
+ },
+ "show-events": {
+ "description": "Display events in the calendar panel.",
+ "label": "Show calendar events"
+ },
+ "use-analog": {
+ "description": "Show an analog style clock on the calendar window and lock screen.",
+ "label": "Use analog style clock"
+ },
+ "week-numbers": {
+ "description": "Displays the week of the year (e.g., Week 38) in the calendar.",
+ "label": "Show week numbers"
+ }
+ },
+ "location": {
+ "search": {
+ "description": "e.g., Toronto, ON",
+ "label": "Search for a location",
+ "placeholder": "Enter the location name"
+ },
+ "section": {
+ "description": "Get accurate weather and night light scheduling by setting your location.",
+ "label": "Your location"
+ }
+ },
+ "title": "Location",
+ "weather": {
+ "enabled": {
+ "description": "Show weather information throughout the interface and fetch weather data. When disabled, all weather elements will be hidden and no network requests will be made.",
+ "label": "Enable weather"
+ },
+ "fahrenheit": {
+ "description": "Display temperature in Fahrenheit instead of Celsius.",
+ "label": "Display temperature in Fahrenheit (°F)"
+ },
+ "section": {
+ "description": "Choose your preferred temperature unit.",
+ "label": "Weather"
+ },
+ "show-in-calendar": {
+ "description": "Show the daily weather forecast directly in your calendar view.",
+ "label": "Display weather in calendar"
+ }
+ }
+ },
+ "lock-screen": {
+ "compact-lockscreen": {
+ "description": "Show only the login input and system controls, hiding weather and media widgets.",
+ "label": "Compact lock screen"
+ },
+ "lock-on-suspend": {
+ "description": "Automatically lock the screen when suspending the system.",
+ "label": "Lock on suspend"
+ },
+ "title": "Lock screen"
+ },
+ "network": {
+ "bluetooth": {
+ "label": "Enable Bluetooth"
+ },
+ "section": {
+ "description": "Manage Wi-Fi and Bluetooth connections."
+ },
+ "title": "Network",
+ "wifi": {
+ "label": "Enable Wi-Fi"
+ }
+ },
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "How long critical priority notifications stay visible.",
+ "label": "Critical urgency"
+ },
+ "low-urgency": {
+ "description": "How long low priority notifications stay visible.",
+ "label": "Low urgency"
+ },
+ "normal-urgency": {
+ "description": "How long normal priority notifications stay visible.",
+ "label": "Normal urgency"
+ },
+ "respect-expire": {
+ "description": "Use the expire timeout set in the notification.",
+ "label": "Respect expire timeout"
+ },
+ "section": {
+ "description": "Configure how long notifications stay visible based on their urgency level.",
+ "label": "Notification duration"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Show notification on specific monitors. Defaults to all if none are chosen.",
+ "label": "Monitors display"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Display notifications above fullscreen windows and other layers.",
+ "label": "Always on top"
+ },
+ "background-opacity": {
+ "description": "Adjust the opacity of notification backgrounds.",
+ "label": "Background opacity"
+ },
+ "do-not-disturb": {
+ "description": "Disable all notification popups when enabled.",
+ "label": "Do not disturb"
+ },
+ "enable-osd": {
+ "description": "Show volume and brightness changes in real-time.",
+ "label": "Enable on screen display"
+ },
+ "location": {
+ "description": "Where notifications appear on screen.",
+ "label": "Location"
+ },
+ "section": {
+ "description": "Configure notifications appearance and behavior.",
+ "label": "Appearance"
+ }
+ },
+ "title": "Notifications"
+ },
+ "osd": {
+ "always-on-top": {
+ "description": "Display OSD above fullscreen windows and other layers.",
+ "label": "Always on top"
+ },
+ "description": "Configure on-screen indicators such as volume and brightness overlays.",
+ "duration": {
+ "auto-hide": {
+ "description": "Adjust the time before OSD disappears.",
+ "label": "Auto-hide after"
+ },
+ "section": {
+ "description": "How long OSD remains visible before hiding automatically.",
+ "label": "Auto-hide timeout"
+ }
+ },
+ "enabled": {
+ "description": "Show volume and brightness changes in real-time.",
+ "label": "Enable on screen display"
+ },
+ "location": {
+ "description": "Where on-screen displays appear.",
+ "label": "Location"
+ },
+ "monitors": {
+ "section": {
+ "description": "Show OSD on specific monitors. Defaults to all if none are chosen.",
+ "label": "Monitors display"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Configure visibility and behavior of OSD.",
+ "label": "General"
+ }
+ },
+ "title": "On-Screen Display"
+ },
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Opus is recommended for best performance and smallest audio size.",
+ "label": "Audio codec"
+ },
+ "audio-source": {
+ "description": "Audio source to capture during recording.",
+ "label": "Audio source"
+ },
+ "section": {
+ "description": "Configure audio recording options.",
+ "label": "Audio settings"
+ }
+ },
+ "general": {
+ "output-folder": {
+ "description": "Folder where screen recordings will be saved.",
+ "label": "Output folder",
+ "tooltip": "Browse for output folder"
+ },
+ "section": {
+ "description": "Manage screen recording output and content.",
+ "label": "General settings"
+ },
+ "select-output-folder": "Select output folder",
+ "show-cursor": {
+ "description": "Record mouse cursor in the video.",
+ "label": "Show cursor"
+ }
+ },
+ "title": "Screen recorder",
+ "video": {
+ "color-range": {
+ "description": "Limited is recommended for better compatibility.",
+ "label": "Color range"
+ },
+ "frame-rate": {
+ "description": "Target frame rate for screen recordings.",
+ "label": "Frame rate"
+ },
+ "section": {
+ "description": "Configure video recording options.",
+ "label": "Video settings"
+ },
+ "video-codec": {
+ "description": "h264 is the most common codec.",
+ "label": "Video codec"
+ },
+ "video-quality": {
+ "description": "Higher quality results in larger file sizes.",
+ "label": "Video quality"
+ },
+ "video-source": {
+ "description": "Portal is recommended, if you get artifacts try Screen.",
+ "label": "Video source"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Disable all animations for a faster, more responsive experience.",
+ "label": "Disable UI Animations"
+ },
+ "animation-speed": {
+ "description": "Adjust global animation speed.",
+ "label": "Animation speed",
+ "reset": "Reset animation speed"
+ },
+ "border-radius": {
+ "description": "Controls the corner roundness of windows, buttons, and other elements.",
+ "label": "Border radius",
+ "reset": "Reset border radius"
+ },
+ "dim-desktop": {
+ "description": "Dim the desktop when panels or menus are open.",
+ "label": "Dim desktop"
+ },
+ "panels-attached-to-bar": {
+ "description": "Panels lock to the bar and screen edges, creating a seamless look with stylish inverted corners.",
+ "label": "Snap Panels to Edges"
+ },
+ "panels-overlay": {
+ "description": "Ensures panels and the bar remain visible, even over fullscreen applications.",
+ "label": "Keep Panels & Bar on Top"
+ },
+ "scaling": {
+ "description": "Changes the size of the general user interface, excluding the bar.",
+ "label": "Interface scaling",
+ "reset-scaling": "Reset interface scaling"
+ },
+ "section": {
+ "description": "Customize the look, feel, and behavior of the interface.",
+ "label": "Appearance"
+ },
+ "shadows": {
+ "description": "Enables drop shadows under bars and panels.",
+ "label": "Drop shadows"
+ },
+ "title": "User interface",
+ "tooltips": {
+ "description": "Enable or disable tooltips throughout the interface.",
+ "label": "Show tooltips"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Enter time as HH:MM (e.g., 01:30).",
+ "label": "Custom interval"
+ },
+ "interval": {
+ "description": "How often to change wallpapers automatically.",
+ "label": "Wallpaper interval"
+ },
+ "random-wallpaper": {
+ "description": "Schedule random wallpaper changes at regular intervals.",
+ "label": "Random wallpaper"
+ },
+ "section": {
+ "label": "Automation"
+ }
+ },
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Applies a soft, feathered effect to the edge of transitions.",
+ "label": "Soften transition edge"
+ },
+ "fill-color": {
+ "description": "Choose a fill color that may appear behind the wallpaper.",
+ "label": "Fill color"
+ },
+ "fill-mode": {
+ "description": "Select how the image should scale to match your monitor's resolution.",
+ "label": "Fill mode"
+ },
+ "section": {
+ "label": "Look & feel"
+ },
+ "transition-duration": {
+ "description": "Duration of transition animations in seconds.",
+ "label": "Transition duration"
+ },
+ "transition-type": {
+ "description": "Animation type when switching between wallpapers.",
+ "label": "Transition type"
+ }
+ },
+ "settings": {
+ "enable-management": {
+ "description": "Manage wallpapers with Noctalia. Uncheck if you prefer using another application.",
+ "label": "Enable wallpaper management"
+ },
+ "folder": {
+ "description": "Path to your main wallpaper folder.",
+ "label": "Wallpaper folder",
+ "tooltip": "Browse for wallpaper folder"
+ },
+ "monitor-specific": {
+ "description": "Set a different wallpaper folder for each monitor.",
+ "label": "Monitor-specific directories",
+ "tooltip": "Browse for wallpaper folder"
+ },
+ "recursive-search": {
+ "description": "Also search for wallpapers in subfolders of the wallpaper directory.",
+ "label": "Search subfolders"
+ },
+ "section": {
+ "description": "Control how wallpapers are managed and displayed.",
+ "label": "Wallpaper settings"
+ },
+ "select-folder": "Select wallpaper folder",
+ "select-monitor-folder": "Select monitor wallpaper folder",
+ "selector-position": {
+ "description": "Choose where the wallpaper selector panel appears.",
+ "label": "Position"
+ }
+ },
+ "title": "Wallpaper"
+ }
+ },
+ "setup": {
+ "appearance": {
+ "header": "Appearance",
+ "subheader": "Choose dark mode and color sources (Matugen or predefined)."
+ },
+ "customize": {
+ "header": "Customize your experience",
+ "subheader": "Adjust bar position, density, scaling and more."
+ },
+ "wallpaper": {
+ "choose-dir": "Choose a directory containing your wallpaper images",
+ "dir": {
+ "browse": "Browse for wallpaper folder",
+ "description": "Choose the folder containing your wallpapers",
+ "label": "Wallpaper directory",
+ "select-title": "Select wallpaper folder"
+ },
+ "header": "Choose your wallpaper",
+ "no-dir": "No wallpaper directory selected",
+ "no-valid": "No valid image files found in: {dir}",
+ "none-in-dir": "No wallpapers found in directory",
+ "preview-error": "Failed to load image",
+ "select-prompt": "Select a wallpaper below",
+ "subheader": "Set the mood with a beautiful background."
+ },
+ "welcome": {
+ "note": "Just a few basics to get you started - full options are in Settings"
+ }
+ },
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "No media player detected",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Unknown",
+ "unknown-app": "Unknown App",
+ "unknown-layout": "Unknown",
+ "unknown-version": "Unknown",
+ "uptime": "Uptime: {uptime}",
+ "user-requested": "User requested",
+ "welcome-back": "Welcome back,",
+ "widget-settings-title": "{widget} Settings"
+ },
"toast": {
- "night-light": {
- "enabled": "Enabled",
- "disabled": "Disabled",
- "not-installed": "wlsunset not installed",
- "forced": "Forced activation",
- "normal": "Normal mode"
- },
- "keep-awake": {
- "enabled": "Enabled",
- "disabled": "Disabled"
- },
- "wallpaper-colors": {
- "enabled": "Wallpaper colors enabled",
- "disabled": "Wallpaper colors disabled",
- "not-installed": "Matugen not installed - required for wallpaper color extraction"
- },
- "matugen": {
- "failed": "Matugen processing failed",
- "failed-general": "Matugen encountered an error while processing templates"
- },
- "recording": {
- "stopping": "Stopping recording…",
- "started": "Recording started",
- "saved": "Recording saved",
- "failed-start": "Failed to start recording",
- "failed-gpu": "gpu-screen-recorder exited unexpectedly.",
- "failed-general": "The recorder exited with an error.",
- "no-portals": "Desktop portals not running",
- "no-portals-desc": "Start xdg-desktop-portal and a compositor portal (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder not installed",
- "not-installed-desc": "Please install gpu-screen-recorder to use screen recording features."
- },
- "clipboard": {
- "unavailable": "Clipboard history unavailable",
- "unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel has been renamed to SessionMenu, this IPC call will be deprecated soon. Please use \"ipc call sessionMenu toggle\" instead.",
- "sidepanel-deprecated": "SidePanel has been renamed to ControlCenter, this IPC call will be deprecated soon. Please use \"ipc call controlCenter toggle\" instead."
- },
- "wifi": {
- "enabled": "Enabled",
- "disabled": "Disabled",
- "connected": "Connected to '{ssid}'",
- "disconnected": "Disconnected from '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Enabled",
- "disabled": "Disabled"
- },
"airplane-mode": {
- "title": "Airplane mode",
+ "disabled": "Disabled",
"enabled": "Enabled",
- "disabled": "Disabled"
- },
- "internet": {
- "limited": "Connected without internet"
- },
- "kofi": {
- "opened": "Ko-fi page opened in your browser"
- },
- "do-not-disturb": {
- "enabled": "'Do not disturb' enabled",
- "disabled": "'Do not disturb' disabled",
- "enabled-desc": "You'll find these notifications in your history.",
- "disabled-desc": "Showing all notifications."
- },
- "power-profile": {
- "changed": "Power profile changed",
- "profile-name": "\"{profile}\""
+ "title": "Airplane mode"
},
"battery": {
"low": "Low battery",
"low-desc": "Battery is at {percent}%. Please connect the charger."
},
"battery-manager": {
- "title": "Battery threshold",
- "set-success-desc": "Battery threshold set to {percent}%",
"initial-setup": "Initial setup required",
- "set-failed": "Failed to set battery threshold",
- "install-success": "Installed successfully",
- "install-missing": "Required files are missing",
- "install-unsupported": "System is not supported",
"install-failed": "Installation failed",
+ "install-missing": "Required files are missing",
+ "install-success": "Installed successfully",
+ "install-unsupported": "System is not supported",
+ "set-failed": "Failed to set battery threshold",
+ "set-success-desc": "Battery threshold set to {percent}%",
+ "title": "Battery threshold",
+ "uninstall-failed": "Uninstallation failed",
"uninstall-setup": "Uninstalling, authentication required",
- "uninstall-success": "Uninstalled successfully",
- "uninstall-failed": "Uninstallation failed"
+ "uninstall-success": "Uninstalled successfully"
+ },
+ "bluetooth": {
+ "disabled": "Disabled",
+ "enabled": "Enabled"
+ },
+ "clipboard": {
+ "unavailable": "Clipboard history unavailable",
+ "unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features."
+ },
+ "do-not-disturb": {
+ "disabled": "'Do not disturb' disabled",
+ "disabled-desc": "Showing all notifications.",
+ "enabled": "'Do not disturb' enabled",
+ "enabled-desc": "You'll find these notifications in your history."
+ },
+ "internet": {
+ "limited": "Connected without internet"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel has been renamed to SessionMenu, this IPC call will be deprecated soon. Please use \"ipc call sessionMenu toggle\" instead.",
+ "sidepanel-deprecated": "SidePanel has been renamed to ControlCenter, this IPC call will be deprecated soon. Please use \"ipc call controlCenter toggle\" instead."
+ },
+ "keep-awake": {
+ "disabled": "Disabled",
+ "enabled": "Enabled"
+ },
+ "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": {
- "label": "Last Control Center widget removed",
- "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."
+ "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"
+ },
+ "night-light": {
+ "disabled": "Disabled",
+ "enabled": "Enabled",
+ "forced": "Forced activation",
+ "normal": "Normal mode",
+ "not-installed": "wlsunset not installed"
+ },
+ "power-profile": {
+ "changed": "Power profile changed",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "The recorder exited with an error.",
+ "failed-gpu": "gpu-screen-recorder exited unexpectedly.",
+ "failed-start": "Failed to start recording",
+ "no-portals": "Desktop portals not running",
+ "no-portals-desc": "Start xdg-desktop-portal and a compositor portal (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder not installed",
+ "not-installed-desc": "Please install gpu-screen-recorder to use screen recording features.",
+ "saved": "Recording saved",
+ "started": "Recording started",
+ "stopping": "Stopping recording…"
+ },
+ "wallpaper-colors": {
+ "disabled": "Wallpaper colors disabled",
+ "enabled": "Wallpaper colors enabled",
+ "not-installed": "Matugen not installed - required for wallpaper color extraction"
+ },
+ "wifi": {
+ "connected": "Connected to '{ssid}'",
+ "disabled": "Disabled",
+ "disconnected": "Disconnected from '{ssid}'",
+ "enabled": "Enabled"
}
},
+ "tooltips": {
+ "add-widget": "Add widget",
+ "bluetooth-devices": "Bluetooth devices",
+ "brightness-at": "Brightness: {brightness}%\nRight click for settings.\nScroll to modify brightness.",
+ "cancel-timer": "Cancel timer",
+ "clear-history": "Clear history",
+ "click-to-start-recording": "Click to start recording",
+ "click-to-stop-recording": "Click to stop recording",
+ "close": "Close",
+ "connect-disconnect-devices": "Left click to connect. Right click to forget.",
+ "delete-notification": "Delete notification",
+ "disable-keep-awake": "Disable keep awake",
+ "do-not-disturb-disabled": "'Do not disturb' disabled",
+ "do-not-disturb-enabled": "'Do not disturb' enabled",
+ "enable-keep-awake": "Enable keep awake",
+ "forget-network": "Forget network",
+ "home": "Home",
+ "input-muted": "Toggle input mute",
+ "keep-awake": "Keep awake",
+ "keyboard-layout": "{layout} keyboard layout",
+ "manage-wifi": "Manage Wi-Fi",
+ "microphone-volume-at": "Microphone volume at {volume}%\nLeft click for settings. Right click to toggle mute.\nScroll to modify volume.",
+ "move-to-center-section": "Move to center section",
+ "move-to-left-section": "Move to left section",
+ "move-to-right-section": "Move to right section",
+ "next-media": "Next media",
+ "next-month": "Next month",
+ "night-light-disabled": "Night light is disabled.\nLeft click to cycle mode.\nRight click to access settings.",
+ "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.",
+ "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\".",
+ "open-settings": "Open settings",
+ "open-wallpaper-selector": "Open wallpaper selector",
+ "output-muted": "Toggle output mute",
+ "pause": "Pause",
+ "play": "Play",
+ "power-profile": "'{profile}' power profile",
+ "previous-media": "Previous media",
+ "previous-month": "Previous month",
+ "refresh": "Refresh",
+ "refresh-devices": "Refresh devices",
+ "refresh-wallpaper-list": "Refresh wallpaper list",
+ "remove-widget": "Remove widget",
+ "screen-recorder-not-installed": "Screen recorder is not installed",
+ "session-menu": "Session Menu",
+ "set-power-profile": "Set \"{profile}\" power profile",
+ "start-screen-recording": "Start screen recording",
+ "stop-screen-recording": "Stop screen recording",
+ "switch-to-dark-mode": "Switch to dark mode",
+ "switch-to-light-mode": "Switch to light mode",
+ "up": "Up",
+ "volume-at": "Output volume at {volume}%\nLeft click for settings. Right click to toggle mute.\nScroll to modify volume.",
+ "wallpaper-selector": "Left click: Open wallpaper selector.\nRight click: Set random wallpaper.",
+ "widget-settings": "Widget settings"
+ },
+ "wallpaper": {
+ "configure-directory": "Configure your wallpaper directory with images.",
+ "fill-modes": {
+ "center": "Center",
+ "crop": "Crop (Fill)",
+ "fit": "Fit (Contain)",
+ "stretch": "Stretch"
+ },
+ "no-match": "No match found.",
+ "no-wallpaper": "No wallpaper found.",
+ "panel": {
+ "apply-all-monitors": {
+ "description": "Apply selected wallpaper to all monitors at once.",
+ "label": "Apply to all monitors"
+ },
+ "search": "Search:",
+ "title": "Wallpaper selector"
+ },
+ "transitions": {
+ "disc": "Disc",
+ "fade": "Fade",
+ "none": "None",
+ "random": "Random",
+ "stripes": "Stripes",
+ "wipe": "Wipe"
+ },
+ "try-different-search": "Try a different search query."
+ },
"weather": {
"clear-sky": "Clear sky",
- "mainly-clear": "Mainly clear",
- "partly-cloudy": "Partly cloudy",
- "overcast": "Overcast",
- "fog": "Fog",
"drizzle": "Drizzle",
- "snow": "Snow",
+ "fog": "Fog",
+ "mainly-clear": "Mainly clear",
+ "overcast": "Overcast",
+ "partly-cloudy": "Partly cloudy",
"rain-showers": "Rain showers",
+ "snow": "Snow",
"thunderstorm": "Thunderstorm",
"unknown": "Unknown"
},
- "authentication": {
- "failed": "Authentication failed",
- "error": "Authentication error"
- },
- "general": {
- "no-results": "No results",
- "no-summary": "No summary",
- "unknown": "Unknown"
- },
- "battery": {
- "no-battery-detected": "No battery detected.",
- "charging-rate": "Charging rate: {rate} W.",
- "discharging-rate": "Discharging rate: {rate} W.",
- "charging": "Charging.",
- "discharging": "Discharging.",
- "plugged-in": "Plugged in.",
- "idle": "Idle.",
- "time-left": "Time left: {time}.",
- "time-until-full": "Time until full: {time}.",
- "health": "Health: {percent}%",
- "panel": {
- "title": "Charge threshold",
- "full": "Full capacity ({percent}%)",
- "balanced": "Balanced ({percent}%)",
- "lifespan": "Extended lifespan ({percent}%)",
- "disabled": "Battery manager disabled"
- }
- },
- "setup": {
- "customize": {
- "header": "Customize your experience",
- "subheader": "Adjust bar position, density, scaling and more."
+ "widgets": {
+ "color-picker": {
+ "apply": "Apply",
+ "brightness": "Brightness",
+ "cancel": "Cancel",
+ "hex": {
+ "description": "Enter a hexadecimal color code.",
+ "label": "Hex color"
+ },
+ "palette": {
+ "description": "Choose from a wide range of predefined colors.",
+ "label": "Palette"
+ },
+ "rgb": {
+ "description": "Adjust red, green, blue, and brightness values.",
+ "label": "RGB values"
+ },
+ "theme-colors": {
+ "description": "Quick access to your theme's color palette.",
+ "label": "Theme colors"
+ },
+ "title": "Color picker"
},
- "appearance": {
- "header": "Appearance",
- "subheader": "Choose dark mode and color sources (Matugen or predefined)."
- },
- "wallpaper": {
- "header": "Choose your wallpaper",
- "subheader": "Set the mood with a beautiful background.",
- "select-prompt": "Select a wallpaper below",
- "preview-error": "Failed to load image",
- "none-in-dir": "No wallpapers found in directory",
- "no-dir": "No wallpaper directory selected",
- "no-valid": "No valid image files found in: {dir}",
- "choose-dir": "Choose a directory containing your wallpaper images",
- "dir": {
- "label": "Wallpaper directory",
- "description": "Choose the folder containing your wallpapers",
- "browse": "Browse for wallpaper folder",
- "select-title": "Select wallpaper folder"
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm in lowercase",
+ "uppercase": "AM/PM in uppercase"
+ },
+ "common": {
+ "12hour-time-minutes": "12-hour time with minutes",
+ "24hour-time-minutes": "24-hour time with minutes",
+ "24hour-time-seconds": "24-hour time with seconds",
+ "european-date": "European date format",
+ "iso-date": "ISO date format",
+ "us-date": "US date format",
+ "weekday-date": "Weekday with date",
+ "weekday-month-day": "Weekday, month and day"
+ },
+ "day": {
+ "abbreviated": "Abbreviated day name",
+ "full": "Full day name",
+ "leading-zero": "Day with leading zero (01-31)",
+ "no-leading-zero": "Day without leading zero (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Hour with leading zero (00-23) - 24-hour format",
+ "no-leading-zero": "Hour without leading zero (0-23) - 24-hour format"
+ },
+ "minute": {
+ "leading-zero": "Minute with leading zero (00-59)",
+ "no-leading-zero": "Minute without leading zero (0-59)"
+ },
+ "month": {
+ "abbreviated": "Abbreviated month name",
+ "full": "Full month name",
+ "number-leading-zero": "Month as number with leading zero (01-12)",
+ "number-no-zero": "Month as number without leading zero (1-12)"
+ },
+ "second": {
+ "leading-zero": "Second with leading zero (00-59)",
+ "no-leading-zero": "Second without leading zero (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Timezone abbreviation"
+ },
+ "year": {
+ "four-digit": "Year as four-digit number",
+ "two-digit": "Year as two-digit number (00-99)"
}
},
- "welcome": {
- "note": "Just a few basics to get you started - full options are in Settings"
+ "file-picker": {
+ "cancel": "Cancel",
+ "search-placeholder": "Search files and folders...",
+ "select-current": "Select Current",
+ "select-file": "Select File",
+ "select-folder": "Select Folder",
+ "title": "File Picker"
+ },
+ "icon-picker": {
+ "apply": "Apply",
+ "cancel": "Cancel",
+ "search": {
+ "label": "Search"
+ },
+ "title": "Icon picker"
+ },
+ "text-input": {
+ "clear": "Clear"
+ },
+ "tooltip": {
+ "placeholder": "Placeholder"
+ }
+ },
+ "wifi": {
+ "panel": {
+ "connect": "Connect",
+ "connected": "Connected",
+ "disabled": "Wi-Fi is disabled",
+ "disconnect": "Disconnect",
+ "disconnecting": "Disconnecting...",
+ "enable-message": "Enable Wi-Fi to see available networks.",
+ "enter-password": "Enter password...",
+ "forget": "Forget",
+ "forget-network": "Forget this network?",
+ "forgetting": "Forgetting...",
+ "no-networks": "No networks found",
+ "password": "Password",
+ "saved": "Saved",
+ "scan-again": "Scan again",
+ "searching": "Searching for nearby networks...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json
index a6e8b2dc..6747e4cf 100644
--- a/Assets/Translations/es.json
+++ b/Assets/Translations/es.json
@@ -1,540 +1,775 @@
{
+ "authentication": {
+ "error": "Error de autenticación",
+ "failed": "Autenticación fallida"
+ },
+ "bar": {
+ "widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Aplicar colores del tema al icono de la ventana activa.",
+ "label": "Colorear iconos"
+ },
+ "hide-mode": {
+ "description": "Controla el comportamiento del widget cuando no hay ventana activa.",
+ "label": "Modo de ocultación"
+ },
+ "max-width": {
+ "description": "Establece el tamaño horizontal máximo del widget. El widget se reducirá para adaptarse a contenido más corto.",
+ "label": "Ancho Máximo"
+ },
+ "scrolling-mode": {
+ "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de ventana largos.",
+ "label": "Modo de desplazamiento"
+ },
+ "show-app-icon": {
+ "description": "Mostrar el icono de la aplicación junto al título de la ventana.",
+ "label": "Mostrar icono de la aplicación"
+ },
+ "use-fixed-width": {
+ "description": "Cuando está activado, el widget siempre usará el ancho máximo en lugar de ajustarse dinámicamente al contenido.",
+ "label": "Usar Ancho Fijo"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Selecciona el color para el visualizador.",
+ "label": "Color de relleno"
+ },
+ "hide-when-idle": {
+ "description": "Si está activado, el visualizador se oculta salvo que haya reproducción activa.",
+ "label": "Ocultar cuando no se reproduce"
+ },
+ "width": {
+ "description": "Ancho del componente personalizado.",
+ "label": "Ancho"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Elige cómo te gustaría que apareciera este valor.",
+ "label": "Modo de visualización"
+ },
+ "low-battery-threshold": {
+ "description": "Muestra una advertencia cuando la batería cae por debajo de este porcentaje.",
+ "label": "Umbral de advertencia de batería baja"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Elige cómo te gustaría que apareciera este valor.",
+ "label": "Modo de visualización"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Personaliza la visualización de tu reloj añadiendo tokens de la lista de abajo. Para usar el formato de 12 horas, debes incluir el token 'AP'.",
+ "label": "Visualización del reloj"
+ },
+ "custom-font": {
+ "description": "Seleccionar una fuente personalizada para la visualización del reloj.",
+ "label": "Fuente personalizada",
+ "placeholder": "Seleccionar fuente personalizada...",
+ "search-placeholder": "Buscar fuentes..."
+ },
+ "horizontal-bar": {
+ "description": "Consejo: Usa \\n para crear un salto de línea.",
+ "label": "Barra horizontal"
+ },
+ "preview": "Vista previa",
+ "use-custom-font": {
+ "description": "Anular la selección de fuente predeterminada con una fuente personalizada para el reloj.",
+ "label": "Usar fuente personalizada"
+ },
+ "use-monospaced-font": {
+ "description": "Cuando está activado, el reloj usará la fuente monoespaciada.",
+ "label": "Usar fuente monoespaciada"
+ },
+ "use-primary-color": {
+ "description": "Cuando está activado, se aplica el color primario para dar énfasis.",
+ "label": "Usar color primario"
+ },
+ "vertical-bar": {
+ "description": "Usa un espacio para separar cada parte en una nueva línea.",
+ "label": "Barra vertical"
+ }
+ },
+ "control-center": {
+ "browse-file": "Explorar archivo",
+ "browse-library": "Explorar biblioteca",
+ "icon": {
+ "description": "Selecciona un icono de la biblioteca o un archivo personalizado.",
+ "label": "Icono"
+ },
+ "select-custom-icon": "Seleccionar un icono personalizado",
+ "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"
+ }
+ },
+ "custom-button": {
+ "browse": "Explorar",
+ "collapse-condition": {
+ "description": "Si el texto de salida coincide con este valor, el botón se colapsará.",
+ "label": "Condición de colapso"
+ },
+ "display-command-output": {
+ "description": "Ingresa un comando para ejecutar a intervalos regulares. La primera línea de su salida se mostrará como texto.",
+ "label": "Mostrar salida de comando",
+ "stream-description": "Introduce un comando para ejecutar continuamente."
+ },
+ "dynamic-text": "Texto dinámico",
+ "icon": {
+ "description": "Selecciona un icono de la biblioteca.",
+ "label": "Icono"
+ },
+ "left-click": {
+ "description": "Comando a ejecutar cuando se hace clic izquierdo en el botón.",
+ "label": "Clic izquierdo"
+ },
+ "middle-click": {
+ "description": "Comando a ejecutar cuando se hace clic medio en el botón.",
+ "label": "Clic medio"
+ },
+ "parse-json": {
+ "description": "Analizar la salida del comando como un objeto JSON para establecer dinámicamente el texto y el ícono.",
+ "label": "Analizar salida como JSON"
+ },
+ "refresh-interval": {
+ "description": "Intervalo en milisegundos.",
+ "label": "Intervalo de actualización"
+ },
+ "right-click": {
+ "description": "Comando a ejecutar cuando se hace clic derecho en el botón.",
+ "label": "Clic derecho"
+ },
+ "text-stream": {
+ "description": "Las líneas transmitidas desde el comando se mostrarán como texto en el botón.",
+ "label": "Transmisión"
+ }
+ },
+ "dialog": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Elige cómo te gustaría que apareciera este valor.",
+ "label": "Modo de visualización"
+ }
+ },
+ "lock-keys": {
+ "browse": "Navegar",
+ "show-caps-lock": {
+ "description": "Mostrar el estado de Bloq Mayús.",
+ "label": "Bloq Mayús"
+ },
+ "show-num-lock": {
+ "description": "Mostrar el estado de bloqueo numérico.",
+ "label": "Bloq Num"
+ },
+ "show-scroll-lock": {
+ "description": "Mostrar el estado de Bloq Despl.",
+ "label": "Bloq Despl"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Controla el comportamiento del widget cuando no se está reproduciendo ningún medio.",
+ "label": "Modo de ocultación"
+ },
+ "max-width": {
+ "description": "Establece el tamaño horizontal máximo del widget. El widget se reducirá para adaptarse a contenido más corto.",
+ "label": "Ancho Máximo"
+ },
+ "no-active-player": "Sin reproductor activo",
+ "scrolling-mode": {
+ "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de pista largos.",
+ "label": "Modo de desplazamiento"
+ },
+ "show-album-art": {
+ "description": "Mostrar la portada del álbum de la pista que se está reproduciendo actualmente.",
+ "label": "Mostrar arte del álbum"
+ },
+ "show-visualizer": {
+ "description": "Mostrar un visualizador de audio cuando se reproduce música.",
+ "label": "Mostrar visualizador"
+ },
+ "use-fixed-width": {
+ "description": "Cuando está activado, el widget siempre usará el ancho máximo en lugar de ajustarse dinámicamente al contenido.",
+ "label": "Usar Ancho Fijo"
+ },
+ "visualizer-type": {
+ "description": "Elegir el estilo de visualizador de audio a mostrar.",
+ "label": "Tipo de visualizador"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Elige cómo te gustaría que apareciera este valor.",
+ "label": "Modo de visualización"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Ocultar la insignia de notificaciones cuando no hay notificaciones no leídas.",
+ "label": "Ocultar insignia cuando es cero"
+ },
+ "show-unread-badge": {
+ "description": "Mostrar una insignia con el número de notificaciones no leídas.",
+ "label": "Mostrar insignia de no leídos"
+ }
+ },
+ "section-editor": {
+ "placeholder": "Selecciona un widget para añadir...",
+ "search-placeholder": "Buscar widgets..."
+ },
+ "spacer": {
+ "width": {
+ "description": "Ancho del espaciado en píxeles",
+ "label": "Ancho"
+ }
+ },
+ "system-monitor": {
+ "cpu-temperature": {
+ "description": "Mostrar lecturas de temperatura de CPU si están disponibles.",
+ "label": "Temperatura de la CPU"
+ },
+ "cpu-usage": {
+ "description": "Mostrar el porcentaje actual de uso de CPU.",
+ "label": "Uso de CPU"
+ },
+ "memory-percentage": {
+ "description": "Mostrar el uso de memoria como porcentaje en lugar de valores absolutos.",
+ "label": "Memoria como porcentaje"
+ },
+ "memory-usage": {
+ "description": "Mostrar información actual del uso de RAM.",
+ "label": "Uso de memoria"
+ },
+ "network-traffic": {
+ "description": "Mostrar velocidades de carga y descarga de la red.",
+ "label": "Tráfico de red"
+ },
+ "storage-usage": {
+ "description": "Mostrar información del uso del espacio en disco.",
+ "label": "Uso de almacenamiento"
+ }
+ },
+ "taskbar": {
+ "colorize-icons": {
+ "description": "Aplicar colores del tema a los iconos de la barra de tareas.",
+ "label": "Colorear iconos"
+ },
+ "hide-mode": {
+ "description": "Controla cómo se comporta el widget cuando no hay ventanas coincidentes.",
+ "label": "Modo de ocultación"
+ },
+ "only-active-workspaces": {
+ "description": "Mostrar solo las aplicaciones de los espacios de trabajo activos.",
+ "label": "Solo desde espacios de trabajo activos"
+ },
+ "only-same-output": {
+ "description": "Muestra solo las aplicaciones del resultado donde se encuentra la barra.",
+ "label": "Solo de la misma salida"
+ }
+ },
+ "tray": {
+ "colorize-icons": {
+ "description": "Aplicar colores del tema a los iconos de la bandeja del sistema.",
+ "label": "Colorear iconos"
+ }
+ },
+ "volume": {
+ "display-mode": {
+ "description": "Elige cómo te gustaría que apareciera este valor.",
+ "label": "Modo de visualización"
+ }
+ },
+ "workspace": {
+ "character-count": {
+ "description": "Número de caracteres a mostrar de los nombres de espacios de trabajo (1-10).",
+ "label": "Número de caracteres"
+ },
+ "hide-unoccupied": {
+ "description": "No mostrar espacios de trabajo sin ventanas.",
+ "label": "Ocultar desocupados"
+ },
+ "label-mode": {
+ "description": "Elegir cómo se muestran las etiquetas de los espacios de trabajo.",
+ "label": "Modo de etiqueta"
+ }
+ }
+ }
+ },
+ "battery": {
+ "charging": "Cargando.",
+ "charging-rate": "Tasa de carga: {rate} W.",
+ "discharging": "Descargando.",
+ "discharging-rate": "Tasa de descarga: {rate} W.",
+ "health": "Salud: {percent}%",
+ "idle": "Inactivo.",
+ "no-battery-detected": "No se detectó ninguna batería.",
+ "panel": {
+ "balanced": "Equilibrado ({percent}%)",
+ "disabled": "Administrador de batería deshabilitado",
+ "full": "Capacidad total ({percent}%)",
+ "lifespan": "Vida útil prolongada ({percent}%)",
+ "title": "Umbral de carga"
+ },
+ "plugged-in": "Conectado.",
+ "time-left": "Tiempo restante: {time}.",
+ "time-until-full": "Tiempo hasta carga completa: {time}."
+ },
+ "bluetooth": {
+ "panel": {
+ "available-devices": "Dispositivos disponibles",
+ "connected-devices": "Dispositivos conectados",
+ "disabled": "Bluetooth está desactivado",
+ "enable-message": "Activa Bluetooth para ver los dispositivos disponibles.",
+ "known-devices": "Dispositivos conocidos",
+ "pairing-mode": "Asegúrate de que tu dispositivo esté en modo de emparejamiento.",
+ "scanning": "Buscando dispositivos...",
+ "title": "Bluetooth"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "Semana"
+ },
+ "weather": {
+ "loading": "Cargando el clima…"
+ }
+ },
+ "clock": {
+ "tooltip": "Abrir calendario"
+ },
+ "dock": {
+ "menu": {
+ "close": "Cerrar",
+ "focus": "Enfocar",
+ "pin": "Anclar",
+ "unpin": "Desanclar"
+ }
+ },
+ "general": {
+ "no-results": "Sin resultados",
+ "no-summary": "Sin resumen",
+ "unknown": "Desconocido"
+ },
+ "launcher": {
+ "pin": "Anclar al dock",
+ "unpin": "Desanclar del dock"
+ },
+ "lock-screen": {
+ "authenticating": "Autenticando...",
+ "authentication-failed": "Autenticación fallida",
+ "password": "Ingresa tu contraseña...",
+ "restart": "Reiniciar",
+ "shut-down": "Apagar",
+ "suspend": "Suspender",
+ "welcome-back": "¡Bienvenido de nuevo,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Haz clic para expandir",
+ "description": "Tus notificaciones aparecerán aquí a medida que lleguen.",
+ "no-notifications": "No hay notificaciones",
+ "title": "Notificaciones"
+ }
+ },
+ "options": {
+ "bar": {
+ "density": {
+ "comfortable": "Cómoda",
+ "compact": "Compacta",
+ "default": "Predeterminada",
+ "mini": "Mini"
+ },
+ "position": {
+ "bottom": "Inferior",
+ "left": "Izquierda",
+ "right": "Derecha",
+ "top": "Superior"
+ }
+ },
+ "colors": {
+ "error": "Error",
+ "onSurface": "En la superficie",
+ "primary": "Primario",
+ "secondary": "Secundario",
+ "tertiary": "Terciario"
+ },
+ "control-center": {
+ "position": {
+ "bottom_center": "Inferior central",
+ "bottom_left": "Inferior izquierda",
+ "bottom_right": "Inferior derecha",
+ "center": "Centro",
+ "close_to_bar_button": "Cerca del botón de la barra",
+ "top_center": "Superior central",
+ "top_left": "Superior izquierda",
+ "top_right": "Superior derecha"
+ },
+ "quickSettingsStyle": {
+ "classic": "Clásico",
+ "compact": "Compacto",
+ "modern": "Moderno"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Ocultar siempre",
+ "always-show": "Mostrar siempre",
+ "force-open": "Forzar apertura",
+ "on-hover": "Al pasar el cursor"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "Ocultar cuando esté vacío",
+ "transparent": "Transparente cuando está vacío",
+ "visible": "Siempre visible"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "Inferior central",
+ "bottom_left": "Inferior izquierda",
+ "bottom_right": "Inferior derecha",
+ "center": "Centro (predeterminado)",
+ "center_left": "Izquierda centrado",
+ "center_right": "Derecha centrado",
+ "follow_bar": "Seguir barra (predeterminado)",
+ "top_center": "Superior central",
+ "top_left": "Superior izquierda",
+ "top_right": "Superior derecha"
+ }
+ },
+ "osd": {
+ "position": {
+ "bottom_center": "Inferior central",
+ "bottom_left": "Inferior izquierda",
+ "bottom_right": "Inferior derecha",
+ "center_left": "Izquierda centrado",
+ "center_right": "Derecha centrado",
+ "top_center": "Superior central",
+ "top_left": "Superior izquierda",
+ "top_right": "Superior derecha"
+ }
+ },
+ "screen-recording": {
+ "audio-sources": {
+ "both": "Salida del sistema + entrada del micrófono",
+ "microphone-input": "Entrada del micrófono",
+ "system-output": "Salida del sistema"
+ },
+ "color-range": {
+ "full": "Completo",
+ "limited": "Limitado"
+ },
+ "quality": {
+ "high": "Alta",
+ "medium": "Media",
+ "ultra": "Ultra",
+ "very-high": "Muy alta"
+ },
+ "sources": {
+ "portal": "Portal",
+ "screen": "Pantalla"
+ }
+ },
+ "scrolling-modes": {
+ "always": "Desplazar Siempre",
+ "hover": "Desplazar al Pasar",
+ "never": "Nunca Desplazar"
+ },
+ "visualizer-types": {
+ "linear": "Lineal",
+ "mirrored": "Espejado",
+ "none": "Ninguno",
+ "wave": "Onda"
+ },
+ "workspace-labels": {
+ "index": "Índice",
+ "name": "Nombre",
+ "none": "Ninguno"
+ }
+ },
+ "placeholders": {
+ "cancel": "Cancelar",
+ "command-example": "echo \"Hola Mundo\"",
+ "enter-command": "Ingresa el comando a ejecutar (aplicación o script personalizado)",
+ "enter-text-to-collapse": "por ejemplo, 'no se está reproduciendo nada'. Usa /regex/ para patrones.",
+ "enter-tooltip": "Introducir información sobre herramientas",
+ "enter-width-pixels": "Ingresa el ancho en píxeles",
+ "profile-picture-path": "/home/usuario/.face",
+ "search": "Buscar...",
+ "search-icons": "ej., noctalia, niri, battery, cloud",
+ "search-launcher": "Buscar entradas... o usa > para comandos",
+ "search-wallpapers": "Escribe para filtrar fondos de pantalla...",
+ "select": "Seleccionar",
+ "test": "Probar"
+ },
+ "plugins": {
+ "applications": "Aplicaciones",
+ "calculator": "Calculadora",
+ "calculator-description": "Calculadora - evalúa expresiones matemáticas",
+ "calculator-enter-expression": "Ingresa una expresión matemática",
+ "calculator-error": "Error",
+ "calculator-name": "Calculadora",
+ "clipboard": "Historial del portapapeles",
+ "clipboard-clear-description": "Limpiar todo el historial del portapapeles",
+ "clipboard-clear-description-full": "Eliminar todos los elementos del historial del portapapeles",
+ "clipboard-clear-history": "Limpiar historial del portapapeles",
+ "clipboard-history-disabled": "Historial del portapapeles desactivado",
+ "clipboard-history-disabled-description": "Activa el historial del portapapeles en la configuración o instala cliphist",
+ "clipboard-loading": "Cargando historial del portapapeles...",
+ "clipboard-loading-description": "Por favor espera",
+ "clipboard-search-description": "Buscar en el historial del portapapeles"
+ },
+ "quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Hacer clic para gestionar los dispositivos Bluetooth"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Mantener despierto",
+ "enabled": "Mantener despierto"
+ },
+ "tooltip": {
+ "action": "Hacer clic para alternar el modo Mantener despierto"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Luz nocturna",
+ "enabled": "Luz nocturna",
+ "forced": "Luz nocturna"
+ },
+ "tooltip": {
+ "action": "Hacer clic para alternar el modo Luz nocturna\nClic derecho: Abrir configuración"
+ }
+ },
+ "notifications": {
+ "label": {
+ "disabled": "No molestar",
+ "enabled": "Notificaciones"
+ },
+ "tooltip": {
+ "action": "Clic izquierdo: Abrir historial de notificaciones\nClic derecho: Alternar No molestar"
+ }
+ },
+ "powerProfile": {
+ "label": {
+ "unavailable": "Perfil de energía"
+ },
+ "tooltip": {
+ "action": "Hacer clic para cambiar el perfil de energía",
+ "disabled": "Instala power-profiles-daemon para usar perfiles de energía"
+ }
+ },
+ "screenRecorder": {
+ "label": {
+ "recording": "Detener",
+ "stopped": "Grabar"
+ },
+ "tooltip": {
+ "action": "Hacer clic para iniciar/detener la grabación de pantalla"
+ }
+ },
+ "wallpaperSelector": {
+ "label": "Fondo de pantalla",
+ "tooltip": {
+ "action": "Clic izquierdo: Abrir selector de fondo de pantalla\nClic derecho: Establecer fondo de pantalla aleatorio"
+ }
+ },
+ "wifi": {
+ "label": {
+ "disconnected": "Wi-Fi desconectado",
+ "ethernet": "Ethernet",
+ "wifi": "Wi-Fi"
+ },
+ "tooltip": {
+ "action": "Hacer clic para gestionar las conexiones Wi-Fi"
+ }
+ }
+ },
+ "session-menu": {
+ "action-in-seconds": "{action} en {seconds} segundos...",
+ "lock": "Bloquear",
+ "lock-and-suspend": "Bloquear y Suspender",
+ "logout": "Cerrar sesión",
+ "reboot": "Reiniciar",
+ "shutdown": "Apagar",
+ "suspend": "Suspender",
+ "title": "Menú de sesión"
+ },
"settings": {
- "general": {
- "title": "General",
- "profile": {
+ "about": {
+ "contributors": {
"section": {
- "label": "Perfil",
- "description": "Edita los detalles de tu usuario y tu avatar."
- },
- "picture": {
- "label": "Foto de perfil de {user}",
- "description": "Tu foto de perfil que aparece en toda la interfaz."
- },
- "select-avatar": "Seleccionar imagen de avatar"
- },
- "screen-corners": {
- "section": {
- "label": "Esquinas de la pantalla",
- "description": "Personaliza el redondeo de las esquinas de la pantalla y los efectos visuales."
- },
- "show-corners": {
- "label": "Mostrar esquinas de la pantalla",
- "description": "Muestra esquinas redondeadas en el borde de la pantalla."
- },
- "solid-black": {
- "label": "Esquinas negras sólidas",
- "description": "Usa negro sólido en lugar del color de fondo de la barra."
- },
- "radius": {
- "label": "Radio de las esquinas de la pantalla",
- "description": "Ajusta las esquinas redondeadas de la pantalla.",
- "reset": "Restablecer el radio de las esquinas de la pantalla"
+ "description": "¡Un saludo a nuestro increíble colaborador número {count}!",
+ "description_plural": "¡Un saludo a nuestros {count} increíbles colaboradores!",
+ "label": "Colaboradores"
}
},
- "fonts": {
+ "noctalia": {
+ "download-latest": "Descargar la última versión",
+ "installed-version": "Versión instalada:",
+ "latest-version": "Última versión:",
"section": {
- "label": "Fuentes",
- "description": "Elige las fuentes utilizadas en toda la interfaz."
- },
- "default": {
- "label": "Fuente predeterminada",
- "description": "Fuente principal utilizada en toda la interfaz.",
- "placeholder": "Seleccionar fuente predeterminada...",
- "search-placeholder": "Buscar fuentes...",
- "scale": {
- "description": "Aumentar o disminuir el tamaño del texto estándar.",
- "label": "Tamaño de fuente predeterminado"
- }
- },
- "monospace": {
- "label": "Fuente monoespaciada",
- "description": "Fuente monoespaciada utilizada para la visualización de números y estadísticas.",
- "placeholder": "Seleccionar fuente monoespaciada...",
- "search-placeholder": "Buscar fuentes monoespaciadas...",
- "scale": {
- "description": "Aumentar o disminuir el tamaño del texto monoespaciado.",
- "label": "Tamaño de fuente monoespaciada"
- }
- },
- "reset-scaling": "Restablecer la escala"
- },
- "language": {
- "section": {
- "label": "Idioma",
- "description": "Elige tu idioma preferido para la aplicación."
- },
- "select": {
- "label": "Idioma de la aplicación",
- "description": "Selecciona el idioma utilizado en la interfaz de la aplicación.",
- "auto-detect": "Automático"
+ "description": "Un shell de escritorio elegante y minimalista cuidadosamente diseñado para Wayland, construido con Quickshell.",
+ "label": "Shell Noctalia"
}
},
- "launch-setup-wizard": "Inicie el asistente de configuración"
+ "support": "Apóyanos",
+ "title": "Acerca de"
},
"audio": {
- "title": "Audio",
- "volumes": {
- "section": {
- "label": "Volúmenes",
- "description": "Ajusta los controles de volumen y los niveles de audio."
- },
- "output-volume": {
- "label": "Volumen de salida",
- "description": "Nivel de volumen de todo el sistema."
- },
- "mute-output": {
- "label": "Silenciar salida de audio",
- "description": "Silencia la salida de audio principal del sistema."
- },
- "input-volume": {
- "label": "Volumen de entrada",
- "description": "Nivel de volumen de entrada del micrófono."
- },
- "mute-input": {
- "label": "Silenciar entrada de audio",
- "description": "Silencia la entrada de audio predeterminada (micrófono)."
- },
- "step-size": {
- "label": "Tamaño del paso de volumen",
- "description": "Ajusta el tamaño del paso para los cambios de volumen (rueda de desplazamiento, atajos de teclado)."
- },
- "volume-overdrive": {
- "label": "Permitir sobreamplificación de volumen",
- "description": "Permite subir el volumen por encima del 100 %. Es posible que no sea compatible con todo el hardware."
- }
- },
"devices": {
- "section": {
- "label": "Dispositivos de audio",
- "description": "Configura los dispositivos de entrada y salida de audio disponibles."
+ "input-device": {
+ "description": "Selecciona el dispositivo de entrada de audio deseado.",
+ "label": "Dispositivo de entrada"
},
"output-device": {
- "label": "Dispositivo de salida",
- "description": "Selecciona el dispositivo de salida de audio deseado."
+ "description": "Selecciona el dispositivo de salida de audio deseado.",
+ "label": "Dispositivo de salida"
},
- "input-device": {
- "label": "Dispositivo de entrada",
- "description": "Selecciona el dispositivo de entrada de audio deseado."
+ "section": {
+ "description": "Configura los dispositivos de entrada y salida de audio disponibles.",
+ "label": "Dispositivos de audio"
}
},
"media": {
- "section": {
- "label": "Reproductores multimedia",
- "description": "Establece tus aplicaciones multimedia preferidas e ignoradas."
- },
- "primary-player": {
- "label": "Reproductor principal",
- "description": "Ingresa una palabra clave para identificar tu reproductor principal.",
- "placeholder": "ej. spotify, vlc, mpv"
- },
"excluded-player": {
- "label": "Reproductor excluido",
"description": "Agrega palabras clave para los reproductores que deseas que el sistema ignore. Cada palabra clave debe estar en una línea nueva.",
+ "label": "Reproductor excluido",
"placeholder": "escribe una subcadena y presiona +"
},
- "visualizer-type": {
- "label": "Tipo de visualización",
- "description": "Elige un tipo de visualización para la reproducción de medios."
- },
"frame-rate": {
- "label": "Tasa de fotogramas",
- "description": "Tasas más altas son más fluidas pero usan más recursos."
+ "description": "Tasas más altas son más fluidas pero usan más recursos.",
+ "label": "Tasa de fotogramas"
},
- "scrolling-title": {
- "label": "Título con desplazamiento",
- "description": "Activar desplazamiento continuo para títulos de medios largos"
+ "primary-player": {
+ "description": "Ingresa una palabra clave para identificar tu reproductor principal.",
+ "label": "Reproductor principal",
+ "placeholder": "ej. spotify, vlc, mpv"
},
"scrolling-speed": {
- "label": "Velocidad de desplazamiento",
- "description": "Tiempo en segundos para que el título se desplace del inicio al final"
- }
- }
- },
- "display": {
- "title": "Pantalla",
- "monitors": {
+ "description": "Tiempo en segundos para que el título se desplace del inicio al final",
+ "label": "Velocidad de desplazamiento"
+ },
+ "scrolling-title": {
+ "description": "Activar desplazamiento continuo para títulos de medios largos",
+ "label": "Título con desplazamiento"
+ },
"section": {
- "label": "Configuración por monitor",
- "description": "Ajustar el brillo de la configuración para cada pantalla."
+ "description": "Establece tus aplicaciones multimedia preferidas e ignoradas.",
+ "label": "Reproductores multimedia"
},
- "brightness": "Brillo",
- "brightness-step": {
- "label": "Tamaño del paso de brillo",
- "description": "Ajusta el tamaño del paso para los cambios de brillo (rueda de desplazamiento y atajos de teclado)."
- },
- "enforce-minimum": {
- "label": "Forzar brillo mínimo (1%)",
- "description": "Resuelve el problema de la retroiluminación que se apaga completamente en algunas pantallas al 0% de brillo."
- },
- "external-brightness": {
- "label": "Soporte de brillo externo",
- "description": "Habilitar soporte DDCUtil para controlar el brillo en pantallas externas mediante el protocolo DDC/CI."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Control de brillo no disponible. Habilita \"Soporte de brillo externo\" para controlar el brillo de esta pantalla.",
- "generic": "El control de brillo no está disponible para esta pantalla."
+ "visualizer-type": {
+ "description": "Elige un tipo de visualización para la reproducción de medios.",
+ "label": "Tipo de visualización"
}
},
- "night-light": {
+ "title": "Audio",
+ "volumes": {
+ "input-volume": {
+ "description": "Nivel de volumen de entrada del micrófono.",
+ "label": "Volumen de entrada"
+ },
+ "mute-input": {
+ "description": "Silencia la entrada de audio predeterminada (micrófono).",
+ "label": "Silenciar entrada de audio"
+ },
+ "mute-output": {
+ "description": "Silencia la salida de audio principal del sistema.",
+ "label": "Silenciar salida de audio"
+ },
+ "output-volume": {
+ "description": "Nivel de volumen de todo el sistema.",
+ "label": "Volumen de salida"
+ },
"section": {
- "label": "Luz nocturna",
- "description": "Reduce la emisión de luz azul para ayudarte a dormir mejor y reducir la fatiga visual."
+ "description": "Ajusta los controles de volumen y los niveles de audio.",
+ "label": "Volúmenes"
},
- "enable": {
- "label": "Activar luz nocturna",
- "description": "Aplica un filtro de color cálido para reducir la emisión de luz azul."
+ "step-size": {
+ "description": "Ajusta el tamaño del paso para los cambios de volumen (rueda de desplazamiento, atajos de teclado).",
+ "label": "Tamaño del paso de volumen"
},
- "temperature": {
- "label": "Temperatura de color",
- "description": "Establece la calidez del color para la noche y el día.",
- "night": "Noche",
- "day": "Día"
- },
- "auto-schedule": {
- "label": "Programación automática",
- "description": "Basado en la hora del atardecer y amanecer en {location} - recomendado."
- },
- "manual-schedule": {
- "label": "Programación manual",
- "description": "Establece horas personalizadas para el amanecer y el atardecer.",
- "sunrise": "Hora del amanecer",
- "sunset": "Hora del atardecer",
- "select-start": "Seleccionar hora de inicio",
- "select-stop": "Seleccionar hora de finalización"
- },
- "force-activation": {
- "label": "Forzar activación",
- "description": "Ignora la programación y aplica el filtro nocturno inmediatamente."
+ "volume-overdrive": {
+ "description": "Permite subir el volumen por encima del 100 %. Es posible que no sea compatible con todo el hardware.",
+ "label": "Permitir sobreamplificación de volumen"
}
}
},
"bar": {
- "title": "Barra",
"appearance": {
- "section": {
- "label": "Apariencia",
- "description": "Personaliza la apariencia y posición de la barra."
- },
- "position": {
- "label": "Posición de la barra",
- "description": "Elige dónde colocar la barra en la pantalla."
+ "background-opacity": {
+ "description": "Ajusta la opacidad del fondo de la barra.",
+ "label": "Opacidad del fondo"
},
"density": {
- "label": "Densidad de la barra",
- "description": "Ajusta el relleno de la barra para un aspecto compacto o espacioso."
- },
- "background-opacity": {
- "label": "Opacidad del fondo",
- "description": "Ajusta la opacidad del fondo de la barra."
- },
- "show-capsule": {
- "label": "Mostrar cápsula",
- "description": "Mostrar fondos de los widgets."
+ "description": "Ajusta el relleno de la barra para un aspecto compacto o espacioso.",
+ "label": "Densidad de la barra"
},
"floating": {
- "label": "Barra flotante",
- "description": "Muestra la barra como una 'píldora' flotante."
+ "description": "Muestra la barra como una 'píldora' flotante.",
+ "label": "Barra flotante"
},
"margins": {
- "label": "Márgenes",
"description": "Ajusta los márgenes alrededor de la barra flotante.",
- "vertical": "Vertical",
- "horizontal": "Horizontal"
+ "horizontal": "Horizontal",
+ "label": "Márgenes",
+ "vertical": "Vertical"
},
"outer-corners": {
"description": "Muestra esquinas curvadas hacia afuera en la barra.",
"label": "Esquinas exteriores"
+ },
+ "position": {
+ "description": "Elige dónde colocar la barra en la pantalla.",
+ "label": "Posición de la barra"
+ },
+ "section": {
+ "description": "Personaliza la apariencia y posición de la barra.",
+ "label": "Apariencia"
+ },
+ "show-capsule": {
+ "description": "Mostrar fondos de los widgets.",
+ "label": "Mostrar cápsula"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Muestra la barra en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno.",
+ "label": "Visualización en monitores"
+ }
+ },
+ "title": "Barra",
+ "tray": {
+ "blacklist": {
+ "description": "Agregar reglas de exclusión de la bandeja, admite comodines (*).",
+ "label": "Lista negra",
+ "placeholder": "ej., nm-applet, Fcitx*"
}
},
"widgets": {
"section": {
- "label": "Posicionamiento de widgets",
- "description": "Arrastra y suelta widgets para reordenarlos. Las insignias indican el uso: [I]zquierda, [C]entro, [D]erecha."
- }
- },
- "monitors": {
- "section": {
- "label": "Visualización en monitores",
- "description": "Muestra la barra en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Lista negra",
- "description": "Agregar reglas de exclusión de la bandeja, admite comodines (*).",
- "placeholder": "ej., nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "Habilitar dock",
- "description": "Mostrar u ocultar el dock por completo"
- },
- "appearance": {
- "section": {
- "label": "Apariencia",
- "description": "Personaliza el comportamiento y la apariencia del dock."
- },
- "display": {
- "label": "Pantalla",
- "description": "Elige cómo se comporta el dock.",
- "always-visible": "Siempre visible",
- "auto-hide": "Ocultar automáticamente",
- "exclusive": "Exclusivo"
- },
- "background-opacity": {
- "label": "Opacidad del fondo",
- "description": "Ajusta la opacidad del fondo del dock."
- },
- "floating-distance": {
- "label": "Distancia de flotación del dock",
- "description": "Ajusta la distancia de flotación desde el borde de la pantalla."
- },
- "icon-size": {
- "label": "Tamaño del Dock",
- "description": "Ajusta el tamaño general del Dock."
- },
- "colorize-icons": {
- "label": "Colorear iconos",
- "description": "Aplicar colores del tema a los iconos de aplicaciones del dock (solo aplicaciones no enfocadas)."
- }
- },
- "monitors": {
- "section": {
- "label": "Visualización en monitor",
- "description": "Mostrar el dock en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno."
- },
- "only-same-output": {
- "description": "Mostrar solo las aplicaciones de la salida donde se encuentra el dock.",
- "label": "Solo aplicaciones de la misma salida"
- }
- }
- },
- "launcher": {
- "title": "Lanzador",
- "settings": {
- "section": {
- "label": "Apariencia",
- "description": "Personaliza el comportamiento y la apariencia del lanzador."
- },
- "position": {
- "label": "Posición",
- "description": "Elige dónde aparece el panel del lanzador."
- },
- "background-opacity": {
- "label": "Opacidad del fondo",
- "description": "Ajusta la opacidad del fondo del lanzador."
- },
- "clipboard-history": {
- "label": "Activar historial del portapapeles",
- "description": "Accede a los elementos copiados anteriormente desde el lanzador."
- },
- "sort-by-usage": {
- "label": "Ordenar por más usados",
- "description": "Cuando está activado, las aplicaciones más utilizadas aparecen primero en la lista."
- },
- "use-app2unit": {
- "label": "Usar App2Unit para lanzar aplicaciones",
- "description": "Usa un método de lanzamiento alternativo para gestionar mejor los procesos de las aplicaciones y prevenir problemas."
- },
- "terminal-command": {
- "label": "Comando de terminal",
- "description": "Comando para iniciar un terminal. Por ejemplo, 'kitty -e' o 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Prefijo de lanzamiento personalizado",
- "description": "Prefijar comandos con un lanzador personalizado (ej. 'runapp' para integración con systemd)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Habilitar prefijo de lanzamiento personalizado",
- "description": "Usar un prefijo personalizado para lanzar aplicaciones en lugar del método predeterminado."
- }
- }
- },
- "notifications": {
- "title": "Notificaciones",
- "settings": {
- "section": {
- "label": "Apariencia",
- "description": "Configura la apariencia y el comportamiento de las notificaciones."
- },
- "do-not-disturb": {
- "label": "No molestar",
- "description": "Desactiva todas las ventanas emergentes de notificación cuando está activado."
- },
- "enable-osd": {
- "label": "Activar visualización en pantalla",
- "description": "Muestra los cambios de volumen y brillo en tiempo real."
- },
- "location": {
- "label": "Ubicación",
- "description": "Dónde aparecen las notificaciones en la pantalla."
- },
- "always-on-top": {
- "label": "Siempre visible",
- "description": "Muestra las notificaciones sobre ventanas a pantalla completa y otras capas."
- },
- "background-opacity": {
- "label": "Opacidad del fondo",
- "description": "Ajustar la opacidad de los fondos de las notificaciones."
- }
- },
- "duration": {
- "section": {
- "label": "Duración de la notificación",
- "description": "Configura cuánto tiempo permanecen visibles las notificaciones según su nivel de urgencia."
- },
- "respect-expire": {
- "label": "Respetar tiempo de expiración",
- "description": "Usa el tiempo de expiración establecido en la notificación."
- },
- "low-urgency": {
- "label": "Urgencia baja",
- "description": "Cuánto tiempo permanecen visibles las notificaciones de baja prioridad."
- },
- "normal-urgency": {
- "label": "Urgencia normal",
- "description": "Cuánto tiempo permanecen visibles las notificaciones de prioridad normal."
- },
- "critical-urgency": {
- "label": "Urgencia crítica",
- "description": "Cuánto tiempo permanecen visibles las notificaciones de prioridad crítica."
- }
- },
- "monitors": {
- "section": {
- "label": "Visualización en monitores",
- "description": "Muestra notificaciones en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno."
- }
- }
- },
- "osd": {
- "title": "Visualización en pantalla",
- "description": "Configura indicadores superpuestos como volumen y brillo.",
- "section": {
- "general": {
- "label": "General",
- "description": "Configura visibilidad y comportamiento del OSD."
- }
- },
- "enabled": {
- "label": "Activar visualización en pantalla",
- "description": "Mostrar cambios de volumen y brillo en tiempo real."
- },
- "always-on-top": {
- "label": "Siempre encima",
- "description": "Mostrar OSD por encima de ventanas de pantalla completa y otras capas."
- },
- "location": {
- "label": "Ubicación",
- "description": "Dónde aparece la visualización en pantalla."
- },
- "duration": {
- "section": {
- "label": "Tiempo de ocultación automática",
- "description": "Cuánto tiempo permanece visible el OSD antes de ocultarse automáticamente."
- },
- "auto-hide": {
- "label": "Ocultar después de",
- "description": "Ajusta el tiempo antes de que el OSD desaparezca."
- }
- },
- "monitors": {
- "section": {
- "label": "Visualización en monitores",
- "description": "Mostrar el OSD en monitores específicos. Por defecto, en todos si no se elige ninguno."
- }
- }
- },
- "wallpaper": {
- "title": "Fondo de pantalla",
- "settings": {
- "section": {
- "label": "Configuración del fondo de pantalla",
- "description": "Controla cómo se gestionan y muestran los fondos de pantalla."
- },
- "enable-management": {
- "label": "Activar gestión de fondos de pantalla",
- "description": "Gestiona fondos de pantalla con Noctalia. Desmarca si prefieres usar otra aplicación."
- },
- "folder": {
- "label": "Carpeta de fondos de pantalla",
- "description": "Ruta a tu carpeta principal de fondos de pantalla.",
- "tooltip": "Buscar carpeta de fondos de pantalla"
- },
- "recursive-search": {
- "label": "Buscar en subcarpetas",
- "description": "Buscar fondos de pantalla también en subcarpetas del directorio de fondos de pantalla."
- },
- "monitor-specific": {
- "label": "Directorios específicos por monitor",
- "description": "Establece una carpeta de fondos de pantalla diferente para cada monitor.",
- "tooltip": "Buscar carpeta de fondos de pantalla"
- },
- "select-folder": "Seleccionar carpeta de fondos de pantalla",
- "select-monitor-folder": "Seleccionar carpeta de fondos de pantalla del monitor",
- "selector-position": {
- "description": "Elige dónde aparece el panel selector de fondo de pantalla.",
- "label": "Posición"
- }
- },
- "look-feel": {
- "section": {
- "label": "Apariencia y estilo"
- },
- "fill-mode": {
- "label": "Modo de relleno",
- "description": "Selecciona cómo debe escalar la imagen para coincidir con la resolución de tu monitor."
- },
- "fill-color": {
- "label": "Color de relleno",
- "description": "Elige un color de relleno que pueda aparecer detrás del fondo de pantalla."
- },
- "transition-type": {
- "label": "Tipo de transición",
- "description": "Tipo de animación al cambiar entre fondos de pantalla."
- },
- "transition-duration": {
- "label": "Duración de la transición",
- "description": "Duración de las animaciones de transición en segundos."
- },
- "edge-smoothness": {
- "label": "Suavizar borde de la transición",
- "description": "Aplica un efecto suave y difuminado al borde de las transiciones."
- }
- },
- "automation": {
- "section": {
- "label": "Automatización"
- },
- "random-wallpaper": {
- "label": "Fondo de pantalla aleatorio",
- "description": "Programa cambios aleatorios de fondo de pantalla a intervalos regulares."
- },
- "interval": {
- "label": "Intervalo del fondo de pantalla",
- "description": "Con qué frecuencia cambiar los fondos de pantalla automáticamente."
- },
- "custom-interval": {
- "label": "Intervalo personalizado",
- "description": "Ingresa el tiempo como HH:MM (ej., 01:30)."
+ "description": "Arrastra y suelta widgets para reordenarlos. Las insignias indican el uso: [I]zquierda, [C]entro, [D]erecha.",
+ "label": "Posicionamiento de widgets"
}
}
},
"color-scheme": {
- "title": "Esquema de colores",
"color-source": {
- "section": {
- "label": "Fuente de color",
- "description": "Configuración principal de los colores de Noctalia."
- },
- "use-wallpaper-colors": {
- "label": "Usar colores del fondo de pantalla",
- "description": "Generar esquemas de color desde tu fondo de pantalla usando Matugen. Extrae automáticamente colores para crear un tema cohesivo."
- },
"matugen-scheme-type": {
"description": {
"scheme-content": "Deriva colores que coinciden estrechamente con la imagen subyacente.",
@@ -547,76 +782,67 @@
"scheme-tonal-spot": "Paleta equilibrada con acentos definidos."
},
"label": "Tipo de esquema Matugen"
+ },
+ "section": {
+ "description": "Configuración principal de los colores de Noctalia.",
+ "label": "Fuente de color"
+ },
+ "use-wallpaper-colors": {
+ "description": "Generar esquemas de color desde tu fondo de pantalla usando Matugen. Extrae automáticamente colores para crear un tema cohesivo.",
+ "label": "Usar colores del fondo de pantalla"
}
},
"dark-mode": {
- "switch": {
- "label": "Modo oscuro",
- "description": "Cambia a un tema más oscuro para una visualización más fácil por la noche."
- },
"mode": {
"description": "Permite el cambio automático entre el modo claro y el modo oscuro.",
"label": "Programación del modo oscuro",
"location": "Ubicación",
"manual": "Manual",
"off": "Apagado"
+ },
+ "switch": {
+ "description": "Cambia a un tema más oscuro para una visualización más fácil por la noche.",
+ "label": "Modo oscuro"
}
},
"predefined": {
- "section": {
- "label": "Esquemas de colores predefinidos",
- "description": "Elige entre una colección de esquemas de colores predefinidos."
- },
"generate-templates": {
- "label": "Generar plantillas para esquemas predefinidos",
- "description": "Genera plantillas de Matugen (GTK, temas de terminal, etc.) al usar esquemas de colores predefinidos."
+ "description": "Genera plantillas de Matugen (GTK, temas de terminal, etc.) al usar esquemas de colores predefinidos.",
+ "label": "Generar plantillas para esquemas predefinidos"
+ },
+ "section": {
+ "description": "Elige entre una colección de esquemas de colores predefinidos.",
+ "label": "Esquemas de colores predefinidos"
}
},
"templates": {
- "ui": {
- "label": "UI",
- "description": "Tematización del entorno de escritorio y de la interfaz de usuario.",
- "gtk": {
- "description": "Escribir {filepath}"
- },
- "qt": {
- "description": "Escribir {filepath}"
- },
- "kcolorscheme": {
- "description": "Escribir {filepath}"
- }
- },
- "terminal": {
- "label": "Terminal",
- "description": "Tematización del emulador de terminal.",
- "kitty": {
- "description": "Escribir {filepath} y recargar",
- "description-missing": "Requiere que {app} esté instalado"
- },
- "ghostty": {
- "description": "Escribir {filepath} y recargar",
- "description-missing": "Requiere que {app} esté instalado"
- },
- "foot": {
- "description": "Escribir {filepath} y recargar",
- "description-missing": "Requiere que {app} esté instalado"
- },
- "alacritty": {
- "description": "Escribe {filepath} y recarga",
- "description-missing": "Requiere que {app} esté instalado/a."
- },
- "wezterm": {
- "description": "Escribe {filepath} y recarga.",
- "description-missing": "Requiere que {app} esté instalado/a."
+ "misc": {
+ "description": "Opciones de configuración adicionales.",
+ "label": "Varios",
+ "user-templates": {
+ "description": "Habilitar configuración de Matugen definida por el usuario. Se creará un archivo de plantilla en ~/.config/noctalia/user-templates.toml al activar por primera vez",
+ "label": "Plantillas de usuario"
}
},
"programs": {
- "label": "Programas",
+ "code": {
+ "description": "Escribe {filepath}. El tema Hyprluna 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}",
+ "description-missing": "No se detectó cliente de Discord. Instala vencord, vesktop, webcord, armcord, equibop, lightcord o dorion."
+ },
"fuzzel": {
"description": "Escribir {filepath} y recargar",
"description-missing": "Requiere que {app} esté instalado"
},
+ "label": "Programas",
+ "pywalfox": {
+ "description": "Escribir {filepath} y ejecutar pywalfox update",
+ "description-missing": "Requiere que {app} esté instalado"
+ },
"vicinae": {
"description": "Escribir {filepath} y recargar",
"description-missing": "Requiere que {app} esté instalado"
@@ -624,218 +850,59 @@
"walker": {
"description": "Escribir {filepath} y establecer tema a noctalia",
"description-missing": "Requiere que {app} esté instalado"
- },
- "discord": {
- "description": "Escribir {filepath} para {client}",
- "description-missing": "No se detectó cliente de Discord. Instala vencord, vesktop, webcord, armcord, equibop, lightcord o dorion."
- },
- "pywalfox": {
- "description": "Escribir {filepath} y ejecutar pywalfox update",
- "description-missing": "Requiere que {app} esté instalado"
- },
- "code": {
- "description": "Escribe {filepath}. El tema Hyprluna debe ser instalado y activado manualmente.",
- "description-missing": "Requiere que {app} esté instalado/a."
- }
- },
- "misc": {
- "label": "Varios",
- "description": "Opciones de configuración adicionales.",
- "user-templates": {
- "label": "Plantillas de usuario",
- "description": "Habilitar configuración de Matugen definida por el usuario. Se creará un archivo de plantilla en ~/.config/noctalia/user-templates.toml al activar por primera vez"
}
},
"section": {
"description": "Aplicar colores a aplicaciones externas.",
"label": "Plantillas"
- }
- }
- },
- "location": {
- "title": "Ubicación",
- "location": {
- "section": {
- "label": "Tu ubicación",
- "description": "Obtén el clima y la programación de la luz nocturna precisos estableciendo tu ubicación."
},
- "search": {
- "label": "Buscar una ubicación",
- "description": "ej., Toronto, ON",
- "placeholder": "Ingresa el nombre de la ubicación"
+ "terminal": {
+ "alacritty": {
+ "description": "Escribe {filepath} y recarga",
+ "description-missing": "Requiere que {app} esté instalado/a."
+ },
+ "description": "Tematización del emulador de terminal.",
+ "foot": {
+ "description": "Escribir {filepath} y recargar",
+ "description-missing": "Requiere que {app} esté instalado"
+ },
+ "ghostty": {
+ "description": "Escribir {filepath} y recargar",
+ "description-missing": "Requiere que {app} esté instalado"
+ },
+ "kitty": {
+ "description": "Escribir {filepath} y recargar",
+ "description-missing": "Requiere que {app} esté instalado"
+ },
+ "label": "Terminal",
+ "wezterm": {
+ "description": "Escribe {filepath} y recarga.",
+ "description-missing": "Requiere que {app} esté instalado/a."
+ }
+ },
+ "ui": {
+ "description": "Tematización del entorno de escritorio y de la interfaz de usuario.",
+ "gtk": {
+ "description": "Escribir {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Escribir {filepath}"
+ },
+ "label": "UI",
+ "qt": {
+ "description": "Escribir {filepath}"
+ }
}
},
- "weather": {
- "section": {
- "label": "Clima",
- "description": "Elige tu unidad de temperatura preferida."
- },
- "enabled": {
- "label": "Activar clima",
- "description": "Mostrar información del clima en toda la interfaz y obtener datos meteorológicos. Cuando está desactivado, todos los elementos del clima estarán ocultos y no se realizarán solicitudes de red."
- },
- "fahrenheit": {
- "label": "Mostrar temperatura en Fahrenheit (°F)",
- "description": "Muestra la temperatura en Fahrenheit en lugar de Celsius."
- },
- "show-in-calendar": {
- "description": "Muestra el pronóstico del tiempo diario directamente en la vista de tu calendario.",
- "label": "Mostrar el clima en el calendario"
- }
- },
- "date-time": {
- "section": {
- "label": "Fecha y hora",
- "description": "Personaliza cómo aparecen la fecha y la hora."
- },
- "12hour-format": {
- "label": "Utilice el formato de hora de 12 horas",
- "description": "Muestra la hora en formato de 12 horas en la pantalla de bloqueo y el calendario. El reloj de la barra tiene su propia configuración."
- },
- "week-numbers": {
- "label": "Mostrar números de semana",
- "description": "Muestra la semana del año (ej., Semana 38) en el calendario."
- },
- "show-events": {
- "label": "Mostrar eventos del calendario",
- "description": "Mostrar eventos en el panel del calendario."
- },
- "use-analog": {
- "description": "Mostrar un reloj de estilo analógico en la ventana del calendario y en la pantalla de bloqueo.",
- "label": "Usar reloj de estilo analógico"
- },
- "first-day-of-week": {
- "automatic": "Automático (usar la configuración regional del sistema)",
- "description": "Elige qué día empieza la semana en el calendario.",
- "label": "Primer día de la semana"
- }
- }
- },
- "network": {
- "title": "Red",
- "section": {
- "description": "Gestiona las conexiones Wi-Fi y Bluetooth."
- },
- "wifi": {
- "label": "Activar Wi-Fi"
- },
- "bluetooth": {
- "label": "Activar Bluetooth"
- }
- },
- "screen-recorder": {
- "title": "Grabadora de pantalla",
- "general": {
- "section": {
- "label": "Configuración general",
- "description": "Gestiona la salida y el contenido de la grabación de pantalla."
- },
- "output-folder": {
- "label": "Carpeta de salida",
- "description": "Carpeta donde se guardarán las grabaciones de pantalla.",
- "tooltip": "Buscar carpeta de salida"
- },
- "show-cursor": {
- "label": "Mostrar cursor",
- "description": "Grabar el cursor del ratón en el video."
- },
- "select-output-folder": "Seleccionar carpeta de salida"
- },
- "video": {
- "section": {
- "label": "Configuración de video",
- "description": "Configura las opciones de grabación de video."
- },
- "video-source": {
- "label": "Fuente de video",
- "description": "Se recomienda Portal; si aparecen artefactos, prueba Screen."
- },
- "frame-rate": {
- "label": "Tasa de fotogramas",
- "description": "Tasa de fotogramas objetivo para las grabaciones de pantalla."
- },
- "video-quality": {
- "label": "Calidad de video",
- "description": "Una mayor calidad resulta en archivos de mayor tamaño."
- },
- "video-codec": {
- "label": "Códec de video",
- "description": "h264 es el códec más común."
- },
- "color-range": {
- "label": "Rango de color",
- "description": "Se recomienda limitado para una mejor compatibilidad."
- }
- },
- "audio": {
- "section": {
- "label": "Configuración de audio",
- "description": "Configura las opciones de grabación de audio."
- },
- "audio-source": {
- "label": "Fuente de audio",
- "description": "Fuente de audio a capturar durante la grabación."
- },
- "audio-codec": {
- "label": "Códec de audio",
- "description": "Se recomienda Opus para el mejor rendimiento y el menor tamaño de audio."
- }
- }
- },
- "about": {
- "title": "Acerca de",
- "noctalia": {
- "section": {
- "label": "Shell Noctalia",
- "description": "Un shell de escritorio elegante y minimalista cuidadosamente diseñado para Wayland, construido con Quickshell."
- },
- "latest-version": "Última versión:",
- "installed-version": "Versión instalada:",
- "download-latest": "Descargar la última versión"
- },
- "contributors": {
- "section": {
- "label": "Colaboradores",
- "description": "¡Un saludo a nuestro increíble colaborador número {count}!",
- "description_plural": "¡Un saludo a nuestros {count} increíbles colaboradores!"
- }
- },
- "support": "Apóyanos"
- },
- "hooks": {
- "title": "Hooks",
- "system-hooks": {
- "section": {
- "label": "Ganchos del sistema",
- "description": "Configura comandos para que se ejecuten cuando ocurran eventos del sistema."
- },
- "enable": {
- "label": "Activar hooks",
- "description": "Activa o desactiva todos los comandos de hooks."
- }
- },
- "wallpaper-changed": {
- "label": "Fondo de pantalla cambiado",
- "description": "Comando a ejecutar cuando cambia el fondo de pantalla.",
- "placeholder": "ej., notify-send \"Fondo de pantalla\" \"Cambiado\""
- },
- "theme-changed": {
- "label": "Tema cambiado",
- "description": "Comando a ejecutar cuando el tema cambia entre modo oscuro y claro.",
- "placeholder": "ej., notify-send \"Tema\" \"Cambiado\""
- },
- "info": {
- "command-info": {
- "label": "Información de comandos de Hook",
- "description": "• Los comandos se ejecutan a través de shell (sh -c)\n• Los comandos se ejecutan en segundo plano (desvinculados)\n• Los botones de prueba se ejecutan con los valores actuales"
- },
- "parameters": {
- "label": "Parámetros disponibles",
- "description": "• Hook de fondo de pantalla: $1 = ruta del fondo de pantalla, $2 = nombre de la pantalla\n• Hook de cambio de tema: $1 = true/false (estado del modo oscuro)"
- }
- }
+ "title": "Esquema de colores"
},
"control-center": {
+ "cards": {
+ "section": {
+ "description": "Personaliza qué controles aparecen en el Centro de control y en qué orden.",
+ "label": "Tarjetas"
+ }
+ },
"position": {
"description": "Elige dónde aparece el panel del Centro de control cuando se abre.",
"label": "Posición"
@@ -844,120 +911,377 @@
"description": "Configurar el posicionamiento y el comportamiento del panel del Centro de control.",
"label": "Apariencia"
},
- "title": "Centro de control",
- "cards": {
- "section": {
- "description": "Personaliza qué controles aparecen en el Centro de control y en qué orden.",
- "label": "Tarjetas"
- }
- },
"shortcuts": {
+ "custom-button": {
+ "browse": "Explorar",
+ "command": {
+ "description": "El comando a ejecutar cuando se hace clic en el botón.",
+ "label": "Comando"
+ },
+ "enable-on-state-logic": {
+ "description": "Habilita un segundo icono y un estado 'caliente' basado en un comando de comprobación.",
+ "label": "Habilitar lógica de estado activado"
+ },
+ "general-tooltip-text": {
+ "description": "Descripción general para el tooltip del botón.",
+ "label": "Texto de tooltip general"
+ },
+ "icon": {
+ "description": "Selecciona un icono de la biblioteca.",
+ "label": "Icono"
+ },
+ "on-clicked": {
+ "description": "Comando a ejecutar cuando se hace clic izquierdo en el botón.",
+ "label": "Comando de clic izquierdo"
+ },
+ "on-middle-clicked": {
+ "description": "Comando a ejecutar cuando se hace clic central en el botón.",
+ "label": "Comando de clic central"
+ },
+ "on-right-clicked": {
+ "description": "Comando a ejecutar cuando se hace clic derecho en el botón.",
+ "label": "Comando de clic derecho"
+ },
+ "on-state-command": {
+ "description": "Comando a ejecutar para comprobar si el botón debe estar en el estado 'encendido'. Devuelve 0 para encendido, no cero para apagado.",
+ "label": "Comando de comprobación de estado activado"
+ },
+ "on-state-icon": {
+ "description": "El icono para el botón cuando está en el estado 'encendido'.",
+ "label": "Icono de estado activado"
+ },
+ "state-checks": {
+ "add": "Añadir comprobación de estado",
+ "browse-icon": "Explorar",
+ "command": "Comando a ejecutar para esta comprobación de estado",
+ "label": "Comprobaciones de estado",
+ "remove": "Eliminar"
+ },
+ "tooltip": {
+ "description": "El tooltip a mostrar al pasar el cursor sobre el botón.",
+ "label": "Tooltip"
+ }
+ },
+ "dialog": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar"
+ },
"section": {
"description": "Configurar y administrar los widgets de accesos directos.",
"label": "Widgets de accesos directos"
},
"sectionLeft": "Izquierda",
- "sectionRight": "Derecha",
- "custom-button": {
- "icon": {
- "label": "Icono",
- "description": "Selecciona un icono de la biblioteca."
- },
- "browse": "Explorar",
- "command": {
- "label": "Comando",
- "description": "El comando a ejecutar cuando se hace clic en el botón."
- },
- "tooltip": {
- "label": "Tooltip",
- "description": "El tooltip a mostrar al pasar el cursor sobre el botón."
- },
- "on-state-icon": {
- "label": "Icono de estado activado",
- "description": "El icono para el botón cuando está en el estado 'encendido'."
- },
- "on-clicked": {
- "label": "Comando de clic izquierdo",
- "description": "Comando a ejecutar cuando se hace clic izquierdo en el botón."
- },
- "on-right-clicked": {
- "label": "Comando de clic derecho",
- "description": "Comando a ejecutar cuando se hace clic derecho en el botón."
- },
- "on-middle-clicked": {
- "label": "Comando de clic central",
- "description": "Comando a ejecutar cuando se hace clic central en el botón."
- },
- "on-state-command": {
- "label": "Comando de comprobación de estado activado",
- "description": "Comando a ejecutar para comprobar si el botón debe estar en el estado 'encendido'. Devuelve 0 para encendido, no cero para apagado."
- },
- "general-tooltip-text": {
- "label": "Texto de tooltip general",
- "description": "Descripción general para el tooltip del botón."
- },
- "enable-on-state-logic": {
- "label": "Habilitar lógica de estado activado",
- "description": "Habilita un segundo icono y un estado 'caliente' basado en un comando de comprobación."
- },
- "state-checks": {
- "label": "Comprobaciones de estado",
- "command": "Comando a ejecutar para esta comprobación de estado",
- "browse-icon": "Explorar",
- "remove": "Eliminar",
- "add": "Añadir comprobación de estado"
- }
+ "sectionRight": "Derecha"
+ },
+ "title": "Centro de control"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Brillo",
+ "brightness-step": {
+ "description": "Ajusta el tamaño del paso para los cambios de brillo (rueda de desplazamiento y atajos de teclado).",
+ "label": "Tamaño del paso de brillo"
},
- "dialog": {
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "brightness-unavailable": {
+ "ddc-disabled": "Control de brillo no disponible. Habilita \"Soporte de brillo externo\" para controlar el brillo de esta pantalla.",
+ "generic": "El control de brillo no está disponible para esta pantalla."
+ },
+ "enforce-minimum": {
+ "description": "Resuelve el problema de la retroiluminación que se apaga completamente en algunas pantallas al 0% de brillo.",
+ "label": "Forzar brillo mínimo (1%)"
+ },
+ "external-brightness": {
+ "description": "Habilitar soporte DDCUtil para controlar el brillo en pantallas externas mediante el protocolo DDC/CI.",
+ "label": "Soporte de brillo externo"
+ },
+ "section": {
+ "description": "Ajustar el brillo de la configuración para cada pantalla.",
+ "label": "Configuración por monitor"
}
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "Basado en la hora del atardecer y amanecer en {location} - recomendado.",
+ "label": "Programación automática"
+ },
+ "enable": {
+ "description": "Aplica un filtro de color cálido para reducir la emisión de luz azul.",
+ "label": "Activar luz nocturna"
+ },
+ "force-activation": {
+ "description": "Ignora la programación y aplica el filtro nocturno inmediatamente.",
+ "label": "Forzar activación"
+ },
+ "manual-schedule": {
+ "description": "Establece horas personalizadas para el amanecer y el atardecer.",
+ "label": "Programación manual",
+ "select-start": "Seleccionar hora de inicio",
+ "select-stop": "Seleccionar hora de finalización",
+ "sunrise": "Hora del amanecer",
+ "sunset": "Hora del atardecer"
+ },
+ "section": {
+ "description": "Reduce la emisión de luz azul para ayudarte a dormir mejor y reducir la fatiga visual.",
+ "label": "Luz nocturna"
+ },
+ "temperature": {
+ "day": "Día",
+ "description": "Establece la calidez del color para la noche y el día.",
+ "label": "Temperatura de color",
+ "night": "Noche"
+ }
+ },
+ "title": "Pantalla"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Ajusta la opacidad del fondo del dock.",
+ "label": "Opacidad del fondo"
+ },
+ "colorize-icons": {
+ "description": "Aplicar colores del tema a los iconos de aplicaciones del dock (solo aplicaciones no enfocadas).",
+ "label": "Colorear iconos"
+ },
+ "display": {
+ "always-visible": "Siempre visible",
+ "auto-hide": "Ocultar automáticamente",
+ "description": "Elige cómo se comporta el dock.",
+ "exclusive": "Exclusivo",
+ "label": "Pantalla"
+ },
+ "floating-distance": {
+ "description": "Ajusta la distancia de flotación desde el borde de la pantalla.",
+ "label": "Distancia de flotación del dock"
+ },
+ "icon-size": {
+ "description": "Ajusta el tamaño general del Dock.",
+ "label": "Tamaño del Dock"
+ },
+ "section": {
+ "description": "Personaliza el comportamiento y la apariencia del dock.",
+ "label": "Apariencia"
+ }
+ },
+ "enabled": {
+ "description": "Mostrar u ocultar el dock por completo",
+ "label": "Habilitar dock"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Mostrar solo las aplicaciones de la salida donde se encuentra el dock.",
+ "label": "Solo aplicaciones de la misma salida"
+ },
+ "section": {
+ "description": "Mostrar el dock en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno.",
+ "label": "Visualización en monitor"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Fuente principal utilizada en toda la interfaz.",
+ "label": "Fuente predeterminada",
+ "placeholder": "Seleccionar fuente predeterminada...",
+ "scale": {
+ "description": "Aumentar o disminuir el tamaño del texto estándar.",
+ "label": "Tamaño de fuente predeterminado"
+ },
+ "search-placeholder": "Buscar fuentes..."
+ },
+ "monospace": {
+ "description": "Fuente monoespaciada utilizada para la visualización de números y estadísticas.",
+ "label": "Fuente monoespaciada",
+ "placeholder": "Seleccionar fuente monoespaciada...",
+ "scale": {
+ "description": "Aumentar o disminuir el tamaño del texto monoespaciado.",
+ "label": "Tamaño de fuente monoespaciada"
+ },
+ "search-placeholder": "Buscar fuentes monoespaciadas..."
+ },
+ "reset-scaling": "Restablecer la escala",
+ "section": {
+ "description": "Elige las fuentes utilizadas en toda la interfaz.",
+ "label": "Fuentes"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Elige tu idioma preferido para la aplicación.",
+ "label": "Idioma"
+ },
+ "select": {
+ "auto-detect": "Automático",
+ "description": "Selecciona el idioma utilizado en la interfaz de la aplicación.",
+ "label": "Idioma de la aplicación"
+ }
+ },
+ "launch-setup-wizard": "Inicie el asistente de configuración",
+ "profile": {
+ "picture": {
+ "description": "Tu foto de perfil que aparece en toda la interfaz.",
+ "label": "Foto de perfil de {user}"
+ },
+ "section": {
+ "description": "Edita los detalles de tu usuario y tu avatar.",
+ "label": "Perfil"
+ },
+ "select-avatar": "Seleccionar imagen de avatar"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Ajusta las esquinas redondeadas de la pantalla.",
+ "label": "Radio de las esquinas de la pantalla",
+ "reset": "Restablecer el radio de las esquinas de la pantalla"
+ },
+ "section": {
+ "description": "Personaliza el redondeo de las esquinas de la pantalla y los efectos visuales.",
+ "label": "Esquinas de la pantalla"
+ },
+ "show-corners": {
+ "description": "Muestra esquinas redondeadas en el borde de la pantalla.",
+ "label": "Mostrar esquinas de la pantalla"
+ },
+ "solid-black": {
+ "description": "Usa negro sólido en lugar del color de fondo de la barra.",
+ "label": "Esquinas negras sólidas"
+ }
+ },
+ "title": "General"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Los comandos se ejecutan a través de shell (sh -c)\n• Los comandos se ejecutan en segundo plano (desvinculados)\n• Los botones de prueba se ejecutan con los valores actuales",
+ "label": "Información de comandos de Hook"
+ },
+ "parameters": {
+ "description": "• Hook de fondo de pantalla: $1 = ruta del fondo de pantalla, $2 = nombre de la pantalla\n• Hook de cambio de tema: $1 = true/false (estado del modo oscuro)",
+ "label": "Parámetros disponibles"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Activa o desactiva todos los comandos de hooks.",
+ "label": "Activar hooks"
+ },
+ "section": {
+ "description": "Configura comandos para que se ejecuten cuando ocurran eventos del sistema.",
+ "label": "Ganchos del sistema"
+ }
+ },
+ "theme-changed": {
+ "description": "Comando a ejecutar cuando el tema cambia entre modo oscuro y claro.",
+ "label": "Tema cambiado",
+ "placeholder": "ej., notify-send \"Tema\" \"Cambiado\""
+ },
+ "title": "Hooks",
+ "wallpaper-changed": {
+ "description": "Comando a ejecutar cuando cambia el fondo de pantalla.",
+ "label": "Fondo de pantalla cambiado",
+ "placeholder": "ej., notify-send \"Fondo de pantalla\" \"Cambiado\""
}
},
- "user-interface": {
- "animation-disable": {
- "description": "Desactiva todas las animaciones para una experiencia más rápida y con mayor capacidad de respuesta.",
- "label": "Desactivar animaciones de la interfaz de usuario"
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Ajusta la opacidad del fondo del lanzador.",
+ "label": "Opacidad del fondo"
+ },
+ "clipboard-history": {
+ "description": "Accede a los elementos copiados anteriormente desde el lanzador.",
+ "label": "Activar historial del portapapeles"
+ },
+ "custom-launch-prefix": {
+ "description": "Prefijar comandos con un lanzador personalizado (ej. 'runapp' para integración con systemd).",
+ "label": "Prefijo de lanzamiento personalizado"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Usar un prefijo personalizado para lanzar aplicaciones en lugar del método predeterminado.",
+ "label": "Habilitar prefijo de lanzamiento personalizado"
+ },
+ "position": {
+ "description": "Elige dónde aparece el panel del lanzador.",
+ "label": "Posición"
+ },
+ "section": {
+ "description": "Personaliza el comportamiento y la apariencia del lanzador.",
+ "label": "Apariencia"
+ },
+ "sort-by-usage": {
+ "description": "Cuando está activado, las aplicaciones más utilizadas aparecen primero en la lista.",
+ "label": "Ordenar por más usados"
+ },
+ "terminal-command": {
+ "description": "Comando para iniciar un terminal. Por ejemplo, 'kitty -e' o 'gnome-terminal --'.",
+ "label": "Comando de terminal"
+ },
+ "use-app2unit": {
+ "description": "Usa un método de lanzamiento alternativo para gestionar mejor los procesos de las aplicaciones y prevenir problemas.",
+ "label": "Usar App2Unit para lanzar aplicaciones"
+ }
},
- "panels-overlay": {
- "label": "Abrir paneles en capa superpuesta",
- "description": "Los paneles aparecerán sobre las ventanas en pantalla completa"
+ "title": "Lanzador"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Muestra la hora en formato de 12 horas en la pantalla de bloqueo y el calendario. El reloj de la barra tiene su propia configuración.",
+ "label": "Utilice el formato de hora de 12 horas"
+ },
+ "first-day-of-week": {
+ "automatic": "Automático (usar la configuración regional del sistema)",
+ "description": "Elige qué día empieza la semana en el calendario.",
+ "label": "Primer día de la semana"
+ },
+ "section": {
+ "description": "Personaliza cómo aparecen la fecha y la hora.",
+ "label": "Fecha y hora"
+ },
+ "show-events": {
+ "description": "Mostrar eventos en el panel del calendario.",
+ "label": "Mostrar eventos del calendario"
+ },
+ "use-analog": {
+ "description": "Mostrar un reloj de estilo analógico en la ventana del calendario y en la pantalla de bloqueo.",
+ "label": "Usar reloj de estilo analógico"
+ },
+ "week-numbers": {
+ "description": "Muestra la semana del año (ej., Semana 38) en el calendario.",
+ "label": "Mostrar números de semana"
+ }
},
- "animation-speed": {
- "description": "Ajustar la velocidad global de la animación.",
- "label": "Velocidad de animación",
- "reset": "Restablecer la velocidad de la animación"
+ "location": {
+ "search": {
+ "description": "ej., Toronto, ON",
+ "label": "Buscar una ubicación",
+ "placeholder": "Ingresa el nombre de la ubicación"
+ },
+ "section": {
+ "description": "Obtén el clima y la programación de la luz nocturna precisos estableciendo tu ubicación.",
+ "label": "Tu ubicación"
+ }
},
- "border-radius": {
- "description": "Controla la redondez de las esquinas de las ventanas, los botones y otros elementos.",
- "label": "Radio de borde",
- "reset": "Restablecer el radio del borde"
- },
- "scaling": {
- "description": "Cambia el tamaño de la interfaz de usuario general, excluyendo la barra.",
- "label": "Escalado de la interfaz",
- "reset-scaling": "Restablecer el escalado de la interfaz"
- },
- "section": {
- "description": "Personaliza la apariencia, el ambiente y el comportamiento de la interfaz.",
- "label": "Apariencia"
- },
- "title": "Interfaz de usuario",
- "tooltips": {
- "description": "Activar o desactivar los avisos emergentes en toda la interfaz.",
- "label": "Mostrar sugerencias"
- },
- "panels-attached-to-bar": {
- "description": "Cuando está habilitado, los paneles se adjuntarán a la barra con un hermoso diseño de esquina invertida.",
- "label": "Adjuntar paneles a la barra"
- },
- "dim-desktop": {
- "description": "Atenuar el escritorio cuando los paneles o menús estén abiertos.",
- "label": "Dim escritorio"
- },
- "shadows": {
- "description": "Habilita sombras paralelas debajo de las barras y los paneles.",
- "label": "Sombras paralelas"
+ "title": "Ubicación",
+ "weather": {
+ "enabled": {
+ "description": "Mostrar información del clima en toda la interfaz y obtener datos meteorológicos. Cuando está desactivado, todos los elementos del clima estarán ocultos y no se realizarán solicitudes de red.",
+ "label": "Activar clima"
+ },
+ "fahrenheit": {
+ "description": "Muestra la temperatura en Fahrenheit en lugar de Celsius.",
+ "label": "Mostrar temperatura en Fahrenheit (°F)"
+ },
+ "section": {
+ "description": "Elige tu unidad de temperatura preferida.",
+ "label": "Clima"
+ },
+ "show-in-calendar": {
+ "description": "Muestra el pronóstico del tiempo diario directamente en la vista de tu calendario.",
+ "label": "Mostrar el clima en el calendario"
+ }
}
},
"lock-screen": {
@@ -970,425 +1294,495 @@
"label": "Bloquear al suspender"
},
"title": "Pantalla de bloqueo"
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Marcador de posición"
},
- "file-picker": {
- "select-folder": "Seleccionar carpeta",
- "select-file": "Seleccionar archivo",
- "cancel": "Cancelar",
- "search-placeholder": "Buscar archivos y carpetas...",
- "select-current": "Seleccionar actual",
- "title": "Selector de archivos"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "Hora en formato de 12 horas con minutos",
- "24hour-time-minutes": "Hora en formato de 24 horas con minutos",
- "24hour-time-seconds": "Hora en formato de 24 horas con segundos",
- "weekday-month-day": "Día de la semana, mes y día",
- "iso-date": "Formato de fecha ISO",
- "us-date": "Formato de fecha estadounidense",
- "european-date": "Formato de fecha europeo",
- "weekday-date": "Día de la semana con fecha"
+ "network": {
+ "bluetooth": {
+ "label": "Activar Bluetooth"
},
- "hour": {
- "no-leading-zero": "Hora sin cero inicial (0-23) - formato de 24 horas",
- "leading-zero": "Hora con cero inicial (00-23) - formato de 24 horas"
+ "section": {
+ "description": "Gestiona las conexiones Wi-Fi y Bluetooth."
},
- "minute": {
- "no-leading-zero": "Minuto sin cero inicial (0-59)",
- "leading-zero": "Minuto con cero inicial (00-59)"
- },
- "second": {
- "no-leading-zero": "Segundo sin cero inicial (0-59)",
- "leading-zero": "Segundo con cero inicial (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM en mayúsculas",
- "lowercase": "am/pm en minúsculas"
- },
- "timezone": {
- "abbreviation": "Abreviatura de la zona horaria"
- },
- "year": {
- "two-digit": "Año como número de dos dígitos (00-99)",
- "four-digit": "Año como número de cuatro dígitos"
- },
- "month": {
- "number-no-zero": "Mes como número sin cero inicial (1-12)",
- "number-leading-zero": "Mes como número con cero inicial (01-12)",
- "abbreviated": "Nombre del mes abreviado",
- "full": "Nombre completo del mes"
- },
- "day": {
- "no-leading-zero": "Día sin cero inicial (1-31)",
- "leading-zero": "Día con cero inicial (01-31)",
- "abbreviated": "Nombre del día abreviado",
- "full": "Nombre completo del día"
+ "title": "Red",
+ "wifi": {
+ "label": "Activar Wi-Fi"
}
},
- "icon-picker": {
- "title": "Selector de iconos",
- "search": {
- "label": "Buscar"
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "Cuánto tiempo permanecen visibles las notificaciones de prioridad crítica.",
+ "label": "Urgencia crítica"
+ },
+ "low-urgency": {
+ "description": "Cuánto tiempo permanecen visibles las notificaciones de baja prioridad.",
+ "label": "Urgencia baja"
+ },
+ "normal-urgency": {
+ "description": "Cuánto tiempo permanecen visibles las notificaciones de prioridad normal.",
+ "label": "Urgencia normal"
+ },
+ "respect-expire": {
+ "description": "Usa el tiempo de expiración establecido en la notificación.",
+ "label": "Respetar tiempo de expiración"
+ },
+ "section": {
+ "description": "Configura cuánto tiempo permanecen visibles las notificaciones según su nivel de urgencia.",
+ "label": "Duración de la notificación"
+ }
},
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "monitors": {
+ "section": {
+ "description": "Muestra notificaciones en monitores específicos. Por defecto, se muestra en todos si no se elige ninguno.",
+ "label": "Visualización en monitores"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Muestra las notificaciones sobre ventanas a pantalla completa y otras capas.",
+ "label": "Siempre visible"
+ },
+ "background-opacity": {
+ "description": "Ajustar la opacidad de los fondos de las notificaciones.",
+ "label": "Opacidad del fondo"
+ },
+ "do-not-disturb": {
+ "description": "Desactiva todas las ventanas emergentes de notificación cuando está activado.",
+ "label": "No molestar"
+ },
+ "enable-osd": {
+ "description": "Muestra los cambios de volumen y brillo en tiempo real.",
+ "label": "Activar visualización en pantalla"
+ },
+ "location": {
+ "description": "Dónde aparecen las notificaciones en la pantalla.",
+ "label": "Ubicación"
+ },
+ "section": {
+ "description": "Configura la apariencia y el comportamiento de las notificaciones.",
+ "label": "Apariencia"
+ }
+ },
+ "title": "Notificaciones"
},
- "color-picker": {
- "title": "Selector de colores",
- "hex": {
- "label": "Color hexadecimal",
- "description": "Ingresa un código de color hexadecimal."
+ "osd": {
+ "always-on-top": {
+ "description": "Mostrar OSD por encima de ventanas de pantalla completa y otras capas.",
+ "label": "Siempre encima"
},
- "rgb": {
- "label": "Valores RGB",
- "description": "Ajusta los valores de rojo, verde, azul y brillo."
+ "description": "Configura indicadores superpuestos como volumen y brillo.",
+ "duration": {
+ "auto-hide": {
+ "description": "Ajusta el tiempo antes de que el OSD desaparezca.",
+ "label": "Ocultar después de"
+ },
+ "section": {
+ "description": "Cuánto tiempo permanece visible el OSD antes de ocultarse automáticamente.",
+ "label": "Tiempo de ocultación automática"
+ }
},
- "brightness": "Brillo",
- "theme-colors": {
- "label": "Colores del tema",
- "description": "Acceso rápido a la paleta de colores de tu tema."
+ "enabled": {
+ "description": "Mostrar cambios de volumen y brillo en tiempo real.",
+ "label": "Activar visualización en pantalla"
},
- "palette": {
- "label": "Paleta",
- "description": "Elige entre una amplia gama de colores predefinidos."
+ "location": {
+ "description": "Dónde aparece la visualización en pantalla.",
+ "label": "Ubicación"
},
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "monitors": {
+ "section": {
+ "description": "Mostrar el OSD en monitores específicos. Por defecto, en todos si no se elige ninguno.",
+ "label": "Visualización en monitores"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Configura visibilidad y comportamiento del OSD.",
+ "label": "General"
+ }
+ },
+ "title": "Visualización en pantalla"
},
- "text-input": {
- "clear": "Borrar"
- }
- },
- "bar": {
- "widget-settings": {
- "dialog": {
- "cancel": "Cancelar",
- "apply": "Aplicar"
- },
- "section-editor": {
- "placeholder": "Selecciona un widget para añadir...",
- "search-placeholder": "Buscar widgets..."
- },
- "active-window": {
- "hide-mode": {
- "label": "Modo de ocultación",
- "description": "Controla el comportamiento del widget cuando no hay ventana activa."
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Se recomienda Opus para el mejor rendimiento y el menor tamaño de audio.",
+ "label": "Códec de audio"
},
- "show-app-icon": {
- "label": "Mostrar icono de la aplicación",
- "description": "Mostrar el icono de la aplicación junto al título de la ventana."
+ "audio-source": {
+ "description": "Fuente de audio a capturar durante la grabación.",
+ "label": "Fuente de audio"
},
- "scrolling-mode": {
- "label": "Modo de desplazamiento",
- "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de ventana largos."
- },
- "max-width": {
- "label": "Ancho Máximo",
- "description": "Establece el tamaño horizontal máximo del widget. El widget se reducirá para adaptarse a contenido más corto."
- },
- "use-fixed-width": {
- "label": "Usar Ancho Fijo",
- "description": "Cuando está activado, el widget siempre usará el ancho máximo en lugar de ajustarse dinámicamente al contenido."
- },
- "colorize-icons": {
- "label": "Colorear iconos",
- "description": "Aplicar colores del tema al icono de la ventana activa."
+ "section": {
+ "description": "Configura las opciones de grabación de audio.",
+ "label": "Configuración de audio"
}
},
- "system-monitor": {
- "cpu-usage": {
- "label": "Uso de CPU",
- "description": "Mostrar el porcentaje actual de uso de CPU."
+ "general": {
+ "output-folder": {
+ "description": "Carpeta donde se guardarán las grabaciones de pantalla.",
+ "label": "Carpeta de salida",
+ "tooltip": "Buscar carpeta de salida"
},
- "cpu-temperature": {
- "label": "Temperatura de la CPU",
- "description": "Mostrar lecturas de temperatura de CPU si están disponibles."
+ "section": {
+ "description": "Gestiona la salida y el contenido de la grabación de pantalla.",
+ "label": "Configuración general"
},
- "memory-usage": {
- "label": "Uso de memoria",
- "description": "Mostrar información actual del uso de RAM."
- },
- "memory-percentage": {
- "label": "Memoria como porcentaje",
- "description": "Mostrar el uso de memoria como porcentaje en lugar de valores absolutos."
- },
- "network-traffic": {
- "label": "Tráfico de red",
- "description": "Mostrar velocidades de carga y descarga de la red."
- },
- "storage-usage": {
- "label": "Uso de almacenamiento",
- "description": "Mostrar información del uso del espacio en disco."
+ "select-output-folder": "Seleccionar carpeta de salida",
+ "show-cursor": {
+ "description": "Grabar el cursor del ratón en el video.",
+ "label": "Mostrar cursor"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Mostrar insignia de no leídos",
- "description": "Mostrar una insignia con el número de notificaciones no leídas."
+ "title": "Grabadora de pantalla",
+ "video": {
+ "color-range": {
+ "description": "Se recomienda limitado para una mejor compatibilidad.",
+ "label": "Rango de color"
},
- "hide-badge-when-zero": {
- "label": "Ocultar insignia cuando es cero",
- "description": "Ocultar la insignia de notificaciones cuando no hay notificaciones no leídas."
+ "frame-rate": {
+ "description": "Tasa de fotogramas objetivo para las grabaciones de pantalla.",
+ "label": "Tasa de fotogramas"
+ },
+ "section": {
+ "description": "Configura las opciones de grabación de video.",
+ "label": "Configuración de video"
+ },
+ "video-codec": {
+ "description": "h264 es el códec más común.",
+ "label": "Códec de video"
+ },
+ "video-quality": {
+ "description": "Una mayor calidad resulta en archivos de mayor tamaño.",
+ "label": "Calidad de video"
+ },
+ "video-source": {
+ "description": "Se recomienda Portal; si aparecen artefactos, prueba Screen.",
+ "label": "Fuente de video"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Desactiva todas las animaciones para una experiencia más rápida y con mayor capacidad de respuesta.",
+ "label": "Desactivar animaciones de la interfaz de usuario"
+ },
+ "animation-speed": {
+ "description": "Ajustar la velocidad global de la animación.",
+ "label": "Velocidad de animación",
+ "reset": "Restablecer la velocidad de la animación"
+ },
+ "border-radius": {
+ "description": "Controla la redondez de las esquinas de las ventanas, los botones y otros elementos.",
+ "label": "Radio de borde",
+ "reset": "Restablecer el radio del borde"
+ },
+ "dim-desktop": {
+ "description": "Atenuar el escritorio cuando los paneles o menús estén abiertos.",
+ "label": "Dim escritorio"
+ },
+ "panels-attached-to-bar": {
+ "description": "Los paneles se fijan a la barra y a los bordes de la pantalla, creando una apariencia impecable con elegantes esquinas invertidas.",
+ "label": "Ajustar paneles a los bordes"
+ },
+ "panels-overlay": {
+ "description": "Garantiza que los paneles y la barra permanezcan visibles, incluso sobre aplicaciones en pantalla completa.",
+ "label": "Mantener paneles y barra en la parte superior"
+ },
+ "scaling": {
+ "description": "Cambia el tamaño de la interfaz de usuario general, excluyendo la barra.",
+ "label": "Escalado de la interfaz",
+ "reset-scaling": "Restablecer el escalado de la interfaz"
+ },
+ "section": {
+ "description": "Personaliza la apariencia, el ambiente y el comportamiento de la interfaz.",
+ "label": "Apariencia"
+ },
+ "shadows": {
+ "description": "Habilita sombras paralelas debajo de las barras y los paneles.",
+ "label": "Sombras paralelas"
+ },
+ "title": "Interfaz de usuario",
+ "tooltips": {
+ "description": "Activar o desactivar los avisos emergentes en toda la interfaz.",
+ "label": "Mostrar sugerencias"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Ingresa el tiempo como HH:MM (ej., 01:30).",
+ "label": "Intervalo personalizado"
+ },
+ "interval": {
+ "description": "Con qué frecuencia cambiar los fondos de pantalla automáticamente.",
+ "label": "Intervalo del fondo de pantalla"
+ },
+ "random-wallpaper": {
+ "description": "Programa cambios aleatorios de fondo de pantalla a intervalos regulares.",
+ "label": "Fondo de pantalla aleatorio"
+ },
+ "section": {
+ "label": "Automatización"
}
},
- "battery": {
- "display-mode": {
- "label": "Modo de visualización",
- "description": "Elige cómo te gustaría que apareciera este valor."
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Aplica un efecto suave y difuminado al borde de las transiciones.",
+ "label": "Suavizar borde de la transición"
},
- "low-battery-threshold": {
- "label": "Umbral de advertencia de batería baja",
- "description": "Muestra una advertencia cuando la batería cae por debajo de este porcentaje."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Usar logo de la distribución en lugar de icono",
- "description": "Usar el logo de tu distribución en lugar de un icono personalizado."
- },
- "icon": {
- "label": "Icono",
- "description": "Selecciona un icono de la biblioteca o un archivo personalizado."
- },
- "browse-library": "Explorar biblioteca",
- "browse-file": "Explorar archivo",
- "select-custom-icon": "Seleccionar un icono personalizado"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Modo de visualización",
- "description": "Elige cómo te gustaría que apareciera este valor."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Modo de visualización",
- "description": "Elige cómo te gustaría que apareciera este valor."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Modo de etiqueta",
- "description": "Elegir cómo se muestran las etiquetas de los espacios de trabajo."
- },
- "hide-unoccupied": {
- "label": "Ocultar desocupados",
- "description": "No mostrar espacios de trabajo sin ventanas."
- },
- "character-count": {
- "label": "Número de caracteres",
- "description": "Número de caracteres a mostrar de los nombres de espacios de trabajo (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Modo de visualización",
- "description": "Elige cómo te gustaría que apareciera este valor."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Modo de visualización",
- "description": "Elige cómo te gustaría que apareciera este valor."
- }
- },
- "spacer": {
- "width": {
- "label": "Ancho",
- "description": "Ancho del espaciado en píxeles"
- }
- },
- "custom-button": {
- "icon": {
- "label": "Icono",
- "description": "Selecciona un icono de la biblioteca."
- },
- "browse": "Explorar",
- "left-click": {
- "label": "Clic izquierdo",
- "description": "Comando a ejecutar cuando se hace clic izquierdo en el botón."
- },
- "right-click": {
- "label": "Clic derecho",
- "description": "Comando a ejecutar cuando se hace clic derecho en el botón."
- },
- "middle-click": {
- "label": "Clic medio",
- "description": "Comando a ejecutar cuando se hace clic medio en el botón."
- },
- "dynamic-text": "Texto dinámico",
- "display-command-output": {
- "label": "Mostrar salida de comando",
- "description": "Ingresa un comando para ejecutar a intervalos regulares. La primera línea de su salida se mostrará como texto.",
- "stream-description": "Introduce un comando para ejecutar continuamente."
- },
- "refresh-interval": {
- "label": "Intervalo de actualización",
- "description": "Intervalo en milisegundos."
- },
- "text-stream": {
- "label": "Transmisión",
- "description": "Las líneas transmitidas desde el comando se mostrarán como texto en el botón."
- },
- "collapse-condition": {
- "label": "Condición de colapso",
- "description": "Si el texto de salida coincide con este valor, el botón se colapsará."
- },
- "parse-json": {
- "label": "Analizar salida como JSON",
- "description": "Analizar la salida del comando como un objeto JSON para establecer dinámicamente el texto y el ícono."
- }
- },
- "media-mini": {
- "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",
- "description": "Mostrar la portada del álbum de la pista que se está reproduciendo actualmente."
- },
- "show-visualizer": {
- "label": "Mostrar visualizador",
- "description": "Mostrar un visualizador de audio cuando se reproduce música."
- },
- "visualizer-type": {
- "label": "Tipo de visualizador",
- "description": "Elegir el estilo de visualizador de audio a mostrar."
- },
- "max-width": {
- "label": "Ancho Máximo",
- "description": "Establece el tamaño horizontal máximo del widget. El widget se reducirá para adaptarse a contenido más corto."
- },
- "use-fixed-width": {
- "label": "Usar Ancho Fijo",
- "description": "Cuando está activado, el widget siempre usará el ancho máximo en lugar de ajustarse dinámicamente al contenido."
- },
- "scrolling-mode": {
- "label": "Modo de desplazamiento",
- "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de pista largos."
- },
- "no-active-player": "Sin reproductor activo"
- },
- "clock": {
- "use-primary-color": {
- "label": "Usar color primario",
- "description": "Cuando está activado, se aplica el color primario para dar énfasis."
- },
- "use-monospaced-font": {
- "label": "Usar fuente monoespaciada",
- "description": "Cuando está activado, el reloj usará la fuente monoespaciada."
- },
- "clock-display": {
- "label": "Visualización del reloj",
- "description": "Personaliza la visualización de tu reloj añadiendo tokens de la lista de abajo. Para usar el formato de 12 horas, debes incluir el token 'AP'."
- },
- "horizontal-bar": {
- "label": "Barra horizontal",
- "description": "Consejo: Usa \\n para crear un salto de línea."
- },
- "vertical-bar": {
- "label": "Barra vertical",
- "description": "Usa un espacio para separar cada parte en una nueva línea."
- },
- "preview": "Vista previa",
- "custom-font": {
- "description": "Seleccionar una fuente personalizada para la visualización del reloj.",
- "label": "Fuente personalizada",
- "placeholder": "Seleccionar fuente personalizada...",
- "search-placeholder": "Buscar fuentes..."
- },
- "use-custom-font": {
- "description": "Anular la selección de fuente predeterminada con una fuente personalizada para el reloj.",
- "label": "Usar fuente personalizada"
- }
- },
- "taskbar": {
- "hide-mode": {
- "label": "Modo de ocultación",
- "description": "Controla cómo se comporta el widget cuando no hay ventanas coincidentes."
- },
- "only-active-workspaces": {
- "description": "Mostrar solo las aplicaciones de los espacios de trabajo activos.",
- "label": "Solo desde espacios de trabajo activos"
- },
- "only-same-output": {
- "description": "Muestra solo las aplicaciones del resultado donde se encuentra la barra.",
- "label": "Solo de la misma salida"
- },
- "colorize-icons": {
- "label": "Colorear iconos",
- "description": "Aplicar colores del tema a los iconos de la barra de tareas."
- }
- },
- "tray": {
- "colorize-icons": {
- "label": "Colorear iconos",
- "description": "Aplicar colores del tema a los iconos de la bandeja del sistema."
- }
- },
- "audio-visualizer": {
- "width": {
- "label": "Ancho",
- "description": "Ancho del componente personalizado."
- },
- "hide-when-idle": {
- "label": "Ocultar cuando no se reproduce",
- "description": "Si está activado, el visualizador se oculta salvo que haya reproducción activa."
- },
- "color-name": {
- "description": "Selecciona el color para el visualizador.",
+ "fill-color": {
+ "description": "Elige un color de relleno que pueda aparecer detrás del fondo de pantalla.",
"label": "Color de relleno"
+ },
+ "fill-mode": {
+ "description": "Selecciona cómo debe escalar la imagen para coincidir con la resolución de tu monitor.",
+ "label": "Modo de relleno"
+ },
+ "section": {
+ "label": "Apariencia y estilo"
+ },
+ "transition-duration": {
+ "description": "Duración de las animaciones de transición en segundos.",
+ "label": "Duración de la transición"
+ },
+ "transition-type": {
+ "description": "Tipo de animación al cambiar entre fondos de pantalla.",
+ "label": "Tipo de transición"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "description": "Mostrar el estado de Bloq Mayús.",
- "label": "Bloq Mayús"
+ "settings": {
+ "enable-management": {
+ "description": "Gestiona fondos de pantalla con Noctalia. Desmarca si prefieres usar otra aplicación.",
+ "label": "Activar gestión de fondos de pantalla"
},
- "show-num-lock": {
- "description": "Mostrar el estado de bloqueo numérico.",
- "label": "Bloq Num"
+ "folder": {
+ "description": "Ruta a tu carpeta principal de fondos de pantalla.",
+ "label": "Carpeta de fondos de pantalla",
+ "tooltip": "Buscar carpeta de fondos de pantalla"
},
- "show-scroll-lock": {
- "description": "Mostrar el estado de Bloq Despl.",
- "label": "Bloq Despl"
+ "monitor-specific": {
+ "description": "Establece una carpeta de fondos de pantalla diferente para cada monitor.",
+ "label": "Directorios específicos por monitor",
+ "tooltip": "Buscar carpeta de fondos de pantalla"
},
- "browse": "Navegar"
- }
+ "recursive-search": {
+ "description": "Buscar fondos de pantalla también en subcarpetas del directorio de fondos de pantalla.",
+ "label": "Buscar en subcarpetas"
+ },
+ "section": {
+ "description": "Controla cómo se gestionan y muestran los fondos de pantalla.",
+ "label": "Configuración del fondo de pantalla"
+ },
+ "select-folder": "Seleccionar carpeta de fondos de pantalla",
+ "select-monitor-folder": "Seleccionar carpeta de fondos de pantalla del monitor",
+ "selector-position": {
+ "description": "Elige dónde aparece el panel selector de fondo de pantalla.",
+ "label": "Posición"
+ }
+ },
+ "title": "Fondo de pantalla"
}
},
- "notifications": {
- "panel": {
- "title": "Notificaciones",
- "no-notifications": "No hay notificaciones",
- "description": "Tus notificaciones aparecerán aquí a medida que lleguen.",
- "click-to-expand": "Haz clic para expandir"
+ "setup": {
+ "appearance": {
+ "header": "Apariencia",
+ "subheader": "Elige modo oscuro y fuentes de color (Matugen o predefinido)."
+ },
+ "customize": {
+ "header": "Personaliza tu experiencia",
+ "subheader": "Ajusta la posición de la barra, densidad, escala y más."
+ },
+ "wallpaper": {
+ "choose-dir": "Elige un directorio que contenga tus fondos",
+ "dir": {
+ "browse": "Seleccionar carpeta",
+ "description": "Elige la carpeta que contiene tus fondos",
+ "label": "Directorio de fondos",
+ "select-title": "Seleccionar carpeta de fondos"
+ },
+ "header": "Elige tu fondo",
+ "no-dir": "No se seleccionó un directorio de fondos",
+ "no-valid": "No se encontraron imágenes válidas en: {dir}",
+ "none-in-dir": "No se encontraron fondos en el directorio",
+ "preview-error": "No se pudo cargar la imagen",
+ "select-prompt": "Selecciona un fondo abajo",
+ "subheader": "Define el ambiente con un bonito fondo."
+ },
+ "welcome": {
+ "note": "Solo algunos conceptos básicos para empezar: todas las opciones están en Configuración."
}
},
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "No se detectó ningún reproductor multimedia",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Desconocido",
+ "unknown-app": "Aplicación desconocida",
+ "unknown-layout": "Desconocida",
+ "unknown-version": "Desconocida",
+ "uptime": "Actividad: {uptime}",
+ "user-requested": "Solicitado por el usuario",
+ "welcome-back": "¡Bienvenido de nuevo,",
+ "widget-settings-title": "Configuración de {widget}"
+ },
+ "toast": {
+ "airplane-mode": {
+ "disabled": "Desactivado",
+ "enabled": "Activado",
+ "title": "Modo avión"
+ },
+ "battery": {
+ "low": "Batería baja",
+ "low-desc": "La batería está al {percent}%. Por favor, conecta el cargador."
+ },
+ "battery-manager": {
+ "initial-setup": "Configuración inicial requerida",
+ "install-failed": "Error en la instalación",
+ "install-missing": "Faltan archivos requeridos",
+ "install-success": "Instalado correctamente",
+ "install-unsupported": "El sistema no es compatible",
+ "set-failed": "No se pudo establecer el umbral de batería",
+ "set-success-desc": "Umbral de batería establecido en {percent}%",
+ "title": "Umbral de batería",
+ "uninstall-failed": "Error en la desinstalación",
+ "uninstall-setup": "Desinstalando, se requiere autenticación",
+ "uninstall-success": "Desinstalado correctamente"
+ },
+ "bluetooth": {
+ "disabled": "Desactivado",
+ "enabled": "Activado"
+ },
+ "clipboard": {
+ "unavailable": "Historial del portapapeles no disponible",
+ "unavailable-desc": "La aplicación 'cliphist' no está instalada. Por favor, instálala para usar las funciones de historial del portapapeles."
+ },
+ "do-not-disturb": {
+ "disabled": "'No molestar' desactivado",
+ "disabled-desc": "Mostrando todas las notificaciones.",
+ "enabled": "'No molestar' activado",
+ "enabled-desc": "Encontrarás estas notificaciones en tu historial."
+ },
+ "internet": {
+ "limited": "Conectado sin Internet"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel ha sido renombrado a SessionMenu, esta llamada IPC será obsoleta pronto. Por favor, usa \"ipc call sessionMenu toggle\" en su lugar.",
+ "sidepanel-deprecated": "SidePanel ha sido renombrado a ControlCenter, esta llamada IPC será obsoleta pronto. Por favor, usa \"ipc call controlCenter toggle\" en su lugar."
+ },
+ "keep-awake": {
+ "disabled": "Desactivado",
+ "enabled": "Activado"
+ },
+ "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"
+ },
+ "night-light": {
+ "disabled": "Desactivada",
+ "enabled": "Activada",
+ "forced": "Activación forzada",
+ "normal": "Modo normal",
+ "not-installed": "wlsunset no está instalado"
+ },
+ "power-profile": {
+ "changed": "Perfil de energía cambiado",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "La grabadora se cerró con un error.",
+ "failed-gpu": "gpu-screen-recorder se cerró inesperadamente.",
+ "failed-start": "Fallo al iniciar la grabación",
+ "no-portals": "Los portales de escritorio no están en ejecución",
+ "no-portals-desc": "Inicia xdg-desktop-portal y un portal de compositor (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder no instalado",
+ "not-installed-desc": "Por favor instala gpu-screen-recorder para usar las funciones de grabación de pantalla.",
+ "saved": "Grabación guardada",
+ "started": "Grabación iniciada",
+ "stopping": "Deteniendo grabación..."
+ },
+ "wallpaper-colors": {
+ "disabled": "Colores del fondo de pantalla desactivados",
+ "enabled": "Colores del fondo de pantalla activados",
+ "not-installed": "Matugen no instalado - requerido para extraer colores del fondo de pantalla"
+ },
+ "wifi": {
+ "connected": "Conectado a '{ssid}'",
+ "disabled": "Desactivado",
+ "disconnected": "Desconectado de '{ssid}'",
+ "enabled": "Activado"
+ }
+ },
+ "tooltips": {
+ "add-widget": "Añadir widget",
+ "bluetooth-devices": "Dispositivos Bluetooth",
+ "brightness-at": "Brillo: {brightness}%\nClic derecho para configuración.\nDesplaza para modificar el brillo.",
+ "cancel-timer": "Cancelar temporizador",
+ "clear-history": "Limpiar historial",
+ "click-to-start-recording": "Haz clic para iniciar la grabación",
+ "click-to-stop-recording": "Haz clic para detener la grabación",
+ "close": "Cerrar",
+ "connect-disconnect-devices": "Clic izquierdo para conectar. Clic derecho para olvidar.",
+ "delete-notification": "Eliminar notificación",
+ "disable-keep-awake": "Desactivar mantener despierto",
+ "do-not-disturb-disabled": "'No molestar' desactivado",
+ "do-not-disturb-enabled": "'No molestar' activado",
+ "enable-keep-awake": "Activar mantener despierto",
+ "forget-network": "Olvidar red",
+ "home": "Inicio",
+ "input-muted": "Silenciar entrada de audio",
+ "keep-awake": "Mantener despierto",
+ "keyboard-layout": "Distribución de teclado {layout}",
+ "manage-wifi": "Gestionar Wi-Fi",
+ "microphone-volume-at": "Volumen del micrófono al {volume}%.\nClic izquierdo para ajustes. Clic derecho para activar/desactivar el silencio.\nDesplázate para modificar el volumen.",
+ "move-to-center-section": "Mover a la sección central",
+ "move-to-left-section": "Mover a la sección izquierda",
+ "move-to-right-section": "Mover a la sección derecha",
+ "next-media": "Siguiente medio",
+ "next-month": "Mes siguiente",
+ "night-light-disabled": "Luz nocturna desactivada.\nClic izquierdo para cambiar de modo.\nClic derecho para acceder a la configuración.",
+ "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.",
+ "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\".",
+ "open-settings": "Abrir configuración",
+ "open-wallpaper-selector": "Abrir selector de fondos de pantalla",
+ "output-muted": "Silenciar salida de audio",
+ "pause": "Pausa",
+ "play": "Reproducir",
+ "power-profile": "Perfil de energía '{profile}'",
+ "previous-media": "Medio anterior",
+ "previous-month": "Mes anterior",
+ "refresh": "Actualizar",
+ "refresh-devices": "Actualizar dispositivos",
+ "refresh-wallpaper-list": "Actualizar lista de fondos de pantalla",
+ "remove-widget": "Eliminar widget",
+ "screen-recorder-not-installed": "La grabadora de pantalla no está instalada",
+ "session-menu": "Menú de sesión",
+ "set-power-profile": "Establecer perfil de energía \"{profile}\"",
+ "start-screen-recording": "Iniciar grabación de pantalla",
+ "stop-screen-recording": "Detener grabación de pantalla",
+ "switch-to-dark-mode": "Cambiar a modo oscuro",
+ "switch-to-light-mode": "Cambiar a modo claro",
+ "up": "Arriba",
+ "volume-at": "Volumen de salida al {volume}%.\nClic izquierdo para ajustes. Clic derecho para activar/desactivar el silencio.\nDesplázate para modificar el volumen.",
+ "wallpaper-selector": "Clic izquierdo: Abrir selector de fondos de pantalla.\nClic derecho: Establecer fondo de pantalla aleatorio.",
+ "widget-settings": "Configuración del widget"
+ },
"wallpaper": {
- "panel": {
- "title": "Selector de fondo de pantalla",
- "apply-all-monitors": {
- "label": "Aplicar a todos los monitores",
- "description": "Aplica el fondo de pantalla seleccionado a todos los monitores a la vez."
- },
- "search": "Buscar:"
- },
- "transitions": {
- "none": "Ninguna",
- "random": "Aleatoria",
- "fade": "Desvanecer",
- "disc": "Disco",
- "stripes": "Rayas",
- "wipe": "Barrido"
- },
+ "configure-directory": "Configura tu directorio de fondos de pantalla con imágenes.",
"fill-modes": {
"center": "Centrar",
"crop": "Recortar (Rellenar)",
@@ -1397,541 +1791,147 @@
},
"no-match": "No se encontraron coincidencias.",
"no-wallpaper": "No se encontraron fondos de pantalla.",
- "try-different-search": "Intenta con una búsqueda diferente.",
- "configure-directory": "Configura tu directorio de fondos de pantalla con imágenes."
- },
- "bluetooth": {
"panel": {
- "title": "Bluetooth",
- "disabled": "Bluetooth está desactivado",
- "enable-message": "Activa Bluetooth para ver los dispositivos disponibles.",
- "connected-devices": "Dispositivos conectados",
- "known-devices": "Dispositivos conocidos",
- "available-devices": "Dispositivos disponibles",
- "scanning": "Buscando dispositivos...",
- "pairing-mode": "Asegúrate de que tu dispositivo esté en modo de emparejamiento."
+ "apply-all-monitors": {
+ "description": "Aplica el fondo de pantalla seleccionado a todos los monitores a la vez.",
+ "label": "Aplicar a todos los monitores"
+ },
+ "search": "Buscar:",
+ "title": "Selector de fondo de pantalla"
+ },
+ "transitions": {
+ "disc": "Disco",
+ "fade": "Desvanecer",
+ "none": "Ninguna",
+ "random": "Aleatoria",
+ "stripes": "Rayas",
+ "wipe": "Barrido"
+ },
+ "try-different-search": "Intenta con una búsqueda diferente."
+ },
+ "weather": {
+ "clear-sky": "Cielo despejado",
+ "drizzle": "Llovizna",
+ "fog": "Niebla",
+ "mainly-clear": "Mayormente despejado",
+ "overcast": "Nublado",
+ "partly-cloudy": "Parcialmente nublado",
+ "rain-showers": "Chubascos",
+ "snow": "Nieve",
+ "thunderstorm": "Tormenta",
+ "unknown": "Desconocido"
+ },
+ "widgets": {
+ "color-picker": {
+ "apply": "Aplicar",
+ "brightness": "Brillo",
+ "cancel": "Cancelar",
+ "hex": {
+ "description": "Ingresa un código de color hexadecimal.",
+ "label": "Color hexadecimal"
+ },
+ "palette": {
+ "description": "Elige entre una amplia gama de colores predefinidos.",
+ "label": "Paleta"
+ },
+ "rgb": {
+ "description": "Ajusta los valores de rojo, verde, azul y brillo.",
+ "label": "Valores RGB"
+ },
+ "theme-colors": {
+ "description": "Acceso rápido a la paleta de colores de tu tema.",
+ "label": "Colores del tema"
+ },
+ "title": "Selector de colores"
+ },
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm en minúsculas",
+ "uppercase": "AM/PM en mayúsculas"
+ },
+ "common": {
+ "12hour-time-minutes": "Hora en formato de 12 horas con minutos",
+ "24hour-time-minutes": "Hora en formato de 24 horas con minutos",
+ "24hour-time-seconds": "Hora en formato de 24 horas con segundos",
+ "european-date": "Formato de fecha europeo",
+ "iso-date": "Formato de fecha ISO",
+ "us-date": "Formato de fecha estadounidense",
+ "weekday-date": "Día de la semana con fecha",
+ "weekday-month-day": "Día de la semana, mes y día"
+ },
+ "day": {
+ "abbreviated": "Nombre del día abreviado",
+ "full": "Nombre completo del día",
+ "leading-zero": "Día con cero inicial (01-31)",
+ "no-leading-zero": "Día sin cero inicial (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Hora con cero inicial (00-23) - formato de 24 horas",
+ "no-leading-zero": "Hora sin cero inicial (0-23) - formato de 24 horas"
+ },
+ "minute": {
+ "leading-zero": "Minuto con cero inicial (00-59)",
+ "no-leading-zero": "Minuto sin cero inicial (0-59)"
+ },
+ "month": {
+ "abbreviated": "Nombre del mes abreviado",
+ "full": "Nombre completo del mes",
+ "number-leading-zero": "Mes como número con cero inicial (01-12)",
+ "number-no-zero": "Mes como número sin cero inicial (1-12)"
+ },
+ "second": {
+ "leading-zero": "Segundo con cero inicial (00-59)",
+ "no-leading-zero": "Segundo sin cero inicial (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Abreviatura de la zona horaria"
+ },
+ "year": {
+ "four-digit": "Año como número de cuatro dígitos",
+ "two-digit": "Año como número de dos dígitos (00-99)"
+ }
+ },
+ "file-picker": {
+ "cancel": "Cancelar",
+ "search-placeholder": "Buscar archivos y carpetas...",
+ "select-current": "Seleccionar actual",
+ "select-file": "Seleccionar archivo",
+ "select-folder": "Seleccionar carpeta",
+ "title": "Selector de archivos"
+ },
+ "icon-picker": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar",
+ "search": {
+ "label": "Buscar"
+ },
+ "title": "Selector de iconos"
+ },
+ "text-input": {
+ "clear": "Borrar"
+ },
+ "tooltip": {
+ "placeholder": "Marcador de posición"
}
},
"wifi": {
"panel": {
- "title": "Wi-Fi",
- "disabled": "Wi-Fi está desactivado",
- "enable-message": "Activa Wi-Fi para ver las redes disponibles.",
- "searching": "Buscando redes cercanas...",
- "connected": "Conectado",
- "disconnecting": "Desconectando...",
- "forgetting": "Olvidando...",
- "saved": "Guardado",
- "disconnect": "Desconectar",
- "enter-password": "Ingresa la contraseña...",
"connect": "Conectar",
- "password": "Contraseña",
- "forget-network": "¿Olvidar esta red?",
+ "connected": "Conectado",
+ "disabled": "Wi-Fi está desactivado",
+ "disconnect": "Desconectar",
+ "disconnecting": "Desconectando...",
+ "enable-message": "Activa Wi-Fi para ver las redes disponibles.",
+ "enter-password": "Ingresa la contraseña...",
"forget": "Olvidar",
+ "forget-network": "¿Olvidar esta red?",
+ "forgetting": "Olvidando...",
"no-networks": "No se encontraron redes",
- "scan-again": "Escanear de nuevo"
- }
- },
- "calendar": {
- "panel": {
- "week": "Semana"
- },
- "weather": {
- "loading": "Cargando el clima…"
- }
- },
- "tooltips": {
- "refresh": "Actualizar",
- "close": "Cerrar",
- "up": "Arriba",
- "home": "Inicio",
- "refresh-wallpaper-list": "Actualizar lista de fondos de pantalla",
- "refresh-devices": "Actualizar dispositivos",
- "forget-network": "Olvidar red",
- "clear-history": "Limpiar historial",
- "delete-notification": "Eliminar notificación",
- "previous-month": "Mes anterior",
- "next-month": "Mes siguiente",
- "add-widget": "Añadir widget",
- "widget-settings": "Configuración del widget",
- "remove-widget": "Eliminar widget",
- "move-to-left-section": "Mover a la sección izquierda",
- "move-to-center-section": "Mover a la sección central",
- "move-to-right-section": "Mover a la sección derecha",
- "open-settings": "Abrir configuración",
- "session-menu": "Menú de sesión",
- "cancel-timer": "Cancelar temporizador",
- "start-screen-recording": "Iniciar grabación de pantalla",
- "stop-screen-recording": "Detener grabación de pantalla",
- "screen-recorder-not-installed": "La grabadora de pantalla no está instalada",
- "keep-awake": "Mantener despierto",
- "enable-keep-awake": "Activar mantener despierto",
- "disable-keep-awake": "Desactivar mantener despierto",
- "wallpaper-selector": "Clic izquierdo: Abrir selector de fondos de pantalla.\nClic derecho: Establecer fondo de pantalla aleatorio.",
- "do-not-disturb-enabled": "'No molestar' activado",
- "do-not-disturb-disabled": "'No molestar' desactivado",
- "connect-disconnect-devices": "Clic izquierdo para conectar. Clic derecho para olvidar.",
- "set-power-profile": "Establecer perfil de energía \"{profile}\"",
- "switch-to-light-mode": "Cambiar a modo claro",
- "switch-to-dark-mode": "Cambiar a modo oscuro",
- "night-light-disabled": "Luz nocturna desactivada.\nClic izquierdo para cambiar de modo.\nClic derecho para acceder a la configuración.",
- "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.",
- "click-to-start-recording": "Haz clic para iniciar la grabación",
- "click-to-stop-recording": "Haz clic para detener la grabación",
- "open-control-center": "Abrir el centro de control",
- "brightness-at": "Brillo: {brightness}%\nClic derecho para configuración.\nDesplaza para modificar el brillo.",
- "manage-wifi": "Gestionar Wi-Fi",
- "bluetooth-devices": "Dispositivos Bluetooth",
- "open-notification-history-enable-dnd": "Abrir historial de notificaciones\nClic derecho para activar \"No molestar\".",
- "open-notification-history-disable-dnd": "Abrir historial de notificaciones\nClic derecho para desactivar \"No molestar\".",
- "open-wallpaper-selector": "Abrir selector de fondos de pantalla",
- "previous-media": "Medio anterior",
- "pause": "Pausa",
- "play": "Reproducir",
- "next-media": "Siguiente medio",
- "power-profile": "Perfil de energía '{profile}'",
- "keyboard-layout": "Distribución de teclado {layout}",
- "output-muted": "Silenciar salida de audio",
- "input-muted": "Silenciar entrada de audio",
- "microphone-volume-at": "Volumen del micrófono al {volume}%.\nClic izquierdo para ajustes. Clic derecho para activar/desactivar el silencio.\nDesplázate para modificar el volumen.",
- "volume-at": "Volumen de salida al {volume}%.\nClic izquierdo para ajustes. Clic derecho para activar/desactivar el silencio.\nDesplázate para modificar el volumen."
- },
- "clock": {
- "tooltip": "Abrir calendario"
- },
- "dock": {
- "menu": {
- "focus": "Enfocar",
- "pin": "Anclar",
- "unpin": "Desanclar",
- "close": "Cerrar"
- }
- },
- "launcher": {
- "pin": "Anclar al dock",
- "unpin": "Desanclar del dock"
- },
- "placeholders": {
- "search-icons": "ej., noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/usuario/.face",
- "enter-width-pixels": "Ingresa el ancho en píxeles",
- "enter-command": "Ingresa el comando a ejecutar (aplicación o script personalizado)",
- "command-example": "echo \"Hola Mundo\"",
- "enter-text-to-collapse": "por ejemplo, 'no se está reproduciendo nada'. Usa /regex/ para patrones.",
- "search-wallpapers": "Escribe para filtrar fondos de pantalla...",
- "search-launcher": "Buscar entradas... o usa > para comandos",
- "search": "Buscar...",
- "select": "Seleccionar",
- "cancel": "Cancelar",
- "test": "Probar",
- "enter-tooltip": "Introducir información sobre herramientas"
- },
- "options": {
- "bar": {
- "position": {
- "top": "Superior",
- "bottom": "Inferior",
- "left": "Izquierda",
- "right": "Derecha"
- },
- "density": {
- "compact": "Compacta",
- "default": "Predeterminada",
- "comfortable": "Cómoda",
- "mini": "Mini"
- }
- },
- "launcher": {
- "position": {
- "center": "Centro (predeterminado)",
- "top_left": "Superior izquierda",
- "top_right": "Superior derecha",
- "bottom_left": "Inferior izquierda",
- "bottom_right": "Inferior derecha",
- "bottom_center": "Inferior central",
- "top_center": "Superior central",
- "center_left": "Izquierda centrado",
- "center_right": "Derecha centrado",
- "follow_bar": "Seguir barra (predeterminado)"
- }
- },
- "control-center": {
- "position": {
- "close_to_bar_button": "Cerca del botón de la barra",
- "top_left": "Superior izquierda",
- "top_right": "Superior derecha",
- "bottom_left": "Inferior izquierda",
- "bottom_right": "Inferior derecha",
- "bottom_center": "Inferior central",
- "top_center": "Superior central",
- "center": "Centro"
- },
- "quickSettingsStyle": {
- "modern": "Moderno",
- "classic": "Clásico",
- "compact": "Compacto"
- }
- },
- "osd": {
- "position": {
- "top_left": "Superior izquierda",
- "top_right": "Superior derecha",
- "top_center": "Superior central",
- "bottom_left": "Inferior izquierda",
- "bottom_right": "Inferior derecha",
- "bottom_center": "Inferior central",
- "center_left": "Izquierda centrado",
- "center_right": "Derecha centrado"
- }
- },
- "display-mode": {
- "on-hover": "Al pasar el cursor",
- "always-show": "Mostrar siempre",
- "always-hide": "Ocultar siempre",
- "force-open": "Forzar apertura"
- },
- "workspace-labels": {
- "none": "Ninguno",
- "index": "Índice",
- "name": "Nombre"
- },
- "visualizer-types": {
- "none": "Ninguno",
- "linear": "Lineal",
- "mirrored": "Espejado",
- "wave": "Onda"
- },
- "scrolling-modes": {
- "always": "Desplazar Siempre",
- "hover": "Desplazar al Pasar",
- "never": "Nunca Desplazar"
- },
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portal",
- "screen": "Pantalla"
- },
- "quality": {
- "medium": "Media",
- "high": "Alta",
- "very-high": "Muy alta",
- "ultra": "Ultra"
- },
- "color-range": {
- "limited": "Limitado",
- "full": "Completo"
- },
- "audio-sources": {
- "system-output": "Salida del sistema",
- "microphone-input": "Entrada del micrófono",
- "both": "Salida del sistema + entrada del micrófono"
- }
- },
- "hide-modes": {
- "hidden": "Ocultar cuando esté vacío",
- "transparent": "Transparente cuando está vacío",
- "visible": "Siempre visible"
- },
- "colors": {
- "error": "Error",
- "primary": "Primario",
- "secondary": "Secundario",
- "tertiary": "Terciario",
- "onSurface": "En la superficie"
- }
- },
- "session-menu": {
- "title": "Menú de sesión",
- "action-in-seconds": "{action} en {seconds} segundos...",
- "lock": "Bloquear",
- "lock-and-suspend": "Bloquear y Suspender",
- "suspend": "Suspender",
- "reboot": "Reiniciar",
- "logout": "Cerrar sesión",
- "shutdown": "Apagar"
- },
- "plugins": {
- "applications": "Aplicaciones",
- "clipboard": "Historial del portapapeles",
- "calculator": "Calculadora",
- "clipboard-search-description": "Buscar en el historial del portapapeles",
- "clipboard-clear-description": "Limpiar todo el historial del portapapeles",
- "clipboard-history-disabled": "Historial del portapapeles desactivado",
- "clipboard-history-disabled-description": "Activa el historial del portapapeles en la configuración o instala cliphist",
- "clipboard-clear-history": "Limpiar historial del portapapeles",
- "clipboard-clear-description-full": "Eliminar todos los elementos del historial del portapapeles",
- "clipboard-loading": "Cargando historial del portapapeles...",
- "clipboard-loading-description": "Por favor espera",
- "calculator-description": "Calculadora - evalúa expresiones matemáticas",
- "calculator-name": "Calculadora",
- "calculator-enter-expression": "Ingresa una expresión matemática",
- "calculator-error": "Error"
- },
- "system": {
- "uptime": "Actividad: {uptime}",
- "welcome-back": "¡Bienvenido de nuevo,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "Configuración de {widget}",
- "unknown-app": "Aplicación desconocida",
- "no-media-player-detected": "No se detectó ningún reproductor multimedia",
- "user-requested": "Solicitado por el usuario",
- "unknown": "Desconocido",
- "unknown-version": "Desconocida",
- "unknown-layout": "Desconocida"
- },
- "lock-screen": {
- "password": "Ingresa tu contraseña...",
- "welcome-back": "¡Bienvenido de nuevo,",
- "authenticating": "Autenticando...",
- "authentication-failed": "Autenticación fallida",
- "shut-down": "Apagar",
- "restart": "Reiniciar",
- "suspend": "Suspender"
- },
- "quickSettings": {
- "notifications": {
- "label": {
- "enabled": "Notificaciones",
- "disabled": "No molestar"
- },
- "tooltip": {
- "action": "Clic izquierdo: Abrir historial de notificaciones\nClic derecho: Alternar No molestar"
- }
- },
- "screenRecorder": {
- "label": {
- "recording": "Detener",
- "stopped": "Grabar"
- },
- "tooltip": {
- "action": "Hacer clic para iniciar/detener la grabación de pantalla"
- }
- },
- "powerProfile": {
- "label": {
- "unavailable": "Perfil de energía"
- },
- "tooltip": {
- "action": "Hacer clic para cambiar el perfil de energía",
- "disabled": "Instala power-profiles-daemon para usar perfiles de energía"
- }
- },
- "wifi": {
- "label": {
- "ethernet": "Ethernet",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi desconectado"
- },
- "tooltip": {
- "action": "Hacer clic para gestionar las conexiones Wi-Fi"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Hacer clic para gestionar los dispositivos Bluetooth"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Luz nocturna",
- "forced": "Luz nocturna",
- "disabled": "Luz nocturna"
- },
- "tooltip": {
- "action": "Hacer clic para alternar el modo Luz nocturna\nClic derecho: Abrir configuración"
- }
- },
- "wallpaperSelector": {
- "label": "Fondo de pantalla",
- "tooltip": {
- "action": "Clic izquierdo: Abrir selector de fondo de pantalla\nClic derecho: Establecer fondo de pantalla aleatorio"
- }
- },
- "keepAwake": {
- "label": {
- "enabled": "Mantener despierto",
- "disabled": "Mantener despierto"
- },
- "tooltip": {
- "action": "Hacer clic para alternar el modo Mantener despierto"
- }
- }
- },
- "toast": {
- "night-light": {
- "enabled": "Activada",
- "disabled": "Desactivada",
- "not-installed": "wlsunset no está instalado",
- "forced": "Activación forzada",
- "normal": "Modo normal"
- },
- "keep-awake": {
- "enabled": "Activado",
- "disabled": "Desactivado"
- },
- "wallpaper-colors": {
- "enabled": "Colores del fondo de pantalla activados",
- "disabled": "Colores del fondo de pantalla desactivados",
- "not-installed": "Matugen no instalado - requerido para extraer colores del fondo de pantalla"
- },
- "matugen": {
- "failed": "Error en el procesamiento de Matugen",
- "failed-general": "Matugen encontró un error al procesar las plantillas"
- },
- "recording": {
- "stopping": "Deteniendo grabación...",
- "started": "Grabación iniciada",
- "saved": "Grabación guardada",
- "failed-start": "Fallo al iniciar la grabación",
- "failed-gpu": "gpu-screen-recorder se cerró inesperadamente.",
- "failed-general": "La grabadora se cerró con un error.",
- "no-portals": "Los portales de escritorio no están en ejecución",
- "no-portals-desc": "Inicia xdg-desktop-portal y un portal de compositor (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder no instalado",
- "not-installed-desc": "Por favor instala gpu-screen-recorder para usar las funciones de grabación de pantalla."
- },
- "clipboard": {
- "unavailable": "Historial del portapapeles no disponible",
- "unavailable-desc": "La aplicación 'cliphist' no está instalada. Por favor, instálala para usar las funciones de historial del portapapeles."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel ha sido renombrado a SessionMenu, esta llamada IPC será obsoleta pronto. Por favor, usa \"ipc call sessionMenu toggle\" en su lugar.",
- "sidepanel-deprecated": "SidePanel ha sido renombrado a ControlCenter, esta llamada IPC será obsoleta pronto. Por favor, usa \"ipc call controlCenter toggle\" en su lugar."
- },
- "wifi": {
- "enabled": "Activado",
- "disabled": "Desactivado",
- "connected": "Conectado a '{ssid}'",
- "disconnected": "Desconectado de '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Activado",
- "disabled": "Desactivado"
- },
- "airplane-mode": {
- "title": "Modo avión",
- "enabled": "Activado",
- "disabled": "Desactivado"
- },
- "internet": {
- "limited": "Conectado sin Internet"
- },
- "kofi": {
- "opened": "Página de Ko-fi abierta en tu navegador"
- },
- "do-not-disturb": {
- "enabled": "'No molestar' activado",
- "disabled": "'No molestar' desactivado",
- "enabled-desc": "Encontrarás estas notificaciones en tu historial.",
- "disabled-desc": "Mostrando todas las notificaciones."
- },
- "power-profile": {
- "changed": "Perfil de energía cambiado",
- "profile-name": "\"{profile}\""
- },
- "battery": {
- "low": "Batería baja",
- "low-desc": "La batería está al {percent}%. Por favor, conecta el cargador."
- },
- "battery-manager": {
- "title": "Umbral de batería",
- "set-success-desc": "Umbral de batería establecido en {percent}%",
- "initial-setup": "Configuración inicial requerida",
- "set-failed": "No se pudo establecer el umbral de batería",
- "install-success": "Instalado correctamente",
- "install-missing": "Faltan archivos requeridos",
- "install-unsupported": "El sistema no es compatible",
- "install-failed": "Error en la instalación",
- "uninstall-setup": "Desinstalando, se requiere autenticación",
- "uninstall-success": "Desinstalado correctamente",
- "uninstall-failed": "Error en la desinstalación"
- },
- "missing-control-center": {
- "label": "Se eliminó el último widget del Centro de control",
- "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."
- }
- },
- "weather": {
- "clear-sky": "Cielo despejado",
- "mainly-clear": "Mayormente despejado",
- "partly-cloudy": "Parcialmente nublado",
- "overcast": "Nublado",
- "fog": "Niebla",
- "drizzle": "Llovizna",
- "snow": "Nieve",
- "rain-showers": "Chubascos",
- "thunderstorm": "Tormenta",
- "unknown": "Desconocido"
- },
- "authentication": {
- "failed": "Autenticación fallida",
- "error": "Error de autenticación"
- },
- "general": {
- "no-results": "Sin resultados",
- "no-summary": "Sin resumen",
- "unknown": "Desconocido"
- },
- "battery": {
- "no-battery-detected": "No se detectó ninguna batería.",
- "charging-rate": "Tasa de carga: {rate} W.",
- "discharging-rate": "Tasa de descarga: {rate} W.",
- "charging": "Cargando.",
- "discharging": "Descargando.",
- "plugged-in": "Conectado.",
- "idle": "Inactivo.",
- "time-left": "Tiempo restante: {time}.",
- "time-until-full": "Tiempo hasta carga completa: {time}.",
- "health": "Salud: {percent}%",
- "panel": {
- "title": "Umbral de carga",
- "full": "Capacidad total ({percent}%)",
- "balanced": "Equilibrado ({percent}%)",
- "lifespan": "Vida útil prolongada ({percent}%)",
- "disabled": "Administrador de batería deshabilitado"
- }
- },
- "setup": {
- "customize": {
- "header": "Personaliza tu experiencia",
- "subheader": "Ajusta la posición de la barra, densidad, escala y más."
- },
- "appearance": {
- "header": "Apariencia",
- "subheader": "Elige modo oscuro y fuentes de color (Matugen o predefinido)."
- },
- "wallpaper": {
- "header": "Elige tu fondo",
- "subheader": "Define el ambiente con un bonito fondo.",
- "select-prompt": "Selecciona un fondo abajo",
- "preview-error": "No se pudo cargar la imagen",
- "none-in-dir": "No se encontraron fondos en el directorio",
- "no-dir": "No se seleccionó un directorio de fondos",
- "no-valid": "No se encontraron imágenes válidas en: {dir}",
- "choose-dir": "Elige un directorio que contenga tus fondos",
- "dir": {
- "label": "Directorio de fondos",
- "description": "Elige la carpeta que contiene tus fondos",
- "browse": "Seleccionar carpeta",
- "select-title": "Seleccionar carpeta de fondos"
- }
- },
- "welcome": {
- "note": "Solo algunos conceptos básicos para empezar: todas las opciones están en Configuración."
+ "password": "Contraseña",
+ "saved": "Guardado",
+ "scan-again": "Escanear de nuevo",
+ "searching": "Buscando redes cercanas...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json
index d21ebf95..b5a39a3b 100644
--- a/Assets/Translations/fr.json
+++ b/Assets/Translations/fr.json
@@ -1,542 +1,776 @@
{
+ "authentication": {
+ "error": "Erreur d'authentification",
+ "failed": "Échec de l'authentification"
+ },
+ "bar": {
+ "widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Appliquer les couleurs du thème à l'icône de la fenêtre active.",
+ "label": "Coloriser les icônes"
+ },
+ "hide-mode": {
+ "description": "Contrôle le comportement du widget lorsqu'aucune fenêtre n'est active.",
+ "label": "Mode de masquage"
+ },
+ "max-width": {
+ "description": "Définit la taille horizontale maximale du widget. Le widget se rétrécira pour s'adapter à un contenu plus court.",
+ "label": "Largeur Maximale"
+ },
+ "scrolling-mode": {
+ "description": "Contrôler quand le défilement de texte est activé pour les titres de fenêtre longs.",
+ "label": "Mode de défilement"
+ },
+ "show-app-icon": {
+ "description": "Afficher l'icône de l'application à côté du titre de la fenêtre.",
+ "label": "Afficher l'icône de l'application"
+ },
+ "use-fixed-width": {
+ "description": "Lorsque activé, le widget utilisera toujours la largeur maximale au lieu de s'ajuster dynamiquement au contenu.",
+ "label": "Utiliser une Largeur Fixe"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Sélectionnez la couleur du visualiseur.",
+ "label": "Couleur de remplissage"
+ },
+ "hide-when-idle": {
+ "description": "Si activé, le visualiseur est masqué sauf lorsqu'un lecteur est en lecture.",
+ "label": "Masquer lorsqu'aucun média n'est en lecture"
+ },
+ "width": {
+ "description": "Largeur personnalisée du composant.",
+ "label": "Largeur"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Choisissez comment vous souhaitez que cette valeur apparaisse.",
+ "label": "Mode d'affichage"
+ },
+ "low-battery-threshold": {
+ "description": "Afficher un avertissement lorsque la batterie tombe en dessous de ce pourcentage.",
+ "label": "Seuil d'avertissement de batterie faible"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Choisissez comment vous souhaitez que cette valeur apparaisse.",
+ "label": "Mode d'affichage"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Personnalisez l'affichage de votre horloge en ajoutant des jetons de la liste ci-dessous. Pour utiliser le format 12 heures, vous devez inclure le jeton 'AP'.",
+ "label": "Affichage de l'horloge"
+ },
+ "custom-font": {
+ "description": "Sélectionner une police personnalisée pour l'affichage de l'horloge.",
+ "label": "Police personnalisée",
+ "placeholder": "Sélectionner une police personnalisée...",
+ "search-placeholder": "Rechercher des polices..."
+ },
+ "horizontal-bar": {
+ "description": "Astuce : Utilisez \\n pour créer un saut de ligne.",
+ "label": "Barre horizontale"
+ },
+ "preview": "Aperçu",
+ "use-custom-font": {
+ "description": "Remplacez la police par défaut par une police personnalisée pour l'horloge.",
+ "label": "Utiliser une police personnalisée."
+ },
+ "use-monospaced-font": {
+ "description": "Lorsque cette option est activée, l'horloge utilisera la police à chasse fixe.",
+ "label": "Utiliser une police à chasse fixe"
+ },
+ "use-primary-color": {
+ "description": "Lorsque cette option est activée, la couleur principale est utilisée pour la mise en évidence.",
+ "label": "Utiliser la couleur principale"
+ },
+ "vertical-bar": {
+ "description": "Utilisez un espace pour séparer chaque partie sur une nouvelle ligne.",
+ "label": "Barre verticale"
+ }
+ },
+ "control-center": {
+ "browse-file": "Parcourir les fichiers",
+ "browse-library": "Parcourir la bibliothèque",
+ "icon": {
+ "description": "Sélectionnez une icône de la bibliothèque ou un fichier personnalisé.",
+ "label": "Icône"
+ },
+ "select-custom-icon": "Sélectionner une icône personnalisée",
+ "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"
+ }
+ },
+ "custom-button": {
+ "browse": "Parcourir",
+ "collapse-condition": {
+ "description": "Si le texte de sortie correspond à cette valeur, le bouton se repliera.",
+ "label": "Condition d’effondrement"
+ },
+ "display-command-output": {
+ "description": "Entrez une commande à exécuter à intervalle régulier. La première ligne de sa sortie sera affichée sous forme de texte.",
+ "label": "Afficher la sortie de la commande",
+ "stream-description": "Entrez une commande à exécuter en continu."
+ },
+ "dynamic-text": "Texte dynamique",
+ "icon": {
+ "description": "Sélectionnez une icône dans la bibliothèque.",
+ "label": "Icône"
+ },
+ "left-click": {
+ "description": "Commande à exécuter quand le bouton est cliqué à gauche.",
+ "label": "Clic gauche"
+ },
+ "middle-click": {
+ "description": "Commande à exécuter quand le bouton est cliqué au milieu.",
+ "label": "Clic milieu"
+ },
+ "parse-json": {
+ "description": "Analyser la sortie de la commande en tant qu'objet JSON pour définir dynamiquement le texte et l'icône.",
+ "label": "Analyser la sortie en JSON"
+ },
+ "refresh-interval": {
+ "description": "Intervalle en millisecondes.",
+ "label": "Intervalle d'actualisation"
+ },
+ "right-click": {
+ "description": "Commande à exécuter quand le bouton est cliqué à droite.",
+ "label": "Clic droit"
+ },
+ "text-stream": {
+ "description": "Les lignes diffusées depuis la commande seront affichées sous forme de texte sur le bouton.",
+ "label": "Flux"
+ }
+ },
+ "dialog": {
+ "apply": "Appliquer",
+ "cancel": "Annuler"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Choisissez comment vous souhaitez que cette valeur apparaisse.",
+ "label": "Mode d'affichage"
+ }
+ },
+ "lock-keys": {
+ "browse": "Parcourir",
+ "show-caps-lock": {
+ "description": "Afficher l'état du verrouillage majuscule.",
+ "label": "Verr Maj"
+ },
+ "show-num-lock": {
+ "description": "Afficher l'état du verrouillage numérique.",
+ "label": "Verr Num"
+ },
+ "show-scroll-lock": {
+ "description": "Afficher l'état du verrouillage du défilement.",
+ "label": "Verr Maj"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Contrôle le comportement du widget lorsqu'aucun média n'est en cours de lecture.",
+ "label": "Mode de masquage"
+ },
+ "max-width": {
+ "description": "Définit la taille horizontale maximale du widget. Le widget se rétrécira pour s'adapter à un contenu plus court.",
+ "label": "Largeur Maximale"
+ },
+ "no-active-player": "Aucun lecteur actif",
+ "scrolling-mode": {
+ "description": "Contrôler quand le défilement de texte est activé pour les titres de piste longs.",
+ "label": "Mode de défilement"
+ },
+ "show-album-art": {
+ "description": "Afficher la pochette d'album de la piste en cours de lecture.",
+ "label": "Afficher la pochette d'album"
+ },
+ "show-visualizer": {
+ "description": "Afficher un visualiseur audio quand la musique est en cours de lecture.",
+ "label": "Afficher le visualiseur"
+ },
+ "use-fixed-width": {
+ "description": "Lorsque activé, le widget utilisera toujours la largeur maximale au lieu de s'ajuster dynamiquement au contenu.",
+ "label": "Utiliser une Largeur Fixe"
+ },
+ "visualizer-type": {
+ "description": "Choisir le style de visualiseur audio à afficher.",
+ "label": "Type de visualiseur"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Choisissez comment vous souhaitez que cette valeur apparaisse.",
+ "label": "Mode d'affichage"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Masquer le badge de notification quand il n'y a pas de notifications non lues.",
+ "label": "Masquer le badge quand zéro"
+ },
+ "show-unread-badge": {
+ "description": "Afficher un badge montrant le nombre de notifications non lues.",
+ "label": "Afficher le badge non lu"
+ }
+ },
+ "section-editor": {
+ "placeholder": "Sélectionnez un widget à ajouter...",
+ "search-placeholder": "Rechercher des widgets..."
+ },
+ "spacer": {
+ "width": {
+ "description": "Largeur de l'espacement en pixels",
+ "label": "Largeur"
+ }
+ },
+ "system-monitor": {
+ "cpu-temperature": {
+ "description": "Afficher les lectures de température du CPU si disponibles.",
+ "label": "Température du CPU"
+ },
+ "cpu-usage": {
+ "description": "Afficher le pourcentage d'utilisation actuel du CPU.",
+ "label": "Utilisation du CPU"
+ },
+ "memory-percentage": {
+ "description": "Afficher l'utilisation de la mémoire en pourcentage au lieu de valeurs absolues.",
+ "label": "Mémoire en pourcentage"
+ },
+ "memory-usage": {
+ "description": "Afficher les informations actuelles d'utilisation de la RAM.",
+ "label": "Utilisation de la mémoire"
+ },
+ "network-traffic": {
+ "description": "Afficher les vitesses de téléchargement et de téléversement du réseau.",
+ "label": "Trafic réseau"
+ },
+ "storage-usage": {
+ "description": "Afficher les informations d'utilisation de l'espace disque.",
+ "label": "Utilisation du stockage"
+ }
+ },
+ "taskbar": {
+ "colorize-icons": {
+ "description": "Appliquer les couleurs du thème aux icônes de la barre des tâches.",
+ "label": "Coloriser les icônes"
+ },
+ "hide-mode": {
+ "description": "Contrôle le comportement du widget lorsqu'il n'y a pas de fenêtres correspondantes.",
+ "label": "Mode de masquage"
+ },
+ "only-active-workspaces": {
+ "description": "Afficher uniquement les applications des espaces de travail actifs.",
+ "label": "Seulement depuis les espaces de travail actifs."
+ },
+ "only-same-output": {
+ "description": "Afficher uniquement les applications de la sortie où la barre est située.",
+ "label": "Seulement à partir de la même sortie"
+ }
+ },
+ "tray": {
+ "colorize-icons": {
+ "description": "Appliquer les couleurs du thème aux icônes de la barre système.",
+ "label": "Coloriser les icônes"
+ }
+ },
+ "volume": {
+ "display-mode": {
+ "description": "Choisissez comment vous souhaitez que cette valeur apparaisse.",
+ "label": "Mode d'affichage"
+ }
+ },
+ "workspace": {
+ "character-count": {
+ "description": "Nombre de caractères à afficher des noms d'espaces de travail (1-10).",
+ "label": "Nombre de caractères"
+ },
+ "hide-unoccupied": {
+ "description": "Ne pas afficher les espaces de travail sans fenêtres.",
+ "label": "Masquer les inoccupés"
+ },
+ "label-mode": {
+ "description": "Choisir comment les étiquettes d'espace de travail sont affichées.",
+ "label": "Mode d'étiquette"
+ }
+ }
+ }
+ },
+ "battery": {
+ "charging": "En charge.",
+ "charging-rate": "Taux de charge : {rate} W.",
+ "discharging": "En décharge.",
+ "discharging-rate": "Taux de décharge : {rate} W.",
+ "health": "État : {percent}%",
+ "idle": "Inactif.",
+ "no-battery-detected": "Aucune batterie détectée.",
+ "panel": {
+ "balanced": "Équilibré ({percent}%)",
+ "disabled": "Gestionnaire de batterie désactivé",
+ "full": "Capacité totale ({percent}%)",
+ "lifespan": "Durée de vie prolongée ({percent}%)",
+ "title": "Seuil de charge"
+ },
+ "plugged-in": "Branché.",
+ "time-left": "Temps restant : {time}.",
+ "time-until-full": "Temps jusqu'à charge complète : {time}."
+ },
+ "bluetooth": {
+ "panel": {
+ "available-devices": "Appareils disponibles",
+ "connected-devices": "Appareils connectés",
+ "disabled": "Le Bluetooth est désactivé",
+ "enable-message": "Activez le Bluetooth pour voir les appareils disponibles.",
+ "known-devices": "Appareils connus",
+ "pairing-mode": "Assurez-vous que votre appareil est en mode d'appairage.",
+ "scanning": "Recherche d'appareils en cours...",
+ "title": "Bluetooth"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "Semaine"
+ },
+ "weather": {
+ "loading": "Chargement de la météo…"
+ }
+ },
+ "clock": {
+ "tooltip": "Ouvrir le calendrier"
+ },
+ "dock": {
+ "menu": {
+ "close": "Fermer",
+ "focus": "Mettre au premier plan",
+ "pin": "Épingler",
+ "unpin": "Détacher"
+ }
+ },
+ "general": {
+ "no-results": "Aucun résultat",
+ "no-summary": "Aucun résumé",
+ "unknown": "Inconnu"
+ },
+ "launcher": {
+ "pin": "Épingler au dock",
+ "unpin": "Retirer du dock"
+ },
+ "lock-screen": {
+ "authenticating": "Authentification...",
+ "authentication-failed": "Échec de l'authentification",
+ "password": "Entrez votre mot de passe...",
+ "restart": "Redémarrer",
+ "shut-down": "Éteindre",
+ "suspend": "Mettre en veille",
+ "welcome-back": "Bon retour,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Cliquez pour développer",
+ "description": "Vos notifications apparaîtront ici à mesure qu'elles arriveront.",
+ "no-notifications": "Aucune notification",
+ "title": "Notifications"
+ }
+ },
+ "options": {
+ "bar": {
+ "density": {
+ "comfortable": "Confortable",
+ "compact": "Compact",
+ "default": "Défaut",
+ "mini": "Mini"
+ },
+ "position": {
+ "bottom": "Bas",
+ "left": "Gauche",
+ "right": "Droite",
+ "top": "Haut"
+ }
+ },
+ "colors": {
+ "error": "Erreur",
+ "onSurface": "En surface",
+ "primary": "Primaire",
+ "secondary": "Secondaire",
+ "tertiary": "Tertiaire"
+ },
+ "control-center": {
+ "position": {
+ "bottom_center": "En bas au centre",
+ "bottom_left": "En bas à gauche",
+ "bottom_right": "En bas à droite",
+ "center": "Centre",
+ "close_to_bar_button": "Près du bouton de la barre",
+ "top_center": "En haut au centre",
+ "top_left": "En haut à gauche",
+ "top_right": "En haut à droite"
+ },
+ "quickSettingsStyle": {
+ "classic": "Classique",
+ "compact": "Compact",
+ "modern": "Moderne"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Toujours masquer",
+ "always-show": "Toujours afficher",
+ "force-open": "Forcer l'ouverture",
+ "on-hover": "Au survol"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "Masquer si vide",
+ "transparent": "Transparent quand vide",
+ "visible": "Toujours visible"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "En bas au centre",
+ "bottom_left": "En bas à gauche",
+ "bottom_right": "En bas à droite",
+ "center": "Centre (par défaut)",
+ "center_left": "Gauche centre",
+ "center_right": "Droite centre",
+ "follow_bar": "Suivre la barre (par défaut)",
+ "top_center": "En haut au centre",
+ "top_left": "En haut à gauche",
+ "top_right": "En haut à droite"
+ }
+ },
+ "osd": {
+ "position": {
+ "bottom_center": "En bas au centre",
+ "bottom_left": "En bas à gauche",
+ "bottom_right": "En bas à droite",
+ "center_left": "Gauche centre",
+ "center_right": "Droite centre",
+ "top_center": "En haut au centre",
+ "top_left": "En haut à gauche",
+ "top_right": "En haut à droite"
+ }
+ },
+ "screen-recording": {
+ "audio-sources": {
+ "both": "Sortie système + entrée microphone",
+ "microphone-input": "Entrée microphone",
+ "system-output": "Sortie système"
+ },
+ "color-range": {
+ "full": "Complète",
+ "limited": "Limitée"
+ },
+ "quality": {
+ "high": "Haute",
+ "medium": "Moyenne",
+ "ultra": "Ultra",
+ "very-high": "Très haute"
+ },
+ "sources": {
+ "portal": "Portail",
+ "screen": "Écran"
+ }
+ },
+ "scrolling-modes": {
+ "always": "Défiler Toujours",
+ "hover": "Défiler au Survol",
+ "never": "Ne Jamais Défiler"
+ },
+ "visualizer-types": {
+ "linear": "Linéaire",
+ "mirrored": "Miroir",
+ "none": "Aucun",
+ "wave": "Vague"
+ },
+ "workspace-labels": {
+ "index": "Index",
+ "name": "Nom",
+ "none": "Aucun"
+ }
+ },
+ "placeholders": {
+ "cancel": "Annuler",
+ "command-example": "echo \"Bonjour le monde\"",
+ "enter-command": "Entrez la commande à exécuter (application ou script personnalisé)",
+ "enter-text-to-collapse": "par ex., 'rien n’est en lecture'. Utilisez /regex/ pour les modèles.",
+ "enter-tooltip": "Entrer l'infobulle",
+ "enter-width-pixels": "Entrez la largeur en pixels",
+ "profile-picture-path": "/home/user/.face",
+ "search": "Rechercher...",
+ "search-icons": "ex: noctalia, niri, batterie, nuage",
+ "search-launcher": "Rechercher des entrées... ou utilisez > pour les commandes",
+ "search-wallpapers": "Tapez pour filtrer les fonds d'écran...",
+ "select": "Sélectionner",
+ "test": "Tester"
+ },
+ "plugins": {
+ "applications": "Applications",
+ "calculator": "Calculatrice",
+ "calculator-description": "Calculatrice - évaluez des expressions mathématiques",
+ "calculator-enter-expression": "Entrez une expression mathématique",
+ "calculator-error": "Erreur",
+ "calculator-name": "Calculatrice",
+ "clipboard": "Historique du presse-papiers",
+ "clipboard-clear-description": "Effacer tout l'historique du presse-papiers",
+ "clipboard-clear-description-full": "Supprimer tous les éléments de l'historique du presse-papiers",
+ "clipboard-clear-history": "Effacer l'historique du presse-papiers",
+ "clipboard-history-disabled": "Historique du presse-papiers désactivé",
+ "clipboard-history-disabled-description": "Activez l'historique du presse-papiers dans les paramètres ou installez cliphist",
+ "clipboard-loading": "Chargement de l'historique du presse-papiers...",
+ "clipboard-loading-description": "Veuillez patienter",
+ "clipboard-search-description": "Rechercher dans l'historique du presse-papiers"
+ },
+ "quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Cliquer pour gérer les appareils Bluetooth"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Rester éveillé",
+ "enabled": "Rester éveillé"
+ },
+ "tooltip": {
+ "action": "Cliquer pour basculer le mode Rester éveillé"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Lumière nocturne",
+ "enabled": "Lumière nocturne",
+ "forced": "Lumière nocturne"
+ },
+ "tooltip": {
+ "action": "Cliquer pour basculer le mode Lumière nocturne\nClic droit : Ouvrir les paramètres"
+ }
+ },
+ "notifications": {
+ "label": {
+ "disabled": "Ne pas déranger",
+ "enabled": "Notifications"
+ },
+ "tooltip": {
+ "action": "Clic gauche : Ouvrir l'historique des notifications\nClic droit : Basculer Ne pas déranger"
+ }
+ },
+ "powerProfile": {
+ "label": {
+ "unavailable": "Profil d'alimentation"
+ },
+ "tooltip": {
+ "action": "Cliquer pour changer de profil d'alimentation",
+ "disabled": "Installez power-profiles-daemon pour utiliser les profils d'alimentation"
+ }
+ },
+ "screenRecorder": {
+ "label": {
+ "recording": "Arrêter",
+ "stopped": "Enregistrer"
+ },
+ "tooltip": {
+ "action": "Cliquer pour démarrer/arrêter l'enregistrement d'écran"
+ }
+ },
+ "wallpaperSelector": {
+ "label": "Fond d'écran",
+ "tooltip": {
+ "action": "Clic gauche : Ouvrir le sélecteur de fond d'écran\nClic droit : Définir un fond d'écran aléatoire"
+ }
+ },
+ "wifi": {
+ "label": {
+ "disconnected": "Wi-Fi déconnecté",
+ "ethernet": "Ethernet",
+ "wifi": "Wi-Fi"
+ },
+ "tooltip": {
+ "action": "Cliquer pour gérer les connexions Wi-Fi"
+ }
+ }
+ },
+ "session-menu": {
+ "action-in-seconds": "{action} dans {seconds} secondes...",
+ "lock": "Verrouiller",
+ "lock-and-suspend": "Verrouiller et Mettre en veille",
+ "logout": "Déconnexion",
+ "reboot": "Redémarrer",
+ "shutdown": "Éteindre",
+ "suspend": "Mettre en veille",
+ "title": "Menu de session"
+ },
"settings": {
- "general": {
- "title": "Général",
- "profile": {
+ "about": {
+ "contributors": {
"section": {
- "label": "Profil",
- "description": "Modifiez vos informations utilisateur et votre avatar."
- },
- "picture": {
- "label": "Photo de profil de {user}",
- "description": "Votre photo de profil qui apparaît dans toute l'interface."
- },
- "select-avatar": "Sélectionner une image d'avatar"
- },
- "screen-corners": {
- "section": {
- "label": "Coins de l'écran",
- "description": "Personnalisez l'arrondi des coins de l'écran et les effets visuels."
- },
- "show-corners": {
- "label": "Afficher les coins de l'écran",
- "description": "Affichez des coins arrondis sur le bord de l'écran."
- },
- "solid-black": {
- "label": "Coins noirs unis",
- "description": "Utilisez du noir uni au lieu de la couleur de fond de la barre."
- },
- "radius": {
- "label": "Rayon des coins de l'écran",
- "description": "Ajustez l'arrondi des coins de l'écran.",
- "reset": "Réinitialiser le rayon des coins de l'écran"
+ "description": "Un grand merci à notre {count} super contributeur !",
+ "description_plural": "Un grand merci à nos {count} super contributeurs !",
+ "label": "Contributeurs"
}
},
- "fonts": {
+ "noctalia": {
+ "download-latest": "Télécharger la dernière version",
+ "installed-version": "Version installée :",
+ "latest-version": "Dernière version :",
"section": {
- "label": "Polices",
- "description": "Choisissez les polices utilisées dans toute l'interface."
- },
- "default": {
- "label": "Police par défaut",
- "description": "Police principale utilisée dans toute l'interface.",
- "placeholder": "Sélectionner la police par défaut...",
- "search-placeholder": "Rechercher des polices...",
- "scale": {
- "description": "Augmenter ou diminuer la taille du texte standard.",
- "label": "Taille de police par défaut"
- }
- },
- "monospace": {
- "label": "Police à chasse fixe",
- "description": "Police à chasse fixe utilisée pour l'affichage des chiffres et des statistiques.",
- "placeholder": "Sélectionner la police à chasse fixe...",
- "search-placeholder": "Rechercher des polices à chasse fixe...",
- "scale": {
- "description": "Augmenter ou diminuer la taille du texte à chasse fixe.",
- "label": "Taille de police à chasse fixe"
- }
- },
- "reset-scaling": "Réinitialiser l'échelle"
- },
- "language": {
- "section": {
- "label": "Langue",
- "description": "Choisissez votre langue préférée pour l'application."
- },
- "select": {
- "label": "Langue de l'application",
- "description": "Sélectionnez la langue utilisée dans l'interface de l'application.",
- "auto-detect": "Automatique"
+ "description": "Un shell de bureau élégant et minimaliste, conçu avec soin pour Wayland et bâti avec Quickshell.",
+ "label": "Shell Noctalia"
}
},
- "launch-setup-wizard": "Lancer l'assistant d'installation"
+ "support": "Soutenez-nous",
+ "title": "À propos"
},
"audio": {
- "title": "Audio",
- "volumes": {
- "section": {
- "label": "Volumes",
- "description": "Ajustez les contrôles de volume et les niveaux audio."
- },
- "output-volume": {
- "label": "Volume de sortie",
- "description": "Niveau de volume de l'ensemble du système."
- },
- "mute-output": {
- "label": "Couper la sortie audio",
- "description": "Couper la sortie audio principale du système."
- },
- "input-volume": {
- "label": "Volume d'entrée",
- "description": "Niveau du volume d'entrée du microphone."
- },
- "mute-input": {
- "label": "Couper l'entrée audio",
- "description": "Couper l'entrée audio par défaut (microphone)."
- },
- "step-size": {
- "label": "Incrément de volume",
- "description": "Ajustez l'incrément pour les changements de volume (molette de la souris, raccourcis clavier)."
- },
- "volume-overdrive": {
- "label": "Autoriser le dépassement du volume",
- "description": "Permet d'augmenter le volume au-delà de 100 %. Cette fonctionnalité peut ne pas être prise en charge par tout le matériel."
- }
- },
"devices": {
- "section": {
- "label": "Périphériques audio",
- "description": "Configurez les périphériques d'entrée et de sortie audio disponibles."
+ "input-device": {
+ "description": "Sélectionnez le périphérique d'entrée audio souhaité.",
+ "label": "Périphérique d'entrée"
},
"output-device": {
- "label": "Périphérique de sortie",
- "description": "Sélectionnez le périphérique de sortie audio souhaité."
+ "description": "Sélectionnez le périphérique de sortie audio souhaité.",
+ "label": "Périphérique de sortie"
},
- "input-device": {
- "label": "Périphérique d'entrée",
- "description": "Sélectionnez le périphérique d'entrée audio souhaité."
+ "section": {
+ "description": "Configurez les périphériques d'entrée et de sortie audio disponibles.",
+ "label": "Périphériques audio"
}
},
"media": {
- "section": {
- "label": "Lecteurs multimédias",
- "description": "Définissez vos applications multimédias préférées et ignorées."
- },
- "primary-player": {
- "label": "Lecteur principal",
- "description": "Entrez un mot-clé pour identifier votre lecteur principal.",
- "placeholder": "ex. spotify, vlc, mpv"
- },
"excluded-player": {
- "label": "Lecteur exclu",
"description": "Ajoutez des mots-clés pour les lecteurs que le système doit ignorer. Chaque mot-clé doit être sur une nouvelle ligne.",
+ "label": "Lecteur exclu",
"placeholder": "tapez la sous-chaîne et appuyez sur +"
},
- "visualizer-type": {
- "label": "Type de visualisation",
- "description": "Choisissez un type de visualisation pour la lecture multimédia."
- },
"frame-rate": {
- "label": "Fréquence d'images",
- "description": "Des fréquences plus élevées sont plus fluides mais utilisent plus de ressources."
+ "description": "Des fréquences plus élevées sont plus fluides mais utilisent plus de ressources.",
+ "label": "Fréquence d'images"
},
- "scrolling-title": {
- "label": "Titre défilant",
- "description": "Activer le défilement continu pour les titres multimédias longs"
+ "primary-player": {
+ "description": "Entrez un mot-clé pour identifier votre lecteur principal.",
+ "label": "Lecteur principal",
+ "placeholder": "ex. spotify, vlc, mpv"
},
"scrolling-speed": {
- "label": "Vitesse de défilement",
- "description": "Temps en secondes pour que le titre défile du début à la fin"
- }
- }
- },
- "display": {
- "title": "Affichage",
- "monitors": {
+ "description": "Temps en secondes pour que le titre défile du début à la fin",
+ "label": "Vitesse de défilement"
+ },
+ "scrolling-title": {
+ "description": "Activer le défilement continu pour les titres multimédias longs",
+ "label": "Titre défilant"
+ },
"section": {
- "label": "Paramètres par moniteur",
- "description": "Ajustez la luminosité pour chaque écran."
+ "description": "Définissez vos applications multimédias préférées et ignorées.",
+ "label": "Lecteurs multimédias"
},
- "brightness": "Luminosité",
- "brightness-step": {
- "label": "Incrément de luminosité",
- "description": "Ajustez l'incrément pour les changements de luminosité (molette de la souris et raccourcis clavier)."
- },
- "enforce-minimum": {
- "label": "Imposer une luminosité minimale (1%)",
- "description": "Résout le problème de l'extinction complète du rétroéclairage sur certains écrans à 0% de luminosité."
- },
- "external-brightness": {
- "label": "Prise en charge de la luminosité externe",
- "description": "Activer le support DDCUtil pour contrôler la luminosité des écrans externes via le protocole DDC/CI."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Contrôle de la luminosité indisponible. Activez \"Prise en charge de la luminosité externe\" pour contrôler la luminosité de cet écran.",
- "generic": "Le contrôle de la luminosité n'est pas disponible pour cet écran."
+ "visualizer-type": {
+ "description": "Choisissez un type de visualisation pour la lecture multimédia.",
+ "label": "Type de visualisation"
}
},
- "night-light": {
+ "title": "Audio",
+ "volumes": {
+ "input-volume": {
+ "description": "Niveau du volume d'entrée du microphone.",
+ "label": "Volume d'entrée"
+ },
+ "mute-input": {
+ "description": "Couper l'entrée audio par défaut (microphone).",
+ "label": "Couper l'entrée audio"
+ },
+ "mute-output": {
+ "description": "Couper la sortie audio principale du système.",
+ "label": "Couper la sortie audio"
+ },
+ "output-volume": {
+ "description": "Niveau de volume de l'ensemble du système.",
+ "label": "Volume de sortie"
+ },
"section": {
- "label": "Éclairage nocturne",
- "description": "Réduit l'émission de lumière bleue pour vous aider à mieux dormir et réduire la fatigue oculaire."
+ "description": "Ajustez les contrôles de volume et les niveaux audio.",
+ "label": "Volumes"
},
- "enable": {
- "label": "Activer l'éclairage nocturne",
- "description": "Applique un filtre de couleur chaude pour réduire l'émission de lumière bleue."
+ "step-size": {
+ "description": "Ajustez l'incrément pour les changements de volume (molette de la souris, raccourcis clavier).",
+ "label": "Incrément de volume"
},
- "temperature": {
- "label": "Température de couleur",
- "description": "Réglez la chaleur des couleurs pour la nuit et le jour.",
- "night": "Nuit",
- "day": "Jour"
- },
- "auto-schedule": {
- "label": "Planification automatique",
- "description": "Basé sur l'heure du coucher et du lever du soleil à {location} - recommandé."
- },
- "manual-schedule": {
- "label": "Planification manuelle",
- "description": "Définissez des heures personnalisées pour le lever et le coucher du soleil.",
- "sunrise": "Heure du lever du soleil",
- "sunset": "Heure du coucher du soleil",
- "select-start": "Sélectionner l'heure de début",
- "select-stop": "Sélectionner l'heure de fin"
- },
- "force-activation": {
- "label": "Forcer l'activation",
- "description": "Ignore la planification et applique le filtre nocturne immédiatement."
+ "volume-overdrive": {
+ "description": "Permet d'augmenter le volume au-delà de 100 %. Cette fonctionnalité peut ne pas être prise en charge par tout le matériel.",
+ "label": "Autoriser le dépassement du volume"
}
}
},
"bar": {
- "title": "Barre",
"appearance": {
- "section": {
- "label": "Apparence",
- "description": "Personnalisez l'apparence et la position de la barre."
- },
- "position": {
- "label": "Position de la barre",
- "description": "Choisissez où placer la barre sur l'écran."
+ "background-opacity": {
+ "description": "Ajustez l'opacité de l'arrière-plan de la barre.",
+ "label": "Opacité de l'arrière-plan"
},
"density": {
- "label": "Densité de la barre",
- "description": "Ajustez le remplissage de la barre pour un aspect compact ou spacieux."
- },
- "background-opacity": {
- "label": "Opacité de l'arrière-plan",
- "description": "Ajustez l'opacité de l'arrière-plan de la barre."
- },
- "show-capsule": {
- "label": "Afficher la capsule",
- "description": "Afficher les arrière-plans des widgets."
+ "description": "Ajustez le remplissage de la barre pour un aspect compact ou spacieux.",
+ "label": "Densité de la barre"
},
"floating": {
- "label": "Barre flottante",
- "description": "Affiche la barre sous forme de 'pilule' flottante."
+ "description": "Affiche la barre sous forme de 'pilule' flottante.",
+ "label": "Barre flottante"
},
"margins": {
- "label": "Marges",
"description": "Ajustez les marges autour de la barre flottante.",
- "vertical": "Verticale",
- "horizontal": "Horizontale"
+ "horizontal": "Horizontale",
+ "label": "Marges",
+ "vertical": "Verticale"
},
"outer-corners": {
"description": "Affiche des coins incurvés vers l'extérieur sur la barre.",
"label": "Coins extérieurs"
+ },
+ "position": {
+ "description": "Choisissez où placer la barre sur l'écran.",
+ "label": "Position de la barre"
+ },
+ "section": {
+ "description": "Personnalisez l'apparence et la position de la barre.",
+ "label": "Apparence"
+ },
+ "show-capsule": {
+ "description": "Afficher les arrière-plans des widgets.",
+ "label": "Afficher la capsule"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Afficher la barre sur des moniteurs spécifiques. Par défaut, sur tous si aucun n'est choisi.",
+ "label": "Affichage sur les moniteurs"
+ }
+ },
+ "title": "Barre",
+ "tray": {
+ "blacklist": {
+ "description": "Ajouter des règles d'exclusion pour la boîte à miniatures, prend en charge les caractères génériques (*).",
+ "label": "Liste noire",
+ "placeholder": "ex: nm-applet, Fcitx*"
}
},
"widgets": {
"section": {
- "label": "Positionnement des widgets",
- "description": "Faites glisser et déposez les widgets pour les réorganiser. Les badges indiquent l'utilisation : [G]auche, [C]entre, [D]roite."
- }
- },
- "monitors": {
- "section": {
- "label": "Affichage sur les moniteurs",
- "description": "Afficher la barre sur des moniteurs spécifiques. Par défaut, sur tous si aucun n'est choisi."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Liste noire",
- "description": "Ajouter des règles d'exclusion pour la boîte à miniatures, prend en charge les caractères génériques (*).",
- "placeholder": "ex: nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "Activer le dock",
- "description": "Afficher ou masquer complètement le dock"
- },
- "appearance": {
- "section": {
- "label": "Apparence",
- "description": "Personnalisez le comportement et l'apparence du dock."
- },
- "display": {
- "label": "Affichage",
- "description": "Choisissez comment le dock se comporte.",
- "always-visible": "Toujours visible",
- "auto-hide": "Masquer automatiquement",
- "exclusive": "Exclusif"
- },
- "background-opacity": {
- "label": "Opacité de l'arrière-plan",
- "description": "Ajustez l'opacité de l'arrière-plan du dock."
- },
- "floating-distance": {
- "label": "Distance de flottaison du dock",
- "description": "Ajustez la distance de flottaison par rapport au bord de l'écran."
- },
- "icon-size": {
- "label": "Taille du Dock",
- "description": "Ajuster la taille globale du Dock."
- },
- "colorize-icons": {
- "label": "Coloriser les icônes",
- "description": "Appliquer les couleurs du thème aux icônes d'applications du dock (applications non focalisées uniquement)."
- }
- },
- "monitors": {
- "section": {
- "label": "Affichage sur les moniteur",
- "description": "Afficher le dock sur des écrans spécifiques. Par défaut, il s'affiche sur tous les écrans si aucun n'est sélectionné."
- },
- "only-same-output": {
- "description": "Afficher uniquement les applications de la sortie où le dock est situé.",
- "label": "Seulement les applications de la même sortie"
- }
- }
- },
- "launcher": {
- "title": "Lanceur",
- "settings": {
- "section": {
- "label": "Apparence",
- "description": "Personnalisez le comportement et l'apparence du lanceur."
- },
- "position": {
- "label": "Position",
- "description": "Choisissez où le panneau du lanceur apparaît."
- },
- "background-opacity": {
- "label": "Opacité de l'arrière-plan",
- "description": "Ajustez l'opacité de l'arrière-plan du lanceur."
- },
- "clipboard-history": {
- "label": "Activer l'historique du presse-papiers",
- "description": "Accédez aux éléments précédemment copiés depuis le lanceur."
- },
- "sort-by-usage": {
- "label": "Trier par les plus utilisés",
- "description": "Lorsque cette option est activée, les applications fréquemment lancées apparaissent en premier dans la liste."
- },
- "use-app2unit": {
- "label": "Utiliser App2Unit pour lancer les applications",
- "description": "Utilise une méthode de lancement alternative pour mieux gérer les processus des applications et prévenir les problèmes."
- },
- "terminal-command": {
- "label": "Commande du terminal",
- "description": "Commande pour lancer un terminal. Ex: 'kitty -e' ou 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Préfixe de lancement personnalisé",
- "description": "Préfixer les commandes avec un lanceur personnalisé (ex. 'runapp' pour l'intégration systemd)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Activer le préfixe de lancement personnalisé",
- "description": "Utiliser un préfixe personnalisé pour lancer les applications au lieu de la méthode par défaut."
- }
- }
- },
- "notifications": {
- "title": "Notifications",
- "settings": {
- "section": {
- "label": "Apparence",
- "description": "Configurez l'apparence et le comportement des notifications."
- },
- "do-not-disturb": {
- "label": "Ne pas déranger",
- "description": "Désactive toutes les fenêtres de notification lorsque cette option est activée."
- },
- "enable-osd": {
- "label": "Activer l'affichage à l'écran (OSD)",
- "description": "Afficher les changements de volume et de luminosité en temps réel."
- },
- "location": {
- "label": "Emplacement",
- "description": "Où les notifications apparaissent à l'écran."
- },
- "always-on-top": {
- "label": "Toujours au premier plan",
- "description": "Afficher les notifications au-dessus des fenêtres en plein écran et des autres applications."
- },
- "background-opacity": {
- "label": "Opacité du fond",
- "description": "Ajuster l'opacité des arrière-plans de notifications."
- }
- },
- "duration": {
- "section": {
- "label": "Durée des notifications",
- "description": "Configurer la durée d'affichage des notifications en fonction de leur niveau d'urgence."
- },
- "respect-expire": {
- "label": "Respecter le délai d'expiration",
- "description": "Utiliser le délai d'expiration défini dans la notification."
- },
- "low-urgency": {
- "label": "Urgence faible",
- "description": "Durée de visibilité des notifications de faible priorité."
- },
- "normal-urgency": {
- "label": "Urgence normale",
- "description": "Durée de visibilité des notifications de priorité normale."
- },
- "critical-urgency": {
- "label": "Urgence critique",
- "description": "Durée de visibilité des notifications de priorité critique."
- }
- },
- "monitors": {
- "section": {
- "label": "Affichage sur les moniteurs",
- "description": "Afficher les notifications sur des moniteurs spécifiques. Par défaut, sur tous si aucun n'est choisi."
- }
- }
- },
- "osd": {
- "title": "Affichage à l'écran",
- "description": "Configurer les indicateurs à l'écran tels que le volume et la luminosité.",
- "section": {
- "general": {
- "label": "Général",
- "description": "Configurer la visibilité et le comportement de l'OSD."
- }
- },
- "enabled": {
- "label": "Activer l'affichage à l'écran",
- "description": "Afficher en temps réel les changements de volume et de luminosité."
- },
- "always-on-top": {
- "label": "Toujours au premier plan",
- "description": "Afficher l'OSD au-dessus des fenêtres plein écran et autres couches."
- },
- "location": {
- "label": "Emplacement",
- "description": "Emplacement des affichages à l'écran."
- },
- "duration": {
- "section": {
- "label": "Délai d'auto‑masquage",
- "description": "Temps d'affichage avant masquage automatique de l'OSD."
- },
- "auto-hide": {
- "label": "Masquer après",
- "description": "Ajuster le délai avant disparition de l'OSD."
- }
- },
- "monitors": {
- "section": {
- "label": "Affichage sur les moniteurs",
- "description": "Afficher l'OSD sur des moniteurs spécifiques. Par défaut sur tous si aucun n'est choisi."
- }
- }
- },
- "wallpaper": {
- "title": "Fond d'écran",
- "settings": {
- "section": {
- "label": "Paramètres du fond d'écran",
- "description": "Contrôlez comment les fonds d'écran sont gérés et affichés."
- },
- "enable-management": {
- "label": "Activer la gestion des fonds d'écran",
- "description": "Gérez les fonds d'écran avec Noctalia. Décochez si vous préférez utiliser une autre application."
- },
- "folder": {
- "label": "Dossier des fonds d'écran",
- "description": "Chemin vers votre dossier principal de fonds d'écran.",
- "tooltip": "Parcourir le dossier des fonds d'écran"
- },
- "recursive-search": {
- "label": "Rechercher dans les sous-dossiers",
- "description": "Rechercher également des fonds d'écran dans les sous-dossiers du répertoire des fonds d'écran."
- },
- "monitor-specific": {
- "label": "Dossiers spécifiques au moniteur",
- "description": "Définissez un dossier de fond d'écran différent pour chaque moniteur.",
- "tooltip": "Parcourir le dossier des fonds d'écran"
- },
- "select-folder": "Sélectionner le dossier des fonds d'écran",
- "select-monitor-folder": "Sélectionner le dossier des fonds d'écran du moniteur",
- "selector-position": {
- "description": "Choisissez l'emplacement d'affichage du panneau de sélection du fond d'écran.",
- "label": "Position"
- }
- },
- "look-feel": {
- "section": {
- "label": "Apparence et ergonomie"
- },
- "fill-mode": {
- "label": "Mode de remplissage",
- "description": "Sélectionnez comment l'image doit être mise à l'échelle pour correspondre à la résolution de votre moniteur."
- },
- "fill-color": {
- "label": "Couleur de remplissage",
- "description": "Choisissez une couleur de remplissage qui peut apparaître derrière le fond d'écran."
- },
- "transition-type": {
- "label": "Type de transition",
- "description": "Type d'animation lors du changement de fond d'écran."
- },
- "transition-duration": {
- "label": "Durée de la transition",
- "description": "Durée des animations de transition en secondes."
- },
- "edge-smoothness": {
- "label": "Adoucir le bord de la transition",
- "description": "Applique un effet de flou progressif au bord des transitions."
- }
- },
- "automation": {
- "section": {
- "label": "Automatisation"
- },
- "random-wallpaper": {
- "label": "Fond d'écran aléatoire",
- "description": "Planifiez des changements de fond d'écran aléatoires à intervalles réguliers."
- },
- "interval": {
- "label": "Intervalle du fond d'écran",
- "description": "Fréquence de changement automatique des fonds d'écran."
- },
- "custom-interval": {
- "label": "Intervalle personnalisé",
- "description": "Entrez l'heure au format HH:MM (ex: 01:30)."
+ "description": "Faites glisser et déposez les widgets pour les réorganiser. Les badges indiquent l'utilisation : [G]auche, [C]entre, [D]roite.",
+ "label": "Positionnement des widgets"
}
}
},
"color-scheme": {
- "title": "Jeu de couleurs",
"color-source": {
- "section": {
- "label": "Source des couleurs",
- "description": "Paramètres principaux pour les couleurs de Noctalia."
- },
- "use-wallpaper-colors": {
- "label": "Utiliser les couleurs du fond d'écran",
- "description": "Générer des schémas de couleurs à partir de votre fond d'écran avec Matugen. Extrait automatiquement les couleurs pour créer un thème cohérent."
- },
"matugen-scheme-type": {
- "label": "Type de schéma Matugen",
"description": {
"scheme-content": "Dérive des couleurs qui correspondent étroitement à l'image sous-jacente.",
"scheme-expressive": "Palette vibrante avec une saturation ludique.",
@@ -546,77 +780,69 @@
"scheme-neutral": "Palette de couleurs atténuées aux tons doux et apaisants.",
"scheme-rainbow": "Palette diversifiée couvrant tout le spectre.",
"scheme-tonal-spot": "Palette équilibrée avec des accents ciblés."
- }
+ },
+ "label": "Type de schéma Matugen"
+ },
+ "section": {
+ "description": "Paramètres principaux pour les couleurs de Noctalia.",
+ "label": "Source des couleurs"
+ },
+ "use-wallpaper-colors": {
+ "description": "Générer des schémas de couleurs à partir de votre fond d'écran avec Matugen. Extrait automatiquement les couleurs pour créer un thème cohérent.",
+ "label": "Utiliser les couleurs du fond d'écran"
}
},
"dark-mode": {
- "switch": {
- "label": "Mode sombre",
- "description": "Passe à un thème plus sombre pour une visualisation plus facile la nuit."
- },
"mode": {
"description": "Active la commutation automatique entre le mode clair et le mode sombre.",
"label": "Programmation du mode sombre",
"location": "Emplacement",
"manual": "Manuel",
"off": "Éteint"
+ },
+ "switch": {
+ "description": "Passe à un thème plus sombre pour une visualisation plus facile la nuit.",
+ "label": "Mode sombre"
}
},
"predefined": {
- "section": {
- "label": "Jeux de couleurs prédéfinis",
- "description": "Choisissez parmi une collection de jeux de couleurs prédéfinis."
- },
"generate-templates": {
- "label": "Générer des modèles pour les schémas prédéfinis",
- "description": "Génère des modèles Matugen (GTK, thèmes de terminal, etc.) lors de l'utilisation de schémas de couleurs prédéfinis."
+ "description": "Génère des modèles Matugen (GTK, thèmes de terminal, etc.) lors de l'utilisation de schémas de couleurs prédéfinis.",
+ "label": "Générer des modèles pour les schémas prédéfinis"
+ },
+ "section": {
+ "description": "Choisissez parmi une collection de jeux de couleurs prédéfinis.",
+ "label": "Jeux de couleurs prédéfinis"
}
},
"templates": {
- "ui": {
- "label": "UI",
- "description": "Thématisation de l'environnement de bureau et de la boîte à outils d'interface utilisateur.",
- "gtk": {
- "description": "Écrire {filepath}"
- },
- "qt": {
- "description": "Écrire {filepath}"
- },
- "kcolorscheme": {
- "description": "Écrire {filepath}"
- }
- },
- "terminal": {
- "label": "Terminal",
- "description": "Thématisation de l'émulateur de terminal.",
- "kitty": {
- "description": "Écrire ~/.config/kitty/themes/noctalia.conf et recharger",
- "description-missing": "Nécessite que le terminal Kitty soit installé"
- },
- "ghostty": {
- "description": "Écrire ~/.config/ghostty/themes/noctalia et recharger",
- "description-missing": "Nécessite que le terminal ghostty soit installé"
- },
- "foot": {
- "description": "Écrire ~/.config/foot/themes/noctalia et recharger",
- "description-missing": "Nécessite que le terminal foot soit installé"
- },
- "alacritty": {
- "description": "Écrire {filepath} et recharger.",
- "description-missing": "Nécessite l'installation de {app}"
- },
- "wezterm": {
- "description": "Écrire {filepath} et recharger.",
- "description-missing": "Nécessite l'installation de {app}"
+ "misc": {
+ "description": "Options de configuration supplémentaires.",
+ "label": "Divers",
+ "user-templates": {
+ "description": "Activer la configuration Matugen définie par l'utilisateur. Un fichier modèle sera créé dans ~/.config/noctalia/user-templates.toml lors de la première activation",
+ "label": "Modèles utilisateur"
}
},
"programs": {
- "label": "Programmes",
+ "code": {
+ "description": "Écrire {filepath}. Le thème Hyprluna 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}",
+ "description-missing": "Aucun client Discord détecté. Installez vencord, vesktop, webcord, armcord, equibop, lightcord ou dorion."
+ },
"fuzzel": {
"description": "Écrire ~/.config/fuzzel/themes/noctalia et recharger",
"description-missing": "Nécessite que le lanceur fuzzel soit installé"
},
+ "label": "Programmes",
+ "pywalfox": {
+ "description": "Écrire ~/.cache/wal/colors.json et exécuter pywalfox update",
+ "description-missing": "Nécessite que le paquet pywalfox soit installé"
+ },
"vicinae": {
"description": "Écrire {filepath} et recharger",
"description-missing": "Nécessite que le lanceur {app} soit installé"
@@ -624,218 +850,59 @@
"walker": {
"description": "Écrire {filepath} et définir le thème sur noctalia",
"description-missing": "Nécessite que le lanceur {app} soit installé"
- },
- "discord": {
- "description": "Écrire {filepath} pour {client}",
- "description-missing": "Aucun client Discord détecté. Installez vencord, vesktop, webcord, armcord, equibop, lightcord ou dorion."
- },
- "pywalfox": {
- "description": "Écrire ~/.cache/wal/colors.json et exécuter pywalfox update",
- "description-missing": "Nécessite que le paquet pywalfox soit installé"
- },
- "code": {
- "description": "Écrire {filepath}. Le thème Hyprluna doit être installé et activé manuellement.",
- "description-missing": "Nécessite l'installation de {app}"
- }
- },
- "misc": {
- "label": "Divers",
- "description": "Options de configuration supplémentaires.",
- "user-templates": {
- "label": "Modèles utilisateur",
- "description": "Activer la configuration Matugen définie par l'utilisateur. Un fichier modèle sera créé dans ~/.config/noctalia/user-templates.toml lors de la première activation"
}
},
"section": {
"description": "Appliquer des couleurs aux applications externes.",
"label": "Modèles"
- }
- }
- },
- "location": {
- "title": "Emplacement",
- "location": {
- "section": {
- "label": "Votre emplacement",
- "description": "Obtenez une météo et une planification de l'éclairage nocturne précises en définissant votre emplacement."
},
- "search": {
- "label": "Rechercher un emplacement",
- "description": "ex: Toronto, ON",
- "placeholder": "Entrez le nom de l'emplacement"
+ "terminal": {
+ "alacritty": {
+ "description": "Écrire {filepath} et recharger.",
+ "description-missing": "Nécessite l'installation de {app}"
+ },
+ "description": "Thématisation de l'émulateur de terminal.",
+ "foot": {
+ "description": "Écrire ~/.config/foot/themes/noctalia et recharger",
+ "description-missing": "Nécessite que le terminal foot soit installé"
+ },
+ "ghostty": {
+ "description": "Écrire ~/.config/ghostty/themes/noctalia et recharger",
+ "description-missing": "Nécessite que le terminal ghostty soit installé"
+ },
+ "kitty": {
+ "description": "Écrire ~/.config/kitty/themes/noctalia.conf et recharger",
+ "description-missing": "Nécessite que le terminal Kitty soit installé"
+ },
+ "label": "Terminal",
+ "wezterm": {
+ "description": "Écrire {filepath} et recharger.",
+ "description-missing": "Nécessite l'installation de {app}"
+ }
+ },
+ "ui": {
+ "description": "Thématisation de l'environnement de bureau et de la boîte à outils d'interface utilisateur.",
+ "gtk": {
+ "description": "Écrire {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Écrire {filepath}"
+ },
+ "label": "UI",
+ "qt": {
+ "description": "Écrire {filepath}"
+ }
}
},
- "weather": {
- "section": {
- "label": "Météo",
- "description": "Choisissez votre unité de température préférée."
- },
- "enabled": {
- "label": "Activer la météo",
- "description": "Afficher les informations météorologiques dans toute l'interface et récupérer les données météo. Lorsque désactivé, tous les éléments météo seront masqués et aucune requête réseau ne sera effectuée."
- },
- "fahrenheit": {
- "label": "Afficher la température en Fahrenheit (°F)",
- "description": "Afficher la température en Fahrenheit au lieu de Celsius."
- },
- "show-in-calendar": {
- "description": "Afficher les prévisions météo quotidiennes directement dans votre vue calendrier.",
- "label": "Afficher la météo dans le calendrier"
- }
- },
- "date-time": {
- "section": {
- "label": "Date & heure",
- "description": "Personnalisez l'affichage de la date et de l'heure."
- },
- "12hour-format": {
- "label": "Utiliser le format horaire de 12 heures",
- "description": "Affiche l'heure au format 12 heures sur l'écran de verrouillage et dans le calendrier. L'horloge de la barre possède ses propres paramètres."
- },
- "week-numbers": {
- "label": "Afficher les numéros de semaine",
- "description": "Affiche la semaine de l'année (ex: Semaine 38) dans le calendrier."
- },
- "show-events": {
- "label": "Afficher les événements du calendrier",
- "description": "Afficher les événements dans le panneau du calendrier."
- },
- "use-analog": {
- "description": "Afficher une horloge de style analogique dans la fenêtre du calendrier et sur l'écran de verrouillage.",
- "label": "Utiliser une horloge de style analogique."
- },
- "first-day-of-week": {
- "automatic": "Automatique (utiliser les paramètres régionaux du système)",
- "description": "Choisissez quel jour commence la semaine dans le calendrier.",
- "label": "Premier jour de la semaine"
- }
- }
- },
- "network": {
- "title": "Réseau",
- "section": {
- "description": "Gérez les connexions Wi-Fi et Bluetooth."
- },
- "wifi": {
- "label": "Activer le Wi-Fi"
- },
- "bluetooth": {
- "label": "Activer le Bluetooth"
- }
- },
- "screen-recorder": {
- "title": "Enregistreur d'écran",
- "general": {
- "section": {
- "label": "Paramètres généraux",
- "description": "Gérez la sortie et le contenu de l'enregistrement d'écran."
- },
- "output-folder": {
- "label": "Dossier de sortie",
- "description": "Dossier où les enregistrements d'écran seront sauvegardés.",
- "tooltip": "Parcourir le dossier de sortie"
- },
- "show-cursor": {
- "label": "Afficher le curseur",
- "description": "Enregistrez le curseur de la souris dans la vidéo."
- },
- "select-output-folder": "Sélectionner le dossier de sortie"
- },
- "video": {
- "section": {
- "label": "Paramètres vidéo",
- "description": "Configurez les options d'enregistrement vidéo."
- },
- "video-source": {
- "label": "Source vidéo",
- "description": "Portail est recommandé, si vous obtenez des artefacts, essayez Écran."
- },
- "frame-rate": {
- "label": "Fréquence d'images",
- "description": "Fréquence d'images cible pour les enregistrements d'écran."
- },
- "video-quality": {
- "label": "Qualité vidéo",
- "description": "Une qualité supérieure entraîne des fichiers de plus grande taille."
- },
- "video-codec": {
- "label": "Codec vidéo",
- "description": "h264 est le codec le plus courant."
- },
- "color-range": {
- "label": "Gamme de couleurs",
- "description": "Limitée est recommandée pour une meilleure compatibilité."
- }
- },
- "audio": {
- "section": {
- "label": "Paramètres audio",
- "description": "Configurez les options d'enregistrement audio."
- },
- "audio-source": {
- "label": "Source audio",
- "description": "Source audio à capturer pendant l'enregistrement."
- },
- "audio-codec": {
- "label": "Codec audio",
- "description": "Opus est recommandé pour de meilleures performances et une taille audio minimale."
- }
- }
- },
- "about": {
- "title": "À propos",
- "noctalia": {
- "section": {
- "label": "Shell Noctalia",
- "description": "Un shell de bureau élégant et minimaliste, conçu avec soin pour Wayland et bâti avec Quickshell."
- },
- "latest-version": "Dernière version :",
- "installed-version": "Version installée :",
- "download-latest": "Télécharger la dernière version"
- },
- "contributors": {
- "section": {
- "label": "Contributeurs",
- "description": "Un grand merci à notre {count} super contributeur !",
- "description_plural": "Un grand merci à nos {count} super contributeurs !"
- }
- },
- "support": "Soutenez-nous"
- },
- "hooks": {
- "title": "Hooks",
- "system-hooks": {
- "section": {
- "label": "Hooks système",
- "description": "Configurez des commandes à exécuter lors d'événements système."
- },
- "enable": {
- "label": "Activer les hooks",
- "description": "Activer ou désactiver toutes les commandes de hook."
- }
- },
- "wallpaper-changed": {
- "label": "Fond d'écran changé",
- "description": "Commande à exécuter lorsque le fond d'écran change.",
- "placeholder": "ex: notify-send \"Fond d'écran\" \"Changé\""
- },
- "theme-changed": {
- "label": "Thème changé",
- "description": "Commande à exécuter lorsque le thème bascule entre le mode sombre et clair.",
- "placeholder": "ex: notify-send \"Thème\" \"Basculé\""
- },
- "info": {
- "command-info": {
- "label": "Informations sur la commande de hook",
- "description": "• Les commandes sont exécutées via le shell (sh -c)\n• Les commandes s'exécutent en arrière-plan (détachées)\n• Les boutons de test s'exécutent avec les valeurs actuelles"
- },
- "parameters": {
- "label": "Paramètres disponibles",
- "description": "• Hook Fond d'écran : $1 = chemin du fond d'écran, $2 = nom de l'écran\n• Hook de bascule de thème : $1 = true/false (état du mode sombre)"
- }
- }
+ "title": "Jeu de couleurs"
},
"control-center": {
+ "cards": {
+ "section": {
+ "description": "Personnalisez les commandes qui apparaissent dans le Centre de contrôle et leur ordre d'affichage.",
+ "label": "Cartes"
+ }
+ },
"position": {
"description": "Choisissez où le panneau du Centre de contrôle apparaît lorsqu'il est ouvert.",
"label": "Position"
@@ -844,120 +911,377 @@
"description": "Configurer le positionnement et le comportement du panneau du Centre de contrôle.",
"label": "Apparence"
},
- "title": "Centre de contrôle",
- "cards": {
- "section": {
- "description": "Personnalisez les commandes qui apparaissent dans le Centre de contrôle et leur ordre d'affichage.",
- "label": "Cartes"
- }
- },
"shortcuts": {
+ "custom-button": {
+ "browse": "Parcourir",
+ "command": {
+ "description": "La commande à exécuter lorsque le bouton est cliqué.",
+ "label": "Commande"
+ },
+ "enable-on-state-logic": {
+ "description": "Active une deuxième icône et un état 'chaud' basés sur une commande de vérification.",
+ "label": "Activer la logique d'état activé"
+ },
+ "general-tooltip-text": {
+ "description": "Description générale de l'info-bulle du bouton.",
+ "label": "Texte de l'info-bulle générale"
+ },
+ "icon": {
+ "description": "Sélectionnez une icône dans la bibliothèque.",
+ "label": "Icône"
+ },
+ "on-clicked": {
+ "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton gauche.",
+ "label": "Commande de clic gauche"
+ },
+ "on-middle-clicked": {
+ "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton du milieu.",
+ "label": "Commande de clic central"
+ },
+ "on-right-clicked": {
+ "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton droit.",
+ "label": "Commande de clic droit"
+ },
+ "on-state-command": {
+ "description": "Commande à exécuter pour vérifier si le bouton doit être dans l'état 'activé'. Retourne 0 pour activé, non-zéro pour désactivé.",
+ "label": "Commande de vérification de l'état activé"
+ },
+ "on-state-icon": {
+ "description": "L'icône du bouton lorsqu'il est dans l'état 'activé'.",
+ "label": "Icône d'état activé"
+ },
+ "state-checks": {
+ "add": "Ajouter une vérification d'état",
+ "browse-icon": "Parcourir",
+ "command": "Commande à exécuter pour cette vérification d'état",
+ "label": "Vérifications d'état",
+ "remove": "Supprimer"
+ },
+ "tooltip": {
+ "description": "L'info-bulle à afficher lors du survol du bouton.",
+ "label": "Info-bulle"
+ }
+ },
+ "dialog": {
+ "apply": "Appliquer",
+ "cancel": "Annuler"
+ },
"section": {
"description": "Configurer et gérer les widgets de raccourcis.",
"label": "Widgets de raccourcis"
},
"sectionLeft": "Gauche",
- "sectionRight": "Droite",
- "custom-button": {
- "icon": {
- "label": "Icône",
- "description": "Sélectionnez une icône dans la bibliothèque."
- },
- "browse": "Parcourir",
- "command": {
- "label": "Commande",
- "description": "La commande à exécuter lorsque le bouton est cliqué."
- },
- "tooltip": {
- "label": "Info-bulle",
- "description": "L'info-bulle à afficher lors du survol du bouton."
- },
- "on-state-icon": {
- "label": "Icône d'état activé",
- "description": "L'icône du bouton lorsqu'il est dans l'état 'activé'."
- },
- "on-clicked": {
- "label": "Commande de clic gauche",
- "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton gauche."
- },
- "on-right-clicked": {
- "label": "Commande de clic droit",
- "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton droit."
- },
- "on-middle-clicked": {
- "label": "Commande de clic central",
- "description": "Commande à exécuter lorsque le bouton est cliqué avec le bouton du milieu."
- },
- "on-state-command": {
- "label": "Commande de vérification de l'état activé",
- "description": "Commande à exécuter pour vérifier si le bouton doit être dans l'état 'activé'. Retourne 0 pour activé, non-zéro pour désactivé."
- },
- "general-tooltip-text": {
- "label": "Texte de l'info-bulle générale",
- "description": "Description générale de l'info-bulle du bouton."
- },
- "enable-on-state-logic": {
- "label": "Activer la logique d'état activé",
- "description": "Active une deuxième icône et un état 'chaud' basés sur une commande de vérification."
- },
- "state-checks": {
- "label": "Vérifications d'état",
- "command": "Commande à exécuter pour cette vérification d'état",
- "browse-icon": "Parcourir",
- "remove": "Supprimer",
- "add": "Ajouter une vérification d'état"
- }
+ "sectionRight": "Droite"
+ },
+ "title": "Centre de contrôle"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Luminosité",
+ "brightness-step": {
+ "description": "Ajustez l'incrément pour les changements de luminosité (molette de la souris et raccourcis clavier).",
+ "label": "Incrément de luminosité"
},
- "dialog": {
- "cancel": "Annuler",
- "apply": "Appliquer"
+ "brightness-unavailable": {
+ "ddc-disabled": "Contrôle de la luminosité indisponible. Activez \"Prise en charge de la luminosité externe\" pour contrôler la luminosité de cet écran.",
+ "generic": "Le contrôle de la luminosité n'est pas disponible pour cet écran."
+ },
+ "enforce-minimum": {
+ "description": "Résout le problème de l'extinction complète du rétroéclairage sur certains écrans à 0% de luminosité.",
+ "label": "Imposer une luminosité minimale (1%)"
+ },
+ "external-brightness": {
+ "description": "Activer le support DDCUtil pour contrôler la luminosité des écrans externes via le protocole DDC/CI.",
+ "label": "Prise en charge de la luminosité externe"
+ },
+ "section": {
+ "description": "Ajustez la luminosité pour chaque écran.",
+ "label": "Paramètres par moniteur"
}
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "Basé sur l'heure du coucher et du lever du soleil à {location} - recommandé.",
+ "label": "Planification automatique"
+ },
+ "enable": {
+ "description": "Applique un filtre de couleur chaude pour réduire l'émission de lumière bleue.",
+ "label": "Activer l'éclairage nocturne"
+ },
+ "force-activation": {
+ "description": "Ignore la planification et applique le filtre nocturne immédiatement.",
+ "label": "Forcer l'activation"
+ },
+ "manual-schedule": {
+ "description": "Définissez des heures personnalisées pour le lever et le coucher du soleil.",
+ "label": "Planification manuelle",
+ "select-start": "Sélectionner l'heure de début",
+ "select-stop": "Sélectionner l'heure de fin",
+ "sunrise": "Heure du lever du soleil",
+ "sunset": "Heure du coucher du soleil"
+ },
+ "section": {
+ "description": "Réduit l'émission de lumière bleue pour vous aider à mieux dormir et réduire la fatigue oculaire.",
+ "label": "Éclairage nocturne"
+ },
+ "temperature": {
+ "day": "Jour",
+ "description": "Réglez la chaleur des couleurs pour la nuit et le jour.",
+ "label": "Température de couleur",
+ "night": "Nuit"
+ }
+ },
+ "title": "Affichage"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Ajustez l'opacité de l'arrière-plan du dock.",
+ "label": "Opacité de l'arrière-plan"
+ },
+ "colorize-icons": {
+ "description": "Appliquer les couleurs du thème aux icônes d'applications du dock (applications non focalisées uniquement).",
+ "label": "Coloriser les icônes"
+ },
+ "display": {
+ "always-visible": "Toujours visible",
+ "auto-hide": "Masquer automatiquement",
+ "description": "Choisissez comment le dock se comporte.",
+ "exclusive": "Exclusif",
+ "label": "Affichage"
+ },
+ "floating-distance": {
+ "description": "Ajustez la distance de flottaison par rapport au bord de l'écran.",
+ "label": "Distance de flottaison du dock"
+ },
+ "icon-size": {
+ "description": "Ajuster la taille globale du Dock.",
+ "label": "Taille du Dock"
+ },
+ "section": {
+ "description": "Personnalisez le comportement et l'apparence du dock.",
+ "label": "Apparence"
+ }
+ },
+ "enabled": {
+ "description": "Afficher ou masquer complètement le dock",
+ "label": "Activer le dock"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Afficher uniquement les applications de la sortie où le dock est situé.",
+ "label": "Seulement les applications de la même sortie"
+ },
+ "section": {
+ "description": "Afficher le dock sur des écrans spécifiques. Par défaut, il s'affiche sur tous les écrans si aucun n'est sélectionné.",
+ "label": "Affichage sur les moniteur"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Police principale utilisée dans toute l'interface.",
+ "label": "Police par défaut",
+ "placeholder": "Sélectionner la police par défaut...",
+ "scale": {
+ "description": "Augmenter ou diminuer la taille du texte standard.",
+ "label": "Taille de police par défaut"
+ },
+ "search-placeholder": "Rechercher des polices..."
+ },
+ "monospace": {
+ "description": "Police à chasse fixe utilisée pour l'affichage des chiffres et des statistiques.",
+ "label": "Police à chasse fixe",
+ "placeholder": "Sélectionner la police à chasse fixe...",
+ "scale": {
+ "description": "Augmenter ou diminuer la taille du texte à chasse fixe.",
+ "label": "Taille de police à chasse fixe"
+ },
+ "search-placeholder": "Rechercher des polices à chasse fixe..."
+ },
+ "reset-scaling": "Réinitialiser l'échelle",
+ "section": {
+ "description": "Choisissez les polices utilisées dans toute l'interface.",
+ "label": "Polices"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Choisissez votre langue préférée pour l'application.",
+ "label": "Langue"
+ },
+ "select": {
+ "auto-detect": "Automatique",
+ "description": "Sélectionnez la langue utilisée dans l'interface de l'application.",
+ "label": "Langue de l'application"
+ }
+ },
+ "launch-setup-wizard": "Lancer l'assistant d'installation",
+ "profile": {
+ "picture": {
+ "description": "Votre photo de profil qui apparaît dans toute l'interface.",
+ "label": "Photo de profil de {user}"
+ },
+ "section": {
+ "description": "Modifiez vos informations utilisateur et votre avatar.",
+ "label": "Profil"
+ },
+ "select-avatar": "Sélectionner une image d'avatar"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Ajustez l'arrondi des coins de l'écran.",
+ "label": "Rayon des coins de l'écran",
+ "reset": "Réinitialiser le rayon des coins de l'écran"
+ },
+ "section": {
+ "description": "Personnalisez l'arrondi des coins de l'écran et les effets visuels.",
+ "label": "Coins de l'écran"
+ },
+ "show-corners": {
+ "description": "Affichez des coins arrondis sur le bord de l'écran.",
+ "label": "Afficher les coins de l'écran"
+ },
+ "solid-black": {
+ "description": "Utilisez du noir uni au lieu de la couleur de fond de la barre.",
+ "label": "Coins noirs unis"
+ }
+ },
+ "title": "Général"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Les commandes sont exécutées via le shell (sh -c)\n• Les commandes s'exécutent en arrière-plan (détachées)\n• Les boutons de test s'exécutent avec les valeurs actuelles",
+ "label": "Informations sur la commande de hook"
+ },
+ "parameters": {
+ "description": "• Hook Fond d'écran : $1 = chemin du fond d'écran, $2 = nom de l'écran\n• Hook de bascule de thème : $1 = true/false (état du mode sombre)",
+ "label": "Paramètres disponibles"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Activer ou désactiver toutes les commandes de hook.",
+ "label": "Activer les hooks"
+ },
+ "section": {
+ "description": "Configurez des commandes à exécuter lors d'événements système.",
+ "label": "Hooks système"
+ }
+ },
+ "theme-changed": {
+ "description": "Commande à exécuter lorsque le thème bascule entre le mode sombre et clair.",
+ "label": "Thème changé",
+ "placeholder": "ex: notify-send \"Thème\" \"Basculé\""
+ },
+ "title": "Hooks",
+ "wallpaper-changed": {
+ "description": "Commande à exécuter lorsque le fond d'écran change.",
+ "label": "Fond d'écran changé",
+ "placeholder": "ex: notify-send \"Fond d'écran\" \"Changé\""
}
},
- "user-interface": {
- "animation-disable": {
- "description": "Désactiver toutes les animations pour une expérience plus rapide et plus réactive.",
- "label": "Désactiver les animations de l'interface utilisateur"
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Ajustez l'opacité de l'arrière-plan du lanceur.",
+ "label": "Opacité de l'arrière-plan"
+ },
+ "clipboard-history": {
+ "description": "Accédez aux éléments précédemment copiés depuis le lanceur.",
+ "label": "Activer l'historique du presse-papiers"
+ },
+ "custom-launch-prefix": {
+ "description": "Préfixer les commandes avec un lanceur personnalisé (ex. 'runapp' pour l'intégration systemd).",
+ "label": "Préfixe de lancement personnalisé"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Utiliser un préfixe personnalisé pour lancer les applications au lieu de la méthode par défaut.",
+ "label": "Activer le préfixe de lancement personnalisé"
+ },
+ "position": {
+ "description": "Choisissez où le panneau du lanceur apparaît.",
+ "label": "Position"
+ },
+ "section": {
+ "description": "Personnalisez le comportement et l'apparence du lanceur.",
+ "label": "Apparence"
+ },
+ "sort-by-usage": {
+ "description": "Lorsque cette option est activée, les applications fréquemment lancées apparaissent en premier dans la liste.",
+ "label": "Trier par les plus utilisés"
+ },
+ "terminal-command": {
+ "description": "Commande pour lancer un terminal. Ex: 'kitty -e' ou 'gnome-terminal --'.",
+ "label": "Commande du terminal"
+ },
+ "use-app2unit": {
+ "description": "Utilise une méthode de lancement alternative pour mieux gérer les processus des applications et prévenir les problèmes.",
+ "label": "Utiliser App2Unit pour lancer les applications"
+ }
},
- "panels-overlay": {
- "label": "Ouvrir les panneaux en couche superposée",
- "description": "Les panneaux apparaîtront au-dessus des fenêtres en plein écran"
+ "title": "Lanceur"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Affiche l'heure au format 12 heures sur l'écran de verrouillage et dans le calendrier. L'horloge de la barre possède ses propres paramètres.",
+ "label": "Utiliser le format horaire de 12 heures"
+ },
+ "first-day-of-week": {
+ "automatic": "Automatique (utiliser les paramètres régionaux du système)",
+ "description": "Choisissez quel jour commence la semaine dans le calendrier.",
+ "label": "Premier jour de la semaine"
+ },
+ "section": {
+ "description": "Personnalisez l'affichage de la date et de l'heure.",
+ "label": "Date & heure"
+ },
+ "show-events": {
+ "description": "Afficher les événements dans le panneau du calendrier.",
+ "label": "Afficher les événements du calendrier"
+ },
+ "use-analog": {
+ "description": "Afficher une horloge de style analogique dans la fenêtre du calendrier et sur l'écran de verrouillage.",
+ "label": "Utiliser une horloge de style analogique."
+ },
+ "week-numbers": {
+ "description": "Affiche la semaine de l'année (ex: Semaine 38) dans le calendrier.",
+ "label": "Afficher les numéros de semaine"
+ }
},
- "animation-speed": {
- "description": "Ajuster la vitesse globale de l'animation.",
- "label": "Vitesse d'animation",
- "reset": "Réinitialiser la vitesse de l'animation"
+ "location": {
+ "search": {
+ "description": "ex: Toronto, ON",
+ "label": "Rechercher un emplacement",
+ "placeholder": "Entrez le nom de l'emplacement"
+ },
+ "section": {
+ "description": "Obtenez une météo et une planification de l'éclairage nocturne précises en définissant votre emplacement.",
+ "label": "Votre emplacement"
+ }
},
- "border-radius": {
- "description": "Contrôle l'arrondi des angles des fenêtres, des boutons et d'autres éléments.",
- "label": "Rayon de bordure",
- "reset": "Réinitialiser le rayon de la bordure"
- },
- "scaling": {
- "description": "Modifie la taille de l'interface utilisateur générale, à l'exception de la barre.",
- "label": "Mise à l'échelle de l'interface",
- "reset-scaling": "Réinitialiser l'échelle de l'interface"
- },
- "section": {
- "description": "Personnaliser l'apparence, l'ergonomie et le comportement de l'interface.",
- "label": "Apparence"
- },
- "title": "Interface utilisateur",
- "tooltips": {
- "description": "Activer ou désactiver les info-bulles dans toute l'interface.",
- "label": "Afficher les infobulles"
- },
- "panels-attached-to-bar": {
- "description": "Lorsque cette option est activée, les panneaux seront attachés à la barre avec un design élégant de coin inversé.",
- "label": "Fixer les panneaux à la barre."
- },
- "dim-desktop": {
- "description": "Atténuer le bureau lorsque des panneaux ou des menus sont ouverts.",
- "label": "Dim bureau"
- },
- "shadows": {
- "description": "Active les ombres portées sous les barres et les panneaux.",
- "label": "Ombres portées"
+ "title": "Emplacement",
+ "weather": {
+ "enabled": {
+ "description": "Afficher les informations météorologiques dans toute l'interface et récupérer les données météo. Lorsque désactivé, tous les éléments météo seront masqués et aucune requête réseau ne sera effectuée.",
+ "label": "Activer la météo"
+ },
+ "fahrenheit": {
+ "description": "Afficher la température en Fahrenheit au lieu de Celsius.",
+ "label": "Afficher la température en Fahrenheit (°F)"
+ },
+ "section": {
+ "description": "Choisissez votre unité de température préférée.",
+ "label": "Météo"
+ },
+ "show-in-calendar": {
+ "description": "Afficher les prévisions météo quotidiennes directement dans votre vue calendrier.",
+ "label": "Afficher la météo dans le calendrier"
+ }
}
},
"lock-screen": {
@@ -970,425 +1294,495 @@
"label": "Verrouiller à la suspension"
},
"title": "Écran de verrouillage"
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Espace réservé"
},
- "file-picker": {
- "select-folder": "Sélectionner un dossier",
- "select-file": "Sélectionner un fichier",
- "cancel": "Annuler",
- "search-placeholder": "Rechercher des fichiers et des dossiers...",
- "select-current": "Sélectionner Actuel",
- "title": "Sélecteur de fichiers"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "Heure sur 12 heures avec minutes",
- "24hour-time-minutes": "Heure sur 24 heures avec minutes",
- "24hour-time-seconds": "Heure sur 24 heures avec secondes",
- "weekday-month-day": "Jour de la semaine, mois et jour",
- "iso-date": "Format de date ISO",
- "us-date": "Format de date américain",
- "european-date": "Format de date européen",
- "weekday-date": "Jour de la semaine avec date"
+ "network": {
+ "bluetooth": {
+ "label": "Activer le Bluetooth"
},
- "hour": {
- "no-leading-zero": "Heure sans zéro initial (0-23) - format 24 heures",
- "leading-zero": "Heure avec zéro initial (00-23) - format 24 heures"
+ "section": {
+ "description": "Gérez les connexions Wi-Fi et Bluetooth."
},
- "minute": {
- "no-leading-zero": "Minute sans zéro initial (0-59)",
- "leading-zero": "Minute avec zéro initial (00-59)"
- },
- "second": {
- "no-leading-zero": "Seconde sans zéro initial (0-59)",
- "leading-zero": "Seconde avec zéro initial (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM en majuscules",
- "lowercase": "am/pm en minuscules"
- },
- "timezone": {
- "abbreviation": "Abréviation du fuseau horaire"
- },
- "year": {
- "two-digit": "Année sur deux chiffres (00-99)",
- "four-digit": "Année sur quatre chiffres"
- },
- "month": {
- "number-no-zero": "Mois en chiffre sans zéro initial (1-12)",
- "number-leading-zero": "Mois en chiffre avec zéro initial (01-12)",
- "abbreviated": "Nom du mois abrégé",
- "full": "Nom complet du mois"
- },
- "day": {
- "no-leading-zero": "Jour sans zéro initial (1-31)",
- "leading-zero": "Jour avec zéro initial (01-31)",
- "abbreviated": "Nom du jour abrégé",
- "full": "Nom complet du jour"
+ "title": "Réseau",
+ "wifi": {
+ "label": "Activer le Wi-Fi"
}
},
- "icon-picker": {
- "title": "Sélecteur d'icônes",
- "search": {
- "label": "Rechercher"
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "Durée de visibilité des notifications de priorité critique.",
+ "label": "Urgence critique"
+ },
+ "low-urgency": {
+ "description": "Durée de visibilité des notifications de faible priorité.",
+ "label": "Urgence faible"
+ },
+ "normal-urgency": {
+ "description": "Durée de visibilité des notifications de priorité normale.",
+ "label": "Urgence normale"
+ },
+ "respect-expire": {
+ "description": "Utiliser le délai d'expiration défini dans la notification.",
+ "label": "Respecter le délai d'expiration"
+ },
+ "section": {
+ "description": "Configurer la durée d'affichage des notifications en fonction de leur niveau d'urgence.",
+ "label": "Durée des notifications"
+ }
},
- "cancel": "Annuler",
- "apply": "Appliquer"
+ "monitors": {
+ "section": {
+ "description": "Afficher les notifications sur des moniteurs spécifiques. Par défaut, sur tous si aucun n'est choisi.",
+ "label": "Affichage sur les moniteurs"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Afficher les notifications au-dessus des fenêtres en plein écran et des autres applications.",
+ "label": "Toujours au premier plan"
+ },
+ "background-opacity": {
+ "description": "Ajuster l'opacité des arrière-plans de notifications.",
+ "label": "Opacité du fond"
+ },
+ "do-not-disturb": {
+ "description": "Désactive toutes les fenêtres de notification lorsque cette option est activée.",
+ "label": "Ne pas déranger"
+ },
+ "enable-osd": {
+ "description": "Afficher les changements de volume et de luminosité en temps réel.",
+ "label": "Activer l'affichage à l'écran (OSD)"
+ },
+ "location": {
+ "description": "Où les notifications apparaissent à l'écran.",
+ "label": "Emplacement"
+ },
+ "section": {
+ "description": "Configurez l'apparence et le comportement des notifications.",
+ "label": "Apparence"
+ }
+ },
+ "title": "Notifications"
},
- "color-picker": {
- "title": "Sélecteur de couleurs",
- "hex": {
- "label": "Couleur hexadécimale",
- "description": "Entrez un code couleur hexadécimal."
+ "osd": {
+ "always-on-top": {
+ "description": "Afficher l'OSD au-dessus des fenêtres plein écran et autres couches.",
+ "label": "Toujours au premier plan"
},
- "rgb": {
- "label": "Valeurs RVB",
- "description": "Ajustez les valeurs de rouge, vert, bleu et de luminosité."
+ "description": "Configurer les indicateurs à l'écran tels que le volume et la luminosité.",
+ "duration": {
+ "auto-hide": {
+ "description": "Ajuster le délai avant disparition de l'OSD.",
+ "label": "Masquer après"
+ },
+ "section": {
+ "description": "Temps d'affichage avant masquage automatique de l'OSD.",
+ "label": "Délai d'auto‑masquage"
+ }
},
- "brightness": "Luminosité",
- "theme-colors": {
- "label": "Couleurs du thème",
- "description": "Accès rapide à la palette de couleurs de votre thème."
+ "enabled": {
+ "description": "Afficher en temps réel les changements de volume et de luminosité.",
+ "label": "Activer l'affichage à l'écran"
},
- "palette": {
- "label": "Palette",
- "description": "Choisissez parmi une large gamme de couleurs prédéfinies."
+ "location": {
+ "description": "Emplacement des affichages à l'écran.",
+ "label": "Emplacement"
},
- "cancel": "Annuler",
- "apply": "Appliquer"
+ "monitors": {
+ "section": {
+ "description": "Afficher l'OSD sur des moniteurs spécifiques. Par défaut sur tous si aucun n'est choisi.",
+ "label": "Affichage sur les moniteurs"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Configurer la visibilité et le comportement de l'OSD.",
+ "label": "Général"
+ }
+ },
+ "title": "Affichage à l'écran"
},
- "text-input": {
- "clear": "Effacer"
- }
- },
- "bar": {
- "widget-settings": {
- "dialog": {
- "cancel": "Annuler",
- "apply": "Appliquer"
- },
- "section-editor": {
- "placeholder": "Sélectionnez un widget à ajouter...",
- "search-placeholder": "Rechercher des widgets..."
- },
- "active-window": {
- "show-app-icon": {
- "label": "Afficher l'icône de l'application",
- "description": "Afficher l'icône de l'application à côté du titre de la fenêtre."
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Opus est recommandé pour de meilleures performances et une taille audio minimale.",
+ "label": "Codec audio"
},
- "scrolling-mode": {
- "label": "Mode de défilement",
- "description": "Contrôler quand le défilement de texte est activé pour les titres de fenêtre longs."
+ "audio-source": {
+ "description": "Source audio à capturer pendant l'enregistrement.",
+ "label": "Source audio"
},
- "hide-mode": {
- "label": "Mode de masquage",
- "description": "Contrôle le comportement du widget lorsqu'aucune fenêtre n'est active."
- },
- "max-width": {
- "label": "Largeur Maximale",
- "description": "Définit la taille horizontale maximale du widget. Le widget se rétrécira pour s'adapter à un contenu plus court."
- },
- "use-fixed-width": {
- "label": "Utiliser une Largeur Fixe",
- "description": "Lorsque activé, le widget utilisera toujours la largeur maximale au lieu de s'ajuster dynamiquement au contenu."
- },
- "colorize-icons": {
- "label": "Coloriser les icônes",
- "description": "Appliquer les couleurs du thème à l'icône de la fenêtre active."
+ "section": {
+ "description": "Configurez les options d'enregistrement audio.",
+ "label": "Paramètres audio"
}
},
- "system-monitor": {
- "cpu-usage": {
- "label": "Utilisation du CPU",
- "description": "Afficher le pourcentage d'utilisation actuel du CPU."
+ "general": {
+ "output-folder": {
+ "description": "Dossier où les enregistrements d'écran seront sauvegardés.",
+ "label": "Dossier de sortie",
+ "tooltip": "Parcourir le dossier de sortie"
},
- "cpu-temperature": {
- "label": "Température du CPU",
- "description": "Afficher les lectures de température du CPU si disponibles."
+ "section": {
+ "description": "Gérez la sortie et le contenu de l'enregistrement d'écran.",
+ "label": "Paramètres généraux"
},
- "memory-usage": {
- "label": "Utilisation de la mémoire",
- "description": "Afficher les informations actuelles d'utilisation de la RAM."
- },
- "memory-percentage": {
- "label": "Mémoire en pourcentage",
- "description": "Afficher l'utilisation de la mémoire en pourcentage au lieu de valeurs absolues."
- },
- "network-traffic": {
- "label": "Trafic réseau",
- "description": "Afficher les vitesses de téléchargement et de téléversement du réseau."
- },
- "storage-usage": {
- "label": "Utilisation du stockage",
- "description": "Afficher les informations d'utilisation de l'espace disque."
+ "select-output-folder": "Sélectionner le dossier de sortie",
+ "show-cursor": {
+ "description": "Enregistrez le curseur de la souris dans la vidéo.",
+ "label": "Afficher le curseur"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Afficher le badge non lu",
- "description": "Afficher un badge montrant le nombre de notifications non lues."
+ "title": "Enregistreur d'écran",
+ "video": {
+ "color-range": {
+ "description": "Limitée est recommandée pour une meilleure compatibilité.",
+ "label": "Gamme de couleurs"
},
- "hide-badge-when-zero": {
- "label": "Masquer le badge quand zéro",
- "description": "Masquer le badge de notification quand il n'y a pas de notifications non lues."
+ "frame-rate": {
+ "description": "Fréquence d'images cible pour les enregistrements d'écran.",
+ "label": "Fréquence d'images"
+ },
+ "section": {
+ "description": "Configurez les options d'enregistrement vidéo.",
+ "label": "Paramètres vidéo"
+ },
+ "video-codec": {
+ "description": "h264 est le codec le plus courant.",
+ "label": "Codec vidéo"
+ },
+ "video-quality": {
+ "description": "Une qualité supérieure entraîne des fichiers de plus grande taille.",
+ "label": "Qualité vidéo"
+ },
+ "video-source": {
+ "description": "Portail est recommandé, si vous obtenez des artefacts, essayez Écran.",
+ "label": "Source vidéo"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Désactiver toutes les animations pour une expérience plus rapide et plus réactive.",
+ "label": "Désactiver les animations de l'interface utilisateur"
+ },
+ "animation-speed": {
+ "description": "Ajuster la vitesse globale de l'animation.",
+ "label": "Vitesse d'animation",
+ "reset": "Réinitialiser la vitesse de l'animation"
+ },
+ "border-radius": {
+ "description": "Contrôle l'arrondi des angles des fenêtres, des boutons et d'autres éléments.",
+ "label": "Rayon de bordure",
+ "reset": "Réinitialiser le rayon de la bordure"
+ },
+ "dim-desktop": {
+ "description": "Atténuer le bureau lorsque des panneaux ou des menus sont ouverts.",
+ "label": "Dim bureau"
+ },
+ "panels-attached-to-bar": {
+ "description": "Les panneaux se verrouillent sur la barre et les bords de l'écran, créant un aspect homogène avec d'élégants coins inversés.",
+ "label": "Aligner les panneaux aux bords"
+ },
+ "panels-overlay": {
+ "description": "Garantit que les panneaux et la barre restent visibles, même au-dessus des applications en plein écran.",
+ "label": "Garder les panneaux et la barre en haut."
+ },
+ "scaling": {
+ "description": "Modifie la taille de l'interface utilisateur générale, à l'exception de la barre.",
+ "label": "Mise à l'échelle de l'interface",
+ "reset-scaling": "Réinitialiser l'échelle de l'interface"
+ },
+ "section": {
+ "description": "Personnaliser l'apparence, l'ergonomie et le comportement de l'interface.",
+ "label": "Apparence"
+ },
+ "shadows": {
+ "description": "Active les ombres portées sous les barres et les panneaux.",
+ "label": "Ombres portées"
+ },
+ "title": "Interface utilisateur",
+ "tooltips": {
+ "description": "Activer ou désactiver les info-bulles dans toute l'interface.",
+ "label": "Afficher les infobulles"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Entrez l'heure au format HH:MM (ex: 01:30).",
+ "label": "Intervalle personnalisé"
+ },
+ "interval": {
+ "description": "Fréquence de changement automatique des fonds d'écran.",
+ "label": "Intervalle du fond d'écran"
+ },
+ "random-wallpaper": {
+ "description": "Planifiez des changements de fond d'écran aléatoires à intervalles réguliers.",
+ "label": "Fond d'écran aléatoire"
+ },
+ "section": {
+ "label": "Automatisation"
}
},
- "battery": {
- "display-mode": {
- "label": "Mode d'affichage",
- "description": "Choisissez comment vous souhaitez que cette valeur apparaisse."
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Applique un effet de flou progressif au bord des transitions.",
+ "label": "Adoucir le bord de la transition"
},
- "low-battery-threshold": {
- "label": "Seuil d'avertissement de batterie faible",
- "description": "Afficher un avertissement lorsque la batterie tombe en dessous de ce pourcentage."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Utiliser le logo de la distribution au lieu de l'icône",
- "description": "Utiliser le logo de votre distribution au lieu d'une icône personnalisée."
- },
- "icon": {
- "label": "Icône",
- "description": "Sélectionnez une icône de la bibliothèque ou un fichier personnalisé."
- },
- "browse-library": "Parcourir la bibliothèque",
- "browse-file": "Parcourir les fichiers",
- "select-custom-icon": "Sélectionner une icône personnalisée"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Mode d'affichage",
- "description": "Choisissez comment vous souhaitez que cette valeur apparaisse."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Mode d'affichage",
- "description": "Choisissez comment vous souhaitez que cette valeur apparaisse."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Mode d'étiquette",
- "description": "Choisir comment les étiquettes d'espace de travail sont affichées."
- },
- "hide-unoccupied": {
- "label": "Masquer les inoccupés",
- "description": "Ne pas afficher les espaces de travail sans fenêtres."
- },
- "character-count": {
- "label": "Nombre de caractères",
- "description": "Nombre de caractères à afficher des noms d'espaces de travail (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Mode d'affichage",
- "description": "Choisissez comment vous souhaitez que cette valeur apparaisse."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Mode d'affichage",
- "description": "Choisissez comment vous souhaitez que cette valeur apparaisse."
- }
- },
- "spacer": {
- "width": {
- "label": "Largeur",
- "description": "Largeur de l'espacement en pixels"
- }
- },
- "custom-button": {
- "icon": {
- "label": "Icône",
- "description": "Sélectionnez une icône dans la bibliothèque."
- },
- "browse": "Parcourir",
- "left-click": {
- "label": "Clic gauche",
- "description": "Commande à exécuter quand le bouton est cliqué à gauche."
- },
- "right-click": {
- "label": "Clic droit",
- "description": "Commande à exécuter quand le bouton est cliqué à droite."
- },
- "middle-click": {
- "label": "Clic milieu",
- "description": "Commande à exécuter quand le bouton est cliqué au milieu."
- },
- "dynamic-text": "Texte dynamique",
- "display-command-output": {
- "label": "Afficher la sortie de la commande",
- "description": "Entrez une commande à exécuter à intervalle régulier. La première ligne de sa sortie sera affichée sous forme de texte.",
- "stream-description": "Entrez une commande à exécuter en continu."
- },
- "refresh-interval": {
- "label": "Intervalle d'actualisation",
- "description": "Intervalle en millisecondes."
- },
- "text-stream": {
- "label": "Flux",
- "description": "Les lignes diffusées depuis la commande seront affichées sous forme de texte sur le bouton."
- },
- "collapse-condition": {
- "label": "Condition d’effondrement",
- "description": "Si le texte de sortie correspond à cette valeur, le bouton se repliera."
- },
- "parse-json": {
- "label": "Analyser la sortie en JSON",
- "description": "Analyser la sortie de la commande en tant qu'objet JSON pour définir dynamiquement le texte et l'icône."
- }
- },
- "media-mini": {
- "show-album-art": {
- "label": "Afficher la pochette d'album",
- "description": "Afficher la pochette d'album de la piste en cours de lecture."
- },
- "show-visualizer": {
- "label": "Afficher le visualiseur",
- "description": "Afficher un visualiseur audio quand la musique est en cours de lecture."
- },
- "visualizer-type": {
- "label": "Type de visualiseur",
- "description": "Choisir le style de visualiseur audio à afficher."
- },
- "max-width": {
- "label": "Largeur Maximale",
- "description": "Définit la taille horizontale maximale du widget. Le widget se rétrécira pour s'adapter à un contenu plus court."
- },
- "use-fixed-width": {
- "label": "Utiliser une Largeur Fixe",
- "description": "Lorsque activé, le widget utilisera toujours la largeur maximale au lieu de s'ajuster dynamiquement au contenu."
- },
- "scrolling-mode": {
- "label": "Mode de défilement",
- "description": "Contrôler quand le défilement de texte est activé pour les titres de piste longs."
- },
- "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"
- },
- "clock": {
- "use-primary-color": {
- "label": "Utiliser la couleur principale",
- "description": "Lorsque cette option est activée, la couleur principale est utilisée pour la mise en évidence."
- },
- "use-monospaced-font": {
- "label": "Utiliser une police à chasse fixe",
- "description": "Lorsque cette option est activée, l'horloge utilisera la police à chasse fixe."
- },
- "clock-display": {
- "label": "Affichage de l'horloge",
- "description": "Personnalisez l'affichage de votre horloge en ajoutant des jetons de la liste ci-dessous. Pour utiliser le format 12 heures, vous devez inclure le jeton 'AP'."
- },
- "horizontal-bar": {
- "label": "Barre horizontale",
- "description": "Astuce : Utilisez \\n pour créer un saut de ligne."
- },
- "vertical-bar": {
- "label": "Barre verticale",
- "description": "Utilisez un espace pour séparer chaque partie sur une nouvelle ligne."
- },
- "preview": "Aperçu",
- "custom-font": {
- "description": "Sélectionner une police personnalisée pour l'affichage de l'horloge.",
- "label": "Police personnalisée",
- "placeholder": "Sélectionner une police personnalisée...",
- "search-placeholder": "Rechercher des polices..."
- },
- "use-custom-font": {
- "description": "Remplacez la police par défaut par une police personnalisée pour l'horloge.",
- "label": "Utiliser une police personnalisée."
- }
- },
- "taskbar": {
- "hide-mode": {
- "label": "Mode de masquage",
- "description": "Contrôle le comportement du widget lorsqu'il n'y a pas de fenêtres correspondantes."
- },
- "only-active-workspaces": {
- "description": "Afficher uniquement les applications des espaces de travail actifs.",
- "label": "Seulement depuis les espaces de travail actifs."
- },
- "only-same-output": {
- "description": "Afficher uniquement les applications de la sortie où la barre est située.",
- "label": "Seulement à partir de la même sortie"
- },
- "colorize-icons": {
- "label": "Coloriser les icônes",
- "description": "Appliquer les couleurs du thème aux icônes de la barre des tâches."
- }
- },
- "tray": {
- "colorize-icons": {
- "label": "Coloriser les icônes",
- "description": "Appliquer les couleurs du thème aux icônes de la barre système."
- }
- },
- "audio-visualizer": {
- "width": {
- "label": "Largeur",
- "description": "Largeur personnalisée du composant."
- },
- "hide-when-idle": {
- "label": "Masquer lorsqu'aucun média n'est en lecture",
- "description": "Si activé, le visualiseur est masqué sauf lorsqu'un lecteur est en lecture."
- },
- "color-name": {
- "description": "Sélectionnez la couleur du visualiseur.",
+ "fill-color": {
+ "description": "Choisissez une couleur de remplissage qui peut apparaître derrière le fond d'écran.",
"label": "Couleur de remplissage"
+ },
+ "fill-mode": {
+ "description": "Sélectionnez comment l'image doit être mise à l'échelle pour correspondre à la résolution de votre moniteur.",
+ "label": "Mode de remplissage"
+ },
+ "section": {
+ "label": "Apparence et ergonomie"
+ },
+ "transition-duration": {
+ "description": "Durée des animations de transition en secondes.",
+ "label": "Durée de la transition"
+ },
+ "transition-type": {
+ "description": "Type d'animation lors du changement de fond d'écran.",
+ "label": "Type de transition"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "description": "Afficher l'état du verrouillage majuscule.",
- "label": "Verr Maj"
+ "settings": {
+ "enable-management": {
+ "description": "Gérez les fonds d'écran avec Noctalia. Décochez si vous préférez utiliser une autre application.",
+ "label": "Activer la gestion des fonds d'écran"
},
- "show-num-lock": {
- "description": "Afficher l'état du verrouillage numérique.",
- "label": "Verr Num"
+ "folder": {
+ "description": "Chemin vers votre dossier principal de fonds d'écran.",
+ "label": "Dossier des fonds d'écran",
+ "tooltip": "Parcourir le dossier des fonds d'écran"
},
- "show-scroll-lock": {
- "description": "Afficher l'état du verrouillage du défilement.",
- "label": "Verr Maj"
+ "monitor-specific": {
+ "description": "Définissez un dossier de fond d'écran différent pour chaque moniteur.",
+ "label": "Dossiers spécifiques au moniteur",
+ "tooltip": "Parcourir le dossier des fonds d'écran"
},
- "browse": "Parcourir"
- }
+ "recursive-search": {
+ "description": "Rechercher également des fonds d'écran dans les sous-dossiers du répertoire des fonds d'écran.",
+ "label": "Rechercher dans les sous-dossiers"
+ },
+ "section": {
+ "description": "Contrôlez comment les fonds d'écran sont gérés et affichés.",
+ "label": "Paramètres du fond d'écran"
+ },
+ "select-folder": "Sélectionner le dossier des fonds d'écran",
+ "select-monitor-folder": "Sélectionner le dossier des fonds d'écran du moniteur",
+ "selector-position": {
+ "description": "Choisissez l'emplacement d'affichage du panneau de sélection du fond d'écran.",
+ "label": "Position"
+ }
+ },
+ "title": "Fond d'écran"
}
},
- "notifications": {
- "panel": {
- "title": "Notifications",
- "no-notifications": "Aucune notification",
- "description": "Vos notifications apparaîtront ici à mesure qu'elles arriveront.",
- "click-to-expand": "Cliquez pour développer"
+ "setup": {
+ "appearance": {
+ "header": "Apparence",
+ "subheader": "Choisissez le mode sombre et la source des couleurs (Matugen ou prédéfinie)."
+ },
+ "customize": {
+ "header": "Personnaliser votre expérience",
+ "subheader": "Ajustez la position de la barre, la densité, l'échelle et plus encore."
+ },
+ "wallpaper": {
+ "choose-dir": "Choisissez un répertoire contenant vos fonds d'écran",
+ "dir": {
+ "browse": "Parcourir le dossier",
+ "description": "Choisissez le dossier contenant vos fonds d'écran",
+ "label": "Répertoire des fonds d'écran",
+ "select-title": "Sélectionner le dossier des fonds d'écran"
+ },
+ "header": "Choisissez votre fond d'écran",
+ "no-dir": "Aucun répertoire de fonds d'écran sélectionné",
+ "no-valid": "Aucun fichier image valide trouvé dans : {dir}",
+ "none-in-dir": "Aucun fond d'écran trouvé dans le répertoire",
+ "preview-error": "Échec du chargement de l'image",
+ "select-prompt": "Sélectionnez un fond ci-dessous",
+ "subheader": "Définissez l'ambiance avec un joli fond."
+ },
+ "welcome": {
+ "note": "Quelques réglages de base pour démarrer — toutes les options sont dans Paramètres"
}
},
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "Aucun lecteur multimédia détecté",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Inconnu",
+ "unknown-app": "Application inconnue",
+ "unknown-layout": "Inconnue",
+ "unknown-version": "Inconnue",
+ "uptime": "Activité : {uptime}",
+ "user-requested": "Demandé par l'utilisateur",
+ "welcome-back": "Bon retour,",
+ "widget-settings-title": "Paramètres de {widget}"
+ },
+ "toast": {
+ "airplane-mode": {
+ "disabled": "Désactivé",
+ "enabled": "Activé",
+ "title": "Mode avion"
+ },
+ "battery": {
+ "low": "Batterie faible",
+ "low-desc": "La batterie est à {percent}%. Veuillez brancher le chargeur."
+ },
+ "battery-manager": {
+ "initial-setup": "Configuration initiale requise",
+ "install-failed": "Échec de l'installation",
+ "install-missing": "Fichiers requis manquants",
+ "install-success": "Installation réussie",
+ "install-unsupported": "Système non pris en charge",
+ "set-failed": "Échec de la définition du seuil de batterie",
+ "set-success-desc": "Seuil de batterie défini à {percent}%",
+ "title": "Seuil de batterie",
+ "uninstall-failed": "Échec de la désinstallation",
+ "uninstall-setup": "Désinstallation, authentification requise",
+ "uninstall-success": "Désinstallation réussie"
+ },
+ "bluetooth": {
+ "disabled": "Désactivé",
+ "enabled": "Activé"
+ },
+ "clipboard": {
+ "unavailable": "Historique du presse-papiers indisponible",
+ "unavailable-desc": "L'application 'cliphist' n'est pas installée. Veuillez l'installer pour utiliser les fonctionnalités d'historique du presse-papiers."
+ },
+ "do-not-disturb": {
+ "disabled": "'Ne pas déranger' désactivé",
+ "disabled-desc": "Affichage de toutes les notifications.",
+ "enabled": "'Ne pas déranger' activé",
+ "enabled-desc": "Vous trouverez ces notifications dans votre historique."
+ },
+ "internet": {
+ "limited": "Connecté sans Internet"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel a été renommé en SessionMenu, cet appel IPC sera bientôt obsolète. Veuillez utiliser \"ipc call sessionMenu toggle\" à la place.",
+ "sidepanel-deprecated": "SidePanel a été renommé en ControlCenter, cet appel IPC sera bientôt obsolète. Veuillez utiliser \"ipc call controlCenter toggle\" à la place."
+ },
+ "keep-awake": {
+ "disabled": "Désactivé",
+ "enabled": "Activé"
+ },
+ "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é"
+ },
+ "night-light": {
+ "disabled": "Désactivé",
+ "enabled": "Activé",
+ "forced": "Activation forcée",
+ "normal": "Mode normal",
+ "not-installed": "wlsunset non installé"
+ },
+ "power-profile": {
+ "changed": "Profil d'alimentation changé",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "L'enregistreur s'est arrêté avec une erreur.",
+ "failed-gpu": "gpu-screen-recorder s'est arrêté de manière inattendue.",
+ "failed-start": "Échec du démarrage de l'enregistrement",
+ "no-portals": "Les portails de bureau ne sont pas en cours d'exécution",
+ "no-portals-desc": "Démarrez xdg-desktop-portal et un portail de compositeur (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder non installé",
+ "not-installed-desc": "Veuillez installer gpu-screen-recorder pour utiliser les fonctionnalités d'enregistrement d'écran.",
+ "saved": "Enregistrement sauvegardé",
+ "started": "Enregistrement démarré",
+ "stopping": "Arrêt de l'enregistrement..."
+ },
+ "wallpaper-colors": {
+ "disabled": "Couleurs du fond d'écran désactivées",
+ "enabled": "Couleurs du fond d'écran activées",
+ "not-installed": "Matugen non installé - requis pour l'extraction des couleurs du fond d'écran"
+ },
+ "wifi": {
+ "connected": "Connecté à '{ssid}'",
+ "disabled": "Désactivé",
+ "disconnected": "Déconnecté de '{ssid}'",
+ "enabled": "Activé"
+ }
+ },
+ "tooltips": {
+ "add-widget": "Ajouter un widget",
+ "bluetooth-devices": "Appareils Bluetooth",
+ "brightness-at": "Luminosité : {brightness}%\nClic droit pour les paramètres.\nFaites défiler pour modifier la luminosité.",
+ "cancel-timer": "Annuler le minuteur",
+ "clear-history": "Effacer l'historique",
+ "click-to-start-recording": "Cliquez pour démarrer l'enregistrement",
+ "click-to-stop-recording": "Cliquez pour arrêter l'enregistrement",
+ "close": "Fermer",
+ "connect-disconnect-devices": "Clic gauche pour connecter. Clic droit pour oublier.",
+ "delete-notification": "Supprimer la notification",
+ "disable-keep-awake": "Désactiver le mode 'rester éveillé'",
+ "do-not-disturb-disabled": "'Ne pas déranger' désactivé",
+ "do-not-disturb-enabled": "'Ne pas déranger' activé",
+ "enable-keep-awake": "Activer le mode 'rester éveillé'",
+ "forget-network": "Oublier le réseau",
+ "home": "Accueil",
+ "input-muted": "Couper l'entrée audio",
+ "keep-awake": "Rester éveillé",
+ "keyboard-layout": "Disposition du clavier {layout}",
+ "manage-wifi": "Gérer le Wi-Fi",
+ "microphone-volume-at": "Volume du microphone à {volume}%.\nClic gauche pour les paramètres. Clic droit pour activer/désactiver le mode muet.\nFaites défiler pour modifier le volume.",
+ "move-to-center-section": "Déplacer vers la section centrale",
+ "move-to-left-section": "Déplacer vers la section de gauche",
+ "move-to-right-section": "Déplacer vers la section de droite",
+ "next-media": "Média suivant",
+ "next-month": "Mois suivant",
+ "night-light-disabled": "L'éclairage nocturne est désactivé.\nClic gauche pour changer de mode.\nClic droit pour accéder aux paramètres.",
+ "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é.",
+ "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\".",
+ "open-settings": "Ouvrir les paramètres",
+ "open-wallpaper-selector": "Ouvrir le sélecteur de fond d'écran",
+ "output-muted": "Couper la sortie audio",
+ "pause": "Pause",
+ "play": "Lecture",
+ "power-profile": "Profil d'alimentation '{profile}'",
+ "previous-media": "Média précédent",
+ "previous-month": "Mois précédent",
+ "refresh": "Actualiser",
+ "refresh-devices": "Actualiser les appareils",
+ "refresh-wallpaper-list": "Actualiser la liste des fonds d'écran",
+ "remove-widget": "Supprimer le widget",
+ "screen-recorder-not-installed": "L'enregistreur d'écran n'est pas installé",
+ "session-menu": "Menu de session",
+ "set-power-profile": "Définir le profil d'alimentation \"{profile}\"",
+ "start-screen-recording": "Démarrer l'enregistrement d'écran",
+ "stop-screen-recording": "Arrêter l'enregistrement d'écran",
+ "switch-to-dark-mode": "Passer en mode sombre",
+ "switch-to-light-mode": "Passer en mode clair",
+ "up": "Remonter",
+ "volume-at": "Volume de sortie à {volume}%.\nClic gauche pour les paramètres. Clic droit pour activer/désactiver le mode muet.\nFaites défiler pour modifier le volume.",
+ "wallpaper-selector": "Clic gauche : Ouvrir le sélecteur de fond d'écran.\nClic droit : Définir un fond d'écran aléatoire.",
+ "widget-settings": "Paramètres du widget"
+ },
"wallpaper": {
- "panel": {
- "title": "Sélecteur de fond d'écran",
- "apply-all-monitors": {
- "label": "Appliquer à tous les moniteurs",
- "description": "Appliquer le fond d'écran sélectionné à tous les moniteurs en même temps."
- },
- "search": "Rechercher :"
- },
- "transitions": {
- "none": "Aucune",
- "random": "Aléatoire",
- "fade": "Fondu",
- "disc": "Disque",
- "stripes": "Rayures",
- "wipe": "Balayage"
- },
+ "configure-directory": "Configurez votre répertoire de fonds d'écran avec des images.",
"fill-modes": {
"center": "Centrer",
"crop": "Recadrer (Remplir)",
@@ -1397,541 +1791,147 @@
},
"no-match": "Aucun résultat trouvé.",
"no-wallpaper": "Aucun fond d'écran trouvé.",
- "try-different-search": "Essayez une autre requête de recherche.",
- "configure-directory": "Configurez votre répertoire de fonds d'écran avec des images."
- },
- "bluetooth": {
"panel": {
- "title": "Bluetooth",
- "disabled": "Le Bluetooth est désactivé",
- "enable-message": "Activez le Bluetooth pour voir les appareils disponibles.",
- "connected-devices": "Appareils connectés",
- "known-devices": "Appareils connus",
- "available-devices": "Appareils disponibles",
- "scanning": "Recherche d'appareils en cours...",
- "pairing-mode": "Assurez-vous que votre appareil est en mode d'appairage."
+ "apply-all-monitors": {
+ "description": "Appliquer le fond d'écran sélectionné à tous les moniteurs en même temps.",
+ "label": "Appliquer à tous les moniteurs"
+ },
+ "search": "Rechercher :",
+ "title": "Sélecteur de fond d'écran"
+ },
+ "transitions": {
+ "disc": "Disque",
+ "fade": "Fondu",
+ "none": "Aucune",
+ "random": "Aléatoire",
+ "stripes": "Rayures",
+ "wipe": "Balayage"
+ },
+ "try-different-search": "Essayez une autre requête de recherche."
+ },
+ "weather": {
+ "clear-sky": "Ciel dégagé",
+ "drizzle": "Bruine",
+ "fog": "Brouillard",
+ "mainly-clear": "Généralement dégagé",
+ "overcast": "Couvert",
+ "partly-cloudy": "Partiellement nuageux",
+ "rain-showers": "Averses de pluie",
+ "snow": "Neige",
+ "thunderstorm": "Orage",
+ "unknown": "Inconnu"
+ },
+ "widgets": {
+ "color-picker": {
+ "apply": "Appliquer",
+ "brightness": "Luminosité",
+ "cancel": "Annuler",
+ "hex": {
+ "description": "Entrez un code couleur hexadécimal.",
+ "label": "Couleur hexadécimale"
+ },
+ "palette": {
+ "description": "Choisissez parmi une large gamme de couleurs prédéfinies.",
+ "label": "Palette"
+ },
+ "rgb": {
+ "description": "Ajustez les valeurs de rouge, vert, bleu et de luminosité.",
+ "label": "Valeurs RVB"
+ },
+ "theme-colors": {
+ "description": "Accès rapide à la palette de couleurs de votre thème.",
+ "label": "Couleurs du thème"
+ },
+ "title": "Sélecteur de couleurs"
+ },
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm en minuscules",
+ "uppercase": "AM/PM en majuscules"
+ },
+ "common": {
+ "12hour-time-minutes": "Heure sur 12 heures avec minutes",
+ "24hour-time-minutes": "Heure sur 24 heures avec minutes",
+ "24hour-time-seconds": "Heure sur 24 heures avec secondes",
+ "european-date": "Format de date européen",
+ "iso-date": "Format de date ISO",
+ "us-date": "Format de date américain",
+ "weekday-date": "Jour de la semaine avec date",
+ "weekday-month-day": "Jour de la semaine, mois et jour"
+ },
+ "day": {
+ "abbreviated": "Nom du jour abrégé",
+ "full": "Nom complet du jour",
+ "leading-zero": "Jour avec zéro initial (01-31)",
+ "no-leading-zero": "Jour sans zéro initial (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Heure avec zéro initial (00-23) - format 24 heures",
+ "no-leading-zero": "Heure sans zéro initial (0-23) - format 24 heures"
+ },
+ "minute": {
+ "leading-zero": "Minute avec zéro initial (00-59)",
+ "no-leading-zero": "Minute sans zéro initial (0-59)"
+ },
+ "month": {
+ "abbreviated": "Nom du mois abrégé",
+ "full": "Nom complet du mois",
+ "number-leading-zero": "Mois en chiffre avec zéro initial (01-12)",
+ "number-no-zero": "Mois en chiffre sans zéro initial (1-12)"
+ },
+ "second": {
+ "leading-zero": "Seconde avec zéro initial (00-59)",
+ "no-leading-zero": "Seconde sans zéro initial (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Abréviation du fuseau horaire"
+ },
+ "year": {
+ "four-digit": "Année sur quatre chiffres",
+ "two-digit": "Année sur deux chiffres (00-99)"
+ }
+ },
+ "file-picker": {
+ "cancel": "Annuler",
+ "search-placeholder": "Rechercher des fichiers et des dossiers...",
+ "select-current": "Sélectionner Actuel",
+ "select-file": "Sélectionner un fichier",
+ "select-folder": "Sélectionner un dossier",
+ "title": "Sélecteur de fichiers"
+ },
+ "icon-picker": {
+ "apply": "Appliquer",
+ "cancel": "Annuler",
+ "search": {
+ "label": "Rechercher"
+ },
+ "title": "Sélecteur d'icônes"
+ },
+ "text-input": {
+ "clear": "Effacer"
+ },
+ "tooltip": {
+ "placeholder": "Espace réservé"
}
},
"wifi": {
"panel": {
- "title": "Wi-Fi",
- "disabled": "Le Wi-Fi est désactivé",
- "enable-message": "Activez le Wi-Fi pour voir les réseaux disponibles.",
- "searching": "Recherche de réseaux à proximité en cours...",
- "connected": "Connecté",
- "disconnecting": "Déconnexion en cours...",
- "forgetting": "Oubli en cours...",
- "saved": "Enregistré",
- "disconnect": "Déconnecter",
- "enter-password": "Entrez le mot de passe...",
"connect": "Connecter",
- "password": "Mot de passe",
- "forget-network": "Oublier ce réseau ?",
+ "connected": "Connecté",
+ "disabled": "Le Wi-Fi est désactivé",
+ "disconnect": "Déconnecter",
+ "disconnecting": "Déconnexion en cours...",
+ "enable-message": "Activez le Wi-Fi pour voir les réseaux disponibles.",
+ "enter-password": "Entrez le mot de passe...",
"forget": "Oublier",
+ "forget-network": "Oublier ce réseau ?",
+ "forgetting": "Oubli en cours...",
"no-networks": "Aucun réseau trouvé",
- "scan-again": "Analyser à nouveau"
- }
- },
- "calendar": {
- "panel": {
- "week": "Semaine"
- },
- "weather": {
- "loading": "Chargement de la météo…"
- }
- },
- "tooltips": {
- "refresh": "Actualiser",
- "close": "Fermer",
- "up": "Remonter",
- "home": "Accueil",
- "refresh-wallpaper-list": "Actualiser la liste des fonds d'écran",
- "refresh-devices": "Actualiser les appareils",
- "forget-network": "Oublier le réseau",
- "clear-history": "Effacer l'historique",
- "delete-notification": "Supprimer la notification",
- "previous-month": "Mois précédent",
- "next-month": "Mois suivant",
- "add-widget": "Ajouter un widget",
- "widget-settings": "Paramètres du widget",
- "remove-widget": "Supprimer le widget",
- "move-to-left-section": "Déplacer vers la section de gauche",
- "move-to-center-section": "Déplacer vers la section centrale",
- "move-to-right-section": "Déplacer vers la section de droite",
- "open-settings": "Ouvrir les paramètres",
- "session-menu": "Menu de session",
- "cancel-timer": "Annuler le minuteur",
- "start-screen-recording": "Démarrer l'enregistrement d'écran",
- "stop-screen-recording": "Arrêter l'enregistrement d'écran",
- "screen-recorder-not-installed": "L'enregistreur d'écran n'est pas installé",
- "keep-awake": "Rester éveillé",
- "enable-keep-awake": "Activer le mode 'rester éveillé'",
- "disable-keep-awake": "Désactiver le mode 'rester éveillé'",
- "wallpaper-selector": "Clic gauche : Ouvrir le sélecteur de fond d'écran.\nClic droit : Définir un fond d'écran aléatoire.",
- "do-not-disturb-enabled": "'Ne pas déranger' activé",
- "do-not-disturb-disabled": "'Ne pas déranger' désactivé",
- "connect-disconnect-devices": "Clic gauche pour connecter. Clic droit pour oublier.",
- "set-power-profile": "Définir le profil d'alimentation \"{profile}\"",
- "switch-to-light-mode": "Passer en mode clair",
- "switch-to-dark-mode": "Passer en mode sombre",
- "night-light-disabled": "L'éclairage nocturne est désactivé.\nClic gauche pour changer de mode.\nClic droit pour accéder aux paramètres.",
- "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é.",
- "click-to-start-recording": "Cliquez pour démarrer l'enregistrement",
- "click-to-stop-recording": "Cliquez pour arrêter l'enregistrement",
- "open-control-center": "Ouvrir le centre de contrôle",
- "brightness-at": "Luminosité : {brightness}%\nClic droit pour les paramètres.\nFaites défiler pour modifier la luminosité.",
- "manage-wifi": "Gérer le Wi-Fi",
- "bluetooth-devices": "Appareils Bluetooth",
- "open-notification-history-enable-dnd": "Ouvrir l'historique des notifications\nClic droit pour activer \"Ne pas déranger\".",
- "open-notification-history-disable-dnd": "Ouvrir l'historique des notifications\nClic droit pour désactiver \"Ne pas déranger\".",
- "open-wallpaper-selector": "Ouvrir le sélecteur de fond d'écran",
- "previous-media": "Média précédent",
- "pause": "Pause",
- "play": "Lecture",
- "next-media": "Média suivant",
- "power-profile": "Profil d'alimentation '{profile}'",
- "keyboard-layout": "Disposition du clavier {layout}",
- "output-muted": "Couper la sortie audio",
- "input-muted": "Couper l'entrée audio",
- "microphone-volume-at": "Volume du microphone à {volume}%.\nClic gauche pour les paramètres. Clic droit pour activer/désactiver le mode muet.\nFaites défiler pour modifier le volume.",
- "volume-at": "Volume de sortie à {volume}%.\nClic gauche pour les paramètres. Clic droit pour activer/désactiver le mode muet.\nFaites défiler pour modifier le volume."
- },
- "clock": {
- "tooltip": "Ouvrir le calendrier"
- },
- "dock": {
- "menu": {
- "focus": "Mettre au premier plan",
- "pin": "Épingler",
- "unpin": "Détacher",
- "close": "Fermer"
- }
- },
- "launcher": {
- "pin": "Épingler au dock",
- "unpin": "Retirer du dock"
- },
- "placeholders": {
- "search-icons": "ex: noctalia, niri, batterie, nuage",
- "profile-picture-path": "/home/user/.face",
- "enter-width-pixels": "Entrez la largeur en pixels",
- "enter-command": "Entrez la commande à exécuter (application ou script personnalisé)",
- "command-example": "echo \"Bonjour le monde\"",
- "enter-text-to-collapse": "par ex., 'rien n’est en lecture'. Utilisez /regex/ pour les modèles.",
- "search-wallpapers": "Tapez pour filtrer les fonds d'écran...",
- "search-launcher": "Rechercher des entrées... ou utilisez > pour les commandes",
- "search": "Rechercher...",
- "select": "Sélectionner",
- "cancel": "Annuler",
- "test": "Tester",
- "enter-tooltip": "Entrer l'infobulle"
- },
- "options": {
- "bar": {
- "position": {
- "top": "Haut",
- "bottom": "Bas",
- "left": "Gauche",
- "right": "Droite"
- },
- "density": {
- "compact": "Compact",
- "default": "Défaut",
- "comfortable": "Confortable",
- "mini": "Mini"
- }
- },
- "launcher": {
- "position": {
- "center": "Centre (par défaut)",
- "top_left": "En haut à gauche",
- "top_right": "En haut à droite",
- "bottom_left": "En bas à gauche",
- "bottom_right": "En bas à droite",
- "bottom_center": "En bas au centre",
- "top_center": "En haut au centre",
- "center_left": "Gauche centre",
- "center_right": "Droite centre",
- "follow_bar": "Suivre la barre (par défaut)"
- }
- },
- "control-center": {
- "position": {
- "close_to_bar_button": "Près du bouton de la barre",
- "top_left": "En haut à gauche",
- "top_right": "En haut à droite",
- "bottom_left": "En bas à gauche",
- "bottom_right": "En bas à droite",
- "bottom_center": "En bas au centre",
- "top_center": "En haut au centre",
- "center": "Centre"
- },
- "quickSettingsStyle": {
- "modern": "Moderne",
- "classic": "Classique",
- "compact": "Compact"
- }
- },
- "osd": {
- "position": {
- "top_left": "En haut à gauche",
- "top_right": "En haut à droite",
- "top_center": "En haut au centre",
- "bottom_left": "En bas à gauche",
- "bottom_right": "En bas à droite",
- "bottom_center": "En bas au centre",
- "center_left": "Gauche centre",
- "center_right": "Droite centre"
- }
- },
- "display-mode": {
- "on-hover": "Au survol",
- "always-show": "Toujours afficher",
- "always-hide": "Toujours masquer",
- "force-open": "Forcer l'ouverture"
- },
- "workspace-labels": {
- "none": "Aucun",
- "index": "Index",
- "name": "Nom"
- },
- "visualizer-types": {
- "none": "Aucun",
- "linear": "Linéaire",
- "mirrored": "Miroir",
- "wave": "Vague"
- },
- "scrolling-modes": {
- "always": "Défiler Toujours",
- "hover": "Défiler au Survol",
- "never": "Ne Jamais Défiler"
- },
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portail",
- "screen": "Écran"
- },
- "quality": {
- "medium": "Moyenne",
- "high": "Haute",
- "very-high": "Très haute",
- "ultra": "Ultra"
- },
- "color-range": {
- "limited": "Limitée",
- "full": "Complète"
- },
- "audio-sources": {
- "system-output": "Sortie système",
- "microphone-input": "Entrée microphone",
- "both": "Sortie système + entrée microphone"
- }
- },
- "hide-modes": {
- "hidden": "Masquer si vide",
- "transparent": "Transparent quand vide",
- "visible": "Toujours visible"
- },
- "colors": {
- "error": "Erreur",
- "primary": "Primaire",
- "secondary": "Secondaire",
- "tertiary": "Tertiaire",
- "onSurface": "En surface"
- }
- },
- "session-menu": {
- "title": "Menu de session",
- "action-in-seconds": "{action} dans {seconds} secondes...",
- "lock": "Verrouiller",
- "lock-and-suspend": "Verrouiller et Mettre en veille",
- "suspend": "Mettre en veille",
- "reboot": "Redémarrer",
- "logout": "Déconnexion",
- "shutdown": "Éteindre"
- },
- "plugins": {
- "applications": "Applications",
- "clipboard": "Historique du presse-papiers",
- "calculator": "Calculatrice",
- "clipboard-search-description": "Rechercher dans l'historique du presse-papiers",
- "clipboard-clear-description": "Effacer tout l'historique du presse-papiers",
- "clipboard-history-disabled": "Historique du presse-papiers désactivé",
- "clipboard-history-disabled-description": "Activez l'historique du presse-papiers dans les paramètres ou installez cliphist",
- "clipboard-clear-history": "Effacer l'historique du presse-papiers",
- "clipboard-clear-description-full": "Supprimer tous les éléments de l'historique du presse-papiers",
- "clipboard-loading": "Chargement de l'historique du presse-papiers...",
- "clipboard-loading-description": "Veuillez patienter",
- "calculator-description": "Calculatrice - évaluez des expressions mathématiques",
- "calculator-name": "Calculatrice",
- "calculator-enter-expression": "Entrez une expression mathématique",
- "calculator-error": "Erreur"
- },
- "system": {
- "welcome-back": "Bon retour,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "Paramètres de {widget}",
- "unknown-app": "Application inconnue",
- "no-media-player-detected": "Aucun lecteur multimédia détecté",
- "user-requested": "Demandé par l'utilisateur",
- "unknown": "Inconnu",
- "unknown-version": "Inconnue",
- "unknown-layout": "Inconnue",
- "uptime": "Activité : {uptime}"
- },
- "lock-screen": {
- "password": "Entrez votre mot de passe...",
- "welcome-back": "Bon retour,",
- "authenticating": "Authentification...",
- "authentication-failed": "Échec de l'authentification",
- "shut-down": "Éteindre",
- "restart": "Redémarrer",
- "suspend": "Mettre en veille"
- },
- "quickSettings": {
- "notifications": {
- "label": {
- "enabled": "Notifications",
- "disabled": "Ne pas déranger"
- },
- "tooltip": {
- "action": "Clic gauche : Ouvrir l'historique des notifications\nClic droit : Basculer Ne pas déranger"
- }
- },
- "screenRecorder": {
- "label": {
- "recording": "Arrêter",
- "stopped": "Enregistrer"
- },
- "tooltip": {
- "action": "Cliquer pour démarrer/arrêter l'enregistrement d'écran"
- }
- },
- "powerProfile": {
- "label": {
- "unavailable": "Profil d'alimentation"
- },
- "tooltip": {
- "action": "Cliquer pour changer de profil d'alimentation",
- "disabled": "Installez power-profiles-daemon pour utiliser les profils d'alimentation"
- }
- },
- "wifi": {
- "label": {
- "ethernet": "Ethernet",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi déconnecté"
- },
- "tooltip": {
- "action": "Cliquer pour gérer les connexions Wi-Fi"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Cliquer pour gérer les appareils Bluetooth"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Lumière nocturne",
- "forced": "Lumière nocturne",
- "disabled": "Lumière nocturne"
- },
- "tooltip": {
- "action": "Cliquer pour basculer le mode Lumière nocturne\nClic droit : Ouvrir les paramètres"
- }
- },
- "wallpaperSelector": {
- "label": "Fond d'écran",
- "tooltip": {
- "action": "Clic gauche : Ouvrir le sélecteur de fond d'écran\nClic droit : Définir un fond d'écran aléatoire"
- }
- },
- "keepAwake": {
- "label": {
- "enabled": "Rester éveillé",
- "disabled": "Rester éveillé"
- },
- "tooltip": {
- "action": "Cliquer pour basculer le mode Rester éveillé"
- }
- }
- },
- "toast": {
- "night-light": {
- "enabled": "Activé",
- "disabled": "Désactivé",
- "not-installed": "wlsunset non installé",
- "forced": "Activation forcée",
- "normal": "Mode normal"
- },
- "keep-awake": {
- "enabled": "Activé",
- "disabled": "Désactivé"
- },
- "wallpaper-colors": {
- "enabled": "Couleurs du fond d'écran activées",
- "disabled": "Couleurs du fond d'écran désactivées",
- "not-installed": "Matugen non installé - requis pour l'extraction des couleurs du fond d'écran"
- },
- "matugen": {
- "failed": "Échec du traitement Matugen",
- "failed-general": "Matugen a rencontré une erreur lors du traitement des modèles"
- },
- "recording": {
- "stopping": "Arrêt de l'enregistrement...",
- "started": "Enregistrement démarré",
- "saved": "Enregistrement sauvegardé",
- "failed-start": "Échec du démarrage de l'enregistrement",
- "failed-gpu": "gpu-screen-recorder s'est arrêté de manière inattendue.",
- "failed-general": "L'enregistreur s'est arrêté avec une erreur.",
- "no-portals": "Les portails de bureau ne sont pas en cours d'exécution",
- "no-portals-desc": "Démarrez xdg-desktop-portal et un portail de compositeur (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder non installé",
- "not-installed-desc": "Veuillez installer gpu-screen-recorder pour utiliser les fonctionnalités d'enregistrement d'écran."
- },
- "clipboard": {
- "unavailable": "Historique du presse-papiers indisponible",
- "unavailable-desc": "L'application 'cliphist' n'est pas installée. Veuillez l'installer pour utiliser les fonctionnalités d'historique du presse-papiers."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel a été renommé en SessionMenu, cet appel IPC sera bientôt obsolète. Veuillez utiliser \"ipc call sessionMenu toggle\" à la place.",
- "sidepanel-deprecated": "SidePanel a été renommé en ControlCenter, cet appel IPC sera bientôt obsolète. Veuillez utiliser \"ipc call controlCenter toggle\" à la place."
- },
- "wifi": {
- "enabled": "Activé",
- "disabled": "Désactivé",
- "connected": "Connecté à '{ssid}'",
- "disconnected": "Déconnecté de '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Activé",
- "disabled": "Désactivé"
- },
- "airplane-mode": {
- "title": "Mode avion",
- "enabled": "Activé",
- "disabled": "Désactivé"
- },
- "internet": {
- "limited": "Connecté sans Internet"
- },
- "kofi": {
- "opened": "Page Ko-fi ouverte dans votre navigateur"
- },
- "do-not-disturb": {
- "enabled": "'Ne pas déranger' activé",
- "disabled": "'Ne pas déranger' désactivé",
- "enabled-desc": "Vous trouverez ces notifications dans votre historique.",
- "disabled-desc": "Affichage de toutes les notifications."
- },
- "power-profile": {
- "changed": "Profil d'alimentation changé",
- "profile-name": "\"{profile}\""
- },
- "battery": {
- "low": "Batterie faible",
- "low-desc": "La batterie est à {percent}%. Veuillez brancher le chargeur."
- },
- "battery-manager": {
- "title": "Seuil de batterie",
- "set-success-desc": "Seuil de batterie défini à {percent}%",
- "initial-setup": "Configuration initiale requise",
- "set-failed": "Échec de la définition du seuil de batterie",
- "install-success": "Installation réussie",
- "install-missing": "Fichiers requis manquants",
- "install-unsupported": "Système non pris en charge",
- "install-failed": "Échec de l'installation",
- "uninstall-setup": "Désinstallation, authentification requise",
- "uninstall-success": "Désinstallation réussie",
- "uninstall-failed": "Échec de la désinstallation"
- },
- "missing-control-center": {
- "label": "Dernier widget du Centre de contrôle supprimé",
- "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."
- }
- },
- "weather": {
- "clear-sky": "Ciel dégagé",
- "mainly-clear": "Généralement dégagé",
- "partly-cloudy": "Partiellement nuageux",
- "overcast": "Couvert",
- "fog": "Brouillard",
- "drizzle": "Bruine",
- "snow": "Neige",
- "rain-showers": "Averses de pluie",
- "thunderstorm": "Orage",
- "unknown": "Inconnu"
- },
- "authentication": {
- "failed": "Échec de l'authentification",
- "error": "Erreur d'authentification"
- },
- "general": {
- "no-results": "Aucun résultat",
- "no-summary": "Aucun résumé",
- "unknown": "Inconnu"
- },
- "battery": {
- "no-battery-detected": "Aucune batterie détectée.",
- "charging-rate": "Taux de charge : {rate} W.",
- "discharging-rate": "Taux de décharge : {rate} W.",
- "charging": "En charge.",
- "discharging": "En décharge.",
- "plugged-in": "Branché.",
- "idle": "Inactif.",
- "time-left": "Temps restant : {time}.",
- "time-until-full": "Temps jusqu'à charge complète : {time}.",
- "health": "État : {percent}%",
- "panel": {
- "title": "Seuil de charge",
- "full": "Capacité totale ({percent}%)",
- "balanced": "Équilibré ({percent}%)",
- "lifespan": "Durée de vie prolongée ({percent}%)",
- "disabled": "Gestionnaire de batterie désactivé"
- }
- },
- "setup": {
- "customize": {
- "header": "Personnaliser votre expérience",
- "subheader": "Ajustez la position de la barre, la densité, l'échelle et plus encore."
- },
- "appearance": {
- "header": "Apparence",
- "subheader": "Choisissez le mode sombre et la source des couleurs (Matugen ou prédéfinie)."
- },
- "wallpaper": {
- "header": "Choisissez votre fond d'écran",
- "subheader": "Définissez l'ambiance avec un joli fond.",
- "select-prompt": "Sélectionnez un fond ci-dessous",
- "preview-error": "Échec du chargement de l'image",
- "none-in-dir": "Aucun fond d'écran trouvé dans le répertoire",
- "no-dir": "Aucun répertoire de fonds d'écran sélectionné",
- "no-valid": "Aucun fichier image valide trouvé dans : {dir}",
- "choose-dir": "Choisissez un répertoire contenant vos fonds d'écran",
- "dir": {
- "label": "Répertoire des fonds d'écran",
- "description": "Choisissez le dossier contenant vos fonds d'écran",
- "browse": "Parcourir le dossier",
- "select-title": "Sélectionner le dossier des fonds d'écran"
- }
- },
- "welcome": {
- "note": "Quelques réglages de base pour démarrer — toutes les options sont dans Paramètres"
+ "password": "Mot de passe",
+ "saved": "Enregistré",
+ "scan-again": "Analyser à nouveau",
+ "searching": "Recherche de réseaux à proximité en cours...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json
index cc097274..2b3314a3 100644
--- a/Assets/Translations/pt.json
+++ b/Assets/Translations/pt.json
@@ -1,504 +1,776 @@
{
+ "authentication": {
+ "error": "Erro de autenticação",
+ "failed": "Falha na autenticação"
+ },
+ "bar": {
+ "widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Aplicar cores do tema ao ícone da janela ativa.",
+ "label": "Colorir ícones"
+ },
+ "hide-mode": {
+ "description": "Controla o comportamento do widget quando nenhuma janela está ativa.",
+ "label": "Modo de ocultação"
+ },
+ "max-width": {
+ "description": "Define o tamanho horizontal máximo do widget. O widget será reduzido para se adequar a conteúdo mais curto.",
+ "label": "Largura Máxima"
+ },
+ "scrolling-mode": {
+ "description": "Controlar quando a rolagem de texto está habilitada para títulos de janela longos.",
+ "label": "Modo de rolagem"
+ },
+ "show-app-icon": {
+ "description": "Exibir o ícone do aplicativo ao lado do título da janela.",
+ "label": "Mostrar ícone do aplicativo"
+ },
+ "use-fixed-width": {
+ "description": "Quando ativado, o widget sempre usará a largura máxima em vez de ajustar dinamicamente ao conteúdo.",
+ "label": "Usar Largura Fixa"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Selecione a cor para o visualizador.",
+ "label": "Cor de preenchimento"
+ },
+ "hide-when-idle": {
+ "description": "Quando ativado, o visualizador fica oculto a menos que haja reprodução ativa.",
+ "label": "Ocultar quando não houver reprodução"
+ },
+ "width": {
+ "description": "Largura do componente personalizado.",
+ "label": "Largura"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Escolha como você gostaria que este valor aparecesse.",
+ "label": "Modo de exibição"
+ },
+ "low-battery-threshold": {
+ "description": "Mostrar um aviso quando a bateria cair abaixo desta porcentagem.",
+ "label": "Limite de aviso de bateria fraca"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Escolha como você gostaria que este valor aparecesse.",
+ "label": "Modo de exibição"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Personalize a exibição do seu relógio adicionando tokens da lista abaixo. Para usar o formato de 12 horas, você deve incluir o token 'AP'.",
+ "label": "Exibição do relógio"
+ },
+ "custom-font": {
+ "description": "Selecione uma fonte personalizada para a exibição do relógio.",
+ "label": "Fonte personalizada",
+ "placeholder": "Selecionar fonte personalizada...",
+ "search-placeholder": "Procurar fontes..."
+ },
+ "horizontal-bar": {
+ "description": "Dica: Use \\n para criar uma quebra de linha.",
+ "label": "Barra horizontal"
+ },
+ "preview": "Pré-visualização",
+ "use-custom-font": {
+ "description": "Substitua a fonte padrão por uma fonte personalizada para o relógio.",
+ "label": "Usar fonte personalizada"
+ },
+ "use-monospaced-font": {
+ "description": "Quando ativado, o relógio usará a fonte monoespaçada.",
+ "label": "Usar fonte monoespaçada"
+ },
+ "use-primary-color": {
+ "description": "Quando ativado, aplica a cor primária para dar ênfase.",
+ "label": "Usar cor primária"
+ },
+ "vertical-bar": {
+ "description": "Use um espaço para separar cada parte em uma nova linha.",
+ "label": "Barra vertical"
+ }
+ },
+ "control-center": {
+ "browse-file": "Navegar por Arquivo",
+ "browse-library": "Navegar na Biblioteca",
+ "icon": {
+ "description": "Selecione um ícone da biblioteca ou um arquivo personalizado.",
+ "label": "Ícone"
+ },
+ "select-custom-icon": "Selecione um ícone personalizado",
+ "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"
+ }
+ },
+ "custom-button": {
+ "browse": "Navegar",
+ "collapse-condition": {
+ "description": "Se o texto de saída corresponder a este valor, o botão será recolhido.",
+ "label": "Condição de recolhimento"
+ },
+ "display-command-output": {
+ "description": "Digite um comando para ser executado em um intervalo regular. A primeira linha da sua saída será exibida como texto.",
+ "label": "Exibir Saída de Comando",
+ "stream-description": "Insira um comando para executar continuamente."
+ },
+ "dynamic-text": "Texto dinâmico",
+ "icon": {
+ "description": "Selecione um ícone da biblioteca.",
+ "label": "Ícone"
+ },
+ "left-click": {
+ "description": "Comando a executar quando o botão é clicado com o botão esquerdo.",
+ "label": "Clique esquerdo"
+ },
+ "middle-click": {
+ "description": "Comando a executar quando o botão é clicado com o botão do meio.",
+ "label": "Clique do meio"
+ },
+ "parse-json": {
+ "description": "Analisa a saída do comando como um objeto JSON para definir dinamicamente o texto e o ícone.",
+ "label": "Analisar saída como JSON"
+ },
+ "refresh-interval": {
+ "description": "Intervalo em milissegundos.",
+ "label": "Intervalo de atualização"
+ },
+ "right-click": {
+ "description": "Comando a executar quando o botão é clicado com o botão direito.",
+ "label": "Clique direito"
+ },
+ "text-stream": {
+ "description": "As linhas transmitidas do comando serão exibidas como texto no botão.",
+ "label": "Transmissão"
+ }
+ },
+ "dialog": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Escolha como você gostaria que este valor aparecesse.",
+ "label": "Modo de exibição"
+ }
+ },
+ "lock-keys": {
+ "browse": "Navegar",
+ "show-caps-lock": {
+ "description": "Exibir o status do Caps Lock.",
+ "label": "Caps Lock"
+ },
+ "show-num-lock": {
+ "description": "Exibir o status do Num Lock.",
+ "label": "Bloq Num"
+ },
+ "show-scroll-lock": {
+ "description": "Exibir o status do Scroll Lock.",
+ "label": "Scroll Lock"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Controla o comportamento do widget quando nenhuma mídia está sendo reproduzida.",
+ "label": "Modo de ocultação"
+ },
+ "max-width": {
+ "description": "Define o tamanho horizontal máximo do widget. O widget será reduzido para se adequar a conteúdo mais curto.",
+ "label": "Largura Máxima"
+ },
+ "no-active-player": "Nenhum player ativo",
+ "scrolling-mode": {
+ "description": "Controlar quando a rolagem de texto está habilitada para títulos de faixa longos.",
+ "label": "Modo de rolagem"
+ },
+ "show-album-art": {
+ "description": "Exibir a arte do álbum da faixa atualmente sendo reproduzida.",
+ "label": "Mostrar arte do álbum"
+ },
+ "show-visualizer": {
+ "description": "Exibir um visualizador de áudio quando música está sendo reproduzida.",
+ "label": "Mostrar visualizador"
+ },
+ "use-fixed-width": {
+ "description": "Quando ativado, o widget sempre usará a largura máxima em vez de ajustar dinamicamente ao conteúdo.",
+ "label": "Usar Largura Fixa"
+ },
+ "visualizer-type": {
+ "description": "Escolher o estilo de visualizador de áudio a exibir.",
+ "label": "Tipo de visualizador"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Escolha como você gostaria que este valor aparecesse.",
+ "label": "Modo de exibição"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Ocultar o distintivo de notificação quando não há notificações não lidas.",
+ "label": "Ocultar distintivo quando zero"
+ },
+ "show-unread-badge": {
+ "description": "Exibir um distintivo mostrando o número de notificações não lidas.",
+ "label": "Mostrar distintivo de não lidos"
+ }
+ },
+ "section-editor": {
+ "placeholder": "Selecione um widget para adicionar...",
+ "search-placeholder": "Pesquisar widgets..."
+ },
+ "spacer": {
+ "width": {
+ "description": "Largura do espaçamento em pixels",
+ "label": "Largura"
+ }
+ },
+ "system-monitor": {
+ "cpu-temperature": {
+ "description": "Mostrar leituras de temperatura da CPU se disponíveis.",
+ "label": "Temperatura da CPU"
+ },
+ "cpu-usage": {
+ "description": "Exibir o percentual atual de uso da CPU.",
+ "label": "Uso da CPU"
+ },
+ "memory-percentage": {
+ "description": "Mostrar o uso de memória como percentual em vez de valores absolutos.",
+ "label": "Memória como percentual"
+ },
+ "memory-usage": {
+ "description": "Exibir informações atuais de uso da RAM.",
+ "label": "Uso de memória"
+ },
+ "network-traffic": {
+ "description": "Exibir velocidades de upload e download da rede.",
+ "label": "Tráfego de rede"
+ },
+ "storage-usage": {
+ "description": "Mostrar informações de uso do espaço em disco.",
+ "label": "Uso de armazenamento"
+ }
+ },
+ "taskbar": {
+ "colorize-icons": {
+ "description": "Aplicar cores do tema aos ícones da barra de tarefas.",
+ "label": "Colorir ícones"
+ },
+ "hide-mode": {
+ "description": "Controla como o widget se comporta quando não há janelas correspondentes.",
+ "label": "Modo de ocultação"
+ },
+ "only-active-workspaces": {
+ "description": "Mostrar apenas aplicativos de áreas de trabalho ativas.",
+ "label": "Apenas de espaços de trabalho ativos"
+ },
+ "only-same-output": {
+ "description": "Mostrar apenas os aplicativos da saída onde a barra está localizada.",
+ "label": "Apenas da mesma saída"
+ }
+ },
+ "tray": {
+ "colorize-icons": {
+ "description": "Aplicar cores do tema aos ícones da bandeja do sistema.",
+ "label": "Colorir ícones"
+ }
+ },
+ "volume": {
+ "display-mode": {
+ "description": "Escolha como você gostaria que este valor aparecesse.",
+ "label": "Modo de exibição"
+ }
+ },
+ "workspace": {
+ "character-count": {
+ "description": "Número de caracteres a exibir dos nomes de espaços de trabalho (1-10).",
+ "label": "Número de caracteres"
+ },
+ "hide-unoccupied": {
+ "description": "Não exibir áreas de trabalho sem janelas.",
+ "label": "Ocultar desocupados"
+ },
+ "label-mode": {
+ "description": "Escolher como os rótulos de espaço de trabalho são exibidos.",
+ "label": "Modo de rótulo"
+ }
+ }
+ }
+ },
+ "battery": {
+ "charging": "Carregando.",
+ "charging-rate": "Taxa de carregamento: {rate} W.",
+ "discharging": "Descarregando.",
+ "discharging-rate": "Taxa de descarregamento: {rate} W.",
+ "health": "Saúde: {percent}%",
+ "idle": "Ocioso.",
+ "no-battery-detected": "Nenhuma bateria detectada.",
+ "panel": {
+ "balanced": "Balanceado ({percent}%)",
+ "disabled": "Gerenciador de bateria desativado",
+ "full": "Capacidade máxima ({percent}%)",
+ "lifespan": "Vida útil prolongada ({percent}%)",
+ "title": "Limite de carga"
+ },
+ "plugged-in": "Conectado.",
+ "time-left": "Tempo restante: {time}.",
+ "time-until-full": "Tempo até carga completa: {time}."
+ },
+ "bluetooth": {
+ "panel": {
+ "available-devices": "Dispositivos disponíveis",
+ "connected-devices": "Dispositivos conectados",
+ "disabled": "O Bluetooth está desativado",
+ "enable-message": "Ative o Bluetooth para ver os dispositivos disponíveis.",
+ "known-devices": "Dispositivos conhecidos",
+ "pairing-mode": "Certifique-se de que seu dispositivo está em modo de pareamento.",
+ "scanning": "Procurando por dispositivos...",
+ "title": "Bluetooth"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "Semana"
+ },
+ "weather": {
+ "loading": "Carregando o clima…"
+ }
+ },
+ "clock": {
+ "tooltip": "Abrir calendário"
+ },
+ "dock": {
+ "menu": {
+ "close": "Fechar",
+ "focus": "Focar",
+ "pin": "Fixar",
+ "unpin": "Desafixar"
+ }
+ },
+ "general": {
+ "no-results": "Nenhum resultado",
+ "no-summary": "Sem resumo",
+ "unknown": "Desconhecido"
+ },
+ "launcher": {
+ "pin": "Fixar no dock",
+ "unpin": "Desafixar do dock"
+ },
+ "lock-screen": {
+ "authenticating": "Autenticando...",
+ "authentication-failed": "Falha na autenticação",
+ "password": "Digite sua senha...",
+ "restart": "Reiniciar",
+ "shut-down": "Desligar",
+ "suspend": "Suspender",
+ "welcome-back": "Bem-vindo de volta,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Clique para expandir",
+ "description": "Suas notificações aparecerão aqui assim que chegarem.",
+ "no-notifications": "Nenhuma notificação",
+ "title": "Notificações"
+ }
+ },
+ "options": {
+ "bar": {
+ "density": {
+ "comfortable": "Confortável",
+ "compact": "Compacta",
+ "default": "Padrão",
+ "mini": "Mini"
+ },
+ "position": {
+ "bottom": "Inferior",
+ "left": "Esquerda",
+ "right": "Direita",
+ "top": "Topo"
+ }
+ },
+ "colors": {
+ "error": "Erro",
+ "onSurface": "Na Superfície",
+ "primary": "Primário",
+ "secondary": "Secundário",
+ "tertiary": "Terciário"
+ },
+ "control-center": {
+ "position": {
+ "bottom_center": "Centro inferior",
+ "bottom_left": "Inferior esquerdo",
+ "bottom_right": "Inferior direito",
+ "center": "Centro",
+ "close_to_bar_button": "Perto do botão da barra",
+ "top_center": "Centro superior",
+ "top_left": "Superior esquerdo",
+ "top_right": "Superior direito"
+ },
+ "quickSettingsStyle": {
+ "classic": "Clássico",
+ "compact": "Compacto",
+ "modern": "Moderno"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Sempre ocultar",
+ "always-show": "Sempre mostrar",
+ "force-open": "Forçar Abertura",
+ "on-hover": "Ao passar o mouse"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "Ocultar Quando Vazio",
+ "transparent": "Transparente quando vazio",
+ "visible": "Sempre Visível"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "Centro inferior",
+ "bottom_left": "Inferior esquerdo",
+ "bottom_right": "Inferior direito",
+ "center": "Centro (padrão)",
+ "center_left": "Centro à esquerda",
+ "center_right": "Centro à direita",
+ "follow_bar": "Seguir barra (padrão)",
+ "top_center": "Centro superior",
+ "top_left": "Superior esquerdo",
+ "top_right": "Superior direito"
+ }
+ },
+ "osd": {
+ "position": {
+ "bottom_center": "Centro inferior",
+ "bottom_left": "Inferior esquerdo",
+ "bottom_right": "Inferior direito",
+ "center_left": "Esquerda central",
+ "center_right": "Direita central",
+ "top_center": "Centro superior",
+ "top_left": "Superior esquerdo",
+ "top_right": "Superior direito"
+ }
+ },
+ "screen-recording": {
+ "audio-sources": {
+ "both": "Saída do sistema + entrada do microfone",
+ "microphone-input": "Entrada do microfone",
+ "system-output": "Saída do sistema"
+ },
+ "color-range": {
+ "full": "Completa",
+ "limited": "Limitada"
+ },
+ "quality": {
+ "high": "Alta",
+ "medium": "Média",
+ "ultra": "Ultra",
+ "very-high": "Muito alta"
+ },
+ "sources": {
+ "portal": "Portal",
+ "screen": "Tela"
+ }
+ },
+ "scrolling-modes": {
+ "always": "Rolar Sempre",
+ "hover": "Rolar ao Passar o Mouse",
+ "never": "Nunca Rolar"
+ },
+ "visualizer-types": {
+ "linear": "Linear",
+ "mirrored": "Espelhado",
+ "none": "Nenhum",
+ "wave": "Onda"
+ },
+ "workspace-labels": {
+ "index": "Índice",
+ "name": "Nome",
+ "none": "Nenhum"
+ }
+ },
+ "placeholders": {
+ "cancel": "Cancelar",
+ "command-example": "echo \"Olá Mundo\"",
+ "enter-command": "Digite o comando para executar (app ou script personalizado)",
+ "enter-text-to-collapse": "por exemplo, 'nada está sendo reproduzido'. Use /regex/ para padrões.",
+ "enter-tooltip": "Inserir dica de ferramenta",
+ "enter-width-pixels": "Digite a largura em pixels",
+ "profile-picture-path": "/home/usuario/.face",
+ "search": "Pesquisar...",
+ "search-icons": "ex., noctalia, niri, battery, cloud",
+ "search-launcher": "Pesquisar entradas... ou use > para comandos",
+ "search-wallpapers": "Digite para filtrar papéis de parede...",
+ "select": "Selecionar",
+ "test": "Testar"
+ },
+ "plugins": {
+ "applications": "Aplicativos",
+ "calculator": "Calculadora",
+ "calculator-description": "Calculadora - avalie expressões matemáticas",
+ "calculator-enter-expression": "Digite uma expressão matemática",
+ "calculator-error": "Erro",
+ "calculator-name": "Calculadora",
+ "clipboard": "Histórico da área de transferência",
+ "clipboard-clear-description": "Limpar todo o histórico da área de transferência",
+ "clipboard-clear-description-full": "Remover todos os itens do histórico da área de transferência",
+ "clipboard-clear-history": "Limpar histórico da área de transferência",
+ "clipboard-history-disabled": "Histórico da área de transferência desativado",
+ "clipboard-history-disabled-description": "Ative o histórico da área de transferência nas configurações ou instale o cliphist",
+ "clipboard-loading": "Carregando histórico da área de transferência...",
+ "clipboard-loading-description": "Por favor, aguarde",
+ "clipboard-search-description": "Pesquisar no histórico da área de transferência"
+ },
+ "quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Clique para gerenciar dispositivos Bluetooth"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Manter acordado",
+ "enabled": "Manter acordado"
+ },
+ "tooltip": {
+ "action": "Clique para alternar o modo Manter acordado"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Luz noturna",
+ "enabled": "Luz noturna",
+ "forced": "Luz noturna"
+ },
+ "tooltip": {
+ "action": "Clique para alternar o modo Luz noturna\nClique direito: Abrir configurações"
+ }
+ },
+ "notifications": {
+ "label": {
+ "disabled": "Não perturbar",
+ "enabled": "Notificações"
+ },
+ "tooltip": {
+ "action": "Clique esquerdo: Abrir histórico de notificações\nClique direito: Alternar Não perturbar"
+ }
+ },
+ "powerProfile": {
+ "label": {
+ "unavailable": "Perfil de energia"
+ },
+ "tooltip": {
+ "action": "Clique para alternar o perfil de energia",
+ "disabled": "Instale power-profiles-daemon para usar perfis de energia"
+ }
+ },
+ "screenRecorder": {
+ "label": {
+ "recording": "Parar",
+ "stopped": "Gravar"
+ },
+ "tooltip": {
+ "action": "Clique para iniciar/parar a gravação da tela"
+ }
+ },
+ "wallpaperSelector": {
+ "label": "Papel de parede",
+ "tooltip": {
+ "action": "Clique esquerdo: Abrir seletor de papel de parede\nClique direito: Definir papel de parede aleatório"
+ }
+ },
+ "wifi": {
+ "label": {
+ "disconnected": "Wi-Fi desconectado",
+ "ethernet": "Ethernet",
+ "wifi": "Wi-Fi"
+ },
+ "tooltip": {
+ "action": "Clique para gerenciar conexões Wi-Fi"
+ }
+ }
+ },
+ "session-menu": {
+ "action-in-seconds": "{action} em {seconds} segundos...",
+ "lock": "Bloquear",
+ "lock-and-suspend": "Bloquear e Suspender",
+ "logout": "Sair",
+ "reboot": "Reiniciar",
+ "shutdown": "Desligar",
+ "suspend": "Suspender",
+ "title": "Menu da Sessão"
+ },
"settings": {
- "general": {
- "title": "Geral",
- "profile": {
+ "about": {
+ "contributors": {
"section": {
- "label": "Perfil",
- "description": "Edite os detalhes do seu usuário e avatar."
- },
- "picture": {
- "label": "Foto de perfil de {user}",
- "description": "Sua foto de perfil que aparece em toda a interface."
- },
- "select-avatar": "Selecionar imagem de avatar"
- },
- "screen-corners": {
- "section": {
- "label": "Cantos da tela",
- "description": "Personalize o arredondamento dos cantos da tela e os efeitos visuais."
- },
- "show-corners": {
- "label": "Mostrar cantos da tela",
- "description": "Exibe cantos arredondados na borda da tela."
- },
- "solid-black": {
- "label": "Cantos pretos sólidos",
- "description": "Use preto sólido em vez da cor de fundo da barra."
- },
- "radius": {
- "label": "Raio dos cantos da tela",
- "description": "Ajuste os cantos arredondados da tela.",
- "reset": "Redefinir raio dos cantos da tela"
+ "description": "Agradecimentos ao nosso incrível colaborador!",
+ "description_plural": "Agradecimentos aos nossos {count} incríveis colaboradores!",
+ "label": "Contribuidores"
}
},
- "fonts": {
+ "noctalia": {
+ "download-latest": "Baixar a versão mais recente",
+ "installed-version": "Versão instalada:",
+ "latest-version": "Última versão:",
"section": {
- "label": "Fontes",
- "description": "Escolha as fontes usadas em toda a interface."
- },
- "default": {
- "label": "Fonte padrão",
- "description": "Fonte principal usada em toda a interface.",
- "placeholder": "Selecione a fonte padrão...",
- "search-placeholder": "Pesquisar fontes...",
- "scale": {
- "description": "Aumentar ou diminuir o tamanho do texto padrão.",
- "label": "Tamanho de fonte padrão"
- }
- },
- "monospace": {
- "label": "Fonte monoespaçada",
- "description": "Fonte monoespaçada usada para exibição de números e estatísticas.",
- "placeholder": "Selecione a fonte monoespaçada...",
- "search-placeholder": "Pesquisar fontes monoespaçadas...",
- "scale": {
- "description": "Aumentar ou diminuir o tamanho do texto monoespaçado.",
- "label": "Tamanho da fonte monoespaçada"
- }
- },
- "reset-scaling": "Redefinir escala"
- },
- "language": {
- "section": {
- "label": "Idioma",
- "description": "Escolha o seu idioma preferido para a aplicação."
- },
- "select": {
- "label": "Idioma da aplicação",
- "description": "Selecione o idioma usado na interface da aplicação.",
- "auto-detect": "Automático"
+ "description": "Um shell de desktop elegante e minimalista, cuidadosamente criado para Wayland, construído com Quickshell.",
+ "label": "Shell Noctalia"
}
},
- "launch-setup-wizard": "Iniciar o assistente de configuração"
+ "support": "Apoie-nos",
+ "title": "Sobre"
},
"audio": {
- "title": "Áudio",
- "volumes": {
- "section": {
- "label": "Volumes",
- "description": "Ajuste os controles de volume e os níveis de áudio."
- },
- "output-volume": {
- "label": "Volume de saída",
- "description": "Nível de volume de todo o sistema."
- },
- "mute-output": {
- "label": "Silenciar saída de áudio",
- "description": "Silencia a saída de áudio principal do sistema."
- },
- "input-volume": {
- "label": "Volume de entrada",
- "description": "Nível de volume de entrada do microfone."
- },
- "mute-input": {
- "label": "Silenciar entrada de áudio",
- "description": "Silencia a entrada de áudio padrão (microfone)."
- },
- "step-size": {
- "label": "Tamanho do passo do volume",
- "description": "Ajuste o tamanho do passo para alterações de volume (roda do mouse, atalhos de teclado)."
- },
- "volume-overdrive": {
- "label": "Permitir volume acima de 100%",
- "description": "Permite aumentar o volume para além dos 100%. Poderá não ser suportado por todo o hardware."
- }
- },
"devices": {
- "section": {
- "label": "Dispositivos de áudio",
- "description": "Configure os dispositivos de entrada e saída de áudio disponíveis."
+ "input-device": {
+ "description": "Selecione o dispositivo de entrada de áudio desejado.",
+ "label": "Dispositivo de entrada"
},
"output-device": {
- "label": "Dispositivo de saída",
- "description": "Selecione o dispositivo de saída de áudio desejado."
+ "description": "Selecione o dispositivo de saída de áudio desejado.",
+ "label": "Dispositivo de saída"
},
- "input-device": {
- "label": "Dispositivo de entrada",
- "description": "Selecione o dispositivo de entrada de áudio desejado."
+ "section": {
+ "description": "Configure os dispositivos de entrada e saída de áudio disponíveis.",
+ "label": "Dispositivos de áudio"
}
},
"media": {
- "section": {
- "label": "Reprodutores de mídia",
- "description": "Defina seus aplicativos de mídia preferidos e ignorados."
- },
- "primary-player": {
- "label": "Reprodutor principal",
- "description": "Digite uma palavra-chave para identificar seu reprodutor principal.",
- "placeholder": "ex: spotify, vlc, mpv"
- },
"excluded-player": {
- "label": "Reprodutor excluído",
"description": "Adicione palavras-chave para os reprodutores que você deseja que o sistema ignore. Cada palavra-chave deve estar em uma nova linha.",
+ "label": "Reprodutor excluído",
"placeholder": "digite a substring e pressione +"
},
- "visualizer-type": {
- "label": "Tipo de visualização",
- "description": "Escolha um tipo de visualização para a reprodução de mídia"
- },
"frame-rate": {
- "label": "Taxa de quadros",
- "description": "Taxas mais altas são mais suaves, mas consomem mais recursos."
+ "description": "Taxas mais altas são mais suaves, mas consomem mais recursos.",
+ "label": "Taxa de quadros"
},
- "scrolling-title": {
- "label": "Título com rolagem",
- "description": "Ativar rolagem contínua para títulos de mídia longos"
+ "primary-player": {
+ "description": "Digite uma palavra-chave para identificar seu reprodutor principal.",
+ "label": "Reprodutor principal",
+ "placeholder": "ex: spotify, vlc, mpv"
},
"scrolling-speed": {
- "label": "Velocidade de rolagem",
- "description": "Tempo em segundos para o título rolar do início ao fim"
- }
- }
- },
- "display": {
- "title": "Tela",
- "monitors": {
+ "description": "Tempo em segundos para o título rolar do início ao fim",
+ "label": "Velocidade de rolagem"
+ },
+ "scrolling-title": {
+ "description": "Ativar rolagem contínua para títulos de mídia longos",
+ "label": "Título com rolagem"
+ },
"section": {
- "label": "Configurações por monitor",
- "description": "Ajustar o brilho das configurações para cada tela."
+ "description": "Defina seus aplicativos de mídia preferidos e ignorados.",
+ "label": "Reprodutores de mídia"
},
- "brightness": "Brilho",
- "brightness-step": {
- "label": "Tamanho do passo do brilho",
- "description": "Ajuste o tamanho do passo para alterações de brilho (roda do mouse e atalhos de teclado)."
- },
- "enforce-minimum": {
- "label": "Forçar brilho mínimo (1%)",
- "description": "Resolve o problema da retroiluminação apagar completamente em alguns monitores com brilho em 0%."
- },
- "external-brightness": {
- "label": "Suporte de brilho externo",
- "description": "Ativar suporte DDCUtil para controlar o brilho em monitores externos através do protocolo DDC/CI."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Controle de brilho indisponível. Ative \"Suporte de brilho externo\" para controlar o brilho desta tela.",
- "generic": "O controle de brilho não está disponível para esta tela."
+ "visualizer-type": {
+ "description": "Escolha um tipo de visualização para a reprodução de mídia",
+ "label": "Tipo de visualização"
}
},
- "night-light": {
+ "title": "Áudio",
+ "volumes": {
+ "input-volume": {
+ "description": "Nível de volume de entrada do microfone.",
+ "label": "Volume de entrada"
+ },
+ "mute-input": {
+ "description": "Silencia a entrada de áudio padrão (microfone).",
+ "label": "Silenciar entrada de áudio"
+ },
+ "mute-output": {
+ "description": "Silencia a saída de áudio principal do sistema.",
+ "label": "Silenciar saída de áudio"
+ },
+ "output-volume": {
+ "description": "Nível de volume de todo o sistema.",
+ "label": "Volume de saída"
+ },
"section": {
- "label": "Luz noturna",
- "description": "Reduz a emissão de luz azul para ajudar você a dormir melhor e diminuir o cansaço visual."
+ "description": "Ajuste os controles de volume e os níveis de áudio.",
+ "label": "Volumes"
},
- "enable": {
- "label": "Ativar luz noturna",
- "description": "Aplica um filtro de cor quente para reduzir a emissão de luz azul."
+ "step-size": {
+ "description": "Ajuste o tamanho do passo para alterações de volume (roda do mouse, atalhos de teclado).",
+ "label": "Tamanho do passo do volume"
},
- "temperature": {
- "label": "Temperatura da cor",
- "description": "Defina o quão quente a cor será durante a noite e o dia.",
- "night": "Noite",
- "day": "Dia"
- },
- "auto-schedule": {
- "label": "Agendamento automático",
- "description": "Baseado no horário do pôr do sol e do nascer do sol em {location} - recomendado."
- },
- "manual-schedule": {
- "label": "Agendamento manual",
- "description": "Defina horários personalizados para o nascer e o pôr do sol.",
- "sunrise": "Horário do nascer do sol",
- "sunset": "Horário do pôr do sol",
- "select-start": "Selecionar hora de início",
- "select-stop": "Selecionar hora de término"
- },
- "force-activation": {
- "label": "Forçar ativação",
- "description": "Ignora o agendamento e aplica o filtro noturno imediatamente."
+ "volume-overdrive": {
+ "description": "Permite aumentar o volume para além dos 100%. Poderá não ser suportado por todo o hardware.",
+ "label": "Permitir volume acima de 100%"
}
}
},
"bar": {
- "title": "Barra",
"appearance": {
- "section": {
- "label": "Aparência",
- "description": "Personalize a aparência e a posição da barra."
- },
- "position": {
- "label": "Posição da barra",
- "description": "Escolha onde posicionar a barra na tela."
+ "background-opacity": {
+ "description": "Ajuste a opacidade do fundo da barra.",
+ "label": "Opacidade do fundo"
},
"density": {
- "label": "Densidade da barra",
- "description": "Ajuste o preenchimento da barra para um visual compacto ou espaçoso."
- },
- "background-opacity": {
- "label": "Opacidade do fundo",
- "description": "Ajuste a opacidade do fundo da barra."
- },
- "show-capsule": {
- "label": "Mostrar cápsula",
- "description": "Mostra o fundo dos widgets."
+ "description": "Ajuste o preenchimento da barra para um visual compacto ou espaçoso.",
+ "label": "Densidade da barra"
},
"floating": {
- "label": "Barra flutuante",
- "description": "Exibe a barra como uma 'pílula' flutuante."
+ "description": "Exibe a barra como uma 'pílula' flutuante.",
+ "label": "Barra flutuante"
},
"margins": {
- "label": "Margens",
"description": "Ajuste as margens ao redor da barra flutuante.",
- "vertical": "Vertical",
- "horizontal": "Horizontal"
+ "horizontal": "Horizontal",
+ "label": "Margens",
+ "vertical": "Vertical"
},
"outer-corners": {
"description": "Exibe cantos curvados para fora na barra.",
"label": "Cantos externos"
+ },
+ "position": {
+ "description": "Escolha onde posicionar a barra na tela.",
+ "label": "Posição da barra"
+ },
+ "section": {
+ "description": "Personalize a aparência e a posição da barra.",
+ "label": "Aparência"
+ },
+ "show-capsule": {
+ "description": "Mostra o fundo dos widgets.",
+ "label": "Mostrar cápsula"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Mostra a barra em monitores específicos. O padrão é todos, se nenhum for escolhido.",
+ "label": "Exibição nos monitores"
+ }
+ },
+ "title": "Barra",
+ "tray": {
+ "blacklist": {
+ "description": "Adicione regras de exclusão para a bandeja do sistema, suporta curingas (*).",
+ "label": "Lista Negra",
+ "placeholder": "ex: nm-applet, Fcitx*"
}
},
"widgets": {
"section": {
- "label": "Posicionamento dos widgets",
- "description": "Arraste e solte widgets para reordená-los. Os emblemas indicam o uso: [E]squerda, [C]entro, [D]ireita."
- }
- },
- "monitors": {
- "section": {
- "label": "Exibição nos monitores",
- "description": "Mostra a barra em monitores específicos. O padrão é todos, se nenhum for escolhido."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Lista Negra",
- "description": "Adicione regras de exclusão para a bandeja do sistema, suporta curingas (*).",
- "placeholder": "ex: nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "Ativar dock",
- "description": "Mostrar ou ocultar o dock completamente"
- },
- "appearance": {
- "section": {
- "label": "Aparência",
- "description": "Personalize o comportamento e a aparência da dock."
- },
- "display": {
- "label": "Exibição",
- "description": "Escolha como a dock se comporta.",
- "always-visible": "Sempre visível",
- "auto-hide": "Ocultar automaticamente",
- "exclusive": "Exclusivo"
- },
- "background-opacity": {
- "label": "Opacidade do fundo",
- "description": "Ajuste a opacidade do fundo da dock."
- },
- "floating-distance": {
- "label": "Distância de flutuação da dock",
- "description": "Ajuste a distância de flutuação da borda da tela."
- },
- "icon-size": {
- "label": "Tamanho do Dock",
- "description": "Ajustar o tamanho geral do Dock."
- },
- "colorize-icons": {
- "label": "Colorir ícones",
- "description": "Aplicar cores do tema aos ícones de aplicativos da dock (apenas aplicativos não focados)."
- }
- },
- "monitors": {
- "section": {
- "label": "Exibição no monitor",
- "description": "Mostrar dock em monitores específicos. O padrão é todos se nenhum for escolhido."
- },
- "only-same-output": {
- "description": "Mostrar apenas aplicativos da saída onde o dock está localizado.",
- "label": "Apenas aplicativos da mesma saída"
- }
- }
- },
- "launcher": {
- "title": "Lançador",
- "settings": {
- "section": {
- "label": "Aparência",
- "description": "Personalize o comportamento e a aparência do lançador."
- },
- "position": {
- "label": "Posição",
- "description": "Escolha onde o painel do lançador aparece."
- },
- "background-opacity": {
- "label": "Opacidade do fundo",
- "description": "Ajuste a opacidade do fundo do lançador."
- },
- "clipboard-history": {
- "label": "Ativar histórico da área de transferência",
- "description": "Acesse itens copiados anteriormente a partir do lançador."
- },
- "sort-by-usage": {
- "label": "Ordenar por mais usados",
- "description": "Quando ativado, os aplicativos mais usados aparecem primeiro na lista."
- },
- "use-app2unit": {
- "label": "Usar App2Unit para iniciar aplicativos",
- "description": "Usa um método de inicialização alternativo para gerenciar melhor os processos de aplicativos e evitar problemas."
- },
- "terminal-command": {
- "label": "Comando do terminal",
- "description": "Comando para iniciar um terminal. Ex: 'kitty -e' ou 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Prefixo de inicialização personalizado",
- "description": "Prefixar comandos com um inicializador personalizado (ex. 'runapp' para integração systemd)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Habilitar prefixo de inicialização personalizado",
- "description": "Usar um prefixo personalizado para inicializar aplicativos em vez do método padrão."
- }
- }
- },
- "notifications": {
- "title": "Notificações",
- "settings": {
- "section": {
- "label": "Aparência",
- "description": "Configure a aparência e o comportamento das notificações."
- },
- "do-not-disturb": {
- "label": "Não perturbe",
- "description": "Desativa todos os pop-ups de notificação quando ativado."
- },
- "enable-osd": {
- "label": "Ativar exibição na tela",
- "description": "Mostra alterações de volume e brilho em tempo real."
- },
- "location": {
- "label": "Localização",
- "description": "Onde as notificações aparecem na tela."
- },
- "always-on-top": {
- "label": "Sempre no topo",
- "description": "Exibe notificações acima de janelas em tela cheia e outras camadas."
- },
- "background-opacity": {
- "label": "Opacidade do fundo",
- "description": "Ajustar a opacidade dos fundos das notificações."
- }
- },
- "duration": {
- "section": {
- "label": "Duração da notificação",
- "description": "Configure por quanto tempo as notificações permanecem visíveis com base no nível de urgência."
- },
- "respect-expire": {
- "label": "Respeitar tempo de expiração",
- "description": "Usa o tempo de expiração definido na notificação."
- },
- "low-urgency": {
- "label": "Urgência baixa",
- "description": "Por quanto tempo as notificações de baixa prioridade permanecem visíveis."
- },
- "normal-urgency": {
- "label": "Urgência normal",
- "description": "Por quanto tempo as notificações de prioridade normal permanecem visíveis."
- },
- "critical-urgency": {
- "label": "Urgência crítica",
- "description": "Por quanto tempo as notificações de prioridade crítica permanecem visíveis."
- }
- },
- "monitors": {
- "section": {
- "label": "Exibição nos monitores",
- "description": "Mostra a notificação em monitores específicos. O padrão é todos, se nenhum for escolhido."
- }
- }
- },
- "wallpaper": {
- "title": "Papel de parede",
- "settings": {
- "section": {
- "label": "Configurações de papel de parede",
- "description": "Controle como os papéis de parede são gerenciados e exibidos."
- },
- "enable-management": {
- "label": "Ativar gerenciamento de papel de parede",
- "description": "Gerencie papéis de parede com o Noctalia. Desmarque se preferir usar outro aplicativo."
- },
- "folder": {
- "label": "Pasta de papéis de parede",
- "description": "Caminho para a sua pasta principal de papéis de parede.",
- "tooltip": "Procurar pasta de papéis de parede"
- },
- "recursive-search": {
- "label": "Buscar em subpastas",
- "description": "Também buscar papéis de parede em subpastas do diretório de papéis de parede."
- },
- "monitor-specific": {
- "label": "Diretórios específicos por monitor",
- "description": "Defina uma pasta de papel de parede diferente para cada monitor.",
- "tooltip": "Procurar pasta de papéis de parede"
- },
- "select-folder": "Selecionar pasta de papéis de parede",
- "select-monitor-folder": "Selecionar pasta de papéis de parede do monitor",
- "selector-position": {
- "description": "Escolha onde o painel do seletor de papel de parede aparece.",
- "label": "Posição"
- }
- },
- "look-feel": {
- "section": {
- "label": "Aparência e estilo"
- },
- "fill-mode": {
- "label": "Modo de preenchimento",
- "description": "Selecione como a imagem deve ser dimensionada para corresponder à resolução do seu monitor."
- },
- "fill-color": {
- "label": "Cor de preenchimento",
- "description": "Escolha uma cor de preenchimento que pode aparecer atrás do papel de parede."
- },
- "transition-type": {
- "label": "Tipo de transição",
- "description": "Tipo de animação ao alternar entre papéis de parede."
- },
- "transition-duration": {
- "label": "Duração da transição",
- "description": "Duração das animações de transição em segundos."
- },
- "edge-smoothness": {
- "label": "Suavizar borda da transição",
- "description": "Aplica um efeito suave e esfumaçado à borda das transições."
- }
- },
- "automation": {
- "section": {
- "label": "Automação"
- },
- "random-wallpaper": {
- "label": "Papel de parede aleatório",
- "description": "Agende mudanças aleatórias de papel de parede em intervalos regulares."
- },
- "interval": {
- "label": "Intervalo do papel de parede",
- "description": "Com que frequência alterar os papéis de parede automaticamente."
- },
- "custom-interval": {
- "label": "Intervalo personalizado",
- "description": "Digite o tempo como HH:MM (ex., 01:30)."
+ "description": "Arraste e solte widgets para reordená-los. Os emblemas indicam o uso: [E]squerda, [C]entro, [D]ireita.",
+ "label": "Posicionamento dos widgets"
}
}
},
"color-scheme": {
- "title": "Esquema de cores",
"color-source": {
- "section": {
- "label": "Fonte de cor",
- "description": "Configurações principais para as cores do Noctalia."
- },
- "use-wallpaper-colors": {
- "label": "Usar cores do papel de parede",
- "description": "Gerar esquemas de cores do seu papel de parede usando Matugen. Extrai automaticamente cores para criar um tema coeso."
- },
"matugen-scheme-type": {
- "label": "Tipo de esquema Matugen",
"description": {
"scheme-content": "Deriva cores que correspondem de perto à imagem subjacente.",
"scheme-expressive": "Paleta vibrante com saturação divertida.",
@@ -508,77 +780,69 @@
"scheme-neutral": "Paleta de cores neutras com tons suaves e calmantes.",
"scheme-rainbow": "Paleta diversificada abrangendo todo o espectro.",
"scheme-tonal-spot": "Paleta equilibrada com toques focais."
- }
+ },
+ "label": "Tipo de esquema Matugen"
+ },
+ "section": {
+ "description": "Configurações principais para as cores do Noctalia.",
+ "label": "Fonte de cor"
+ },
+ "use-wallpaper-colors": {
+ "description": "Gerar esquemas de cores do seu papel de parede usando Matugen. Extrai automaticamente cores para criar um tema coeso.",
+ "label": "Usar cores do papel de parede"
}
},
"dark-mode": {
- "switch": {
- "label": "Modo escuro",
- "description": "Muda para um tema mais escuro para facilitar a visualização à noite."
- },
"mode": {
"description": "Ativa a mudança automática entre o modo claro e o modo escuro.",
"label": "Agendamento do modo escuro",
"location": "Localização",
"manual": "Manual",
"off": "Desligado"
+ },
+ "switch": {
+ "description": "Muda para um tema mais escuro para facilitar a visualização à noite.",
+ "label": "Modo escuro"
}
},
"predefined": {
- "section": {
- "label": "Esquemas de cores predefinidos",
- "description": "Escolha entre uma coleção de esquemas de cores predefinidos."
- },
"generate-templates": {
- "label": "Gerar modelos para esquemas predefinidos",
- "description": "Gera modelos Matugen (GTK, temas de terminal, etc.) ao usar esquemas de cores predefinidos."
+ "description": "Gera modelos Matugen (GTK, temas de terminal, etc.) ao usar esquemas de cores predefinidos.",
+ "label": "Gerar modelos para esquemas predefinidos"
+ },
+ "section": {
+ "description": "Escolha entre uma coleção de esquemas de cores predefinidos.",
+ "label": "Esquemas de cores predefinidos"
}
},
"templates": {
- "ui": {
- "label": "UI",
- "description": "Tematização do ambiente de desktop e kit de ferramentas de UI.",
- "gtk": {
- "description": "Escrever {filepath}"
- },
- "qt": {
- "description": "Escrever {filepath}"
- },
- "kcolorscheme": {
- "description": "Escrever {filepath}"
- }
- },
- "terminal": {
- "label": "Terminal",
- "description": "Tematização do emulador de terminal.",
- "kitty": {
- "description": "Escrever {filepath} e recarregar",
- "description-missing": "Requer que o {app} esteja instalado"
- },
- "ghostty": {
- "description": "Escrever {filepath} e recarregar",
- "description-missing": "Requer que o {app} esteja instalado"
- },
- "foot": {
- "description": "Escrever {filepath} e recarregar",
- "description-missing": "Requer que o {app} esteja instalado"
- },
- "alacritty": {
- "description": "Escreva {filepath} e recarregue.",
- "description-missing": "Requer que o {app} esteja instalado."
- },
- "wezterm": {
- "description": "Escreva {filepath} e recarregue.",
- "description-missing": "Requer que o {app} esteja instalado."
+ "misc": {
+ "description": "Opções de configuração adicionais.",
+ "label": "Diversos",
+ "user-templates": {
+ "description": "Ativa a configuração do Matugen definida pelo usuário. Um arquivo de modelo será criado em ~/.config/noctalia/user-templates.toml na primeira ativação",
+ "label": "Modelos do usuário"
}
},
"programs": {
- "label": "Programas",
+ "code": {
+ "description": "Escreva em {filepath}. O tema Hyprluna 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}",
+ "description-missing": "Nenhum cliente Discord detectado. Instale vencord, vesktop, webcord, armcord, equibop, lightcord ou dorion."
+ },
"fuzzel": {
"description": "Escrever {filepath} e recarregar",
"description-missing": "Requer que o {app} esteja instalado"
},
+ "label": "Programas",
+ "pywalfox": {
+ "description": "Escrever {filepath} e executar pywalfox update",
+ "description-missing": "Requer que o {app} esteja instalado"
+ },
"vicinae": {
"description": "Escrever {filepath} e recarregar",
"description-missing": "Requer que o {app} esteja instalado"
@@ -586,256 +850,59 @@
"walker": {
"description": "Escrever {filepath} e definir tema como noctalia",
"description-missing": "Requer que o {app} esteja instalado"
- },
- "discord": {
- "description": "Escrever {filepath} para {client}",
- "description-missing": "Nenhum cliente Discord detectado. Instale vencord, vesktop, webcord, armcord, equibop, lightcord ou dorion."
- },
- "pywalfox": {
- "description": "Escrever {filepath} e executar pywalfox update",
- "description-missing": "Requer que o {app} esteja instalado"
- },
- "code": {
- "description": "Escreva em {filepath}. O tema Hyprluna precisa ser instalado e ativado manualmente.",
- "description-missing": "Requer que o {app} esteja instalado."
- }
- },
- "misc": {
- "label": "Diversos",
- "description": "Opções de configuração adicionais.",
- "user-templates": {
- "label": "Modelos do usuário",
- "description": "Ativa a configuração do Matugen definida pelo usuário. Um arquivo de modelo será criado em ~/.config/noctalia/user-templates.toml na primeira ativação"
}
},
"section": {
"description": "Aplicar cores a aplicações externas.",
"label": "Modelos"
- }
- }
- },
- "location": {
- "title": "Localização",
- "location": {
- "section": {
- "label": "Sua localização",
- "description": "Obtenha previsão do tempo e agendamento de luz noturna precisos definindo sua localização."
},
- "search": {
- "label": "Procurar por uma localização",
- "description": "ex., São Paulo, SP",
- "placeholder": "Digite o nome da localização"
+ "terminal": {
+ "alacritty": {
+ "description": "Escreva {filepath} e recarregue.",
+ "description-missing": "Requer que o {app} esteja instalado."
+ },
+ "description": "Tematização do emulador de terminal.",
+ "foot": {
+ "description": "Escrever {filepath} e recarregar",
+ "description-missing": "Requer que o {app} esteja instalado"
+ },
+ "ghostty": {
+ "description": "Escrever {filepath} e recarregar",
+ "description-missing": "Requer que o {app} esteja instalado"
+ },
+ "kitty": {
+ "description": "Escrever {filepath} e recarregar",
+ "description-missing": "Requer que o {app} esteja instalado"
+ },
+ "label": "Terminal",
+ "wezterm": {
+ "description": "Escreva {filepath} e recarregue.",
+ "description-missing": "Requer que o {app} esteja instalado."
+ }
+ },
+ "ui": {
+ "description": "Tematização do ambiente de desktop e kit de ferramentas de UI.",
+ "gtk": {
+ "description": "Escrever {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Escrever {filepath}"
+ },
+ "label": "UI",
+ "qt": {
+ "description": "Escrever {filepath}"
+ }
}
},
- "weather": {
- "section": {
- "label": "Clima",
- "description": "Escolha sua unidade de temperatura preferida."
- },
- "enabled": {
- "label": "Ativar clima",
- "description": "Mostrar informações meteorológicas em toda a interface e buscar dados do clima. Quando desativado, todos os elementos do clima serão ocultados e nenhuma solicitação de rede será feita."
- },
- "fahrenheit": {
- "label": "Exibir temperatura em Fahrenheit (°F)",
- "description": "Exibe a temperatura em Fahrenheit em vez de Celsius."
- },
- "show-in-calendar": {
- "description": "Mostre a previsão do tempo diária diretamente na sua visualização de calendário.",
- "label": "Exibir clima no calendário"
- }
- },
- "date-time": {
- "section": {
- "label": "Data e hora",
- "description": "Personalize como a data e a hora aparecem."
- },
- "12hour-format": {
- "label": "Use o formato de hora de 12 horas",
- "description": "Exibe a hora no formato de 12 horas na tela de bloqueio e no calendário. O relógio da barra tem suas próprias configurações."
- },
- "week-numbers": {
- "label": "Mostrar números da semana",
- "description": "Exibe a semana do ano (ex., Semana 38) no calendário."
- },
- "show-events": {
- "label": "Mostrar eventos do calendário",
- "description": "Exibir eventos no painel do calendário."
- },
- "use-analog": {
- "description": "Mostrar um relógio estilo analógico na janela do calendário e na tela de bloqueio.",
- "label": "Use um relógio de estilo analógico."
- },
- "first-day-of-week": {
- "automatic": "Automático (usar localização do sistema)",
- "description": "Escolha qual dia começa a semana no calendário.",
- "label": "Primeiro dia da semana"
- }
- }
- },
- "network": {
- "title": "Rede",
- "section": {
- "description": "Gerencie conexões Wi-Fi e Bluetooth."
- },
- "wifi": {
- "label": "Ativar Wi-Fi"
- },
- "bluetooth": {
- "label": "Ativar Bluetooth"
- }
- },
- "screen-recorder": {
- "title": "Gravador de tela",
- "general": {
- "section": {
- "label": "Configurações gerais",
- "description": "Gerencie a saída e o conteúdo da gravação de tela."
- },
- "output-folder": {
- "label": "Pasta de saída",
- "description": "Pasta onde as gravações de tela serão salvas.",
- "tooltip": "Procurar pasta de saída"
- },
- "show-cursor": {
- "label": "Mostrar cursor",
- "description": "Grava o cursor do mouse no vídeo."
- },
- "select-output-folder": "Selecionar pasta de saída"
- },
- "video": {
- "section": {
- "label": "Configurações de vídeo",
- "description": "Configure as opções de gravação de vídeo."
- },
- "video-source": {
- "label": "Fonte de vídeo",
- "description": "Portal é recomendado, se você tiver artefatos, tente Screen."
- },
- "frame-rate": {
- "label": "Taxa de quadros",
- "description": "Taxa de quadros alvo para gravações de tela."
- },
- "video-quality": {
- "label": "Qualidade de vídeo",
- "description": "Qualidade mais alta resulta em arquivos maiores."
- },
- "video-codec": {
- "label": "Codec de vídeo",
- "description": "h264 é o codec mais comum."
- },
- "color-range": {
- "label": "Gama de cores",
- "description": "Limitada é recomendada para melhor compatibilidade."
- }
- },
- "audio": {
- "section": {
- "label": "Configurações de áudio",
- "description": "Configure as opções de gravação de áudio."
- },
- "audio-source": {
- "label": "Fonte de áudio",
- "description": "Fonte de áudio a ser capturada durante a gravação."
- },
- "audio-codec": {
- "label": "Codec de áudio",
- "description": "Opus é recomendado para melhor desempenho e menor tamanho de áudio."
- }
- }
- },
- "about": {
- "title": "Sobre",
- "noctalia": {
- "section": {
- "label": "Shell Noctalia",
- "description": "Um shell de desktop elegante e minimalista, cuidadosamente criado para Wayland, construído com Quickshell."
- },
- "latest-version": "Última versão:",
- "installed-version": "Versão instalada:",
- "download-latest": "Baixar a versão mais recente"
- },
- "contributors": {
- "section": {
- "label": "Contribuidores",
- "description": "Agradecimentos ao nosso incrível colaborador!",
- "description_plural": "Agradecimentos aos nossos {count} incríveis colaboradores!"
- }
- },
- "support": "Apoie-nos"
- },
- "hooks": {
- "title": "Hooks",
- "system-hooks": {
- "section": {
- "label": "Ganchos do sistema",
- "description": "Configure comandos para serem executados quando eventos do sistema ocorrerem."
- },
- "enable": {
- "label": "Ativar hooks",
- "description": "Ativa ou desativa todos os comandos de hook."
- }
- },
- "wallpaper-changed": {
- "label": "Papel de parede alterado",
- "description": "Comando a ser executado quando o papel de parede muda.",
- "placeholder": "ex., notify-send \"Papel de parede\" \"Alterado\""
- },
- "theme-changed": {
- "label": "Tema alterado",
- "description": "Comando a ser executado quando o tema alterna entre modo escuro e claro.",
- "placeholder": "ex., notify-send \"Tema\" \"Alternado\""
- },
- "info": {
- "command-info": {
- "label": "Informações de Comando do Hook",
- "description": "• Comandos são executados via shell (sh -c)\n• Comandos rodam em segundo plano (desanexados)\n• Botões de teste executam com os valores atuais"
- },
- "parameters": {
- "label": "Parâmetros Disponíveis",
- "description": "• Hook de Papel de Parede: $1 = caminho do papel de parede, $2 = nome da tela\n• Hook de Alternância de Tema: $1 = true/false (estado do modo escuro)"
- }
- }
- },
- "osd": {
- "title": "Exibição na tela",
- "description": "Configure indicadores na tela, como volume e brilho.",
- "section": {
- "general": {
- "label": "Geral",
- "description": "Configurar visibilidade e comportamento da OSD."
- }
- },
- "enabled": {
- "label": "Ativar exibição na tela",
- "description": "Mostrar alterações de volume e brilho em tempo real."
- },
- "always-on-top": {
- "label": "Sempre no topo",
- "description": "Exibir OSD acima de janelas em tela cheia e outras camadas."
- },
- "location": {
- "label": "Localização",
- "description": "Onde a exibição na tela aparece."
- },
- "duration": {
- "section": {
- "label": "Tempo para ocultar",
- "description": "Quanto tempo a OSD permanece visível antes de ocultar automaticamente."
- },
- "auto-hide": {
- "label": "Ocultar após",
- "description": "Ajusta o tempo antes da OSD desaparecer."
- }
- },
- "monitors": {
- "section": {
- "label": "Exibição nos monitores",
- "description": "Mostrar a OSD em monitores específicos. Padrão é todos se nenhum for escolhido."
- }
- }
+ "title": "Esquema de cores"
},
"control-center": {
+ "cards": {
+ "section": {
+ "description": "Personalize quais controles aparecem na Central de Controle e em que ordem.",
+ "label": "Cartas"
+ }
+ },
"position": {
"description": "Escolha onde o painel da Central de Controle aparece quando aberto.",
"label": "Posição"
@@ -844,120 +911,377 @@
"description": "Configurar o posicionamento e o comportamento do painel da Central de Controle.",
"label": "Aparência"
},
- "title": "Central de Controle",
- "cards": {
- "section": {
- "description": "Personalize quais controles aparecem na Central de Controle e em que ordem.",
- "label": "Cartas"
- }
- },
"shortcuts": {
+ "custom-button": {
+ "browse": "Procurar",
+ "command": {
+ "description": "O comando a ser executado quando o botão é clicado.",
+ "label": "Comando"
+ },
+ "enable-on-state-logic": {
+ "description": "Ativa um segundo ícone e um estado 'quente' com base em um comando de verificação.",
+ "label": "Ativar lógica de estado ativado"
+ },
+ "general-tooltip-text": {
+ "description": "Descrição geral para a dica de ferramenta do botão.",
+ "label": "Texto geral da dica de ferramenta"
+ },
+ "icon": {
+ "description": "Selecione um ícone da biblioteca.",
+ "label": "Ícone"
+ },
+ "on-clicked": {
+ "description": "Comando a ser executado quando o botão é clicado com o botão esquerdo.",
+ "label": "Comando de clique esquerdo"
+ },
+ "on-middle-clicked": {
+ "description": "Comando a ser executado quando o botão é clicado com o botão do meio.",
+ "label": "Comando de clique do meio"
+ },
+ "on-right-clicked": {
+ "description": "Comando a ser executado quando o botão é clicado com o botão direito.",
+ "label": "Comando de clique direito"
+ },
+ "on-state-command": {
+ "description": "Comando a ser executado para verificar se o botão deve estar no estado 'ligado'. Retorna 0 para ligado, diferente de zero para desligado.",
+ "label": "Comando de verificação de estado ativado"
+ },
+ "on-state-icon": {
+ "description": "O ícone para o botão quando ele está no estado 'ligado'.",
+ "label": "Ícone de estado ativado"
+ },
+ "state-checks": {
+ "add": "Adicionar verificação de estado",
+ "browse-icon": "Procurar",
+ "command": "Comando a ser executado para esta verificação de estado",
+ "label": "Verificações de estado",
+ "remove": "Remover"
+ },
+ "tooltip": {
+ "description": "A dica de ferramenta a ser exibida ao passar o mouse sobre o botão.",
+ "label": "Dica de ferramenta"
+ }
+ },
+ "dialog": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar"
+ },
"section": {
"description": "Configure e gerencie os widgets de atalhos.",
"label": "Widgets de atalhos"
},
"sectionLeft": "Esquerda",
- "sectionRight": "Direito/Certo/À direita",
- "custom-button": {
- "icon": {
- "label": "Ícone",
- "description": "Selecione um ícone da biblioteca."
- },
- "browse": "Procurar",
- "command": {
- "label": "Comando",
- "description": "O comando a ser executado quando o botão é clicado."
- },
- "tooltip": {
- "label": "Dica de ferramenta",
- "description": "A dica de ferramenta a ser exibida ao passar o mouse sobre o botão."
- },
- "on-state-icon": {
- "label": "Ícone de estado ativado",
- "description": "O ícone para o botão quando ele está no estado 'ligado'."
- },
- "on-clicked": {
- "label": "Comando de clique esquerdo",
- "description": "Comando a ser executado quando o botão é clicado com o botão esquerdo."
- },
- "on-right-clicked": {
- "label": "Comando de clique direito",
- "description": "Comando a ser executado quando o botão é clicado com o botão direito."
- },
- "on-middle-clicked": {
- "label": "Comando de clique do meio",
- "description": "Comando a ser executado quando o botão é clicado com o botão do meio."
- },
- "on-state-command": {
- "label": "Comando de verificação de estado ativado",
- "description": "Comando a ser executado para verificar se o botão deve estar no estado 'ligado'. Retorna 0 para ligado, diferente de zero para desligado."
- },
- "general-tooltip-text": {
- "label": "Texto geral da dica de ferramenta",
- "description": "Descrição geral para a dica de ferramenta do botão."
- },
- "enable-on-state-logic": {
- "label": "Ativar lógica de estado ativado",
- "description": "Ativa um segundo ícone e um estado 'quente' com base em um comando de verificação."
- },
- "state-checks": {
- "label": "Verificações de estado",
- "command": "Comando a ser executado para esta verificação de estado",
- "browse-icon": "Procurar",
- "remove": "Remover",
- "add": "Adicionar verificação de estado"
- }
+ "sectionRight": "Direito/Certo/À direita"
+ },
+ "title": "Central de Controle"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Brilho",
+ "brightness-step": {
+ "description": "Ajuste o tamanho do passo para alterações de brilho (roda do mouse e atalhos de teclado).",
+ "label": "Tamanho do passo do brilho"
},
- "dialog": {
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "brightness-unavailable": {
+ "ddc-disabled": "Controle de brilho indisponível. Ative \"Suporte de brilho externo\" para controlar o brilho desta tela.",
+ "generic": "O controle de brilho não está disponível para esta tela."
+ },
+ "enforce-minimum": {
+ "description": "Resolve o problema da retroiluminação apagar completamente em alguns monitores com brilho em 0%.",
+ "label": "Forçar brilho mínimo (1%)"
+ },
+ "external-brightness": {
+ "description": "Ativar suporte DDCUtil para controlar o brilho em monitores externos através do protocolo DDC/CI.",
+ "label": "Suporte de brilho externo"
+ },
+ "section": {
+ "description": "Ajustar o brilho das configurações para cada tela.",
+ "label": "Configurações por monitor"
}
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "Baseado no horário do pôr do sol e do nascer do sol em {location} - recomendado.",
+ "label": "Agendamento automático"
+ },
+ "enable": {
+ "description": "Aplica um filtro de cor quente para reduzir a emissão de luz azul.",
+ "label": "Ativar luz noturna"
+ },
+ "force-activation": {
+ "description": "Ignora o agendamento e aplica o filtro noturno imediatamente.",
+ "label": "Forçar ativação"
+ },
+ "manual-schedule": {
+ "description": "Defina horários personalizados para o nascer e o pôr do sol.",
+ "label": "Agendamento manual",
+ "select-start": "Selecionar hora de início",
+ "select-stop": "Selecionar hora de término",
+ "sunrise": "Horário do nascer do sol",
+ "sunset": "Horário do pôr do sol"
+ },
+ "section": {
+ "description": "Reduz a emissão de luz azul para ajudar você a dormir melhor e diminuir o cansaço visual.",
+ "label": "Luz noturna"
+ },
+ "temperature": {
+ "day": "Dia",
+ "description": "Defina o quão quente a cor será durante a noite e o dia.",
+ "label": "Temperatura da cor",
+ "night": "Noite"
+ }
+ },
+ "title": "Tela"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Ajuste a opacidade do fundo da dock.",
+ "label": "Opacidade do fundo"
+ },
+ "colorize-icons": {
+ "description": "Aplicar cores do tema aos ícones de aplicativos da dock (apenas aplicativos não focados).",
+ "label": "Colorir ícones"
+ },
+ "display": {
+ "always-visible": "Sempre visível",
+ "auto-hide": "Ocultar automaticamente",
+ "description": "Escolha como a dock se comporta.",
+ "exclusive": "Exclusivo",
+ "label": "Exibição"
+ },
+ "floating-distance": {
+ "description": "Ajuste a distância de flutuação da borda da tela.",
+ "label": "Distância de flutuação da dock"
+ },
+ "icon-size": {
+ "description": "Ajustar o tamanho geral do Dock.",
+ "label": "Tamanho do Dock"
+ },
+ "section": {
+ "description": "Personalize o comportamento e a aparência da dock.",
+ "label": "Aparência"
+ }
+ },
+ "enabled": {
+ "description": "Mostrar ou ocultar o dock completamente",
+ "label": "Ativar dock"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Mostrar apenas aplicativos da saída onde o dock está localizado.",
+ "label": "Apenas aplicativos da mesma saída"
+ },
+ "section": {
+ "description": "Mostrar dock em monitores específicos. O padrão é todos se nenhum for escolhido.",
+ "label": "Exibição no monitor"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Fonte principal usada em toda a interface.",
+ "label": "Fonte padrão",
+ "placeholder": "Selecione a fonte padrão...",
+ "scale": {
+ "description": "Aumentar ou diminuir o tamanho do texto padrão.",
+ "label": "Tamanho de fonte padrão"
+ },
+ "search-placeholder": "Pesquisar fontes..."
+ },
+ "monospace": {
+ "description": "Fonte monoespaçada usada para exibição de números e estatísticas.",
+ "label": "Fonte monoespaçada",
+ "placeholder": "Selecione a fonte monoespaçada...",
+ "scale": {
+ "description": "Aumentar ou diminuir o tamanho do texto monoespaçado.",
+ "label": "Tamanho da fonte monoespaçada"
+ },
+ "search-placeholder": "Pesquisar fontes monoespaçadas..."
+ },
+ "reset-scaling": "Redefinir escala",
+ "section": {
+ "description": "Escolha as fontes usadas em toda a interface.",
+ "label": "Fontes"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Escolha o seu idioma preferido para a aplicação.",
+ "label": "Idioma"
+ },
+ "select": {
+ "auto-detect": "Automático",
+ "description": "Selecione o idioma usado na interface da aplicação.",
+ "label": "Idioma da aplicação"
+ }
+ },
+ "launch-setup-wizard": "Iniciar o assistente de configuração",
+ "profile": {
+ "picture": {
+ "description": "Sua foto de perfil que aparece em toda a interface.",
+ "label": "Foto de perfil de {user}"
+ },
+ "section": {
+ "description": "Edite os detalhes do seu usuário e avatar.",
+ "label": "Perfil"
+ },
+ "select-avatar": "Selecionar imagem de avatar"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Ajuste os cantos arredondados da tela.",
+ "label": "Raio dos cantos da tela",
+ "reset": "Redefinir raio dos cantos da tela"
+ },
+ "section": {
+ "description": "Personalize o arredondamento dos cantos da tela e os efeitos visuais.",
+ "label": "Cantos da tela"
+ },
+ "show-corners": {
+ "description": "Exibe cantos arredondados na borda da tela.",
+ "label": "Mostrar cantos da tela"
+ },
+ "solid-black": {
+ "description": "Use preto sólido em vez da cor de fundo da barra.",
+ "label": "Cantos pretos sólidos"
+ }
+ },
+ "title": "Geral"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Comandos são executados via shell (sh -c)\n• Comandos rodam em segundo plano (desanexados)\n• Botões de teste executam com os valores atuais",
+ "label": "Informações de Comando do Hook"
+ },
+ "parameters": {
+ "description": "• Hook de Papel de Parede: $1 = caminho do papel de parede, $2 = nome da tela\n• Hook de Alternância de Tema: $1 = true/false (estado do modo escuro)",
+ "label": "Parâmetros Disponíveis"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Ativa ou desativa todos os comandos de hook.",
+ "label": "Ativar hooks"
+ },
+ "section": {
+ "description": "Configure comandos para serem executados quando eventos do sistema ocorrerem.",
+ "label": "Ganchos do sistema"
+ }
+ },
+ "theme-changed": {
+ "description": "Comando a ser executado quando o tema alterna entre modo escuro e claro.",
+ "label": "Tema alterado",
+ "placeholder": "ex., notify-send \"Tema\" \"Alternado\""
+ },
+ "title": "Hooks",
+ "wallpaper-changed": {
+ "description": "Comando a ser executado quando o papel de parede muda.",
+ "label": "Papel de parede alterado",
+ "placeholder": "ex., notify-send \"Papel de parede\" \"Alterado\""
}
},
- "user-interface": {
- "animation-disable": {
- "description": "Desative todas as animações para uma experiência mais rápida e responsiva.",
- "label": "Desativar animações da interface do usuário"
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Ajuste a opacidade do fundo do lançador.",
+ "label": "Opacidade do fundo"
+ },
+ "clipboard-history": {
+ "description": "Acesse itens copiados anteriormente a partir do lançador.",
+ "label": "Ativar histórico da área de transferência"
+ },
+ "custom-launch-prefix": {
+ "description": "Prefixar comandos com um inicializador personalizado (ex. 'runapp' para integração systemd).",
+ "label": "Prefixo de inicialização personalizado"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Usar um prefixo personalizado para inicializar aplicativos em vez do método padrão.",
+ "label": "Habilitar prefixo de inicialização personalizado"
+ },
+ "position": {
+ "description": "Escolha onde o painel do lançador aparece.",
+ "label": "Posição"
+ },
+ "section": {
+ "description": "Personalize o comportamento e a aparência do lançador.",
+ "label": "Aparência"
+ },
+ "sort-by-usage": {
+ "description": "Quando ativado, os aplicativos mais usados aparecem primeiro na lista.",
+ "label": "Ordenar por mais usados"
+ },
+ "terminal-command": {
+ "description": "Comando para iniciar um terminal. Ex: 'kitty -e' ou 'gnome-terminal --'.",
+ "label": "Comando do terminal"
+ },
+ "use-app2unit": {
+ "description": "Usa um método de inicialização alternativo para gerenciar melhor os processos de aplicativos e evitar problemas.",
+ "label": "Usar App2Unit para iniciar aplicativos"
+ }
},
- "panels-overlay": {
- "label": "Abrir painéis na camada de sobreposição",
- "description": "Os painéis aparecerão sobre janelas em tela cheia"
+ "title": "Lançador"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Exibe a hora no formato de 12 horas na tela de bloqueio e no calendário. O relógio da barra tem suas próprias configurações.",
+ "label": "Use o formato de hora de 12 horas"
+ },
+ "first-day-of-week": {
+ "automatic": "Automático (usar localização do sistema)",
+ "description": "Escolha qual dia começa a semana no calendário.",
+ "label": "Primeiro dia da semana"
+ },
+ "section": {
+ "description": "Personalize como a data e a hora aparecem.",
+ "label": "Data e hora"
+ },
+ "show-events": {
+ "description": "Exibir eventos no painel do calendário.",
+ "label": "Mostrar eventos do calendário"
+ },
+ "use-analog": {
+ "description": "Mostrar um relógio estilo analógico na janela do calendário e na tela de bloqueio.",
+ "label": "Use um relógio de estilo analógico."
+ },
+ "week-numbers": {
+ "description": "Exibe a semana do ano (ex., Semana 38) no calendário.",
+ "label": "Mostrar números da semana"
+ }
},
- "animation-speed": {
- "description": "Ajustar a velocidade global da animação.",
- "label": "Velocidade da animação",
- "reset": "Redefinir velocidade da animação"
+ "location": {
+ "search": {
+ "description": "ex., São Paulo, SP",
+ "label": "Procurar por uma localização",
+ "placeholder": "Digite o nome da localização"
+ },
+ "section": {
+ "description": "Obtenha previsão do tempo e agendamento de luz noturna precisos definindo sua localização.",
+ "label": "Sua localização"
+ }
},
- "border-radius": {
- "description": "Controla o arredondamento dos cantos de janelas, botões e outros elementos.",
- "label": "Raio da borda",
- "reset": "Redefinir raio da borda"
- },
- "scaling": {
- "description": "Altera o tamanho da interface geral do usuário, excluindo a barra.",
- "label": "Escalonamento da interface",
- "reset-scaling": "Redefinir escala da interface"
- },
- "section": {
- "description": "Personalize a aparência, a sensação e o comportamento da interface.",
- "label": "Aparência"
- },
- "title": "Interface do usuário",
- "tooltips": {
- "description": "Ativar ou desativar dicas de ferramentas em toda a interface.",
- "label": "Mostrar dicas de ferramenta"
- },
- "panels-attached-to-bar": {
- "description": "Quando ativado, os painéis serão anexados à barra com um belo design de canto invertido.",
- "label": "Anexar painéis à barra"
- },
- "dim-desktop": {
- "description": "Escurecer a área de trabalho quando painéis ou menus estiverem abertos.",
- "label": "Dim área de trabalho"
- },
- "shadows": {
- "description": "Ativa sombras projetadas sob barras e painéis.",
- "label": "Sombras projetadas"
+ "title": "Localização",
+ "weather": {
+ "enabled": {
+ "description": "Mostrar informações meteorológicas em toda a interface e buscar dados do clima. Quando desativado, todos os elementos do clima serão ocultados e nenhuma solicitação de rede será feita.",
+ "label": "Ativar clima"
+ },
+ "fahrenheit": {
+ "description": "Exibe a temperatura em Fahrenheit em vez de Celsius.",
+ "label": "Exibir temperatura em Fahrenheit (°F)"
+ },
+ "section": {
+ "description": "Escolha sua unidade de temperatura preferida.",
+ "label": "Clima"
+ },
+ "show-in-calendar": {
+ "description": "Mostre a previsão do tempo diária diretamente na sua visualização de calendário.",
+ "label": "Exibir clima no calendário"
+ }
}
},
"lock-screen": {
@@ -970,425 +1294,495 @@
"label": "Bloquear ao suspender"
},
"title": "Tela de bloqueio"
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Espaço reservado"
},
- "file-picker": {
- "select-folder": "Selecionar Pasta",
- "select-file": "Selecionar Arquivo",
- "cancel": "Cancelar",
- "search-placeholder": "Pesquisar arquivos e pastas...",
- "select-current": "Selecionar Atual",
- "title": "Seletor de Arquivos"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "Horário de 12 horas com minutos",
- "24hour-time-minutes": "Horário de 24 horas com minutos",
- "24hour-time-seconds": "Horário de 24 horas com segundos",
- "weekday-month-day": "Dia da semana, mês e dia",
- "iso-date": "Formato de data ISO",
- "us-date": "Formato de data dos EUA",
- "european-date": "Formato de data europeu",
- "weekday-date": "Dia da semana com data"
+ "network": {
+ "bluetooth": {
+ "label": "Ativar Bluetooth"
},
- "hour": {
- "no-leading-zero": "Hora sem zero à esquerda (0-23) - formato de 24 horas",
- "leading-zero": "Hora com zero à esquerda (00-23) - formato de 24 horas"
+ "section": {
+ "description": "Gerencie conexões Wi-Fi e Bluetooth."
},
- "minute": {
- "no-leading-zero": "Minuto sem zero à esquerda (0-59)",
- "leading-zero": "Minuto com zero à esquerda (00-59)"
- },
- "second": {
- "no-leading-zero": "Segundo sem zero à esquerda (0-59)",
- "leading-zero": "Segundo com zero à esquerda (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM em maiúsculas",
- "lowercase": "am/pm em minúsculas"
- },
- "timezone": {
- "abbreviation": "Abreviação do fuso horário"
- },
- "year": {
- "two-digit": "Ano com dois dígitos (00-99)",
- "four-digit": "Ano com quatro dígitos"
- },
- "month": {
- "number-no-zero": "Mês como número sem zero à esquerda (1-12)",
- "number-leading-zero": "Mês como número com zero à esquerda (01-12)",
- "abbreviated": "Nome do mês abreviado",
- "full": "Nome completo do mês"
- },
- "day": {
- "no-leading-zero": "Dia sem zero à esquerda (1-31)",
- "leading-zero": "Dia com zero à esquerda (01-31)",
- "abbreviated": "Nome do dia abreviado",
- "full": "Nome completo do dia"
+ "title": "Rede",
+ "wifi": {
+ "label": "Ativar Wi-Fi"
}
},
- "icon-picker": {
- "title": "Seletor de ícones",
- "search": {
- "label": "Pesquisar"
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "Por quanto tempo as notificações de prioridade crítica permanecem visíveis.",
+ "label": "Urgência crítica"
+ },
+ "low-urgency": {
+ "description": "Por quanto tempo as notificações de baixa prioridade permanecem visíveis.",
+ "label": "Urgência baixa"
+ },
+ "normal-urgency": {
+ "description": "Por quanto tempo as notificações de prioridade normal permanecem visíveis.",
+ "label": "Urgência normal"
+ },
+ "respect-expire": {
+ "description": "Usa o tempo de expiração definido na notificação.",
+ "label": "Respeitar tempo de expiração"
+ },
+ "section": {
+ "description": "Configure por quanto tempo as notificações permanecem visíveis com base no nível de urgência.",
+ "label": "Duração da notificação"
+ }
},
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "monitors": {
+ "section": {
+ "description": "Mostra a notificação em monitores específicos. O padrão é todos, se nenhum for escolhido.",
+ "label": "Exibição nos monitores"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Exibe notificações acima de janelas em tela cheia e outras camadas.",
+ "label": "Sempre no topo"
+ },
+ "background-opacity": {
+ "description": "Ajustar a opacidade dos fundos das notificações.",
+ "label": "Opacidade do fundo"
+ },
+ "do-not-disturb": {
+ "description": "Desativa todos os pop-ups de notificação quando ativado.",
+ "label": "Não perturbe"
+ },
+ "enable-osd": {
+ "description": "Mostra alterações de volume e brilho em tempo real.",
+ "label": "Ativar exibição na tela"
+ },
+ "location": {
+ "description": "Onde as notificações aparecem na tela.",
+ "label": "Localização"
+ },
+ "section": {
+ "description": "Configure a aparência e o comportamento das notificações.",
+ "label": "Aparência"
+ }
+ },
+ "title": "Notificações"
},
- "color-picker": {
- "title": "Seletor de cores",
- "hex": {
- "label": "Cor hexadecimal",
- "description": "Digite um código de cor hexadecimal."
+ "osd": {
+ "always-on-top": {
+ "description": "Exibir OSD acima de janelas em tela cheia e outras camadas.",
+ "label": "Sempre no topo"
},
- "rgb": {
- "label": "Valores RGB",
- "description": "Ajuste os valores de vermelho, verde, azul e brilho."
+ "description": "Configure indicadores na tela, como volume e brilho.",
+ "duration": {
+ "auto-hide": {
+ "description": "Ajusta o tempo antes da OSD desaparecer.",
+ "label": "Ocultar após"
+ },
+ "section": {
+ "description": "Quanto tempo a OSD permanece visível antes de ocultar automaticamente.",
+ "label": "Tempo para ocultar"
+ }
},
- "brightness": "Brilho",
- "theme-colors": {
- "label": "Cores do tema",
- "description": "Acesso rápido à paleta de cores do seu tema."
+ "enabled": {
+ "description": "Mostrar alterações de volume e brilho em tempo real.",
+ "label": "Ativar exibição na tela"
},
- "palette": {
- "label": "Paleta",
- "description": "Escolha entre uma vasta gama de cores predefinidas."
+ "location": {
+ "description": "Onde a exibição na tela aparece.",
+ "label": "Localização"
},
- "cancel": "Cancelar",
- "apply": "Aplicar"
+ "monitors": {
+ "section": {
+ "description": "Mostrar a OSD em monitores específicos. Padrão é todos se nenhum for escolhido.",
+ "label": "Exibição nos monitores"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Configurar visibilidade e comportamento da OSD.",
+ "label": "Geral"
+ }
+ },
+ "title": "Exibição na tela"
},
- "text-input": {
- "clear": "Limpar"
- }
- },
- "bar": {
- "widget-settings": {
- "dialog": {
- "cancel": "Cancelar",
- "apply": "Aplicar"
- },
- "section-editor": {
- "placeholder": "Selecione um widget para adicionar...",
- "search-placeholder": "Pesquisar widgets..."
- },
- "active-window": {
- "hide-mode": {
- "label": "Modo de ocultação",
- "description": "Controla o comportamento do widget quando nenhuma janela está ativa."
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Opus é recomendado para melhor desempenho e menor tamanho de áudio.",
+ "label": "Codec de áudio"
},
- "show-app-icon": {
- "label": "Mostrar ícone do aplicativo",
- "description": "Exibir o ícone do aplicativo ao lado do título da janela."
+ "audio-source": {
+ "description": "Fonte de áudio a ser capturada durante a gravação.",
+ "label": "Fonte de áudio"
},
- "scrolling-mode": {
- "label": "Modo de rolagem",
- "description": "Controlar quando a rolagem de texto está habilitada para títulos de janela longos."
- },
- "max-width": {
- "label": "Largura Máxima",
- "description": "Define o tamanho horizontal máximo do widget. O widget será reduzido para se adequar a conteúdo mais curto."
- },
- "use-fixed-width": {
- "label": "Usar Largura Fixa",
- "description": "Quando ativado, o widget sempre usará a largura máxima em vez de ajustar dinamicamente ao conteúdo."
- },
- "colorize-icons": {
- "label": "Colorir ícones",
- "description": "Aplicar cores do tema ao ícone da janela ativa."
+ "section": {
+ "description": "Configure as opções de gravação de áudio.",
+ "label": "Configurações de áudio"
}
},
- "system-monitor": {
- "cpu-usage": {
- "label": "Uso da CPU",
- "description": "Exibir o percentual atual de uso da CPU."
+ "general": {
+ "output-folder": {
+ "description": "Pasta onde as gravações de tela serão salvas.",
+ "label": "Pasta de saída",
+ "tooltip": "Procurar pasta de saída"
},
- "cpu-temperature": {
- "label": "Temperatura da CPU",
- "description": "Mostrar leituras de temperatura da CPU se disponíveis."
+ "section": {
+ "description": "Gerencie a saída e o conteúdo da gravação de tela.",
+ "label": "Configurações gerais"
},
- "memory-usage": {
- "label": "Uso de memória",
- "description": "Exibir informações atuais de uso da RAM."
- },
- "memory-percentage": {
- "label": "Memória como percentual",
- "description": "Mostrar o uso de memória como percentual em vez de valores absolutos."
- },
- "network-traffic": {
- "label": "Tráfego de rede",
- "description": "Exibir velocidades de upload e download da rede."
- },
- "storage-usage": {
- "label": "Uso de armazenamento",
- "description": "Mostrar informações de uso do espaço em disco."
+ "select-output-folder": "Selecionar pasta de saída",
+ "show-cursor": {
+ "description": "Grava o cursor do mouse no vídeo.",
+ "label": "Mostrar cursor"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Mostrar distintivo de não lidos",
- "description": "Exibir um distintivo mostrando o número de notificações não lidas."
+ "title": "Gravador de tela",
+ "video": {
+ "color-range": {
+ "description": "Limitada é recomendada para melhor compatibilidade.",
+ "label": "Gama de cores"
},
- "hide-badge-when-zero": {
- "label": "Ocultar distintivo quando zero",
- "description": "Ocultar o distintivo de notificação quando não há notificações não lidas."
+ "frame-rate": {
+ "description": "Taxa de quadros alvo para gravações de tela.",
+ "label": "Taxa de quadros"
+ },
+ "section": {
+ "description": "Configure as opções de gravação de vídeo.",
+ "label": "Configurações de vídeo"
+ },
+ "video-codec": {
+ "description": "h264 é o codec mais comum.",
+ "label": "Codec de vídeo"
+ },
+ "video-quality": {
+ "description": "Qualidade mais alta resulta em arquivos maiores.",
+ "label": "Qualidade de vídeo"
+ },
+ "video-source": {
+ "description": "Portal é recomendado, se você tiver artefatos, tente Screen.",
+ "label": "Fonte de vídeo"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Desative todas as animações para uma experiência mais rápida e responsiva.",
+ "label": "Desativar animações da interface do usuário"
+ },
+ "animation-speed": {
+ "description": "Ajustar a velocidade global da animação.",
+ "label": "Velocidade da animação",
+ "reset": "Redefinir velocidade da animação"
+ },
+ "border-radius": {
+ "description": "Controla o arredondamento dos cantos de janelas, botões e outros elementos.",
+ "label": "Raio da borda",
+ "reset": "Redefinir raio da borda"
+ },
+ "dim-desktop": {
+ "description": "Escurecer a área de trabalho quando painéis ou menus estiverem abertos.",
+ "label": "Dim área de trabalho"
+ },
+ "panels-attached-to-bar": {
+ "description": "Os painéis travam na barra e nas bordas da tela, criando uma aparência perfeita com cantos invertidos elegantes.",
+ "label": "Ajustar Painéis às Bordas"
+ },
+ "panels-overlay": {
+ "description": "Garante que os painéis e a barra permaneçam visíveis, mesmo sobre aplicativos em tela cheia.",
+ "label": "Manter Painéis e Barra no Topo"
+ },
+ "scaling": {
+ "description": "Altera o tamanho da interface geral do usuário, excluindo a barra.",
+ "label": "Escalonamento da interface",
+ "reset-scaling": "Redefinir escala da interface"
+ },
+ "section": {
+ "description": "Personalize a aparência, a sensação e o comportamento da interface.",
+ "label": "Aparência"
+ },
+ "shadows": {
+ "description": "Ativa sombras projetadas sob barras e painéis.",
+ "label": "Sombras projetadas"
+ },
+ "title": "Interface do usuário",
+ "tooltips": {
+ "description": "Ativar ou desativar dicas de ferramentas em toda a interface.",
+ "label": "Mostrar dicas de ferramenta"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Digite o tempo como HH:MM (ex., 01:30).",
+ "label": "Intervalo personalizado"
+ },
+ "interval": {
+ "description": "Com que frequência alterar os papéis de parede automaticamente.",
+ "label": "Intervalo do papel de parede"
+ },
+ "random-wallpaper": {
+ "description": "Agende mudanças aleatórias de papel de parede em intervalos regulares.",
+ "label": "Papel de parede aleatório"
+ },
+ "section": {
+ "label": "Automação"
}
},
- "battery": {
- "display-mode": {
- "label": "Modo de exibição",
- "description": "Escolha como você gostaria que este valor aparecesse."
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Aplica um efeito suave e esfumaçado à borda das transições.",
+ "label": "Suavizar borda da transição"
},
- "low-battery-threshold": {
- "label": "Limite de aviso de bateria fraca",
- "description": "Mostrar um aviso quando a bateria cair abaixo desta porcentagem."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Usar logo da distribuição em vez de ícone",
- "description": "Usar o logo da sua distribuição em vez de um ícone personalizado."
- },
- "icon": {
- "label": "Ícone",
- "description": "Selecione um ícone da biblioteca ou um arquivo personalizado."
- },
- "browse-library": "Navegar na Biblioteca",
- "browse-file": "Navegar por Arquivo",
- "select-custom-icon": "Selecione um ícone personalizado"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Modo de exibição",
- "description": "Escolha como você gostaria que este valor aparecesse."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Modo de exibição",
- "description": "Escolha como você gostaria que este valor aparecesse."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Modo de rótulo",
- "description": "Escolher como os rótulos de espaço de trabalho são exibidos."
- },
- "hide-unoccupied": {
- "label": "Ocultar desocupados",
- "description": "Não exibir áreas de trabalho sem janelas."
- },
- "character-count": {
- "label": "Número de caracteres",
- "description": "Número de caracteres a exibir dos nomes de espaços de trabalho (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Modo de exibição",
- "description": "Escolha como você gostaria que este valor aparecesse."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Modo de exibição",
- "description": "Escolha como você gostaria que este valor aparecesse."
- }
- },
- "spacer": {
- "width": {
- "label": "Largura",
- "description": "Largura do espaçamento em pixels"
- }
- },
- "custom-button": {
- "icon": {
- "label": "Ícone",
- "description": "Selecione um ícone da biblioteca."
- },
- "browse": "Navegar",
- "left-click": {
- "label": "Clique esquerdo",
- "description": "Comando a executar quando o botão é clicado com o botão esquerdo."
- },
- "right-click": {
- "label": "Clique direito",
- "description": "Comando a executar quando o botão é clicado com o botão direito."
- },
- "middle-click": {
- "label": "Clique do meio",
- "description": "Comando a executar quando o botão é clicado com o botão do meio."
- },
- "dynamic-text": "Texto dinâmico",
- "display-command-output": {
- "label": "Exibir Saída de Comando",
- "description": "Digite um comando para ser executado em um intervalo regular. A primeira linha da sua saída será exibida como texto.",
- "stream-description": "Insira um comando para executar continuamente."
- },
- "refresh-interval": {
- "label": "Intervalo de atualização",
- "description": "Intervalo em milissegundos."
- },
- "text-stream": {
- "label": "Transmissão",
- "description": "As linhas transmitidas do comando serão exibidas como texto no botão."
- },
- "collapse-condition": {
- "label": "Condição de recolhimento",
- "description": "Se o texto de saída corresponder a este valor, o botão será recolhido."
- },
- "parse-json": {
- "label": "Analisar saída como JSON",
- "description": "Analisa a saída do comando como um objeto JSON para definir dinamicamente o texto e o ícone."
- }
- },
- "media-mini": {
- "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",
- "description": "Exibir a arte do álbum da faixa atualmente sendo reproduzida."
- },
- "show-visualizer": {
- "label": "Mostrar visualizador",
- "description": "Exibir um visualizador de áudio quando música está sendo reproduzida."
- },
- "visualizer-type": {
- "label": "Tipo de visualizador",
- "description": "Escolher o estilo de visualizador de áudio a exibir."
- },
- "max-width": {
- "label": "Largura Máxima",
- "description": "Define o tamanho horizontal máximo do widget. O widget será reduzido para se adequar a conteúdo mais curto."
- },
- "use-fixed-width": {
- "label": "Usar Largura Fixa",
- "description": "Quando ativado, o widget sempre usará a largura máxima em vez de ajustar dinamicamente ao conteúdo."
- },
- "scrolling-mode": {
- "label": "Modo de rolagem",
- "description": "Controlar quando a rolagem de texto está habilitada para títulos de faixa longos."
- },
- "no-active-player": "Nenhum player ativo"
- },
- "clock": {
- "use-primary-color": {
- "label": "Usar cor primária",
- "description": "Quando ativado, aplica a cor primária para dar ênfase."
- },
- "use-monospaced-font": {
- "label": "Usar fonte monoespaçada",
- "description": "Quando ativado, o relógio usará a fonte monoespaçada."
- },
- "clock-display": {
- "label": "Exibição do relógio",
- "description": "Personalize a exibição do seu relógio adicionando tokens da lista abaixo. Para usar o formato de 12 horas, você deve incluir o token 'AP'."
- },
- "horizontal-bar": {
- "label": "Barra horizontal",
- "description": "Dica: Use \\n para criar uma quebra de linha."
- },
- "vertical-bar": {
- "label": "Barra vertical",
- "description": "Use um espaço para separar cada parte em uma nova linha."
- },
- "preview": "Pré-visualização",
- "custom-font": {
- "description": "Selecione uma fonte personalizada para a exibição do relógio.",
- "label": "Fonte personalizada",
- "placeholder": "Selecionar fonte personalizada...",
- "search-placeholder": "Procurar fontes..."
- },
- "use-custom-font": {
- "description": "Substitua a fonte padrão por uma fonte personalizada para o relógio.",
- "label": "Usar fonte personalizada"
- }
- },
- "taskbar": {
- "only-active-workspaces": {
- "description": "Mostrar apenas aplicativos de áreas de trabalho ativas.",
- "label": "Apenas de espaços de trabalho ativos"
- },
- "only-same-output": {
- "description": "Mostrar apenas os aplicativos da saída onde a barra está localizada.",
- "label": "Apenas da mesma saída"
- },
- "colorize-icons": {
- "label": "Colorir ícones",
- "description": "Aplicar cores do tema aos ícones da barra de tarefas."
- },
- "hide-mode": {
- "label": "Modo de ocultação",
- "description": "Controla como o widget se comporta quando não há janelas correspondentes."
- }
- },
- "tray": {
- "colorize-icons": {
- "label": "Colorir ícones",
- "description": "Aplicar cores do tema aos ícones da bandeja do sistema."
- }
- },
- "audio-visualizer": {
- "width": {
- "label": "Largura",
- "description": "Largura do componente personalizado."
- },
- "hide-when-idle": {
- "label": "Ocultar quando não houver reprodução",
- "description": "Quando ativado, o visualizador fica oculto a menos que haja reprodução ativa."
- },
- "color-name": {
- "description": "Selecione a cor para o visualizador.",
+ "fill-color": {
+ "description": "Escolha uma cor de preenchimento que pode aparecer atrás do papel de parede.",
"label": "Cor de preenchimento"
+ },
+ "fill-mode": {
+ "description": "Selecione como a imagem deve ser dimensionada para corresponder à resolução do seu monitor.",
+ "label": "Modo de preenchimento"
+ },
+ "section": {
+ "label": "Aparência e estilo"
+ },
+ "transition-duration": {
+ "description": "Duração das animações de transição em segundos.",
+ "label": "Duração da transição"
+ },
+ "transition-type": {
+ "description": "Tipo de animação ao alternar entre papéis de parede.",
+ "label": "Tipo de transição"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "description": "Exibir o status do Caps Lock.",
- "label": "Caps Lock"
+ "settings": {
+ "enable-management": {
+ "description": "Gerencie papéis de parede com o Noctalia. Desmarque se preferir usar outro aplicativo.",
+ "label": "Ativar gerenciamento de papel de parede"
},
- "show-num-lock": {
- "description": "Exibir o status do Num Lock.",
- "label": "Bloq Num"
+ "folder": {
+ "description": "Caminho para a sua pasta principal de papéis de parede.",
+ "label": "Pasta de papéis de parede",
+ "tooltip": "Procurar pasta de papéis de parede"
},
- "show-scroll-lock": {
- "description": "Exibir o status do Scroll Lock.",
- "label": "Scroll Lock"
+ "monitor-specific": {
+ "description": "Defina uma pasta de papel de parede diferente para cada monitor.",
+ "label": "Diretórios específicos por monitor",
+ "tooltip": "Procurar pasta de papéis de parede"
},
- "browse": "Navegar"
- }
+ "recursive-search": {
+ "description": "Também buscar papéis de parede em subpastas do diretório de papéis de parede.",
+ "label": "Buscar em subpastas"
+ },
+ "section": {
+ "description": "Controle como os papéis de parede são gerenciados e exibidos.",
+ "label": "Configurações de papel de parede"
+ },
+ "select-folder": "Selecionar pasta de papéis de parede",
+ "select-monitor-folder": "Selecionar pasta de papéis de parede do monitor",
+ "selector-position": {
+ "description": "Escolha onde o painel do seletor de papel de parede aparece.",
+ "label": "Posição"
+ }
+ },
+ "title": "Papel de parede"
}
},
- "notifications": {
- "panel": {
- "title": "Notificações",
- "no-notifications": "Nenhuma notificação",
- "description": "Suas notificações aparecerão aqui assim que chegarem.",
- "click-to-expand": "Clique para expandir"
+ "setup": {
+ "appearance": {
+ "header": "Aparência",
+ "subheader": "Escolha o modo escuro e as fontes de cores (Matugen ou predefinidas)."
+ },
+ "customize": {
+ "header": "Personalizar a sua experiência",
+ "subheader": "Ajuste a posição da barra, densidade, escala e mais."
+ },
+ "wallpaper": {
+ "choose-dir": "Escolha um diretório contendo seus papéis de parede",
+ "dir": {
+ "browse": "Procurar pasta",
+ "description": "Escolha a pasta que contém seus papéis de parede",
+ "label": "Diretório de papéis de parede",
+ "select-title": "Selecionar pasta de papéis de parede"
+ },
+ "header": "Escolha o seu papel de parede",
+ "no-dir": "Nenhum diretório de papéis de parede selecionado",
+ "no-valid": "Nenhuma imagem válida encontrada em: {dir}",
+ "none-in-dir": "Nenhum papel de parede encontrado no diretório",
+ "preview-error": "Falha ao carregar a imagem",
+ "select-prompt": "Selecione um papel de parede abaixo",
+ "subheader": "Defina o ambiente com um belo fundo."
+ },
+ "welcome": {
+ "note": "Apenas alguns ajustes básicos para começar - o restante está em Configurações"
}
},
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "Nenhum reprodutor de mídia detectado",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Desconhecido",
+ "unknown-app": "Aplicativo Desconhecido",
+ "unknown-layout": "Desconhecido",
+ "unknown-version": "Desconhecida",
+ "uptime": "Atividade: {uptime}",
+ "user-requested": "Solicitado pelo usuário",
+ "welcome-back": "Bem-vindo(a) de volta, {user}!",
+ "widget-settings-title": "Configurações de {widget}"
+ },
+ "toast": {
+ "airplane-mode": {
+ "disabled": "Desativado",
+ "enabled": "Ativado",
+ "title": "Modo avião"
+ },
+ "battery": {
+ "low": "Bateria Fraca",
+ "low-desc": "A bateria está em {percent}%. Por favor, conecte o carregador."
+ },
+ "battery-manager": {
+ "initial-setup": "Configuração inicial necessária",
+ "install-failed": "Falha na instalação",
+ "install-missing": "Arquivos necessários ausentes",
+ "install-success": "Instalado com sucesso",
+ "install-unsupported": "Sistema não suportado",
+ "set-failed": "Falha ao definir o limite da bateria",
+ "set-success-desc": "Limite da bateria definido para {percent}%",
+ "title": "Limite da bateria",
+ "uninstall-failed": "Falha na desinstalação",
+ "uninstall-setup": "Desinstalando, autenticação necessária",
+ "uninstall-success": "Desinstalado com sucesso"
+ },
+ "bluetooth": {
+ "disabled": "Desativado",
+ "enabled": "Ativado"
+ },
+ "clipboard": {
+ "unavailable": "Histórico da área de transferência indisponível",
+ "unavailable-desc": "O aplicativo 'cliphist' não está instalado. Por favor, instale-o para usar os recursos do histórico da área de transferência."
+ },
+ "do-not-disturb": {
+ "disabled": "'Não perturbe' desativado",
+ "disabled-desc": "Mostrando todas as notificações.",
+ "enabled": "'Não perturbe' ativado",
+ "enabled-desc": "Você encontrará essas notificações no seu histórico."
+ },
+ "internet": {
+ "limited": "Conectado sem Internet"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel foi renomeado para SessionMenu, esta chamada de IPC será descontinuada em breve. Por favor, use \"ipc call sessionMenu toggle\".",
+ "sidepanel-deprecated": "SidePanel foi renomeado para ControlCenter, esta chamada de IPC será descontinuada em breve. Por favor, use \"ipc call controlCenter toggle\"."
+ },
+ "keep-awake": {
+ "disabled": "Desativado",
+ "enabled": "Ativado"
+ },
+ "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"
+ },
+ "night-light": {
+ "disabled": "Desativada",
+ "enabled": "Ativada",
+ "forced": "Ativação forçada",
+ "normal": "Modo normal",
+ "not-installed": "wlsunset não está instalado"
+ },
+ "power-profile": {
+ "changed": "Perfil de energia alterado",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "O gravador encerrou com um erro.",
+ "failed-gpu": "gpu-screen-recorder encerrou inesperadamente.",
+ "failed-start": "Falha ao iniciar a gravação",
+ "no-portals": "Portais de desktop não estão em execução",
+ "no-portals-desc": "Inicie o xdg-desktop-portal e um portal de compositor (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder não instalado",
+ "not-installed-desc": "Por favor instale o gpu-screen-recorder para usar as funcionalidades de gravação de tela.",
+ "saved": "Gravação salva",
+ "started": "Gravação iniciada",
+ "stopping": "Parando gravação…"
+ },
+ "wallpaper-colors": {
+ "disabled": "Cores do papel de parede desativadas",
+ "enabled": "Cores do papel de parede ativadas",
+ "not-installed": "Matugen não instalado - necessário para extração de cores do papel de parede"
+ },
+ "wifi": {
+ "connected": "Conectado a '{ssid}'",
+ "disabled": "Desativado",
+ "disconnected": "Desconectado de '{ssid}'",
+ "enabled": "Ativado"
+ }
+ },
+ "tooltips": {
+ "add-widget": "Adicionar widget",
+ "bluetooth-devices": "Dispositivos Bluetooth",
+ "brightness-at": "Brilho: {brightness}%\nClique direito para configurações.\nRole para modificar o brilho.",
+ "cancel-timer": "Cancelar temporizador",
+ "clear-history": "Limpar histórico",
+ "click-to-start-recording": "Clique para iniciar a gravação",
+ "click-to-stop-recording": "Clique para parar a gravação",
+ "close": "Fechar",
+ "connect-disconnect-devices": "Clique esquerdo para conectar. Clique direito para esquecer.",
+ "delete-notification": "Excluir notificação",
+ "disable-keep-awake": "Desativar 'manter acordado'",
+ "do-not-disturb-disabled": "'Não perturbe' desativado",
+ "do-not-disturb-enabled": "'Não perturbe' ativado",
+ "enable-keep-awake": "Ativar 'manter acordado'",
+ "forget-network": "Esquecer rede",
+ "home": "Início",
+ "input-muted": "Silenciar entrada de áudio",
+ "keep-awake": "Manter acordado",
+ "keyboard-layout": "Layout de teclado {layout}",
+ "manage-wifi": "Gerenciar Wi-Fi",
+ "microphone-volume-at": "Volume do microfone em {volume}%.\nClique esquerdo para configurações. Clique direito para ativar/desativar o mudo.\nRole para modificar o volume.",
+ "move-to-center-section": "Mover para a seção central",
+ "move-to-left-section": "Mover para a seção esquerda",
+ "move-to-right-section": "Mover para a seção direita",
+ "next-media": "Próxima mídia",
+ "next-month": "Próximo mês",
+ "night-light-disabled": "Luz noturna desativada.\nClique esquerdo para alternar o modo.\nClique direito para acessar as configurações.",
+ "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.",
+ "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\".",
+ "open-settings": "Abrir configurações",
+ "open-wallpaper-selector": "Abrir seletor de papel de parede",
+ "output-muted": "Silenciar saída de áudio",
+ "pause": "Pausar",
+ "play": "Reproduzir",
+ "power-profile": "Perfil de energia '{profile}'",
+ "previous-media": "Mídia anterior",
+ "previous-month": "Mês anterior",
+ "refresh": "Atualizar",
+ "refresh-devices": "Atualizar dispositivos",
+ "refresh-wallpaper-list": "Atualizar lista de papéis de parede",
+ "remove-widget": "Remover widget",
+ "screen-recorder-not-installed": "O gravador de tela não está instalado",
+ "session-menu": "Menu da Sessão",
+ "set-power-profile": "Definir perfil de energia \"{profile}\"",
+ "start-screen-recording": "Iniciar gravação de tela",
+ "stop-screen-recording": "Parar gravação de tela",
+ "switch-to-dark-mode": "Mudar para o modo escuro",
+ "switch-to-light-mode": "Mudar para o modo claro",
+ "up": "Acima",
+ "volume-at": "Volume de saída em {volume}%.\nClique esquerdo para configurações. Clique direito para alternar o mudo.\nRole para modificar o volume.",
+ "wallpaper-selector": "Clique esquerdo: Abrir seletor de papel de parede.\nClique direito: Definir papel de parede aleatório.",
+ "widget-settings": "Configurações do widget"
+ },
"wallpaper": {
- "panel": {
- "title": "Seletor de papel de parede",
- "apply-all-monitors": {
- "label": "Aplicar a todos os monitores",
- "description": "Aplica o papel de parede selecionado a todos os monitores de uma só vez."
- },
- "search": "Pesquisar:"
- },
- "transitions": {
- "none": "Nenhuma",
- "random": "Aleatória",
- "fade": "Esmaecer",
- "disc": "Disco",
- "stripes": "Listras",
- "wipe": "Limpar"
- },
+ "configure-directory": "Configure seu diretório de papéis de parede com imagens.",
"fill-modes": {
"center": "Centralizar",
"crop": "Cortar (Preencher)",
@@ -1397,541 +1791,147 @@
},
"no-match": "Nenhuma correspondência encontrada.",
"no-wallpaper": "Nenhum papel de parede encontrado.",
- "try-different-search": "Tente uma busca diferente.",
- "configure-directory": "Configure seu diretório de papéis de parede com imagens."
- },
- "bluetooth": {
"panel": {
- "title": "Bluetooth",
- "disabled": "O Bluetooth está desativado",
- "enable-message": "Ative o Bluetooth para ver os dispositivos disponíveis.",
- "connected-devices": "Dispositivos conectados",
- "known-devices": "Dispositivos conhecidos",
- "available-devices": "Dispositivos disponíveis",
- "scanning": "Procurando por dispositivos...",
- "pairing-mode": "Certifique-se de que seu dispositivo está em modo de pareamento."
+ "apply-all-monitors": {
+ "description": "Aplica o papel de parede selecionado a todos os monitores de uma só vez.",
+ "label": "Aplicar a todos os monitores"
+ },
+ "search": "Pesquisar:",
+ "title": "Seletor de papel de parede"
+ },
+ "transitions": {
+ "disc": "Disco",
+ "fade": "Esmaecer",
+ "none": "Nenhuma",
+ "random": "Aleatória",
+ "stripes": "Listras",
+ "wipe": "Limpar"
+ },
+ "try-different-search": "Tente uma busca diferente."
+ },
+ "weather": {
+ "clear-sky": "Céu limpo",
+ "drizzle": "Garoa",
+ "fog": "Névoa",
+ "mainly-clear": "Predominantemente limpo",
+ "overcast": "Nublado",
+ "partly-cloudy": "Parcialmente nublado",
+ "rain-showers": "Pancadas de chuva",
+ "snow": "Neve",
+ "thunderstorm": "Tempestade",
+ "unknown": "Desconhecido"
+ },
+ "widgets": {
+ "color-picker": {
+ "apply": "Aplicar",
+ "brightness": "Brilho",
+ "cancel": "Cancelar",
+ "hex": {
+ "description": "Digite um código de cor hexadecimal.",
+ "label": "Cor hexadecimal"
+ },
+ "palette": {
+ "description": "Escolha entre uma vasta gama de cores predefinidas.",
+ "label": "Paleta"
+ },
+ "rgb": {
+ "description": "Ajuste os valores de vermelho, verde, azul e brilho.",
+ "label": "Valores RGB"
+ },
+ "theme-colors": {
+ "description": "Acesso rápido à paleta de cores do seu tema.",
+ "label": "Cores do tema"
+ },
+ "title": "Seletor de cores"
+ },
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm em minúsculas",
+ "uppercase": "AM/PM em maiúsculas"
+ },
+ "common": {
+ "12hour-time-minutes": "Horário de 12 horas com minutos",
+ "24hour-time-minutes": "Horário de 24 horas com minutos",
+ "24hour-time-seconds": "Horário de 24 horas com segundos",
+ "european-date": "Formato de data europeu",
+ "iso-date": "Formato de data ISO",
+ "us-date": "Formato de data dos EUA",
+ "weekday-date": "Dia da semana com data",
+ "weekday-month-day": "Dia da semana, mês e dia"
+ },
+ "day": {
+ "abbreviated": "Nome do dia abreviado",
+ "full": "Nome completo do dia",
+ "leading-zero": "Dia com zero à esquerda (01-31)",
+ "no-leading-zero": "Dia sem zero à esquerda (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Hora com zero à esquerda (00-23) - formato de 24 horas",
+ "no-leading-zero": "Hora sem zero à esquerda (0-23) - formato de 24 horas"
+ },
+ "minute": {
+ "leading-zero": "Minuto com zero à esquerda (00-59)",
+ "no-leading-zero": "Minuto sem zero à esquerda (0-59)"
+ },
+ "month": {
+ "abbreviated": "Nome do mês abreviado",
+ "full": "Nome completo do mês",
+ "number-leading-zero": "Mês como número com zero à esquerda (01-12)",
+ "number-no-zero": "Mês como número sem zero à esquerda (1-12)"
+ },
+ "second": {
+ "leading-zero": "Segundo com zero à esquerda (00-59)",
+ "no-leading-zero": "Segundo sem zero à esquerda (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Abreviação do fuso horário"
+ },
+ "year": {
+ "four-digit": "Ano com quatro dígitos",
+ "two-digit": "Ano com dois dígitos (00-99)"
+ }
+ },
+ "file-picker": {
+ "cancel": "Cancelar",
+ "search-placeholder": "Pesquisar arquivos e pastas...",
+ "select-current": "Selecionar Atual",
+ "select-file": "Selecionar Arquivo",
+ "select-folder": "Selecionar Pasta",
+ "title": "Seletor de Arquivos"
+ },
+ "icon-picker": {
+ "apply": "Aplicar",
+ "cancel": "Cancelar",
+ "search": {
+ "label": "Pesquisar"
+ },
+ "title": "Seletor de ícones"
+ },
+ "text-input": {
+ "clear": "Limpar"
+ },
+ "tooltip": {
+ "placeholder": "Espaço reservado"
}
},
"wifi": {
"panel": {
- "title": "Wi-Fi",
- "disabled": "O Wi-Fi está desativado",
- "enable-message": "Ative o Wi-Fi para ver as redes disponíveis.",
- "searching": "Procurando redes próximas...",
- "connected": "Conectado",
- "disconnecting": "Desconectando...",
- "forgetting": "Esquecendo...",
- "saved": "Salva",
- "disconnect": "Desconectar",
- "enter-password": "Digite a senha...",
"connect": "Conectar",
- "password": "Senha",
- "forget-network": "Esquecer esta rede?",
+ "connected": "Conectado",
+ "disabled": "O Wi-Fi está desativado",
+ "disconnect": "Desconectar",
+ "disconnecting": "Desconectando...",
+ "enable-message": "Ative o Wi-Fi para ver as redes disponíveis.",
+ "enter-password": "Digite a senha...",
"forget": "Esquecer",
+ "forget-network": "Esquecer esta rede?",
+ "forgetting": "Esquecendo...",
"no-networks": "Nenhuma rede encontrada",
- "scan-again": "Escanear novamente"
- }
- },
- "calendar": {
- "panel": {
- "week": "Semana"
- },
- "weather": {
- "loading": "Carregando o clima…"
- }
- },
- "tooltips": {
- "refresh": "Atualizar",
- "close": "Fechar",
- "up": "Acima",
- "home": "Início",
- "refresh-wallpaper-list": "Atualizar lista de papéis de parede",
- "refresh-devices": "Atualizar dispositivos",
- "forget-network": "Esquecer rede",
- "clear-history": "Limpar histórico",
- "delete-notification": "Excluir notificação",
- "previous-month": "Mês anterior",
- "next-month": "Próximo mês",
- "add-widget": "Adicionar widget",
- "widget-settings": "Configurações do widget",
- "remove-widget": "Remover widget",
- "move-to-left-section": "Mover para a seção esquerda",
- "move-to-center-section": "Mover para a seção central",
- "move-to-right-section": "Mover para a seção direita",
- "open-settings": "Abrir configurações",
- "session-menu": "Menu da Sessão",
- "cancel-timer": "Cancelar temporizador",
- "start-screen-recording": "Iniciar gravação de tela",
- "stop-screen-recording": "Parar gravação de tela",
- "screen-recorder-not-installed": "O gravador de tela não está instalado",
- "keep-awake": "Manter acordado",
- "enable-keep-awake": "Ativar 'manter acordado'",
- "disable-keep-awake": "Desativar 'manter acordado'",
- "wallpaper-selector": "Clique esquerdo: Abrir seletor de papel de parede.\nClique direito: Definir papel de parede aleatório.",
- "do-not-disturb-enabled": "'Não perturbe' ativado",
- "do-not-disturb-disabled": "'Não perturbe' desativado",
- "connect-disconnect-devices": "Clique esquerdo para conectar. Clique direito para esquecer.",
- "set-power-profile": "Definir perfil de energia \"{profile}\"",
- "switch-to-light-mode": "Mudar para o modo claro",
- "switch-to-dark-mode": "Mudar para o modo escuro",
- "night-light-disabled": "Luz noturna desativada.\nClique esquerdo para alternar o modo.\nClique direito para acessar as configurações.",
- "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.",
- "click-to-start-recording": "Clique para iniciar a gravação",
- "click-to-stop-recording": "Clique para parar a gravação",
- "open-control-center": "Abrir central de controle",
- "brightness-at": "Brilho: {brightness}%\nClique direito para configurações.\nRole para modificar o brilho.",
- "manage-wifi": "Gerenciar Wi-Fi",
- "bluetooth-devices": "Dispositivos Bluetooth",
- "open-notification-history-enable-dnd": "Abrir histórico de notificações\nClique direito para ativar \"Não perturbe\".",
- "open-notification-history-disable-dnd": "Abrir histórico de notificações\nClique direito para desativar \"Não perturbe\".",
- "open-wallpaper-selector": "Abrir seletor de papel de parede",
- "previous-media": "Mídia anterior",
- "pause": "Pausar",
- "play": "Reproduzir",
- "next-media": "Próxima mídia",
- "power-profile": "Perfil de energia '{profile}'",
- "keyboard-layout": "Layout de teclado {layout}",
- "output-muted": "Silenciar saída de áudio",
- "input-muted": "Silenciar entrada de áudio",
- "microphone-volume-at": "Volume do microfone em {volume}%.\nClique esquerdo para configurações. Clique direito para ativar/desativar o mudo.\nRole para modificar o volume.",
- "volume-at": "Volume de saída em {volume}%.\nClique esquerdo para configurações. Clique direito para alternar o mudo.\nRole para modificar o volume."
- },
- "clock": {
- "tooltip": "Abrir calendário"
- },
- "dock": {
- "menu": {
- "focus": "Focar",
- "pin": "Fixar",
- "unpin": "Desafixar",
- "close": "Fechar"
- }
- },
- "launcher": {
- "pin": "Fixar no dock",
- "unpin": "Desafixar do dock"
- },
- "placeholders": {
- "search-icons": "ex., noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/usuario/.face",
- "enter-width-pixels": "Digite a largura em pixels",
- "enter-command": "Digite o comando para executar (app ou script personalizado)",
- "command-example": "echo \"Olá Mundo\"",
- "enter-text-to-collapse": "por exemplo, 'nada está sendo reproduzido'. Use /regex/ para padrões.",
- "search-wallpapers": "Digite para filtrar papéis de parede...",
- "search-launcher": "Pesquisar entradas... ou use > para comandos",
- "search": "Pesquisar...",
- "select": "Selecionar",
- "cancel": "Cancelar",
- "test": "Testar",
- "enter-tooltip": "Inserir dica de ferramenta"
- },
- "options": {
- "osd": {
- "position": {
- "top_left": "Superior esquerdo",
- "top_right": "Superior direito",
- "top_center": "Centro superior",
- "bottom_left": "Inferior esquerdo",
- "bottom_right": "Inferior direito",
- "bottom_center": "Centro inferior",
- "center_left": "Esquerda central",
- "center_right": "Direita central"
- }
- },
- "launcher": {
- "position": {
- "center": "Centro (padrão)",
- "top_left": "Superior esquerdo",
- "top_right": "Superior direito",
- "bottom_left": "Inferior esquerdo",
- "bottom_right": "Inferior direito",
- "bottom_center": "Centro inferior",
- "top_center": "Centro superior",
- "center_left": "Centro à esquerda",
- "center_right": "Centro à direita",
- "follow_bar": "Seguir barra (padrão)"
- }
- },
- "control-center": {
- "position": {
- "close_to_bar_button": "Perto do botão da barra",
- "top_left": "Superior esquerdo",
- "top_right": "Superior direito",
- "bottom_left": "Inferior esquerdo",
- "bottom_right": "Inferior direito",
- "bottom_center": "Centro inferior",
- "top_center": "Centro superior",
- "center": "Centro"
- },
- "quickSettingsStyle": {
- "modern": "Moderno",
- "classic": "Clássico",
- "compact": "Compacto"
- }
- },
- "bar": {
- "position": {
- "top": "Topo",
- "bottom": "Inferior",
- "left": "Esquerda",
- "right": "Direita"
- },
- "density": {
- "compact": "Compacta",
- "default": "Padrão",
- "comfortable": "Confortável",
- "mini": "Mini"
- }
- },
- "display-mode": {
- "on-hover": "Ao passar o mouse",
- "always-show": "Sempre mostrar",
- "always-hide": "Sempre ocultar",
- "force-open": "Forçar Abertura"
- },
- "workspace-labels": {
- "none": "Nenhum",
- "index": "Índice",
- "name": "Nome"
- },
- "visualizer-types": {
- "none": "Nenhum",
- "linear": "Linear",
- "mirrored": "Espelhado",
- "wave": "Onda"
- },
- "scrolling-modes": {
- "always": "Rolar Sempre",
- "hover": "Rolar ao Passar o Mouse",
- "never": "Nunca Rolar"
- },
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portal",
- "screen": "Tela"
- },
- "quality": {
- "medium": "Média",
- "high": "Alta",
- "very-high": "Muito alta",
- "ultra": "Ultra"
- },
- "color-range": {
- "limited": "Limitada",
- "full": "Completa"
- },
- "audio-sources": {
- "system-output": "Saída do sistema",
- "microphone-input": "Entrada do microfone",
- "both": "Saída do sistema + entrada do microfone"
- }
- },
- "hide-modes": {
- "hidden": "Ocultar Quando Vazio",
- "transparent": "Transparente quando vazio",
- "visible": "Sempre Visível"
- },
- "colors": {
- "error": "Erro",
- "primary": "Primário",
- "secondary": "Secundário",
- "tertiary": "Terciário",
- "onSurface": "Na Superfície"
- }
- },
- "session-menu": {
- "title": "Menu da Sessão",
- "action-in-seconds": "{action} em {seconds} segundos...",
- "lock": "Bloquear",
- "lock-and-suspend": "Bloquear e Suspender",
- "suspend": "Suspender",
- "reboot": "Reiniciar",
- "logout": "Sair",
- "shutdown": "Desligar"
- },
- "plugins": {
- "applications": "Aplicativos",
- "clipboard": "Histórico da área de transferência",
- "calculator": "Calculadora",
- "clipboard-search-description": "Pesquisar no histórico da área de transferência",
- "clipboard-clear-description": "Limpar todo o histórico da área de transferência",
- "clipboard-history-disabled": "Histórico da área de transferência desativado",
- "clipboard-history-disabled-description": "Ative o histórico da área de transferência nas configurações ou instale o cliphist",
- "clipboard-clear-history": "Limpar histórico da área de transferência",
- "clipboard-clear-description-full": "Remover todos os itens do histórico da área de transferência",
- "clipboard-loading": "Carregando histórico da área de transferência...",
- "clipboard-loading-description": "Por favor, aguarde",
- "calculator-description": "Calculadora - avalie expressões matemáticas",
- "calculator-name": "Calculadora",
- "calculator-enter-expression": "Digite uma expressão matemática",
- "calculator-error": "Erro"
- },
- "system": {
- "uptime": "Atividade: {uptime}",
- "welcome-back": "Bem-vindo(a) de volta, {user}!",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "Configurações de {widget}",
- "unknown-app": "Aplicativo Desconhecido",
- "no-media-player-detected": "Nenhum reprodutor de mídia detectado",
- "user-requested": "Solicitado pelo usuário",
- "unknown": "Desconhecido",
- "unknown-version": "Desconhecida",
- "unknown-layout": "Desconhecido"
- },
- "lock-screen": {
- "password": "Digite sua senha...",
- "welcome-back": "Bem-vindo de volta,",
- "authenticating": "Autenticando...",
- "authentication-failed": "Falha na autenticação",
- "shut-down": "Desligar",
- "restart": "Reiniciar",
- "suspend": "Suspender"
- },
- "quickSettings": {
- "notifications": {
- "label": {
- "enabled": "Notificações",
- "disabled": "Não perturbar"
- },
- "tooltip": {
- "action": "Clique esquerdo: Abrir histórico de notificações\nClique direito: Alternar Não perturbar"
- }
- },
- "screenRecorder": {
- "label": {
- "recording": "Parar",
- "stopped": "Gravar"
- },
- "tooltip": {
- "action": "Clique para iniciar/parar a gravação da tela"
- }
- },
- "powerProfile": {
- "label": {
- "unavailable": "Perfil de energia"
- },
- "tooltip": {
- "action": "Clique para alternar o perfil de energia",
- "disabled": "Instale power-profiles-daemon para usar perfis de energia"
- }
- },
- "wifi": {
- "label": {
- "ethernet": "Ethernet",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi desconectado"
- },
- "tooltip": {
- "action": "Clique para gerenciar conexões Wi-Fi"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Clique para gerenciar dispositivos Bluetooth"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Luz noturna",
- "forced": "Luz noturna",
- "disabled": "Luz noturna"
- },
- "tooltip": {
- "action": "Clique para alternar o modo Luz noturna\nClique direito: Abrir configurações"
- }
- },
- "wallpaperSelector": {
- "label": "Papel de parede",
- "tooltip": {
- "action": "Clique esquerdo: Abrir seletor de papel de parede\nClique direito: Definir papel de parede aleatório"
- }
- },
- "keepAwake": {
- "label": {
- "enabled": "Manter acordado",
- "disabled": "Manter acordado"
- },
- "tooltip": {
- "action": "Clique para alternar o modo Manter acordado"
- }
- }
- },
- "toast": {
- "night-light": {
- "enabled": "Ativada",
- "disabled": "Desativada",
- "not-installed": "wlsunset não está instalado",
- "forced": "Ativação forçada",
- "normal": "Modo normal"
- },
- "keep-awake": {
- "enabled": "Ativado",
- "disabled": "Desativado"
- },
- "wallpaper-colors": {
- "enabled": "Cores do papel de parede ativadas",
- "disabled": "Cores do papel de parede desativadas",
- "not-installed": "Matugen não instalado - necessário para extração de cores do papel de parede"
- },
- "matugen": {
- "failed": "Falha no processamento do Matugen",
- "failed-general": "Matugen encontrou um erro ao processar os modelos"
- },
- "recording": {
- "stopping": "Parando gravação…",
- "started": "Gravação iniciada",
- "saved": "Gravação salva",
- "failed-start": "Falha ao iniciar a gravação",
- "failed-gpu": "gpu-screen-recorder encerrou inesperadamente.",
- "failed-general": "O gravador encerrou com um erro.",
- "no-portals": "Portais de desktop não estão em execução",
- "no-portals-desc": "Inicie o xdg-desktop-portal e um portal de compositor (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder não instalado",
- "not-installed-desc": "Por favor instale o gpu-screen-recorder para usar as funcionalidades de gravação de tela."
- },
- "clipboard": {
- "unavailable": "Histórico da área de transferência indisponível",
- "unavailable-desc": "O aplicativo 'cliphist' não está instalado. Por favor, instale-o para usar os recursos do histórico da área de transferência."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel foi renomeado para SessionMenu, esta chamada de IPC será descontinuada em breve. Por favor, use \"ipc call sessionMenu toggle\".",
- "sidepanel-deprecated": "SidePanel foi renomeado para ControlCenter, esta chamada de IPC será descontinuada em breve. Por favor, use \"ipc call controlCenter toggle\"."
- },
- "wifi": {
- "enabled": "Ativado",
- "disabled": "Desativado",
- "connected": "Conectado a '{ssid}'",
- "disconnected": "Desconectado de '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Ativado",
- "disabled": "Desativado"
- },
- "airplane-mode": {
- "title": "Modo avião",
- "enabled": "Ativado",
- "disabled": "Desativado"
- },
- "internet": {
- "limited": "Conectado sem Internet"
- },
- "kofi": {
- "opened": "Página do Ko-fi aberta no seu navegador"
- },
- "do-not-disturb": {
- "enabled": "'Não perturbe' ativado",
- "disabled": "'Não perturbe' desativado",
- "enabled-desc": "Você encontrará essas notificações no seu histórico.",
- "disabled-desc": "Mostrando todas as notificações."
- },
- "power-profile": {
- "changed": "Perfil de energia alterado",
- "profile-name": "\"{profile}\""
- },
- "battery": {
- "low": "Bateria Fraca",
- "low-desc": "A bateria está em {percent}%. Por favor, conecte o carregador."
- },
- "battery-manager": {
- "title": "Limite da bateria",
- "set-success-desc": "Limite da bateria definido para {percent}%",
- "initial-setup": "Configuração inicial necessária",
- "set-failed": "Falha ao definir o limite da bateria",
- "install-success": "Instalado com sucesso",
- "install-missing": "Arquivos necessários ausentes",
- "install-unsupported": "Sistema não suportado",
- "install-failed": "Falha na instalação",
- "uninstall-setup": "Desinstalando, autenticação necessária",
- "uninstall-success": "Desinstalado com sucesso",
- "uninstall-failed": "Falha na desinstalação"
- },
- "missing-control-center": {
- "label": "Último widget da Central de Controle removido",
- "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."
- }
- },
- "weather": {
- "clear-sky": "Céu limpo",
- "mainly-clear": "Predominantemente limpo",
- "partly-cloudy": "Parcialmente nublado",
- "overcast": "Nublado",
- "fog": "Névoa",
- "drizzle": "Garoa",
- "snow": "Neve",
- "rain-showers": "Pancadas de chuva",
- "thunderstorm": "Tempestade",
- "unknown": "Desconhecido"
- },
- "authentication": {
- "failed": "Falha na autenticação",
- "error": "Erro de autenticação"
- },
- "general": {
- "no-results": "Nenhum resultado",
- "no-summary": "Sem resumo",
- "unknown": "Desconhecido"
- },
- "battery": {
- "no-battery-detected": "Nenhuma bateria detectada.",
- "charging-rate": "Taxa de carregamento: {rate} W.",
- "discharging-rate": "Taxa de descarregamento: {rate} W.",
- "charging": "Carregando.",
- "discharging": "Descarregando.",
- "plugged-in": "Conectado.",
- "idle": "Ocioso.",
- "time-left": "Tempo restante: {time}.",
- "time-until-full": "Tempo até carga completa: {time}.",
- "health": "Saúde: {percent}%",
- "panel": {
- "balanced": "Balanceado ({percent}%)",
- "disabled": "Gerenciador de bateria desativado",
- "full": "Capacidade máxima ({percent}%)",
- "lifespan": "Vida útil prolongada ({percent}%)",
- "title": "Limite de carga"
- }
- },
- "setup": {
- "customize": {
- "header": "Personalizar a sua experiência",
- "subheader": "Ajuste a posição da barra, densidade, escala e mais."
- },
- "appearance": {
- "header": "Aparência",
- "subheader": "Escolha o modo escuro e as fontes de cores (Matugen ou predefinidas)."
- },
- "wallpaper": {
- "header": "Escolha o seu papel de parede",
- "subheader": "Defina o ambiente com um belo fundo.",
- "select-prompt": "Selecione um papel de parede abaixo",
- "preview-error": "Falha ao carregar a imagem",
- "none-in-dir": "Nenhum papel de parede encontrado no diretório",
- "no-dir": "Nenhum diretório de papéis de parede selecionado",
- "no-valid": "Nenhuma imagem válida encontrada em: {dir}",
- "choose-dir": "Escolha um diretório contendo seus papéis de parede",
- "dir": {
- "label": "Diretório de papéis de parede",
- "description": "Escolha a pasta que contém seus papéis de parede",
- "browse": "Procurar pasta",
- "select-title": "Selecionar pasta de papéis de parede"
- }
- },
- "welcome": {
- "note": "Apenas alguns ajustes básicos para começar - o restante está em Configurações"
+ "password": "Senha",
+ "saved": "Salva",
+ "scan-again": "Escanear novamente",
+ "searching": "Procurando redes próximas...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Assets/Translations/tr.json b/Assets/Translations/tr.json
index 155f30f3..5d756c03 100644
--- a/Assets/Translations/tr.json
+++ b/Assets/Translations/tr.json
@@ -159,6 +159,7 @@
}
},
"lock-keys": {
+ "browse": "Göz at",
"show-caps-lock": {
"description": "Caps Lock durumunu göster.",
"label": "Caps Lock"
@@ -170,8 +171,7 @@
"show-scroll-lock": {
"description": "Scroll Lock durumunu göster.",
"label": "Scroll Lock"
- },
- "browse": "Göz at"
+ }
},
"media-mini": {
"hide-mode": {
@@ -439,10 +439,10 @@
"center": "Merkez (varsayılan)",
"center_left": "Sol merkez",
"center_right": "Sağ merkez",
+ "follow_bar": "Çubuğu takip et (varsayılan)",
"top_center": "Üst merkez",
"top_left": "Sol üst",
- "top_right": "Sağ üst",
- "follow_bar": "Çubuğu takip et (varsayılan)"
+ "top_right": "Sağ üst"
}
},
"osd": {
@@ -500,6 +500,7 @@
"command-example": "echo \"Hello World\"",
"enter-command": "Çalıştırılacak komutu girin (uygulama veya özel komut)",
"enter-text-to-collapse": "örn., 'nothing is playing'. Desenler için /regex/ kullanın.",
+ "enter-tooltip": "Araç ipucunu girin",
"enter-width-pixels": "Genişliği piksel olarak girin",
"profile-picture-path": "/home/user/.face",
"search": "Ara...",
@@ -507,8 +508,7 @@
"search-launcher": "Girişleri arayın... veya > komutları için kullanın",
"search-wallpapers": "Duvar kağıtlarını filtrelemek için yazın...",
"select": "Seç",
- "test": "Test",
- "enter-tooltip": "Araç ipucunu girin"
+ "test": "Test"
},
"plugins": {
"applications": "Uygulamalar",
@@ -730,6 +730,10 @@
"label": "Kenar boşlukları",
"vertical": "Dikey"
},
+ "outer-corners": {
+ "description": "Çubuğun dışa doğru kavisli köşelerini görüntüler.",
+ "label": "Dış köşeler"
+ },
"position": {
"description": "Barı ekranda nereye yerleştireceğinizi seçin.",
"label": "Bar konumu"
@@ -741,10 +745,6 @@
"show-capsule": {
"description": "Widget arka planlarını göster.",
"label": "Kapsülü göster"
- },
- "outer-corners": {
- "description": "Çubuğun dışa doğru kavisli köşelerini görüntüler.",
- "label": "Dış köşeler"
}
},
"monitors": {
@@ -857,6 +857,10 @@
"label": "Şablonlar"
},
"terminal": {
+ "alacritty": {
+ "description": "{filepath} yaz ve yeniden yükle",
+ "description-missing": "{app} uygulamasının yüklü olmasını gerektirir"
+ },
"description": "Terminal emülatörü temalandırma.",
"foot": {
"description": "{filepath} dosyasına yaz ve yeniden yükle",
@@ -871,10 +875,6 @@
"description-missing": "Kurulum için {app} gereklidir"
},
"label": "Terminal",
- "alacritty": {
- "description": "{filepath} yaz ve yeniden yükle",
- "description-missing": "{app} uygulamasının yüklü olmasını gerektirir"
- },
"wezterm": {
"description": "{filepath} yaz ve yeniden yükle",
"description-missing": "{app} uygulamasının yüklü olmasını gerektirir"
@@ -912,12 +912,6 @@
"label": "Görünüm"
},
"shortcuts": {
- "section": {
- "description": "Kısayut widget'larını yapılandırın ve yönetin.",
- "label": "Kısayut widget'ları"
- },
- "sectionLeft": "Sol",
- "sectionRight": "Sağ",
"custom-button": {
"browse": "Göz at",
"command": {
@@ -971,7 +965,13 @@
"dialog": {
"apply": "Uygula",
"cancel": "İptal"
- }
+ },
+ "section": {
+ "description": "Kısayut widget'larını yapılandırın ve yönetin.",
+ "label": "Kısayut widget'ları"
+ },
+ "sectionLeft": "Sol",
+ "sectionRight": "Sağ"
},
"title": "Kontrol Merkezi"
},
@@ -982,21 +982,21 @@
"description": "Parlaklık değişimleri için adım boyutunu ayarlayın (tekerlek ve klavye kısayolları).",
"label": "Parlaklık adım boyutu"
},
- "enforce-minimum": {
- "description": "Bazı ekranlarda %0 parlaklıkta arka ışığın tamamen kapanması sorununu çözer.",
- "label": "Minimum parlaklığı zorla (%1)"
- },
- "section": {
- "description": "Her ekran için parlaklık ayarlarını yapın.",
- "label": "Ekran başına ayarlar"
- },
"brightness-unavailable": {
"ddc-disabled": "Parlaklık kontrolü kullanılamıyor. Bu ekranın parlaklığını kontrol etmek için \"Harici parlaklık desteği\"ni etkinleştirin.",
"generic": "Bu ekran için parlaklık kontrolü mevcut değil."
},
+ "enforce-minimum": {
+ "description": "Bazı ekranlarda %0 parlaklıkta arka ışığın tamamen kapanması sorununu çözer.",
+ "label": "Minimum parlaklığı zorla (%1)"
+ },
"external-brightness": {
"description": "Harici ekranlarda parlaklığı DDC/CI protokolü üzerinden kontrol etmek için DDCUtil desteğini etkinleştir.",
"label": "Harici parlaklık desteği"
+ },
+ "section": {
+ "description": "Her ekran için parlaklık ayarlarını yapın.",
+ "label": "Ekran başına ayarlar"
}
},
"night-light": {
@@ -1476,13 +1476,17 @@
"label": "Kenar yarıçapı",
"reset": "Kenar yarıçapını sıfırla"
},
+ "dim-desktop": {
+ "description": "Paneller veya menüler açıkken masaüstünü karart.",
+ "label": "Masaüstünü karart"
+ },
"panels-attached-to-bar": {
- "description": "Etkinleştirildiğinde, paneller harika ters köşe tasarımıyla çubuğa eklenecektir",
- "label": "Panelleri çubuğa bağla"
+ "description": "Paneller çubuğa ve ekran kenarlarına kilitlenerek şık ters köşelerle kusursuz bir görünüm oluşturur.",
+ "label": "Kenarları Yakala"
},
"panels-overlay": {
- "description": "Paneller tam ekran pencerelerin üzerinde görünecektir",
- "label": "Panelleri katman olarak aç"
+ "description": "Panellerin ve çubuğun, tam ekran uygulamalarda bile görünür kalmasını sağlar.",
+ "label": "Panelleri ve Çubuğu Üstte Tut"
},
"scaling": {
"description": "Çubuğu hariç tutarak genel kullanıcı arayüzünün boyutunu değiştirir.",
@@ -1493,18 +1497,14 @@
"description": "Arayüzün görünümünü, hissini ve davranışını özelleştirin.",
"label": "Görünüm"
},
+ "shadows": {
+ "description": "Çubukların ve panellerin altında gölgelerin etkinleştirilmesini sağlar.",
+ "label": "Gölge efektleri"
+ },
"title": "Kullanıcı arayüzü",
"tooltips": {
"description": "Arayüz genelindeki ipuçlarını etkinleştirin veya devre dışı bırakın.",
"label": "İpuçlarını göster"
- },
- "dim-desktop": {
- "description": "Paneller veya menüler açıkken masaüstünü karart.",
- "label": "Masaüstünü karart"
- },
- "shadows": {
- "description": "Çubukların ve panellerin altında gölgelerin etkinleştirilmesini sağlar.",
- "label": "Gölge efektleri"
}
},
"wallpaper": {
diff --git a/Assets/Translations/uk-UA.json b/Assets/Translations/uk-UA.json
index 70f9a9c6..b21b1729 100644
--- a/Assets/Translations/uk-UA.json
+++ b/Assets/Translations/uk-UA.json
@@ -1,1498 +1,338 @@
{
- "settings": {
- "general": {
- "title": "Загальні",
- "launch-setup-wizard": "Запустити майстер налаштування",
- "profile": {
- "section": {
- "label": "Профіль",
- "description": "Редагуйте дані користувача та аватар."
- },
- "picture": {
- "label": "Фото профілю {user}",
- "description": "Ваше фото профілю, що відображається в інтерфейсі."
- },
- "select-avatar": "Вибрати зображення аватара"
- },
- "screen-corners": {
- "section": {
- "label": "Кути екрана",
- "description": "Налаштуйте заокруглення кутів екрана та візуальні ефекти."
- },
- "show-corners": {
- "label": "Показувати кути екрана",
- "description": "Відображати заокруглені кути на краях екрана."
- },
- "solid-black": {
- "label": "Суцільно чорні кути",
- "description": "Використовувати суцільний чорний колір замість кольору фону панелі."
- },
- "radius": {
- "label": "Радіус кутів екрана",
- "description": "Налаштуйте заокруглення кутів екрана.",
- "reset": "Скинути радіус кутів екрана"
- }
- },
- "fonts": {
- "reset-scaling": "Скинути масштаб",
- "section": {
- "label": "Шрифти",
- "description": "Виберіть шрифти, що використовуються в інтерфейсі."
- },
- "default": {
- "label": "Стандартний шрифт",
- "description": "Основний шрифт, що використовується в інтерфейсі.",
- "placeholder": "Виберіть стандартний шрифт...",
- "search-placeholder": "Пошук шрифту...",
- "scale": {
- "label": "Розмір стандартного шрифту",
- "description": "Збільшити або зменшити розмір звичайного тексту."
- }
- },
- "monospace": {
- "label": "Моноширинний шрифт",
- "description": "Моноширинний шрифт для відображення чисел та статистики.",
- "placeholder": "Виберіть моноширинний шрифт...",
- "search-placeholder": "Пошук моноширинного шрифту...",
- "scale": {
- "label": "Розмір моноширинного шрифту",
- "description": "Збільшити або зменшити розмір моноширинного тексту."
- }
- }
- },
- "language": {
- "section": {
- "label": "Мова",
- "description": "Виберіть бажану мову програми."
- },
- "select": {
- "label": "Мова програми",
- "description": "Виберіть мову інтерфейсу програми.",
- "auto-detect": "Автоматично"
- }
- }
- },
- "audio": {
- "title": "Аудіо",
- "volumes": {
- "section": {
- "label": "Гучність",
- "description": "Налаштуйте регулятори гучності та рівні звуку."
- },
- "output-volume": {
- "label": "Вихідна гучність",
- "description": "Системний рівень гучності."
- },
- "mute-output": {
- "label": "Вимкнути вихідний звук",
- "description": "Вимкнути основний аудіовихід системи."
- },
- "input-volume": {
- "label": "Вхідна гучність",
- "description": "Рівень гучності мікрофона."
- },
- "mute-input": {
- "label": "Вимкнути вхідний звук",
- "description": "Вимкнути стандартний аудіовхід (мікрофон)."
- },
- "step-size": {
- "label": "Крок зміни гучності",
- "description": "Налаштуйте крок зміни гучності (колесо миші, гарячі клавіші)."
- },
- "volume-overdrive": {
- "label": "Дозволити перегучність",
- "description": "Дозволити підвищення гучності понад 100%. Може не підтримуватись усім обладнанням."
- }
- },
- "devices": {
- "section": {
- "label": "Аудіопристрої",
- "description": "Налаштуйте доступні пристрої введення та виведення звуку."
- },
- "output-device": {
- "label": "Пристрій виведення",
- "description": "Виберіть бажаний пристрій виведення звуку."
- },
- "input-device": {
- "label": "Пристрій введення",
- "description": "Виберіть бажаний пристрій введення звуку."
- }
- },
- "media": {
- "section": {
- "label": "Медіаплеєри",
- "description": "Встановіть бажані та ігноровані медіапрограми."
- },
- "primary-player": {
- "label": "Основний плеєр",
- "description": "Введіть ключове слово для ідентифікації основного плеєра.",
- "placeholder": "напр. spotify, vlc, mpv"
- },
- "excluded-player": {
- "label": "Виключений плеєр",
- "description": "Додайте ключові слова для плеєрів, які система має ігнорувати. Кожне ключове слово на новому рядку.",
- "placeholder": "введіть підрядок та натисніть +"
- },
- "visualizer-type": {
- "label": "Тип візуалізації",
- "description": "Виберіть тип візуалізації для відтворення медіа"
- },
- "frame-rate": {
- "label": "Частота кадрів",
- "description": "Вищі значення плавніші, але споживають більше ресурсів."
- },
- "scrolling-title": {
- "label": "Прокрутка назви",
- "description": "Увімкнути безперервну прокрутку для довгих назв медіа"
- },
- "scrolling-speed": {
- "label": "Швидкість прокрутки",
- "description": "Час у секундах для прокрутки назви від початку до кінця"
- }
- }
- },
- "display": {
- "title": "Дисплей",
- "monitors": {
- "section": {
- "label": "Налаштування для кожного монітора",
- "description": "Налаштуйте яскравість для кожного дисплея."
- },
- "brightness": "Яскравість",
- "brightness-step": {
- "label": "Крок зміни яскравості",
- "description": "Налаштуйте крок зміни яскравості (колесо миші та гарячі клавіші)."
- },
- "enforce-minimum": {
- "label": "Примусова мінімальна яскравість (1%)",
- "description": "Вирішує проблему повного вимкнення підсвітки на деяких дисплеях при яскравості 0%."
- },
- "brightness-unavailable": {
- "ddc-disabled": "Регулювання яскравості недоступне. Увімкніть \"Підтримку зовнішньої яскравості\", щоб керувати яскравістю цього дисплея.",
- "generic": "Регулювання яскравості для цього дисплея недоступне."
- },
- "external-brightness": {
- "description": "Увімкнути підтримку DDCUtil для керування яскравістю на зовнішніх дисплеях через протокол DDC/CI.",
- "label": "Підтримка зовнішньої яскравості"
- }
- },
- "night-light": {
- "section": {
- "label": "Нічне світло",
- "description": "Зменшіть випромінювання синього світла для кращого сну та зменшення втоми очей."
- },
- "enable": {
- "label": "Увімкнути нічне світло",
- "description": "Застосувати теплий колірний фільтр для зменшення випромінювання синього світла."
- },
- "temperature": {
- "label": "Колірна температура",
- "description": "Встановіть теплоту кольору для нічного та денного часу.",
- "night": "Ніч",
- "day": "День"
- },
- "auto-schedule": {
- "label": "Автоматичне планування",
- "description": "На основі часу заходу та сходу сонця в {location} - рекомендовано."
- },
- "manual-schedule": {
- "label": "Ручне планування",
- "description": "Встановіть власний час сходу та заходу сонця.",
- "sunrise": "Час сходу сонця",
- "sunset": "Час заходу сонця",
- "select-start": "Виберіть час початку",
- "select-stop": "Виберіть час зупинки"
- },
- "force-activation": {
- "label": "Примусова активація",
- "description": "Ігнорує розклад і негайно застосовує нічний фільтр."
- }
- }
- },
- "bar": {
- "title": "Панель",
- "appearance": {
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте зовнішній вигляд та положення панелі."
- },
- "position": {
- "label": "Положення панелі",
- "description": "Виберіть, де розмістити панель на екрані."
- },
- "density": {
- "label": "Щільність панелі",
- "description": "Налаштуйте відступи панелі для компактного або просторого вигляду."
- },
- "background-opacity": {
- "label": "Непрозорість фону",
- "description": "Налаштуйте непрозорість фону панелі."
- },
- "show-capsule": {
- "label": "Показувати капсулу",
- "description": "Показувати фон віджетів."
- },
- "floating": {
- "label": "Плаваюча панель",
- "description": "Відображати панель як плаваючу 'таблетку'. Примітка: Це перемістить кути екрана до країв."
- },
- "margins": {
- "label": "Поля",
- "description": "Налаштуйте поля навколо плаваючої панелі.",
- "vertical": "Вертикальні",
- "horizontal": "Горизонтальні"
- },
- "outer-corners": {
- "description": "Відображає назовні закруглені кути на панелі.",
- "label": "Зовнішні кути"
- }
- },
- "widgets": {
- "section": {
- "label": "Розміщення віджетів",
- "description": "Перетягуйте віджети для зміни порядку. Позначки вказують використання: [L]івий, [C]ентр, [R]правий."
- }
- },
- "monitors": {
- "section": {
- "label": "Відображення на моніторах",
- "description": "Показувати панель на певних моніторах. За замовчуванням на всіх, якщо не вибрано."
- }
- },
- "tray": {
- "blacklist": {
- "label": "Чорний список",
- "description": "Додайте правила виключення з трея, підтримує шаблони (*).",
- "placeholder": "напр., nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Док",
- "enabled": {
- "label": "Увімкнути док",
- "description": "Показати або сховати док повністю"
- },
- "appearance": {
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте поведінку та зовнішній вигляд дока."
- },
- "display": {
- "label": "Відображення",
- "description": "Виберіть, як поводиться док.",
- "always-visible": "Завжди видимий",
- "auto-hide": "Автоприховування",
- "exclusive": "Ексклюзивний"
- },
- "background-opacity": {
- "label": "Непрозорість фону",
- "description": "Налаштуйте непрозорість фону дока."
- },
- "floating-distance": {
- "label": "Відстань плавання дока",
- "description": "Встановіть відстань між доком і краєм екрана."
- },
- "icon-size": {
- "label": "Розмір дока",
- "description": "Налаштуйте загальний розмір дока."
- },
- "colorize-icons": {
- "label": "Розфарбувати значки",
- "description": "Застосувати кольори теми до значків програм у доці (тільки неактивні програми)."
- }
- },
- "monitors": {
- "section": {
- "label": "Відображення на моніторах",
- "description": "Показувати док на певних моніторах. За замовчуванням на всіх, якщо не вибрано."
- },
- "only-same-output": {
- "label": "Тільки програми з того ж виходу",
- "description": "Показувати тільки програми з виходу, де розташований док."
- }
- }
- },
- "launcher": {
- "title": "Запускач",
- "settings": {
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте поведінку та зовнішній вигляд запускача."
- },
- "position": {
- "label": "Положення",
- "description": "Виберіть, де з'являється панель запускача."
- },
- "background-opacity": {
- "label": "Непрозорість фону",
- "description": "Налаштуйте непрозорість фону запускача."
- },
- "clipboard-history": {
- "label": "Увімкнути історію буфера обміну",
- "description": "Отримати доступ до раніше скопійованих елементів із запускача."
- },
- "sort-by-usage": {
- "label": "Сортувати за використанням",
- "description": "Коли увімкнено, часто запускані програми з'являються першими в списку."
- },
- "use-app2unit": {
- "label": "Використовувати App2Unit для запуску програм",
- "description": "Використовує альтернативний метод запуску для кращого управління процесами програм і запобігання проблемам."
- },
- "terminal-command": {
- "label": "Команда терміналу",
- "description": "Команда для запуску терміналу. Напр., 'kitty -e' або 'gnome-terminal --'."
- },
- "custom-launch-prefix": {
- "label": "Власний префікс запуску",
- "description": "Додати префікс до команд власним запускачем (напр., 'runapp' для інтеграції з systemd)."
- },
- "custom-launch-prefix-enabled": {
- "label": "Увімкнути власний префікс запуску",
- "description": "Використовувати власний префікс для запуску програм замість стандартного методу."
- }
- }
- },
- "notifications": {
- "title": "Сповіщення",
- "settings": {
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте зовнішній вигляд та поведінку сповіщень."
- },
- "do-not-disturb": {
- "label": "Не турбувати",
- "description": "Вимкнути всі спливаючі сповіщення, коли увімкнено."
- },
- "enable-osd": {
- "label": "Увімкнути екранну індикацію",
- "description": "Показувати зміни гучності та яскравості в реальному часі."
- },
- "location": {
- "label": "Розташування",
- "description": "Де з'являються сповіщення на екрані."
- },
- "always-on-top": {
- "label": "Завжди зверху",
- "description": "Відображати сповіщення поверх повноекранних вікон та інших шарів."
- },
- "background-opacity": {
- "label": "Непрозорість фону",
- "description": "Налаштуйте непрозорість фону сповіщень."
- }
- },
- "duration": {
- "section": {
- "label": "Тривалість сповіщень",
- "description": "Налаштуйте, як довго сповіщення залишаються видимими залежно від рівня терміновості."
- },
- "respect-expire": {
- "label": "Дотримуватись часу закінчення",
- "description": "Використовувати час закінчення, встановлений у сповіщенні."
- },
- "low-urgency": {
- "label": "Низька терміновість",
- "description": "Як довго залишаються видимими сповіщення низького пріоритету."
- },
- "normal-urgency": {
- "label": "Звичайна терміновість",
- "description": "Як довго залишаються видимими сповіщення звичайного пріоритету."
- },
- "critical-urgency": {
- "label": "Критична терміновість",
- "description": "Як довго залишаються видимими критичні сповіщення."
- }
- },
- "monitors": {
- "section": {
- "label": "Відображення на моніторах",
- "description": "Показувати сповіщення на певних моніторах. За замовчуванням на всіх, якщо не вибрано."
- }
- }
- },
- "osd": {
- "title": "Екранна індикація",
- "description": "Налаштуйте екранні індикатори, такі як накладки гучності та яскравості.",
- "section": {
- "general": {
- "label": "Загальні",
- "description": "Налаштуйте видимість та поведінку екранної індикації."
- }
- },
- "enabled": {
- "label": "Увімкнути екранну індикацію",
- "description": "Показувати зміни гучності та яскравості в реальному часі."
- },
- "always-on-top": {
- "label": "Завжди зверху",
- "description": "Відображати екранну індикацію поверх повноекранних вікон та інших шарів."
- },
- "location": {
- "label": "Розташування",
- "description": "Де з'являються екранні індикації."
- },
- "duration": {
- "section": {
- "label": "Час автоприховування",
- "description": "Як довго екранна індикація залишається видимою перед автоматичним приховуванням."
- },
- "auto-hide": {
- "label": "Автоприховування через",
- "description": "Налаштуйте час до зникнення екранної індикації."
- }
- },
- "monitors": {
- "section": {
- "label": "Відображення на моніторах",
- "description": "Показувати екранну індикацію на певних моніторах. За замовчуванням на всіх, якщо не вибрано."
- }
- }
- },
- "wallpaper": {
- "title": "Шпалери",
- "settings": {
- "section": {
- "label": "Налаштування шпалер",
- "description": "Керуйте управлінням та відображенням шпалер."
- },
- "enable-management": {
- "label": "Увімкнути управління шпалерами",
- "description": "Керувати шпалерами за допомогою Noctalia. Вимкніть, якщо надаєте перевагу іншій програмі."
- },
- "folder": {
- "label": "Тека шпалер",
- "description": "Шлях до основної теки шпалер.",
- "tooltip": "Огляд теки шпалер"
- },
- "recursive-search": {
- "label": "Шукати в підтеках",
- "description": "Також шукати шпалери в підтеках директорії шпалер."
- },
- "monitor-specific": {
- "label": "Окремі теки для моніторів",
- "description": "Встановити різні теки шпалер для кожного монітора.",
- "tooltip": "Огляд теки шпалер"
- },
- "select-folder": "Вибрати теку шпалер",
- "select-monitor-folder": "Вибрати теку шпалер монітора",
- "selector-position": {
- "description": "Виберіть, де відображатиметься панель вибору шпалер.",
- "label": "Позиція"
- }
- },
- "look-feel": {
- "section": {
- "label": "Вигляд і відчуття"
- },
- "fill-mode": {
- "label": "Режим заповнення",
- "description": "Виберіть, як зображення має масштабуватися відповідно до роздільної здатності монітора."
- },
- "fill-color": {
- "label": "Колір заповнення",
- "description": "Виберіть колір заповнення, що може з'являтися за шпалерами."
- },
- "transition-type": {
- "label": "Тип переходу",
- "description": "Тип анімації при перемиканні між шпалерами."
- },
- "transition-duration": {
- "label": "Тривалість переходу",
- "description": "Тривалість анімацій переходу в секундах."
- },
- "edge-smoothness": {
- "label": "Пом'якшення краю переходу",
- "description": "Застосовує м'який, розмитий ефект до краю переходів."
- }
- },
- "automation": {
- "section": {
- "label": "Автоматизація"
- },
- "random-wallpaper": {
- "label": "Випадкові шпалери",
- "description": "Планувати випадкову зміну шпалер через регулярні інтервали."
- },
- "interval": {
- "label": "Інтервал шпалер",
- "description": "Як часто автоматично змінювати шпалери."
- },
- "custom-interval": {
- "label": "Власний інтервал",
- "description": "Введіть час як ГГ:ХХ (напр., 01:30)."
- }
- }
- },
- "color-scheme": {
- "title": "Колірна схема",
- "color-source": {
- "section": {
- "label": "Джерело кольорів",
- "description": "Основні налаштування для кольорів Noctalia."
- },
- "use-wallpaper-colors": {
- "label": "Використовувати кольори шпалер",
- "description": "Генерувати колірні схеми зі шпалер за допомогою Matugen. Автоматично витягує кольори для створення цілісної теми."
- },
- "matugen-scheme-type": {
- "label": "Тип схеми Matugen",
- "description": {
- "scheme-content": "Виводить кольори, що тісно збігаються з базовим зображенням",
- "scheme-expressive": "Яскрава палітра з грайливою насиченістю",
- "scheme-fidelity": "Високоточна палітра, що зберігає вихідні відтінки",
- "scheme-fruit-salad": "Барвистий мікс яскравих контрастних акцентів",
- "scheme-monochrome": "Мінімальна палітра на основі одного відтінку",
- "scheme-neutral": "Приглушена палітра з стриманими та заспокійливими тонами",
- "scheme-rainbow": "Різноманітна палітра, що охоплює весь спектр",
- "scheme-tonal-spot": "Збалансована палітра з фокусованими акцентами"
- }
- }
- },
- "dark-mode": {
- "switch": {
- "label": "Темний режим",
- "description": "Перемикає на темнішу тему для зручного перегляду вночі."
- },
- "mode": {
- "label": "Розклад темного режиму",
- "description": "Увімкнути автоматичне перемикання між світлим і темним режимом.",
- "off": "Вимкнено",
- "manual": "Вручну",
- "location": "Розташування"
- }
- },
- "predefined": {
- "section": {
- "label": "Попередньо визначені колірні схеми",
- "description": "Виберіть із колекції попередньо визначених колірних схем."
- },
- "generate-templates": {
- "label": "Генерувати шаблони для попередньо визначених схем",
- "description": "Генерувати шаблони Matugen (GTK, теми терміналу тощо) при використанні попередньо визначених колірних схем."
- }
- },
- "templates": {
- "section": {
- "label": "Шаблони",
- "description": "Застосовувати кольори до зовнішніх програм."
- },
- "ui": {
- "label": "Інтерфейс",
- "description": "Оформлення робочого середовища та інструментарію інтерфейсу.",
- "gtk": {
- "description": "Записати {filepath}"
- },
- "qt": {
- "description": "Записати {filepath}"
- },
- "kcolorscheme": {
- "description": "Записати {filepath}"
- }
- },
- "terminal": {
- "label": "Термінал",
- "description": "Оформлення емулятора терміналу.",
- "kitty": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібна установка {app}"
- },
- "ghostty": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібна установка {app}"
- },
- "foot": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібна установка {app}"
- },
- "alacritty": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібно встановити {app}"
- },
- "wezterm": {
- "description": "Запишіть {filepath} та перезавантажте",
- "description-missing": "Потрібно встановити {app}"
- }
- },
- "programs": {
- "label": "Програми",
- "description": "Оформлення окремих програм.",
- "fuzzel": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібна установка {app}"
- },
- "vicinae": {
- "description": "Записати {filepath} та перезавантажити",
- "description-missing": "Потрібна установка {app}"
- },
- "walker": {
- "description": "Записати {filepath} та встановити тему noctalia",
- "description-missing": "Потрібна установка {app}"
- },
- "discord": {
- "description": "Записати {filepath} для {client}. Тему Hyprluna потрібно активувати вручну.",
- "description-missing": "Клієнт Discord не виявлено. Встановіть vencord, vesktop, webcord, armcord, equibop, lightcord або dorion."
- },
- "pywalfox": {
- "description": "Записати {filepath} та запустити pywalfox update",
- "description-missing": "Потрібна установка {app}"
- },
- "code": {
- "description": "Записати {filepath}. Тему Hyprluna потрібно встановити та активувати вручну.",
- "description-missing": "Потрібна установка {app}"
- }
- },
- "misc": {
- "label": "Різне",
- "description": "Додаткові параметри конфігурації.",
- "user-templates": {
- "label": "Користувацькі шаблони",
- "description": "Увімкнути визначений користувачем конфіг Matugen. Файл шаблону буде створено за адресою ~/.config/noctalia/user-templates.toml при першому увімкненні"
- }
- }
- }
- },
- "location": {
- "title": "Розташування",
- "location": {
- "section": {
- "label": "Ваше розташування",
- "description": "Отримуйте точну погоду та планування нічного світла, встановивши ваше розташування."
- },
- "search": {
- "label": "Шукати розташування",
- "description": "напр., Торонто, ОН",
- "placeholder": "Введіть назву місця"
- }
- },
- "weather": {
- "section": {
- "label": "Погода",
- "description": "Виберіть бажану одиницю температури."
- },
- "enabled": {
- "label": "Увімкнути погоду",
- "description": "Показувати інформацію про погоду в інтерфейсі та отримувати дані про погоду. Коли вимкнено, всі елементи погоди будуть приховані та мережеві запити не виконуватимуться."
- },
- "fahrenheit": {
- "label": "Відображати температуру в Фаренгейтах (°F)",
- "description": "Відображати температуру в Фаренгейтах замість Цельсія."
- },
- "show-in-calendar": {
- "label": "Відображати погоду в календарі",
- "description": "Показувати щоденний прогноз погоди безпосередньо в календарі."
- }
- },
- "date-time": {
- "section": {
- "label": "Дата і час",
- "description": "Налаштуйте, як відображаються дата та час."
- },
- "12hour-format": {
- "label": "Використовувати 12-годинний формат часу",
- "description": "Відображати час у 12-годинному форматі на екрані блокування та в календарі. Годинник на панелі має власні налаштування."
- },
- "week-numbers": {
- "label": "Показувати номери тижнів",
- "description": "Відображати номер тижня року (напр., Тиждень 38) у календарі."
- },
- "first-day-of-week": {
- "label": "Перший день тижня",
- "description": "Виберіть, який день починає тиждень у календарі.",
- "automatic": "Автоматично (використовувати системну локаль)"
- },
- "show-events": {
- "label": "Показувати події календаря",
- "description": "Відображати події на панелі календаря."
- },
- "use-analog": {
- "label": "Використовувати аналоговий годинник",
- "description": "Показувати аналоговий годинник на екрані календаря."
- }
- }
- },
- "network": {
- "title": "Мережа",
- "section": {
- "description": "Керувати підключеннями Wi-Fi та Bluetooth."
- },
- "wifi": {
- "label": "Увімкнути Wi-Fi"
- },
- "bluetooth": {
- "label": "Увімкнути Bluetooth"
- }
- },
- "screen-recorder": {
- "title": "Запис екрана",
- "general": {
- "section": {
- "label": "Загальні налаштування",
- "description": "Керуйте виведенням та вмістом запису екрана."
- },
- "output-folder": {
- "label": "Тека виведення",
- "description": "Тека, де зберігатимуться записи екрана.",
- "tooltip": "Огляд теки виведення"
- },
- "show-cursor": {
- "label": "Показувати курсор",
- "description": "Записувати курсор миші у відео."
- },
- "select-output-folder": "Вибрати теку виведення"
- },
- "video": {
- "section": {
- "label": "Налаштування відео",
- "description": "Налаштуйте параметри запису відео."
- },
- "video-source": {
- "label": "Джерело відео",
- "description": "Рекомендується Portal, якщо виникають артефакти, спробуйте Screen."
- },
- "frame-rate": {
- "label": "Частота кадрів",
- "description": "Цільова частота кадрів для записів екрана."
- },
- "video-quality": {
- "label": "Якість відео",
- "description": "Вища якість призводить до більшого розміру файлів."
- },
- "video-codec": {
- "label": "Кодек відео",
- "description": "h264 є найпоширенішим кодеком."
- },
- "color-range": {
- "label": "Діапазон кольорів",
- "description": "Обмежений рекомендується для кращої сумісності."
- }
- },
- "audio": {
- "section": {
- "label": "Налаштування аудіо",
- "description": "Налаштуйте параметри запису аудіо."
- },
- "audio-source": {
- "label": "Джерело аудіо",
- "description": "Джерело аудіо для захоплення під час запису."
- },
- "audio-codec": {
- "label": "Кодек аудіо",
- "description": "Opus рекомендується для найкращої продуктивності та найменшого розміру аудіо."
- }
- }
- },
- "about": {
- "title": "Про програму",
- "noctalia": {
- "section": {
- "label": "Оболонка Noctalia",
- "description": "Елегантна та мінімалістична оболонка робочого столу, ретельно створена для Wayland, побудована на Quickshell."
- },
- "latest-version": "Остання версія:",
- "installed-version": "Встановлена версія:",
- "download-latest": "Завантажити останній реліз"
- },
- "contributors": {
- "section": {
- "label": "Учасники",
- "description": "Вітаємо нашого {count} чудового учасника!",
- "description_plural": "Вітаємо наших {count} чудових учасників!"
- }
- },
- "support": "Підтримати нас"
- },
- "hooks": {
- "title": "Хуки",
- "system-hooks": {
- "section": {
- "label": "Системні хуки",
- "description": "Налаштуйте команди для виконання при системних подіях."
- },
- "enable": {
- "label": "Увімкнути хуки",
- "description": "Увімкнути або вимкнути всі команди хуків."
- }
- },
- "wallpaper-changed": {
- "label": "Шпалери змінено",
- "description": "Команда для виконання при зміні шпалер.",
- "placeholder": "напр., notify-send \"Шпалери\" \"Змінено\""
- },
- "theme-changed": {
- "label": "Тему змінено",
- "description": "Команда для виконання при перемиканні теми між темним і світлим режимом.",
- "placeholder": "напр., notify-send \"Тема\" \"Перемкнуто\""
- },
- "info": {
- "command-info": {
- "label": "Інформація про команди хуків",
- "description": "• Команди виконуються через оболонку (sh -c)\n• Команди запускаються у фоні (відокремлено)\n• Кнопки тестування виконують з поточними значеннями"
- },
- "parameters": {
- "label": "Доступні параметри",
- "description": "• Хук шпалер: $1 = шлях до шпалер, $2 = назва екрана\n• Хук перемикання теми: $1 = true/false (стан темного режиму)"
- }
- }
- },
- "control-center": {
- "title": "Центр керування",
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте положення та поведінку панелі Центру керування."
- },
- "position": {
- "label": "Положення",
- "description": "Виберіть, де з'являється панель Центру керування при відкритті."
- },
- "cards": {
- "section": {
- "label": "Картки",
- "description": "Налаштуйте, які елементи керування з'являються в Центрі керування та в якому порядку."
- }
- },
- "shortcuts": {
- "section": {
- "label": "Віджети швидкого доступу",
- "description": "Налаштуйте та керуйте віджетами швидкого доступу."
- },
- "sectionLeft": "Лівий",
- "sectionRight": "Правий",
- "custom-button": {
- "icon": {
- "label": "Іконка",
- "description": "Виберіть іконку з бібліотеки."
- },
- "browse": "Огляд",
- "command": {
- "label": "Команда",
- "description": "Команда, яка буде виконана при натисканні кнопки."
- },
- "tooltip": {
- "label": "Підказка",
- "description": "Підказка, яка буде відображатися при наведенні на кнопку."
- },
- "on-state-icon": {
- "label": "Іконка увімкненого стану",
- "description": "Іконка для кнопки, коли вона у стані 'увімкнено'."
- },
- "on-clicked": {
- "label": "Команда лівого кліку",
- "description": "Команда, яка буде виконана при натисканні лівої кнопки миші."
- },
- "on-right-clicked": {
- "label": "Команда правого кліку",
- "description": "Команда, яка буде виконана при натисканні правої кнопки миші."
- },
- "on-middle-clicked": {
- "label": "Команда середнього кліку",
- "description": "Команда, яка буде виконана при натисканні середньої кнопки миші."
- },
- "on-state-command": {
- "label": "Команда перевірки увімкненого стану",
- "description": "Команда для перевірки, чи повинна кнопка бути у стані 'увімкнено'. Повертає 0 для увімкненого стану, ненульове значення для вимкненого."
- },
- "general-tooltip-text": {
- "label": "Загальний текст підказки",
- "description": "Загальний опис для підказки кнопки."
- },
- "enable-on-state-logic": {
- "label": "Увімкнути логіку увімкненого стану",
- "description": "Увімкнути другу іконку та 'гарячий' стан на основі команди перевірки."
- },
- "state-checks": {
- "label": "Перевірки стану",
- "command": "Команда для виконання для цієї перевірки стану",
- "browse-icon": "Огляд",
- "remove": "Видалити",
- "add": "Додати перевірку стану"
- }
- },
- "dialog": {
- "cancel": "Скасувати",
- "apply": "Застосувати"
- }
- }
- },
- "user-interface": {
- "title": "Користувацький інтерфейс",
- "section": {
- "label": "Зовнішній вигляд",
- "description": "Налаштуйте вигляд, відчуття та поведінку інтерфейсу."
- },
- "tooltips": {
- "label": "Показувати підказки",
- "description": "Увімкнути або вимкнути підказки в інтерфейсі."
- },
- "scaling": {
- "label": "Масштабування інтерфейсу",
- "description": "Змінює розмір загального користувацького інтерфейсу, окрім панелі.",
- "reset-scaling": "Скинути масштабування інтерфейсу"
- },
- "border-radius": {
- "label": "Радіус меж",
- "description": "Керує заокругленістю кутів вікон, кнопок та інших елементів.",
- "reset": "Скинути радіус меж"
- },
- "animation-speed": {
- "label": "Швидкість анімації",
- "description": "Налаштувати глобальну швидкість анімації.",
- "reset": "Скинути швидкість анімації"
- },
- "animation-disable": {
- "label": "Вимкнути анімації інтерфейсу",
- "description": "Вимкнути всі анімації для швидшого, більш відгукового досвіду."
- },
- "panels-attached-to-bar": {
- "label": "Прикріпити панелі до панелі",
- "description": "Коли увімкнено, панелі будуть прикріплені до панелі з красивим дизайном інвертованих кутів"
- },
- "panels-overlay": {
- "label": "Відкривати панелі на шарі накладення",
- "description": "Панелі з'являтимуться поверх повноекранних вікон"
- },
- "dim-desktop": {
- "description": "Затемнювати робочий стіл, коли відкриті панелі або меню.",
- "label": "Приглушити робочий стіл"
- },
- "shadows": {
- "description": "Увімкнути тіні під панелями та смугами.",
- "label": "Тіні"
- }
- },
- "lock-screen": {
- "title": "Екран блокування",
- "compact-lockscreen": {
- "label": "Компактний екран блокування",
- "description": "Показувати тільки поле входу та системні елементи керування, приховуючи віджети погоди та медіа."
- },
- "lock-on-suspend": {
- "label": "Блокувати при призупиненні",
- "description": "Автоматично блокувати екран при призупиненні системи."
- }
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "Заповнювач"
- },
- "file-picker": {
- "title": "Вибір файлу",
- "select-folder": "Вибрати теку",
- "select-file": "Вибрати файл",
- "search-placeholder": "Пошук файлів та тек...",
- "select-current": "Вибрати поточне",
- "cancel": "Скасувати"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "12-годинний час з хвилинами",
- "24hour-time-minutes": "24-годинний час з хвилинами",
- "24hour-time-seconds": "24-годинний час з секундами",
- "weekday-month-day": "День тижня, місяць і день",
- "iso-date": "Формат дати ISO",
- "us-date": "Формат дати США",
- "european-date": "Європейський формат дати",
- "weekday-date": "День тижня з датою"
- },
- "hour": {
- "no-leading-zero": "Година без нуля попереду (0-23) - 24-годинний формат",
- "leading-zero": "Година з нулем попереду (00-23) - 24-годинний формат"
- },
- "minute": {
- "no-leading-zero": "Хвилина без нуля попереду (0-59)",
- "leading-zero": "Хвилина з нулем попереду (00-59)"
- },
- "second": {
- "no-leading-zero": "Секунда без нуля попереду (0-59)",
- "leading-zero": "Секунда з нулем попереду (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM великими літерами",
- "lowercase": "am/pm малими літерами"
- },
- "timezone": {
- "abbreviation": "Абревіатура часового поясу"
- },
- "year": {
- "two-digit": "Рік як двозначне число (00-99)",
- "four-digit": "Рік як чотиризначне число"
- },
- "month": {
- "number-no-zero": "Місяць як число без нуля попереду (1-12)",
- "number-leading-zero": "Місяць як число з нулем попереду (01-12)",
- "abbreviated": "Скорочена назва місяця",
- "full": "Повна назва місяця"
- },
- "day": {
- "no-leading-zero": "День без нуля попереду (1-31)",
- "leading-zero": "День з нулем попереду (01-31)",
- "abbreviated": "Скорочена назва дня",
- "full": "Повна назва дня"
- }
- },
- "icon-picker": {
- "title": "Вибір значка",
- "search": {
- "label": "Пошук"
- },
- "cancel": "Скасувати",
- "apply": "Застосувати"
- },
- "color-picker": {
- "title": "Вибір кольору",
- "hex": {
- "label": "Hex-колір",
- "description": "Введіть шістнадцятковий код кольору."
- },
- "rgb": {
- "label": "Значення RGB",
- "description": "Налаштуйте значення червоного, зеленого, синього та яскравості."
- },
- "brightness": "Яскравість",
- "theme-colors": {
- "label": "Кольори теми",
- "description": "Швидкий доступ до колірної палітри вашої теми."
- },
- "palette": {
- "label": "Палітра",
- "description": "Виберіть із широкого діапазону попередньо визначених кольорів."
- },
- "cancel": "Скасувати",
- "apply": "Застосувати"
- },
- "text-input": {
- "clear": "Очистити"
- }
+ "authentication": {
+ "error": "Помилка автентифікації",
+ "failed": "Помилка автентифікації"
},
"bar": {
"widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "Застосувати кольори теми до значка активного вікна.",
+ "label": "Розфарбувати значки"
+ },
+ "hide-mode": {
+ "description": "Керує поведінкою віджета, коли немає активного вікна.",
+ "label": "Режим приховування"
+ },
+ "max-width": {
+ "description": "Встановлює максимальний горизонтальний розмір віджета. Віджет зменшується для коротшого вмісту.",
+ "label": "Максимальна ширина"
+ },
+ "scrolling-mode": {
+ "description": "Керування, коли увімкнено прокрутку тексту для довгих заголовків вікон.",
+ "label": "Режим прокрутки"
+ },
+ "show-app-icon": {
+ "description": "Відображати значок програми біля заголовка вікна.",
+ "label": "Показувати значок програми"
+ },
+ "use-fixed-width": {
+ "description": "Коли увімкнено, віджет завжди використовуватиме максимальну ширину замість динамічного налаштування до вмісту.",
+ "label": "Використовувати фіксовану ширину"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "Вибрати колір для візуалізатора.",
+ "label": "Колір заповнення"
+ },
+ "hide-when-idle": {
+ "description": "Коли увімкнено, візуалізатор приховано, якщо плеєр активно не відтворює.",
+ "label": "Приховати, коли медіа не відтворюється"
+ },
+ "width": {
+ "description": "Власна ширина компонента.",
+ "label": "Ширина"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "Виберіть, як ви хочете, щоб це значення відображалося.",
+ "label": "Режим відображення"
+ },
+ "low-battery-threshold": {
+ "description": "Показувати попередження, коли батарея падає нижче цього відсотка.",
+ "label": "Поріг попередження про низький заряд батареї"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "Виберіть, як ви хочете, щоб це значення відображалося.",
+ "label": "Режим відображення"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "Налаштуйте відображення годинника, додавши токени зі списку нижче. Для використання 12-годинного формату ви повинні включити токен 'AP'.",
+ "label": "Відображення годинника"
+ },
+ "custom-font": {
+ "description": "Вибрати власний шрифт для відображення годинника.",
+ "label": "Власний шрифт",
+ "placeholder": "Вибрати власний шрифт...",
+ "search-placeholder": "Пошук шрифтів..."
+ },
+ "horizontal-bar": {
+ "description": "Порада: Використовуйте \\n для створення розриву рядка.",
+ "label": "Горизонтальна панель"
+ },
+ "preview": "Попередній перегляд",
+ "use-custom-font": {
+ "description": "Замінити стандартний вибір шрифту власним шрифтом для годинника.",
+ "label": "Використовувати власний шрифт"
+ },
+ "use-monospaced-font": {
+ "description": "Коли увімкнено, годинник використовуватиме моноширинний шрифт.",
+ "label": "Використовувати моноширинний шрифт"
+ },
+ "use-primary-color": {
+ "description": "Коли увімкнено, застосовується основний колір для акценту.",
+ "label": "Використовувати основний колір"
+ },
+ "vertical-bar": {
+ "description": "Використовуйте пробіл для розділення кожної частини на новий рядок.",
+ "label": "Вертикальна панель"
+ }
+ },
+ "control-center": {
+ "browse-file": "Огляд файлу",
+ "browse-library": "Огляд бібліотеки",
+ "icon": {
+ "description": "Вибрати значок з бібліотеки або власний файл.",
+ "label": "Значок"
+ },
+ "select-custom-icon": "Вибрати власний значок",
+ "use-distro-logo": {
+ "description": "Використовувати логотип вашого дистрибутива замість власного значка.",
+ "label": "Використовувати логотип дистрибутива замість значка"
+ }
+ },
+ "custom-button": {
+ "browse": "Огляд",
+ "collapse-condition": {
+ "description": "Якщо вихідний текст збігається з цим значенням, кнопка згорнеться.",
+ "label": "Умова згортання"
+ },
+ "display-command-output": {
+ "description": "Введіть команду для запуску з регулярним інтервалом. Перший рядок її виведення відображатиметься як текст.",
+ "label": "Відображати виведення команди",
+ "stream-description": "Введіть команду для безперервного запуску."
+ },
+ "dynamic-text": "Динамічний текст",
+ "icon": {
+ "description": "Вибрати значок з бібліотеки.",
+ "label": "Значок"
+ },
+ "left-click": {
+ "description": "Команда для виконання при лівому кліку на кнопку.",
+ "label": "Лівий клік"
+ },
+ "middle-click": {
+ "description": "Команда для виконання при середньому кліку на кнопку.",
+ "label": "Середній клік"
+ },
+ "parse-json": {
+ "description": "Розбирати виведення команди як JSON-об'єкт для динамічного встановлення тексту та значка.",
+ "label": "Розбирати виведення як JSON"
+ },
+ "refresh-interval": {
+ "description": "Інтервал у мілісекундах.",
+ "label": "Інтервал оновлення"
+ },
+ "right-click": {
+ "description": "Команда для виконання при правому кліку на кнопку.",
+ "label": "Правий клік"
+ },
+ "text-stream": {
+ "description": "Потокові рядки з команди відображатимуться як текст на кнопці.",
+ "label": "Потік"
+ }
+ },
"dialog": {
- "cancel": "Скасувати",
- "apply": "Застосувати"
+ "apply": "Застосувати",
+ "cancel": "Скасувати"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "Виберіть, як ви хочете, щоб це значення відображалося.",
+ "label": "Режим відображення"
+ }
+ },
+ "lock-keys": {
+ "browse": "Перегляд",
+ "show-caps-lock": {
+ "description": "Відображати стан caps lock.",
+ "label": "Caps Lock"
+ },
+ "show-num-lock": {
+ "description": "Відображати стан num lock.",
+ "label": "Num Lock"
+ },
+ "show-scroll-lock": {
+ "description": "Відображати стан scroll lock.",
+ "label": "Scroll Lock"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "Керує поведінкою віджета, коли медіа не відтворюється.",
+ "label": "Режим приховування"
+ },
+ "max-width": {
+ "description": "Встановлює максимальний горизонтальний розмір віджета. Віджет зменшується для коротшого вмісту.",
+ "label": "Максимальна ширина"
+ },
+ "no-active-player": "Немає активного плеєра",
+ "scrolling-mode": {
+ "description": "Керування, коли увімкнено прокрутку тексту для довгих назв треків.",
+ "label": "Режим прокрутки"
+ },
+ "show-album-art": {
+ "description": "Відображати обкладинку альбому для поточного треку.",
+ "label": "Показувати обкладинку альбому"
+ },
+ "show-visualizer": {
+ "description": "Відображати аудіовізуалізатор під час відтворення музики.",
+ "label": "Показувати візуалізатор"
+ },
+ "use-fixed-width": {
+ "description": "Коли увімкнено, віджет завжди використовуватиме максимальну ширину замість динамічного налаштування до вмісту.",
+ "label": "Використовувати фіксовану ширину"
+ },
+ "visualizer-type": {
+ "description": "Виберіть стиль аудіовізуалізатора для відображення.",
+ "label": "Тип візуалізатора"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "Виберіть, як ви хочете, щоб це значення відображалося.",
+ "label": "Режим відображення"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "Приховувати значок сповіщень, коли немає непрочитаних сповіщень.",
+ "label": "Приховувати значок при нулі"
+ },
+ "show-unread-badge": {
+ "description": "Відображати значок з кількістю непрочитаних сповіщень.",
+ "label": "Показувати значок непрочитаних"
+ }
},
"section-editor": {
"placeholder": "Виберіть віджет для додавання...",
"search-placeholder": "Пошук віджета..."
},
- "active-window": {
- "hide-mode": {
- "label": "Режим приховування",
- "description": "Керує поведінкою віджета, коли немає активного вікна."
- },
- "show-app-icon": {
- "label": "Показувати значок програми",
- "description": "Відображати значок програми біля заголовка вікна."
- },
- "scrolling-mode": {
- "label": "Режим прокрутки",
- "description": "Керування, коли увімкнено прокрутку тексту для довгих заголовків вікон."
- },
- "max-width": {
- "label": "Максимальна ширина",
- "description": "Встановлює максимальний горизонтальний розмір віджета. Віджет зменшується для коротшого вмісту."
- },
- "use-fixed-width": {
- "label": "Використовувати фіксовану ширину",
- "description": "Коли увімкнено, віджет завжди використовуватиме максимальну ширину замість динамічного налаштування до вмісту."
- },
- "colorize-icons": {
- "label": "Розфарбувати значки",
- "description": "Застосувати кольори теми до значка активного вікна."
+ "spacer": {
+ "width": {
+ "description": "Ширина відступу в пікселях",
+ "label": "Ширина"
}
},
"system-monitor": {
- "cpu-usage": {
- "label": "Використання ЦП",
- "description": "Відображати поточний відсоток використання ЦП."
- },
"cpu-temperature": {
- "label": "Температура ЦП",
- "description": "Показувати показники температури ЦП, якщо доступно."
+ "description": "Показувати показники температури ЦП, якщо доступно.",
+ "label": "Температура ЦП"
},
- "memory-usage": {
- "label": "Використання пам'яті",
- "description": "Відображати інформацію про поточне використання оперативної пам'яті."
+ "cpu-usage": {
+ "description": "Відображати поточний відсоток використання ЦП.",
+ "label": "Використання ЦП"
},
"memory-percentage": {
- "label": "Пам'ять у відсотках",
- "description": "Показувати використання пам'яті у відсотках замість абсолютних значень."
+ "description": "Показувати використання пам'яті у відсотках замість абсолютних значень.",
+ "label": "Пам'ять у відсотках"
+ },
+ "memory-usage": {
+ "description": "Відображати інформацію про поточне використання оперативної пам'яті.",
+ "label": "Використання пам'яті"
},
"network-traffic": {
- "label": "Мережевий трафік",
- "description": "Відображати швидкість завантаження та вивантаження в мережі."
+ "description": "Відображати швидкість завантаження та вивантаження в мережі.",
+ "label": "Мережевий трафік"
},
"storage-usage": {
- "label": "Використання сховища",
- "description": "Показувати інформацію про використання дискового простору."
+ "description": "Показувати інформацію про використання дискового простору.",
+ "label": "Використання сховища"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "Показувати значок непрочитаних",
- "description": "Відображати значок з кількістю непрочитаних сповіщень."
- },
- "hide-badge-when-zero": {
- "label": "Приховувати значок при нулі",
- "description": "Приховувати значок сповіщень, коли немає непрочитаних сповіщень."
- }
- },
- "battery": {
- "display-mode": {
- "label": "Режим відображення",
- "description": "Виберіть, як ви хочете, щоб це значення відображалося."
- },
- "low-battery-threshold": {
- "label": "Поріг попередження про низький заряд батареї",
- "description": "Показувати попередження, коли батарея падає нижче цього відсотка."
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "Використовувати логотип дистрибутива замість значка",
- "description": "Використовувати логотип вашого дистрибутива замість власного значка."
- },
- "icon": {
- "label": "Значок",
- "description": "Вибрати значок з бібліотеки або власний файл."
- },
- "browse-library": "Огляд бібліотеки",
- "browse-file": "Огляд файлу",
- "select-custom-icon": "Вибрати власний значок"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "Режим відображення",
- "description": "Виберіть, як ви хочете, щоб це значення відображалося."
- }
- },
- "volume": {
- "display-mode": {
- "label": "Режим відображення",
- "description": "Виберіть, як ви хочете, щоб це значення відображалося."
- }
- },
- "workspace": {
- "label-mode": {
- "label": "Режим міток",
- "description": "Виберіть, як відображаються мітки робочих просторів."
- },
- "hide-unoccupied": {
- "label": "Приховати незайняті",
- "description": "Не відображати робочі простори без вікон."
- },
- "character-count": {
- "label": "Кількість символів",
- "description": "Кількість символів для відображення з назв робочих просторів (1-10)."
- }
- },
- "microphone": {
- "display-mode": {
- "label": "Режим відображення",
- "description": "Виберіть, як ви хочете, щоб це значення відображалося."
- }
- },
- "brightness": {
- "display-mode": {
- "label": "Режим відображення",
- "description": "Виберіть, як ви хочете, щоб це значення відображалося."
- }
- },
- "spacer": {
- "width": {
- "label": "Ширина",
- "description": "Ширина відступу в пікселях"
- }
- },
- "custom-button": {
- "icon": {
- "label": "Значок",
- "description": "Вибрати значок з бібліотеки."
- },
- "browse": "Огляд",
- "left-click": {
- "label": "Лівий клік",
- "description": "Команда для виконання при лівому кліку на кнопку."
- },
- "right-click": {
- "label": "Правий клік",
- "description": "Команда для виконання при правому кліку на кнопку."
- },
- "middle-click": {
- "label": "Середній клік",
- "description": "Команда для виконання при середньому кліку на кнопку."
- },
- "dynamic-text": "Динамічний текст",
- "text-stream": {
- "label": "Потік",
- "description": "Потокові рядки з команди відображатимуться як текст на кнопці."
- },
- "display-command-output": {
- "label": "Відображати виведення команди",
- "description": "Введіть команду для запуску з регулярним інтервалом. Перший рядок її виведення відображатиметься як текст.",
- "stream-description": "Введіть команду для безперервного запуску."
- },
- "refresh-interval": {
- "label": "Інтервал оновлення",
- "description": "Інтервал у мілісекундах."
- },
- "collapse-condition": {
- "label": "Умова згортання",
- "description": "Якщо вихідний текст збігається з цим значенням, кнопка згорнеться."
- },
- "parse-json": {
- "label": "Розбирати виведення як JSON",
- "description": "Розбирати виведення команди як JSON-об'єкт для динамічного встановлення тексту та значка."
- }
- },
- "media-mini": {
- "hide-mode": {
- "label": "Режим приховування",
- "description": "Керує поведінкою віджета, коли медіа не відтворюється."
- },
- "show-album-art": {
- "label": "Показувати обкладинку альбому",
- "description": "Відображати обкладинку альбому для поточного треку."
- },
- "show-visualizer": {
- "label": "Показувати візуалізатор",
- "description": "Відображати аудіовізуалізатор під час відтворення музики."
- },
- "visualizer-type": {
- "label": "Тип візуалізатора",
- "description": "Виберіть стиль аудіовізуалізатора для відображення."
- },
- "max-width": {
- "label": "Максимальна ширина",
- "description": "Встановлює максимальний горизонтальний розмір віджета. Віджет зменшується для коротшого вмісту."
- },
- "use-fixed-width": {
- "label": "Використовувати фіксовану ширину",
- "description": "Коли увімкнено, віджет завжди використовуватиме максимальну ширину замість динамічного налаштування до вмісту."
- },
- "scrolling-mode": {
- "label": "Режим прокрутки",
- "description": "Керування, коли увімкнено прокрутку тексту для довгих назв треків."
- },
- "no-active-player": "Немає активного плеєра"
- },
- "clock": {
- "use-primary-color": {
- "label": "Використовувати основний колір",
- "description": "Коли увімкнено, застосовується основний колір для акценту."
- },
- "use-monospaced-font": {
- "label": "Використовувати моноширинний шрифт",
- "description": "Коли увімкнено, годинник використовуватиме моноширинний шрифт."
- },
- "use-custom-font": {
- "label": "Використовувати власний шрифт",
- "description": "Замінити стандартний вибір шрифту власним шрифтом для годинника."
- },
- "custom-font": {
- "label": "Власний шрифт",
- "description": "Вибрати власний шрифт для відображення годинника.",
- "placeholder": "Вибрати власний шрифт...",
- "search-placeholder": "Пошук шрифтів..."
- },
- "clock-display": {
- "label": "Відображення годинника",
- "description": "Налаштуйте відображення годинника, додавши токени зі списку нижче. Для використання 12-годинного формату ви повинні включити токен 'AP'."
- },
- "horizontal-bar": {
- "label": "Горизонтальна панель",
- "description": "Порада: Використовуйте \\n для створення розриву рядка."
- },
- "vertical-bar": {
- "label": "Вертикальна панель",
- "description": "Використовуйте пробіл для розділення кожної частини на новий рядок."
- },
- "preview": "Попередній перегляд"
- },
"taskbar": {
+ "colorize-icons": {
+ "description": "Застосувати кольори теми до значків панелі завдань.",
+ "label": "Розфарбувати значки"
+ },
"hide-mode": {
- "label": "Режим приховування",
- "description": "Керує поведінкою віджета, коли немає відповідних вікон."
+ "description": "Керує поведінкою віджета, коли немає відповідних вікон.",
+ "label": "Режим приховування"
},
"only-active-workspaces": {
- "label": "Тільки з активних робочих просторів",
- "description": "Показувати тільки програми з активних робочих просторів."
+ "description": "Показувати тільки програми з активних робочих просторів.",
+ "label": "Тільки з активних робочих просторів"
},
"only-same-output": {
- "label": "Тільки з того ж виходу",
- "description": "Показувати тільки програми з виходу, де розташована панель."
- },
- "colorize-icons": {
- "label": "Розфарбувати значки",
- "description": "Застосувати кольори теми до значків панелі завдань."
+ "description": "Показувати тільки програми з виходу, де розташована панель.",
+ "label": "Тільки з того ж виходу"
}
},
"tray": {
"colorize-icons": {
- "label": "Розфарбувати значки",
- "description": "Застосувати кольори теми до значків трея."
+ "description": "Застосувати кольори теми до значків трея.",
+ "label": "Розфарбувати значки"
}
},
- "audio-visualizer": {
- "width": {
- "label": "Ширина",
- "description": "Власна ширина компонента."
- },
- "color-name": {
- "label": "Колір заповнення",
- "description": "Вибрати колір для візуалізатора."
- },
- "hide-when-idle": {
- "label": "Приховати, коли медіа не відтворюється",
- "description": "Коли увімкнено, візуалізатор приховано, якщо плеєр активно не відтворює."
+ "volume": {
+ "display-mode": {
+ "description": "Виберіть, як ви хочете, щоб це значення відображалося.",
+ "label": "Режим відображення"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "label": "Caps Lock",
- "description": "Відображати стан caps lock."
+ "workspace": {
+ "character-count": {
+ "description": "Кількість символів для відображення з назв робочих просторів (1-10).",
+ "label": "Кількість символів"
},
- "show-num-lock": {
- "label": "Num Lock",
- "description": "Відображати стан num lock."
+ "hide-unoccupied": {
+ "description": "Не відображати робочі простори без вікон.",
+ "label": "Приховати незайняті"
},
- "show-scroll-lock": {
- "label": "Scroll Lock",
- "description": "Відображати стан scroll lock."
- },
- "browse": "Перегляд"
+ "label-mode": {
+ "description": "Виберіть, як відображаються мітки робочих просторів.",
+ "label": "Режим міток"
+ }
}
}
},
- "notifications": {
+ "battery": {
+ "charging": "Зарядка.",
+ "charging-rate": "Швидкість зарядки: {rate} Вт.",
+ "discharging": "Розрядка.",
+ "discharging-rate": "Швидкість розрядки: {rate} Вт.",
+ "health": "Здоров'я: {percent}%",
+ "idle": "Бездіяльність.",
+ "no-battery-detected": "Батарею не виявлено.",
"panel": {
- "title": "Сповіщення",
- "no-notifications": "Немає сповіщень",
- "description": "Ваші сповіщення з'являтимуться тут по мірі надходження.",
- "click-to-expand": "Клацніть для розгортання"
- }
- },
- "wallpaper": {
- "panel": {
- "title": "Вибір шпалер",
- "apply-all-monitors": {
- "label": "Застосувати до всіх моніторів",
- "description": "Застосувати вибрані шпалери до всіх моніторів одночасно."
- },
- "search": "Пошук:"
+ "balanced": "Збалансований ({percent}%)",
+ "disabled": "Менеджер батареї вимкнено",
+ "full": "Повна ємність ({percent}%)",
+ "lifespan": "Подовжений термін служби ({percent}%)",
+ "title": "Поріг зарядки"
},
- "transitions": {
- "none": "Немає",
- "random": "Випадковий",
- "fade": "Затухання",
- "disc": "Диск",
- "stripes": "Смуги",
- "wipe": "Змітання"
- },
- "fill-modes": {
- "center": "Центр",
- "crop": "Обрізати (Заповнити)",
- "fit": "Вмістити (Містити)",
- "stretch": "Розтягнути"
- },
- "no-match": "Збігів не знайдено.",
- "no-wallpaper": "Шпалери не знайдено.",
- "try-different-search": "Спробуйте інший пошуковий запит.",
- "configure-directory": "Налаштуйте вашу теку шпалер зі зображеннями."
+ "plugged-in": "Підключено.",
+ "time-left": "Залишилось часу: {time}.",
+ "time-until-full": "Час до повного заряду: {time}."
},
"bluetooth": {
"panel": {
- "title": "Bluetooth",
+ "available-devices": "Доступні пристрої",
+ "connected-devices": "Підключені пристрої",
"disabled": "Bluetooth вимкнено",
"enable-message": "Увімкніть Bluetooth, щоб побачити доступні пристрої.",
- "connected-devices": "Підключені пристрої",
"known-devices": "Відомі пристрої",
- "available-devices": "Доступні пристрої",
+ "pairing-mode": "Переконайтеся, що ваш пристрій у режимі з'єднання.",
"scanning": "Сканування пристроїв...",
- "pairing-mode": "Переконайтеся, що ваш пристрій у режимі з'єднання."
+ "title": "Bluetooth"
}
},
- "wifi": {
- "panel": {
- "title": "Wi-Fi",
- "disabled": "Wi-Fi вимкнено",
- "enable-message": "Увімкніть Wi-Fi, щоб побачити доступні мережі.",
- "searching": "Пошук близьких мереж...",
- "connected": "Підключено",
- "disconnecting": "Відключення...",
- "forgetting": "Забування...",
- "saved": "Збережено",
- "disconnect": "Відключити",
- "enter-password": "Введіть пароль...",
- "connect": "Підключити",
- "password": "Пароль",
- "forget-network": "Забути цю мережу?",
- "forget": "Забути",
- "no-networks": "Мереж не знайдено",
- "scan-again": "Сканувати знову"
- }
- },
- "tooltips": {
- "refresh": "Оновити",
- "close": "Закрити",
- "up": "Вгору",
- "home": "Додому",
- "refresh-wallpaper-list": "Оновити список шпалер",
- "refresh-devices": "Оновити пристрої",
- "forget-network": "Забути мережу",
- "clear-history": "Очистити історію",
- "delete-notification": "Видалити сповіщення",
- "previous-month": "Попередній місяць",
- "next-month": "Наступний місяць",
- "add-widget": "Додати віджет",
- "widget-settings": "Налаштування віджета",
- "remove-widget": "Видалити віджет",
- "move-to-left-section": "Перемістити в ліву секцію",
- "move-to-center-section": "Перемістити в центральну секцію",
- "move-to-right-section": "Перемістити в праву секцію",
- "open-settings": "Відкрити налаштування",
- "session-menu": "Меню сеансу",
- "cancel-timer": "Скасувати таймер",
- "start-screen-recording": "Почати запис екрана",
- "stop-screen-recording": "Зупинити запис екрана",
- "screen-recorder-not-installed": "Запис екрана не встановлено",
- "keep-awake": "Не спати",
- "enable-keep-awake": "Увімкнути режим неспання",
- "disable-keep-awake": "Вимкнути режим неспання",
- "wallpaper-selector": "Лівий клік: Відкрити вибір шпалер.\nПравий клік: Встановити випадкові шпалери.",
- "do-not-disturb-enabled": "'Не турбувати' увімкнено",
- "do-not-disturb-disabled": "'Не турбувати' вимкнено",
- "connect-disconnect-devices": "Лівий клік для підключення. Правий клік для забування.",
- "set-power-profile": "Встановити профіль живлення \"{profile}\"",
- "switch-to-light-mode": "Перемкнутися на світлий режим",
- "switch-to-dark-mode": "Перемкнутися на темний режим",
- "night-light-disabled": "Нічне світло вимкнено.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
- "night-light-enabled": "Нічне світло увімкнено.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
- "night-light-forced": "Нічне світло примусово.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
- "night-light-not-installed": "Нічне світло недоступне.\nwlsunset не встановлено.",
- "click-to-start-recording": "Клацніть для початку запису",
- "click-to-stop-recording": "Клацніть для зупинки запису",
- "open-control-center": "Відкрити центр керування",
- "volume-at": "Вихідна гучність на {volume}%\nЛівий клік для налаштувань. Правий клік для вимкнення звуку.\nПрокрутка для зміни гучності.",
- "microphone-volume-at": "Гучність мікрофона на {volume}%\nЛівий клік для налаштувань. Правий клік для вимкнення звуку.\nПрокрутка для зміни гучності.",
- "brightness-at": "Яскравість: {brightness}%\nПравий клік для налаштувань.\nПрокрутка для зміни яскравості.",
- "manage-wifi": "Керувати Wi-Fi",
- "bluetooth-devices": "Пристрої Bluetooth",
- "open-notification-history-enable-dnd": "Відкрити історію сповіщень\nПравий клік для увімкнення \"Не турбувати\".",
- "open-notification-history-disable-dnd": "Відкрити історію сповіщень\nПравий клік для вимкнення \"Не турбувати\".",
- "open-wallpaper-selector": "Відкрити вибір шпалер",
- "previous-media": "Попереднє медіа",
- "pause": "Пауза",
- "play": "Відтворити",
- "next-media": "Наступне медіа",
- "power-profile": "Профіль живлення '{profile}'",
- "keyboard-layout": "Розкладка клавіатури {layout}",
- "output-muted": "Перемкнути вимкнення виходу",
- "input-muted": "Перемкнути вимкнення входу"
- },
- "clock": {
- "tooltip": "Відкрити календар"
- },
"calendar": {
"panel": {
"week": "Тиждень"
@@ -1501,222 +341,230 @@
"loading": "Завантаження погоди…"
}
},
+ "clock": {
+ "tooltip": "Відкрити календар"
+ },
"dock": {
"menu": {
+ "close": "Закрити",
"focus": "Фокус",
"pin": "Закріпити",
- "unpin": "Відкріпити",
- "close": "Закрити"
+ "unpin": "Відкріпити"
}
},
+ "general": {
+ "no-results": "Немає результатів",
+ "no-summary": "Немає резюме",
+ "unknown": "Невідомо"
+ },
"launcher": {
"pin": "Закріпити в доці",
"unpin": "Відкріпити з доку"
},
- "placeholders": {
- "search-icons": "напр., noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/user/.face",
- "enter-width-pixels": "Введіть ширину в пікселях",
- "enter-command": "Введіть команду для виконання (програма або власний скрипт)",
- "command-example": "echo \"Привіт, Світ\"",
- "enter-text-to-collapse": "напр., 'нічого не відтворюється'. Використовуйте /regex/ для шаблонів.",
- "search-wallpapers": "Введіть для фільтрації шпалер...",
- "search-launcher": "Пошук записів... або використовуйте > для команд",
- "search": "Пошук...",
- "select": "Вибрати",
- "cancel": "Скасувати",
- "test": "Тест",
- "enter-tooltip": "Введіть підказку"
+ "lock-screen": {
+ "authenticating": "Автентифікація...",
+ "authentication-failed": "Помилка автентифікації",
+ "password": "Введіть ваш пароль...",
+ "restart": "Перезапустити",
+ "shut-down": "Вимкнути",
+ "suspend": "Призупинити",
+ "welcome-back": "З поверненням,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "Клацніть для розгортання",
+ "description": "Ваші сповіщення з'являтимуться тут по мірі надходження.",
+ "no-notifications": "Немає сповіщень",
+ "title": "Сповіщення"
+ }
},
"options": {
- "colors": {
- "primary": "Основний",
- "secondary": "Вторинний",
- "tertiary": "Третинний",
- "error": "Помилка",
- "onSurface": "На поверхні"
- },
"bar": {
- "position": {
- "top": "Зверху",
- "bottom": "Знизу",
- "left": "Зліва",
- "right": "Справа"
- },
"density": {
- "mini": "Міні",
+ "comfortable": "Зручний",
"compact": "Компактний",
"default": "Стандартний",
- "comfortable": "Зручний"
+ "mini": "Міні"
+ },
+ "position": {
+ "bottom": "Знизу",
+ "left": "Зліва",
+ "right": "Справа",
+ "top": "Зверху"
}
},
- "launcher": {
- "position": {
- "center": "Центр (за замовчуванням)",
- "top_left": "Зверху зліва",
- "top_right": "Зверху справа",
- "bottom_left": "Знизу зліва",
- "bottom_right": "Знизу справа",
- "bottom_center": "Знизу по центру",
- "top_center": "Зверху по центру",
- "center_left": "Зліва по центру",
- "center_right": "Справа по центру",
- "follow_bar": "Слідувати за панеллю (за замовчуванням)"
- }
+ "colors": {
+ "error": "Помилка",
+ "onSurface": "На поверхні",
+ "primary": "Основний",
+ "secondary": "Вторинний",
+ "tertiary": "Третинний"
},
"control-center": {
"position": {
- "close_to_bar_button": "Біля кнопки панелі",
- "top_left": "Зверху зліва",
- "top_right": "Зверху справа",
+ "bottom_center": "Знизу по центру",
"bottom_left": "Знизу зліва",
"bottom_right": "Знизу справа",
- "bottom_center": "Знизу по центру",
+ "center": "Центр",
+ "close_to_bar_button": "Біля кнопки панелі",
"top_center": "Зверху по центру",
- "center": "Центр"
+ "top_left": "Зверху зліва",
+ "top_right": "Зверху справа"
},
"quickSettingsStyle": {
- "modern": "Сучасний",
"classic": "Класичний",
- "compact": "Компактний"
+ "compact": "Компактний",
+ "modern": "Сучасний"
+ }
+ },
+ "display-mode": {
+ "always-hide": "Завжди приховувати",
+ "always-show": "Завжди показувати",
+ "force-open": "Примусово відкрити",
+ "on-hover": "При наведенні"
+ },
+ "frame-rates": {
+ "fps": "{fps} к/с"
+ },
+ "hide-modes": {
+ "hidden": "Приховати, коли порожньо",
+ "transparent": "Прозорий, коли порожньо",
+ "visible": "Завжди видимий"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "Знизу по центру",
+ "bottom_left": "Знизу зліва",
+ "bottom_right": "Знизу справа",
+ "center": "Центр (за замовчуванням)",
+ "center_left": "Зліва по центру",
+ "center_right": "Справа по центру",
+ "follow_bar": "Слідувати за панеллю (за замовчуванням)",
+ "top_center": "Зверху по центру",
+ "top_left": "Зверху зліва",
+ "top_right": "Зверху справа"
}
},
"osd": {
"position": {
- "top_left": "Зверху зліва",
- "top_right": "Зверху справа",
- "top_center": "Зверху по центру",
+ "bottom_center": "Знизу по центру",
"bottom_left": "Знизу зліва",
"bottom_right": "Знизу справа",
- "bottom_center": "Знизу по центру",
"center_left": "Зліва по центру",
- "center_right": "Справа по центру"
+ "center_right": "Справа по центру",
+ "top_center": "Зверху по центру",
+ "top_left": "Зверху зліва",
+ "top_right": "Зверху справа"
}
},
- "display-mode": {
- "on-hover": "При наведенні",
- "always-show": "Завжди показувати",
- "always-hide": "Завжди приховувати",
- "force-open": "Примусово відкрити"
- },
- "workspace-labels": {
- "none": "Немає",
- "index": "Індекс",
- "name": "Назва"
- },
- "visualizer-types": {
- "none": "Немає",
- "linear": "Лінійний",
- "mirrored": "Дзеркальний",
- "wave": "Хвиля"
+ "screen-recording": {
+ "audio-sources": {
+ "both": "Системний вихід + вхід мікрофона",
+ "microphone-input": "Вхід мікрофона",
+ "system-output": "Системний вихід"
+ },
+ "color-range": {
+ "full": "Повний",
+ "limited": "Обмежений"
+ },
+ "quality": {
+ "high": "Висока",
+ "medium": "Середня",
+ "ultra": "Ультра",
+ "very-high": "Дуже висока"
+ },
+ "sources": {
+ "portal": "Портал",
+ "screen": "Екран"
+ }
},
"scrolling-modes": {
"always": "Завжди прокручувати",
"hover": "Прокручувати при наведенні",
"never": "Ніколи не прокручувати"
},
- "hide-modes": {
- "visible": "Завжди видимий",
- "hidden": "Приховати, коли порожньо",
- "transparent": "Прозорий, коли порожньо"
+ "visualizer-types": {
+ "linear": "Лінійний",
+ "mirrored": "Дзеркальний",
+ "none": "Немає",
+ "wave": "Хвиля"
},
- "frame-rates": {
- "fps": "{fps} к/с"
- },
- "screen-recording": {
- "sources": {
- "portal": "Портал",
- "screen": "Екран"
- },
- "quality": {
- "medium": "Середня",
- "high": "Висока",
- "very-high": "Дуже висока",
- "ultra": "Ультра"
- },
- "color-range": {
- "limited": "Обмежений",
- "full": "Повний"
- },
- "audio-sources": {
- "system-output": "Системний вихід",
- "microphone-input": "Вхід мікрофона",
- "both": "Системний вихід + вхід мікрофона"
- }
+ "workspace-labels": {
+ "index": "Індекс",
+ "name": "Назва",
+ "none": "Немає"
}
},
- "session-menu": {
- "title": "Меню сеансу",
- "action-in-seconds": "{action} через {seconds} секунд...",
- "lock": "Заблокувати",
- "lock-and-suspend": "Заблокувати та призупинити",
- "suspend": "Призупинити",
- "reboot": "Перезавантажити",
- "logout": "Вийти",
- "shutdown": "Вимкнути"
+ "placeholders": {
+ "cancel": "Скасувати",
+ "command-example": "echo \"Привіт, Світ\"",
+ "enter-command": "Введіть команду для виконання (програма або власний скрипт)",
+ "enter-text-to-collapse": "напр., 'нічого не відтворюється'. Використовуйте /regex/ для шаблонів.",
+ "enter-tooltip": "Введіть підказку",
+ "enter-width-pixels": "Введіть ширину в пікселях",
+ "profile-picture-path": "/home/user/.face",
+ "search": "Пошук...",
+ "search-icons": "напр., noctalia, niri, battery, cloud",
+ "search-launcher": "Пошук записів... або використовуйте > для команд",
+ "search-wallpapers": "Введіть для фільтрації шпалер...",
+ "select": "Вибрати",
+ "test": "Тест"
},
"plugins": {
"applications": "Програми",
- "clipboard": "Історія буфера обміну",
"calculator": "Калькулятор",
- "clipboard-search-description": "Пошук в історії буфера обміну",
+ "calculator-description": "Калькулятор - обчислення математичних виразів",
+ "calculator-enter-expression": "Введіть математичний вираз",
+ "calculator-error": "Помилка",
+ "calculator-name": "Калькулятор",
+ "clipboard": "Історія буфера обміну",
"clipboard-clear-description": "Очистити всю історію буфера обміну",
+ "clipboard-clear-description-full": "Видалити всі елементи з історії буфера обміну",
+ "clipboard-clear-history": "Очистити історію буфера обміну",
"clipboard-history-disabled": "Історія буфера обміну вимкнена",
"clipboard-history-disabled-description": "Увімкніть історію буфера обміну в налаштуваннях або встановіть cliphist",
- "clipboard-clear-history": "Очистити історію буфера обміну",
- "clipboard-clear-description-full": "Видалити всі елементи з історії буфера обміну",
"clipboard-loading": "Завантаження історії буфера обміну...",
"clipboard-loading-description": "Зачекайте, будь ласка",
- "calculator-description": "Калькулятор - обчислення математичних виразів",
- "calculator-name": "Калькулятор",
- "calculator-enter-expression": "Введіть математичний вираз",
- "calculator-error": "Помилка"
- },
- "system": {
- "uptime": "Час роботи: {uptime}",
- "welcome-back": "З поверненням,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "Налаштування {widget}",
- "unknown-app": "Невідома програма",
- "no-media-player-detected": "Медіаплеєр не виявлено",
- "user-requested": "На запит користувача",
- "unknown": "Невідомо",
- "unknown-version": "Невідомо",
- "unknown-layout": "Невідомо"
- },
- "lock-screen": {
- "password": "Введіть ваш пароль...",
- "welcome-back": "З поверненням,",
- "authenticating": "Автентифікація...",
- "authentication-failed": "Помилка автентифікації",
- "shut-down": "Вимкнути",
- "restart": "Перезапустити",
- "suspend": "Призупинити"
+ "clipboard-search-description": "Пошук в історії буфера обміну"
},
"quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "Bluetooth",
+ "enabled": "Bluetooth"
+ },
+ "tooltip": {
+ "action": "Клацніть для керування пристроями Bluetooth"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "Не спати",
+ "enabled": "Не спати"
+ },
+ "tooltip": {
+ "action": "Клацніть для перемикання режиму неспання"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "Нічне світло",
+ "enabled": "Нічне світло",
+ "forced": "Нічне світло"
+ },
+ "tooltip": {
+ "action": "Клацніть для циклічної зміни режиму нічного світла\nПравий клік: Відкрити налаштування"
+ }
+ },
"notifications": {
"label": {
- "enabled": "Сповіщення",
- "disabled": "Не турбувати"
+ "disabled": "Не турбувати",
+ "enabled": "Сповіщення"
},
"tooltip": {
"action": "Лівий клік: Відкрити історію сповіщень\nПравий клік: Перемкнути \"Не турбувати\""
}
},
- "screenRecorder": {
- "label": {
- "recording": "Зупинити",
- "stopped": "Записати"
- },
- "tooltip": {
- "action": "Клацніть для початку/зупинки запису екрана"
- }
- },
"powerProfile": {
"label": {
"unavailable": "Профіль живлення"
@@ -1726,33 +574,13 @@
"disabled": "Встановіть power-profiles-daemon для використання профілів живлення"
}
},
- "wifi": {
+ "screenRecorder": {
"label": {
- "ethernet": "Ethernet",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi відключено"
+ "recording": "Зупинити",
+ "stopped": "Записати"
},
"tooltip": {
- "action": "Клацніть для керування підключеннями Wi-Fi"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "Bluetooth",
- "disabled": "Bluetooth"
- },
- "tooltip": {
- "action": "Клацніть для керування пристроями Bluetooth"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "Нічне світло",
- "forced": "Нічне світло",
- "disabled": "Нічне світло"
- },
- "tooltip": {
- "action": "Клацніть для циклічної зміни режиму нічного світла\nПравий клік: Відкрити налаштування"
+ "action": "Клацніть для початку/зупинки запису екрана"
}
},
"wallpaperSelector": {
@@ -1761,177 +589,1349 @@
"action": "Лівий клік: Відкрити вибір шпалер\nПравий клік: Встановити випадкові шпалери"
}
},
- "keepAwake": {
+ "wifi": {
"label": {
- "enabled": "Не спати",
- "disabled": "Не спати"
+ "disconnected": "Wi-Fi відключено",
+ "ethernet": "Ethernet",
+ "wifi": "Wi-Fi"
},
"tooltip": {
- "action": "Клацніть для перемикання режиму неспання"
+ "action": "Клацніть для керування підключеннями Wi-Fi"
}
}
},
+ "session-menu": {
+ "action-in-seconds": "{action} через {seconds} секунд...",
+ "lock": "Заблокувати",
+ "lock-and-suspend": "Заблокувати та призупинити",
+ "logout": "Вийти",
+ "reboot": "Перезавантажити",
+ "shutdown": "Вимкнути",
+ "suspend": "Призупинити",
+ "title": "Меню сеансу"
+ },
+ "settings": {
+ "about": {
+ "contributors": {
+ "section": {
+ "description": "Вітаємо нашого {count} чудового учасника!",
+ "description_plural": "Вітаємо наших {count} чудових учасників!",
+ "label": "Учасники"
+ }
+ },
+ "noctalia": {
+ "download-latest": "Завантажити останній реліз",
+ "installed-version": "Встановлена версія:",
+ "latest-version": "Остання версія:",
+ "section": {
+ "description": "Елегантна та мінімалістична оболонка робочого столу, ретельно створена для Wayland, побудована на Quickshell.",
+ "label": "Оболонка Noctalia"
+ }
+ },
+ "support": "Підтримати нас",
+ "title": "Про програму"
+ },
+ "audio": {
+ "devices": {
+ "input-device": {
+ "description": "Виберіть бажаний пристрій введення звуку.",
+ "label": "Пристрій введення"
+ },
+ "output-device": {
+ "description": "Виберіть бажаний пристрій виведення звуку.",
+ "label": "Пристрій виведення"
+ },
+ "section": {
+ "description": "Налаштуйте доступні пристрої введення та виведення звуку.",
+ "label": "Аудіопристрої"
+ }
+ },
+ "media": {
+ "excluded-player": {
+ "description": "Додайте ключові слова для плеєрів, які система має ігнорувати. Кожне ключове слово на новому рядку.",
+ "label": "Виключений плеєр",
+ "placeholder": "введіть підрядок та натисніть +"
+ },
+ "frame-rate": {
+ "description": "Вищі значення плавніші, але споживають більше ресурсів.",
+ "label": "Частота кадрів"
+ },
+ "primary-player": {
+ "description": "Введіть ключове слово для ідентифікації основного плеєра.",
+ "label": "Основний плеєр",
+ "placeholder": "напр. spotify, vlc, mpv"
+ },
+ "scrolling-speed": {
+ "description": "Час у секундах для прокрутки назви від початку до кінця",
+ "label": "Швидкість прокрутки"
+ },
+ "scrolling-title": {
+ "description": "Увімкнути безперервну прокрутку для довгих назв медіа",
+ "label": "Прокрутка назви"
+ },
+ "section": {
+ "description": "Встановіть бажані та ігноровані медіапрограми.",
+ "label": "Медіаплеєри"
+ },
+ "visualizer-type": {
+ "description": "Виберіть тип візуалізації для відтворення медіа",
+ "label": "Тип візуалізації"
+ }
+ },
+ "title": "Аудіо",
+ "volumes": {
+ "input-volume": {
+ "description": "Рівень гучності мікрофона.",
+ "label": "Вхідна гучність"
+ },
+ "mute-input": {
+ "description": "Вимкнути стандартний аудіовхід (мікрофон).",
+ "label": "Вимкнути вхідний звук"
+ },
+ "mute-output": {
+ "description": "Вимкнути основний аудіовихід системи.",
+ "label": "Вимкнути вихідний звук"
+ },
+ "output-volume": {
+ "description": "Системний рівень гучності.",
+ "label": "Вихідна гучність"
+ },
+ "section": {
+ "description": "Налаштуйте регулятори гучності та рівні звуку.",
+ "label": "Гучність"
+ },
+ "step-size": {
+ "description": "Налаштуйте крок зміни гучності (колесо миші, гарячі клавіші).",
+ "label": "Крок зміни гучності"
+ },
+ "volume-overdrive": {
+ "description": "Дозволити підвищення гучності понад 100%. Може не підтримуватись усім обладнанням.",
+ "label": "Дозволити перегучність"
+ }
+ }
+ },
+ "bar": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Налаштуйте непрозорість фону панелі.",
+ "label": "Непрозорість фону"
+ },
+ "density": {
+ "description": "Налаштуйте відступи панелі для компактного або просторого вигляду.",
+ "label": "Щільність панелі"
+ },
+ "floating": {
+ "description": "Відображати панель як плаваючу 'таблетку'. Примітка: Це перемістить кути екрана до країв.",
+ "label": "Плаваюча панель"
+ },
+ "margins": {
+ "description": "Налаштуйте поля навколо плаваючої панелі.",
+ "horizontal": "Горизонтальні",
+ "label": "Поля",
+ "vertical": "Вертикальні"
+ },
+ "outer-corners": {
+ "description": "Відображає назовні закруглені кути на панелі.",
+ "label": "Зовнішні кути"
+ },
+ "position": {
+ "description": "Виберіть, де розмістити панель на екрані.",
+ "label": "Положення панелі"
+ },
+ "section": {
+ "description": "Налаштуйте зовнішній вигляд та положення панелі.",
+ "label": "Зовнішній вигляд"
+ },
+ "show-capsule": {
+ "description": "Показувати фон віджетів.",
+ "label": "Показувати капсулу"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Показувати панель на певних моніторах. За замовчуванням на всіх, якщо не вибрано.",
+ "label": "Відображення на моніторах"
+ }
+ },
+ "title": "Панель",
+ "tray": {
+ "blacklist": {
+ "description": "Додайте правила виключення з трея, підтримує шаблони (*).",
+ "label": "Чорний список",
+ "placeholder": "напр., nm-applet, Fcitx*"
+ }
+ },
+ "widgets": {
+ "section": {
+ "description": "Перетягуйте віджети для зміни порядку. Позначки вказують використання: [L]івий, [C]ентр, [R]правий.",
+ "label": "Розміщення віджетів"
+ }
+ }
+ },
+ "color-scheme": {
+ "color-source": {
+ "matugen-scheme-type": {
+ "description": {
+ "scheme-content": "Виводить кольори, що тісно збігаються з базовим зображенням",
+ "scheme-expressive": "Яскрава палітра з грайливою насиченістю",
+ "scheme-fidelity": "Високоточна палітра, що зберігає вихідні відтінки",
+ "scheme-fruit-salad": "Барвистий мікс яскравих контрастних акцентів",
+ "scheme-monochrome": "Мінімальна палітра на основі одного відтінку",
+ "scheme-neutral": "Приглушена палітра з стриманими та заспокійливими тонами",
+ "scheme-rainbow": "Різноманітна палітра, що охоплює весь спектр",
+ "scheme-tonal-spot": "Збалансована палітра з фокусованими акцентами"
+ },
+ "label": "Тип схеми Matugen"
+ },
+ "section": {
+ "description": "Основні налаштування для кольорів Noctalia.",
+ "label": "Джерело кольорів"
+ },
+ "use-wallpaper-colors": {
+ "description": "Генерувати колірні схеми зі шпалер за допомогою Matugen. Автоматично витягує кольори для створення цілісної теми.",
+ "label": "Використовувати кольори шпалер"
+ }
+ },
+ "dark-mode": {
+ "mode": {
+ "description": "Увімкнути автоматичне перемикання між світлим і темним режимом.",
+ "label": "Розклад темного режиму",
+ "location": "Розташування",
+ "manual": "Вручну",
+ "off": "Вимкнено"
+ },
+ "switch": {
+ "description": "Перемикає на темнішу тему для зручного перегляду вночі.",
+ "label": "Темний режим"
+ }
+ },
+ "predefined": {
+ "generate-templates": {
+ "description": "Генерувати шаблони Matugen (GTK, теми терміналу тощо) при використанні попередньо визначених колірних схем.",
+ "label": "Генерувати шаблони для попередньо визначених схем"
+ },
+ "section": {
+ "description": "Виберіть із колекції попередньо визначених колірних схем.",
+ "label": "Попередньо визначені колірні схеми"
+ }
+ },
+ "templates": {
+ "misc": {
+ "description": "Додаткові параметри конфігурації.",
+ "label": "Різне",
+ "user-templates": {
+ "description": "Увімкнути визначений користувачем конфіг Matugen. Файл шаблону буде створено за адресою ~/.config/noctalia/user-templates.toml при першому увімкненні",
+ "label": "Користувацькі шаблони"
+ }
+ },
+ "programs": {
+ "code": {
+ "description": "Записати {filepath}. Тему Hyprluna потрібно встановити та активувати вручну.",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "description": "Оформлення окремих програм.",
+ "discord": {
+ "description": "Записати {filepath} для {client}. Тему Hyprluna потрібно активувати вручну.",
+ "description-missing": "Клієнт Discord не виявлено. Встановіть vencord, vesktop, webcord, armcord, equibop, lightcord або dorion."
+ },
+ "fuzzel": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "label": "Програми",
+ "pywalfox": {
+ "description": "Записати {filepath} та запустити pywalfox update",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "vicinae": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "walker": {
+ "description": "Записати {filepath} та встановити тему noctalia",
+ "description-missing": "Потрібна установка {app}"
+ }
+ },
+ "section": {
+ "description": "Застосовувати кольори до зовнішніх програм.",
+ "label": "Шаблони"
+ },
+ "terminal": {
+ "alacritty": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібно встановити {app}"
+ },
+ "description": "Оформлення емулятора терміналу.",
+ "foot": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "ghostty": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "kitty": {
+ "description": "Записати {filepath} та перезавантажити",
+ "description-missing": "Потрібна установка {app}"
+ },
+ "label": "Термінал",
+ "wezterm": {
+ "description": "Запишіть {filepath} та перезавантажте",
+ "description-missing": "Потрібно встановити {app}"
+ }
+ },
+ "ui": {
+ "description": "Оформлення робочого середовища та інструментарію інтерфейсу.",
+ "gtk": {
+ "description": "Записати {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "Записати {filepath}"
+ },
+ "label": "Інтерфейс",
+ "qt": {
+ "description": "Записати {filepath}"
+ }
+ }
+ },
+ "title": "Колірна схема"
+ },
+ "control-center": {
+ "cards": {
+ "section": {
+ "description": "Налаштуйте, які елементи керування з'являються в Центрі керування та в якому порядку.",
+ "label": "Картки"
+ }
+ },
+ "position": {
+ "description": "Виберіть, де з'являється панель Центру керування при відкритті.",
+ "label": "Положення"
+ },
+ "section": {
+ "description": "Налаштуйте положення та поведінку панелі Центру керування.",
+ "label": "Зовнішній вигляд"
+ },
+ "shortcuts": {
+ "custom-button": {
+ "browse": "Огляд",
+ "command": {
+ "description": "Команда, яка буде виконана при натисканні кнопки.",
+ "label": "Команда"
+ },
+ "enable-on-state-logic": {
+ "description": "Увімкнути другу іконку та 'гарячий' стан на основі команди перевірки.",
+ "label": "Увімкнути логіку увімкненого стану"
+ },
+ "general-tooltip-text": {
+ "description": "Загальний опис для підказки кнопки.",
+ "label": "Загальний текст підказки"
+ },
+ "icon": {
+ "description": "Виберіть іконку з бібліотеки.",
+ "label": "Іконка"
+ },
+ "on-clicked": {
+ "description": "Команда, яка буде виконана при натисканні лівої кнопки миші.",
+ "label": "Команда лівого кліку"
+ },
+ "on-middle-clicked": {
+ "description": "Команда, яка буде виконана при натисканні середньої кнопки миші.",
+ "label": "Команда середнього кліку"
+ },
+ "on-right-clicked": {
+ "description": "Команда, яка буде виконана при натисканні правої кнопки миші.",
+ "label": "Команда правого кліку"
+ },
+ "on-state-command": {
+ "description": "Команда для перевірки, чи повинна кнопка бути у стані 'увімкнено'. Повертає 0 для увімкненого стану, ненульове значення для вимкненого.",
+ "label": "Команда перевірки увімкненого стану"
+ },
+ "on-state-icon": {
+ "description": "Іконка для кнопки, коли вона у стані 'увімкнено'.",
+ "label": "Іконка увімкненого стану"
+ },
+ "state-checks": {
+ "add": "Додати перевірку стану",
+ "browse-icon": "Огляд",
+ "command": "Команда для виконання для цієї перевірки стану",
+ "label": "Перевірки стану",
+ "remove": "Видалити"
+ },
+ "tooltip": {
+ "description": "Підказка, яка буде відображатися при наведенні на кнопку.",
+ "label": "Підказка"
+ }
+ },
+ "dialog": {
+ "apply": "Застосувати",
+ "cancel": "Скасувати"
+ },
+ "section": {
+ "description": "Налаштуйте та керуйте віджетами швидкого доступу.",
+ "label": "Віджети швидкого доступу"
+ },
+ "sectionLeft": "Лівий",
+ "sectionRight": "Правий"
+ },
+ "title": "Центр керування"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "Яскравість",
+ "brightness-step": {
+ "description": "Налаштуйте крок зміни яскравості (колесо миші та гарячі клавіші).",
+ "label": "Крок зміни яскравості"
+ },
+ "brightness-unavailable": {
+ "ddc-disabled": "Регулювання яскравості недоступне. Увімкніть \"Підтримку зовнішньої яскравості\", щоб керувати яскравістю цього дисплея.",
+ "generic": "Регулювання яскравості для цього дисплея недоступне."
+ },
+ "enforce-minimum": {
+ "description": "Вирішує проблему повного вимкнення підсвітки на деяких дисплеях при яскравості 0%.",
+ "label": "Примусова мінімальна яскравість (1%)"
+ },
+ "external-brightness": {
+ "description": "Увімкнути підтримку DDCUtil для керування яскравістю на зовнішніх дисплеях через протокол DDC/CI.",
+ "label": "Підтримка зовнішньої яскравості"
+ },
+ "section": {
+ "description": "Налаштуйте яскравість для кожного дисплея.",
+ "label": "Налаштування для кожного монітора"
+ }
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "На основі часу заходу та сходу сонця в {location} - рекомендовано.",
+ "label": "Автоматичне планування"
+ },
+ "enable": {
+ "description": "Застосувати теплий колірний фільтр для зменшення випромінювання синього світла.",
+ "label": "Увімкнути нічне світло"
+ },
+ "force-activation": {
+ "description": "Ігнорує розклад і негайно застосовує нічний фільтр.",
+ "label": "Примусова активація"
+ },
+ "manual-schedule": {
+ "description": "Встановіть власний час сходу та заходу сонця.",
+ "label": "Ручне планування",
+ "select-start": "Виберіть час початку",
+ "select-stop": "Виберіть час зупинки",
+ "sunrise": "Час сходу сонця",
+ "sunset": "Час заходу сонця"
+ },
+ "section": {
+ "description": "Зменшіть випромінювання синього світла для кращого сну та зменшення втоми очей.",
+ "label": "Нічне світло"
+ },
+ "temperature": {
+ "day": "День",
+ "description": "Встановіть теплоту кольору для нічного та денного часу.",
+ "label": "Колірна температура",
+ "night": "Ніч"
+ }
+ },
+ "title": "Дисплей"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "Налаштуйте непрозорість фону дока.",
+ "label": "Непрозорість фону"
+ },
+ "colorize-icons": {
+ "description": "Застосувати кольори теми до значків програм у доці (тільки неактивні програми).",
+ "label": "Розфарбувати значки"
+ },
+ "display": {
+ "always-visible": "Завжди видимий",
+ "auto-hide": "Автоприховування",
+ "description": "Виберіть, як поводиться док.",
+ "exclusive": "Ексклюзивний",
+ "label": "Відображення"
+ },
+ "floating-distance": {
+ "description": "Встановіть відстань між доком і краєм екрана.",
+ "label": "Відстань плавання дока"
+ },
+ "icon-size": {
+ "description": "Налаштуйте загальний розмір дока.",
+ "label": "Розмір дока"
+ },
+ "section": {
+ "description": "Налаштуйте поведінку та зовнішній вигляд дока.",
+ "label": "Зовнішній вигляд"
+ }
+ },
+ "enabled": {
+ "description": "Показати або сховати док повністю",
+ "label": "Увімкнути док"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "Показувати тільки програми з виходу, де розташований док.",
+ "label": "Тільки програми з того ж виходу"
+ },
+ "section": {
+ "description": "Показувати док на певних моніторах. За замовчуванням на всіх, якщо не вибрано.",
+ "label": "Відображення на моніторах"
+ }
+ },
+ "title": "Док"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "Основний шрифт, що використовується в інтерфейсі.",
+ "label": "Стандартний шрифт",
+ "placeholder": "Виберіть стандартний шрифт...",
+ "scale": {
+ "description": "Збільшити або зменшити розмір звичайного тексту.",
+ "label": "Розмір стандартного шрифту"
+ },
+ "search-placeholder": "Пошук шрифту..."
+ },
+ "monospace": {
+ "description": "Моноширинний шрифт для відображення чисел та статистики.",
+ "label": "Моноширинний шрифт",
+ "placeholder": "Виберіть моноширинний шрифт...",
+ "scale": {
+ "description": "Збільшити або зменшити розмір моноширинного тексту.",
+ "label": "Розмір моноширинного шрифту"
+ },
+ "search-placeholder": "Пошук моноширинного шрифту..."
+ },
+ "reset-scaling": "Скинути масштаб",
+ "section": {
+ "description": "Виберіть шрифти, що використовуються в інтерфейсі.",
+ "label": "Шрифти"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "Виберіть бажану мову програми.",
+ "label": "Мова"
+ },
+ "select": {
+ "auto-detect": "Автоматично",
+ "description": "Виберіть мову інтерфейсу програми.",
+ "label": "Мова програми"
+ }
+ },
+ "launch-setup-wizard": "Запустити майстер налаштування",
+ "profile": {
+ "picture": {
+ "description": "Ваше фото профілю, що відображається в інтерфейсі.",
+ "label": "Фото профілю {user}"
+ },
+ "section": {
+ "description": "Редагуйте дані користувача та аватар.",
+ "label": "Профіль"
+ },
+ "select-avatar": "Вибрати зображення аватара"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "Налаштуйте заокруглення кутів екрана.",
+ "label": "Радіус кутів екрана",
+ "reset": "Скинути радіус кутів екрана"
+ },
+ "section": {
+ "description": "Налаштуйте заокруглення кутів екрана та візуальні ефекти.",
+ "label": "Кути екрана"
+ },
+ "show-corners": {
+ "description": "Відображати заокруглені кути на краях екрана.",
+ "label": "Показувати кути екрана"
+ },
+ "solid-black": {
+ "description": "Використовувати суцільний чорний колір замість кольору фону панелі.",
+ "label": "Суцільно чорні кути"
+ }
+ },
+ "title": "Загальні"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• Команди виконуються через оболонку (sh -c)\n• Команди запускаються у фоні (відокремлено)\n• Кнопки тестування виконують з поточними значеннями",
+ "label": "Інформація про команди хуків"
+ },
+ "parameters": {
+ "description": "• Хук шпалер: $1 = шлях до шпалер, $2 = назва екрана\n• Хук перемикання теми: $1 = true/false (стан темного режиму)",
+ "label": "Доступні параметри"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "Увімкнути або вимкнути всі команди хуків.",
+ "label": "Увімкнути хуки"
+ },
+ "section": {
+ "description": "Налаштуйте команди для виконання при системних подіях.",
+ "label": "Системні хуки"
+ }
+ },
+ "theme-changed": {
+ "description": "Команда для виконання при перемиканні теми між темним і світлим режимом.",
+ "label": "Тему змінено",
+ "placeholder": "напр., notify-send \"Тема\" \"Перемкнуто\""
+ },
+ "title": "Хуки",
+ "wallpaper-changed": {
+ "description": "Команда для виконання при зміні шпалер.",
+ "label": "Шпалери змінено",
+ "placeholder": "напр., notify-send \"Шпалери\" \"Змінено\""
+ }
+ },
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "Налаштуйте непрозорість фону запускача.",
+ "label": "Непрозорість фону"
+ },
+ "clipboard-history": {
+ "description": "Отримати доступ до раніше скопійованих елементів із запускача.",
+ "label": "Увімкнути історію буфера обміну"
+ },
+ "custom-launch-prefix": {
+ "description": "Додати префікс до команд власним запускачем (напр., 'runapp' для інтеграції з systemd).",
+ "label": "Власний префікс запуску"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "Використовувати власний префікс для запуску програм замість стандартного методу.",
+ "label": "Увімкнути власний префікс запуску"
+ },
+ "position": {
+ "description": "Виберіть, де з'являється панель запускача.",
+ "label": "Положення"
+ },
+ "section": {
+ "description": "Налаштуйте поведінку та зовнішній вигляд запускача.",
+ "label": "Зовнішній вигляд"
+ },
+ "sort-by-usage": {
+ "description": "Коли увімкнено, часто запускані програми з'являються першими в списку.",
+ "label": "Сортувати за використанням"
+ },
+ "terminal-command": {
+ "description": "Команда для запуску терміналу. Напр., 'kitty -e' або 'gnome-terminal --'.",
+ "label": "Команда терміналу"
+ },
+ "use-app2unit": {
+ "description": "Використовує альтернативний метод запуску для кращого управління процесами програм і запобігання проблемам.",
+ "label": "Використовувати App2Unit для запуску програм"
+ }
+ },
+ "title": "Запускач"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "Відображати час у 12-годинному форматі на екрані блокування та в календарі. Годинник на панелі має власні налаштування.",
+ "label": "Використовувати 12-годинний формат часу"
+ },
+ "first-day-of-week": {
+ "automatic": "Автоматично (використовувати системну локаль)",
+ "description": "Виберіть, який день починає тиждень у календарі.",
+ "label": "Перший день тижня"
+ },
+ "section": {
+ "description": "Налаштуйте, як відображаються дата та час.",
+ "label": "Дата і час"
+ },
+ "show-events": {
+ "description": "Відображати події на панелі календаря.",
+ "label": "Показувати події календаря"
+ },
+ "use-analog": {
+ "description": "Показувати аналоговий годинник на екрані календаря.",
+ "label": "Використовувати аналоговий годинник"
+ },
+ "week-numbers": {
+ "description": "Відображати номер тижня року (напр., Тиждень 38) у календарі.",
+ "label": "Показувати номери тижнів"
+ }
+ },
+ "location": {
+ "search": {
+ "description": "напр., Торонто, ОН",
+ "label": "Шукати розташування",
+ "placeholder": "Введіть назву місця"
+ },
+ "section": {
+ "description": "Отримуйте точну погоду та планування нічного світла, встановивши ваше розташування.",
+ "label": "Ваше розташування"
+ }
+ },
+ "title": "Розташування",
+ "weather": {
+ "enabled": {
+ "description": "Показувати інформацію про погоду в інтерфейсі та отримувати дані про погоду. Коли вимкнено, всі елементи погоди будуть приховані та мережеві запити не виконуватимуться.",
+ "label": "Увімкнути погоду"
+ },
+ "fahrenheit": {
+ "description": "Відображати температуру в Фаренгейтах замість Цельсія.",
+ "label": "Відображати температуру в Фаренгейтах (°F)"
+ },
+ "section": {
+ "description": "Виберіть бажану одиницю температури.",
+ "label": "Погода"
+ },
+ "show-in-calendar": {
+ "description": "Показувати щоденний прогноз погоди безпосередньо в календарі.",
+ "label": "Відображати погоду в календарі"
+ }
+ }
+ },
+ "lock-screen": {
+ "compact-lockscreen": {
+ "description": "Показувати тільки поле входу та системні елементи керування, приховуючи віджети погоди та медіа.",
+ "label": "Компактний екран блокування"
+ },
+ "lock-on-suspend": {
+ "description": "Автоматично блокувати екран при призупиненні системи.",
+ "label": "Блокувати при призупиненні"
+ },
+ "title": "Екран блокування"
+ },
+ "network": {
+ "bluetooth": {
+ "label": "Увімкнути Bluetooth"
+ },
+ "section": {
+ "description": "Керувати підключеннями Wi-Fi та Bluetooth."
+ },
+ "title": "Мережа",
+ "wifi": {
+ "label": "Увімкнути Wi-Fi"
+ }
+ },
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "Як довго залишаються видимими критичні сповіщення.",
+ "label": "Критична терміновість"
+ },
+ "low-urgency": {
+ "description": "Як довго залишаються видимими сповіщення низького пріоритету.",
+ "label": "Низька терміновість"
+ },
+ "normal-urgency": {
+ "description": "Як довго залишаються видимими сповіщення звичайного пріоритету.",
+ "label": "Звичайна терміновість"
+ },
+ "respect-expire": {
+ "description": "Використовувати час закінчення, встановлений у сповіщенні.",
+ "label": "Дотримуватись часу закінчення"
+ },
+ "section": {
+ "description": "Налаштуйте, як довго сповіщення залишаються видимими залежно від рівня терміновості.",
+ "label": "Тривалість сповіщень"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "Показувати сповіщення на певних моніторах. За замовчуванням на всіх, якщо не вибрано.",
+ "label": "Відображення на моніторах"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "Відображати сповіщення поверх повноекранних вікон та інших шарів.",
+ "label": "Завжди зверху"
+ },
+ "background-opacity": {
+ "description": "Налаштуйте непрозорість фону сповіщень.",
+ "label": "Непрозорість фону"
+ },
+ "do-not-disturb": {
+ "description": "Вимкнути всі спливаючі сповіщення, коли увімкнено.",
+ "label": "Не турбувати"
+ },
+ "enable-osd": {
+ "description": "Показувати зміни гучності та яскравості в реальному часі.",
+ "label": "Увімкнути екранну індикацію"
+ },
+ "location": {
+ "description": "Де з'являються сповіщення на екрані.",
+ "label": "Розташування"
+ },
+ "section": {
+ "description": "Налаштуйте зовнішній вигляд та поведінку сповіщень.",
+ "label": "Зовнішній вигляд"
+ }
+ },
+ "title": "Сповіщення"
+ },
+ "osd": {
+ "always-on-top": {
+ "description": "Відображати екранну індикацію поверх повноекранних вікон та інших шарів.",
+ "label": "Завжди зверху"
+ },
+ "description": "Налаштуйте екранні індикатори, такі як накладки гучності та яскравості.",
+ "duration": {
+ "auto-hide": {
+ "description": "Налаштуйте час до зникнення екранної індикації.",
+ "label": "Автоприховування через"
+ },
+ "section": {
+ "description": "Як довго екранна індикація залишається видимою перед автоматичним приховуванням.",
+ "label": "Час автоприховування"
+ }
+ },
+ "enabled": {
+ "description": "Показувати зміни гучності та яскравості в реальному часі.",
+ "label": "Увімкнути екранну індикацію"
+ },
+ "location": {
+ "description": "Де з'являються екранні індикації.",
+ "label": "Розташування"
+ },
+ "monitors": {
+ "section": {
+ "description": "Показувати екранну індикацію на певних моніторах. За замовчуванням на всіх, якщо не вибрано.",
+ "label": "Відображення на моніторах"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "Налаштуйте видимість та поведінку екранної індикації.",
+ "label": "Загальні"
+ }
+ },
+ "title": "Екранна індикація"
+ },
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "Opus рекомендується для найкращої продуктивності та найменшого розміру аудіо.",
+ "label": "Кодек аудіо"
+ },
+ "audio-source": {
+ "description": "Джерело аудіо для захоплення під час запису.",
+ "label": "Джерело аудіо"
+ },
+ "section": {
+ "description": "Налаштуйте параметри запису аудіо.",
+ "label": "Налаштування аудіо"
+ }
+ },
+ "general": {
+ "output-folder": {
+ "description": "Тека, де зберігатимуться записи екрана.",
+ "label": "Тека виведення",
+ "tooltip": "Огляд теки виведення"
+ },
+ "section": {
+ "description": "Керуйте виведенням та вмістом запису екрана.",
+ "label": "Загальні налаштування"
+ },
+ "select-output-folder": "Вибрати теку виведення",
+ "show-cursor": {
+ "description": "Записувати курсор миші у відео.",
+ "label": "Показувати курсор"
+ }
+ },
+ "title": "Запис екрана",
+ "video": {
+ "color-range": {
+ "description": "Обмежений рекомендується для кращої сумісності.",
+ "label": "Діапазон кольорів"
+ },
+ "frame-rate": {
+ "description": "Цільова частота кадрів для записів екрана.",
+ "label": "Частота кадрів"
+ },
+ "section": {
+ "description": "Налаштуйте параметри запису відео.",
+ "label": "Налаштування відео"
+ },
+ "video-codec": {
+ "description": "h264 є найпоширенішим кодеком.",
+ "label": "Кодек відео"
+ },
+ "video-quality": {
+ "description": "Вища якість призводить до більшого розміру файлів.",
+ "label": "Якість відео"
+ },
+ "video-source": {
+ "description": "Рекомендується Portal, якщо виникають артефакти, спробуйте Screen.",
+ "label": "Джерело відео"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "Вимкнути всі анімації для швидшого, більш відгукового досвіду.",
+ "label": "Вимкнути анімації інтерфейсу"
+ },
+ "animation-speed": {
+ "description": "Налаштувати глобальну швидкість анімації.",
+ "label": "Швидкість анімації",
+ "reset": "Скинути швидкість анімації"
+ },
+ "border-radius": {
+ "description": "Керує заокругленістю кутів вікон, кнопок та інших елементів.",
+ "label": "Радіус меж",
+ "reset": "Скинути радіус меж"
+ },
+ "dim-desktop": {
+ "description": "Затемнювати робочий стіл, коли відкриті панелі або меню.",
+ "label": "Приглушити робочий стіл"
+ },
+ "panels-attached-to-bar": {
+ "description": "Панелі фіксуються до штанги та країв екрана, створюючи бездоганний вигляд зі стильними перевернутими кутами.",
+ "label": "Прив'язувати панелі до країв"
+ },
+ "panels-overlay": {
+ "description": "Забезпечує видимість панелей і панелі завдань, навіть поверх повноекранних програм.",
+ "label": "Тримати панелі та панель зверху"
+ },
+ "scaling": {
+ "description": "Змінює розмір загального користувацького інтерфейсу, окрім панелі.",
+ "label": "Масштабування інтерфейсу",
+ "reset-scaling": "Скинути масштабування інтерфейсу"
+ },
+ "section": {
+ "description": "Налаштуйте вигляд, відчуття та поведінку інтерфейсу.",
+ "label": "Зовнішній вигляд"
+ },
+ "shadows": {
+ "description": "Увімкнути тіні під панелями та смугами.",
+ "label": "Тіні"
+ },
+ "title": "Користувацький інтерфейс",
+ "tooltips": {
+ "description": "Увімкнути або вимкнути підказки в інтерфейсі.",
+ "label": "Показувати підказки"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "Введіть час як ГГ:ХХ (напр., 01:30).",
+ "label": "Власний інтервал"
+ },
+ "interval": {
+ "description": "Як часто автоматично змінювати шпалери.",
+ "label": "Інтервал шпалер"
+ },
+ "random-wallpaper": {
+ "description": "Планувати випадкову зміну шпалер через регулярні інтервали.",
+ "label": "Випадкові шпалери"
+ },
+ "section": {
+ "label": "Автоматизація"
+ }
+ },
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "Застосовує м'який, розмитий ефект до краю переходів.",
+ "label": "Пом'якшення краю переходу"
+ },
+ "fill-color": {
+ "description": "Виберіть колір заповнення, що може з'являтися за шпалерами.",
+ "label": "Колір заповнення"
+ },
+ "fill-mode": {
+ "description": "Виберіть, як зображення має масштабуватися відповідно до роздільної здатності монітора.",
+ "label": "Режим заповнення"
+ },
+ "section": {
+ "label": "Вигляд і відчуття"
+ },
+ "transition-duration": {
+ "description": "Тривалість анімацій переходу в секундах.",
+ "label": "Тривалість переходу"
+ },
+ "transition-type": {
+ "description": "Тип анімації при перемиканні між шпалерами.",
+ "label": "Тип переходу"
+ }
+ },
+ "settings": {
+ "enable-management": {
+ "description": "Керувати шпалерами за допомогою Noctalia. Вимкніть, якщо надаєте перевагу іншій програмі.",
+ "label": "Увімкнути управління шпалерами"
+ },
+ "folder": {
+ "description": "Шлях до основної теки шпалер.",
+ "label": "Тека шпалер",
+ "tooltip": "Огляд теки шпалер"
+ },
+ "monitor-specific": {
+ "description": "Встановити різні теки шпалер для кожного монітора.",
+ "label": "Окремі теки для моніторів",
+ "tooltip": "Огляд теки шпалер"
+ },
+ "recursive-search": {
+ "description": "Також шукати шпалери в підтеках директорії шпалер.",
+ "label": "Шукати в підтеках"
+ },
+ "section": {
+ "description": "Керуйте управлінням та відображенням шпалер.",
+ "label": "Налаштування шпалер"
+ },
+ "select-folder": "Вибрати теку шпалер",
+ "select-monitor-folder": "Вибрати теку шпалер монітора",
+ "selector-position": {
+ "description": "Виберіть, де відображатиметься панель вибору шпалер.",
+ "label": "Позиція"
+ }
+ },
+ "title": "Шпалери"
+ }
+ },
+ "setup": {
+ "appearance": {
+ "header": "Зовнішній вигляд",
+ "subheader": "Виберіть темний режим та джерела кольорів (Matugen або попередньо визначені)."
+ },
+ "customize": {
+ "header": "Налаштуйте ваш досвід",
+ "subheader": "Налаштуйте положення панелі, щільність, масштабування та інше."
+ },
+ "wallpaper": {
+ "choose-dir": "Виберіть теку, що містить ваші зображення шпалер",
+ "dir": {
+ "browse": "Огляд теки шпалер",
+ "description": "Виберіть теку, що містить ваші шпалери",
+ "label": "Тека шпалер",
+ "select-title": "Вибрати теку шпалер"
+ },
+ "header": "Виберіть ваші шпалери",
+ "no-dir": "Тека шпалер не вибрана",
+ "no-valid": "Не знайдено дійсних файлів зображень у: {dir}",
+ "none-in-dir": "Шпалери не знайдено в теці",
+ "preview-error": "Не вдалося завантажити зображення",
+ "select-prompt": "Виберіть шпалери нижче",
+ "subheader": "Створіть настрій за допомогою красивого фону."
+ },
+ "welcome": {
+ "note": "Лише кілька основних речей для початку - повні опції в Налаштуваннях"
+ }
+ },
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "Медіаплеєр не виявлено",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "Невідомо",
+ "unknown-app": "Невідома програма",
+ "unknown-layout": "Невідомо",
+ "unknown-version": "Невідомо",
+ "uptime": "Час роботи: {uptime}",
+ "user-requested": "На запит користувача",
+ "welcome-back": "З поверненням,",
+ "widget-settings-title": "Налаштування {widget}"
+ },
"toast": {
- "night-light": {
- "enabled": "Увімкнено",
- "disabled": "Вимкнено",
- "not-installed": "wlsunset не встановлено",
- "forced": "Примусова активація",
- "normal": "Звичайний режим"
- },
- "keep-awake": {
- "enabled": "Увімкнено",
- "disabled": "Вимкнено"
- },
- "wallpaper-colors": {
- "enabled": "Кольори шпалер увімкнено",
- "disabled": "Кольори шпалер вимкнено",
- "not-installed": "Matugen не встановлено - потрібний для витягу кольорів зі шпалер"
- },
- "matugen": {
- "failed": "Помилка обробки Matugen",
- "failed-general": "Matugen зіткнувся з помилкою під час обробки шаблонів"
- },
- "recording": {
- "stopping": "Зупинка запису…",
- "started": "Запис розпочато",
- "saved": "Запис збережено",
- "failed-start": "Не вдалося розпочати запис",
- "failed-gpu": "gpu-screen-recorder несподівано завершився.",
- "failed-general": "Рекордер завершився з помилкою.",
- "no-portals": "Портали робочого столу не запущені",
- "no-portals-desc": "Запустіть xdg-desktop-portal та портал композитора (wlr/hyprland/gnome/kde).",
- "not-installed": "gpu-screen-recorder не встановлено",
- "not-installed-desc": "Будь ласка, встановіть gpu-screen-recorder для використання функцій запису екрана."
- },
- "clipboard": {
- "unavailable": "Історія буфера обміну недоступна",
- "unavailable-desc": "Програма 'cliphist' не встановлена. Будь ласка, встановіть її для використання функцій історії буфера обміну."
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel перейменовано на SessionMenu, цей виклик IPC незабаром буде застарілим. Будь ласка, використовуйте \"ipc call sessionMenu toggle\" замість цього.",
- "sidepanel-deprecated": "SidePanel перейменовано на ControlCenter, цей виклик IPC незабаром буде застарілим. Будь ласка, використовуйте \"ipc call controlCenter toggle\" замість цього."
- },
- "wifi": {
- "enabled": "Увімкнено",
- "disabled": "Вимкнено",
- "connected": "Підключено до '{ssid}'",
- "disconnected": "Відключено від '{ssid}'"
- },
- "bluetooth": {
- "enabled": "Увімкнено",
- "disabled": "Вимкнено"
- },
"airplane-mode": {
- "title": "Режим польоту",
+ "disabled": "Вимкнено",
"enabled": "Увімкнено",
- "disabled": "Вимкнено"
- },
- "internet": {
- "limited": "Підключено без інтернету"
- },
- "kofi": {
- "opened": "Сторінка Ko-fi відкрита у вашому браузері"
- },
- "do-not-disturb": {
- "enabled": "'Не турбувати' увімкнено",
- "disabled": "'Не турбувати' вимкнено",
- "enabled-desc": "Ви знайдете ці сповіщення в своїй історії.",
- "disabled-desc": "Показ усіх сповіщень."
- },
- "power-profile": {
- "changed": "Профіль живлення змінено",
- "profile-name": "\"{profile}\""
+ "title": "Режим польоту"
},
"battery": {
"low": "Низький заряд батареї",
"low-desc": "Батарея на {percent}%. Будь ласка, підключіть зарядний пристрій."
},
"battery-manager": {
- "title": "Поріг батареї",
- "set-success-desc": "Поріг батареї встановлено на {percent}%",
"initial-setup": "Потрібне початкове налаштування",
- "set-failed": "Не вдалося встановити поріг батареї",
- "install-success": "Встановлено успішно",
- "install-missing": "Необхідні файли відсутні",
- "install-unsupported": "Система не підтримується",
"install-failed": "Помилка встановлення",
+ "install-missing": "Необхідні файли відсутні",
+ "install-success": "Встановлено успішно",
+ "install-unsupported": "Система не підтримується",
+ "set-failed": "Не вдалося встановити поріг батареї",
+ "set-success-desc": "Поріг батареї встановлено на {percent}%",
+ "title": "Поріг батареї",
+ "uninstall-failed": "Помилка видалення",
"uninstall-setup": "Видалення, потрібна автентифікація",
- "uninstall-success": "Видалено успішно",
- "uninstall-failed": "Помилка видалення"
+ "uninstall-success": "Видалено успішно"
+ },
+ "bluetooth": {
+ "disabled": "Вимкнено",
+ "enabled": "Увімкнено"
+ },
+ "clipboard": {
+ "unavailable": "Історія буфера обміну недоступна",
+ "unavailable-desc": "Програма 'cliphist' не встановлена. Будь ласка, встановіть її для використання функцій історії буфера обміну."
+ },
+ "do-not-disturb": {
+ "disabled": "'Не турбувати' вимкнено",
+ "disabled-desc": "Показ усіх сповіщень.",
+ "enabled": "'Не турбувати' увімкнено",
+ "enabled-desc": "Ви знайдете ці сповіщення в своїй історії."
+ },
+ "internet": {
+ "limited": "Підключено без інтернету"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel перейменовано на SessionMenu, цей виклик IPC незабаром буде застарілим. Будь ласка, використовуйте \"ipc call sessionMenu toggle\" замість цього.",
+ "sidepanel-deprecated": "SidePanel перейменовано на ControlCenter, цей виклик IPC незабаром буде застарілим. Будь ласка, використовуйте \"ipc call controlCenter toggle\" замість цього."
+ },
+ "keep-awake": {
+ "disabled": "Вимкнено",
+ "enabled": "Увімкнено"
+ },
+ "kofi": {
+ "opened": "Сторінка Ko-fi відкрита у вашому браузері"
+ },
+ "matugen": {
+ "failed": "Помилка обробки Matugen",
+ "failed-general": "Matugen зіткнувся з помилкою під час обробки шаблонів"
},
"missing-control-center": {
- "label": "Останній віджет Центру керування видалено",
- "description": "Віджет Центру керування видалено з панелі. Щоб знову отримати до нього доступ з панелі, вам потрібно повторно додати віджет. Ви також можете відкрити його, клацнувши правою кнопкою миші на панелі."
+ "description": "Віджет Центру керування видалено з панелі. Щоб знову отримати до нього доступ з панелі, вам потрібно повторно додати віджет. Ви також можете відкрити його, клацнувши правою кнопкою миші на панелі.",
+ "label": "Останній віджет Центру керування видалено"
+ },
+ "night-light": {
+ "disabled": "Вимкнено",
+ "enabled": "Увімкнено",
+ "forced": "Примусова активація",
+ "normal": "Звичайний режим",
+ "not-installed": "wlsunset не встановлено"
+ },
+ "power-profile": {
+ "changed": "Профіль живлення змінено",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "Рекордер завершився з помилкою.",
+ "failed-gpu": "gpu-screen-recorder несподівано завершився.",
+ "failed-start": "Не вдалося розпочати запис",
+ "no-portals": "Портали робочого столу не запущені",
+ "no-portals-desc": "Запустіть xdg-desktop-portal та портал композитора (wlr/hyprland/gnome/kde).",
+ "not-installed": "gpu-screen-recorder не встановлено",
+ "not-installed-desc": "Будь ласка, встановіть gpu-screen-recorder для використання функцій запису екрана.",
+ "saved": "Запис збережено",
+ "started": "Запис розпочато",
+ "stopping": "Зупинка запису…"
+ },
+ "wallpaper-colors": {
+ "disabled": "Кольори шпалер вимкнено",
+ "enabled": "Кольори шпалер увімкнено",
+ "not-installed": "Matugen не встановлено - потрібний для витягу кольорів зі шпалер"
+ },
+ "wifi": {
+ "connected": "Підключено до '{ssid}'",
+ "disabled": "Вимкнено",
+ "disconnected": "Відключено від '{ssid}'",
+ "enabled": "Увімкнено"
}
},
+ "tooltips": {
+ "add-widget": "Додати віджет",
+ "bluetooth-devices": "Пристрої Bluetooth",
+ "brightness-at": "Яскравість: {brightness}%\nПравий клік для налаштувань.\nПрокрутка для зміни яскравості.",
+ "cancel-timer": "Скасувати таймер",
+ "clear-history": "Очистити історію",
+ "click-to-start-recording": "Клацніть для початку запису",
+ "click-to-stop-recording": "Клацніть для зупинки запису",
+ "close": "Закрити",
+ "connect-disconnect-devices": "Лівий клік для підключення. Правий клік для забування.",
+ "delete-notification": "Видалити сповіщення",
+ "disable-keep-awake": "Вимкнути режим неспання",
+ "do-not-disturb-disabled": "'Не турбувати' вимкнено",
+ "do-not-disturb-enabled": "'Не турбувати' увімкнено",
+ "enable-keep-awake": "Увімкнути режим неспання",
+ "forget-network": "Забути мережу",
+ "home": "Додому",
+ "input-muted": "Перемкнути вимкнення входу",
+ "keep-awake": "Не спати",
+ "keyboard-layout": "Розкладка клавіатури {layout}",
+ "manage-wifi": "Керувати Wi-Fi",
+ "microphone-volume-at": "Гучність мікрофона на {volume}%\nЛівий клік для налаштувань. Правий клік для вимкнення звуку.\nПрокрутка для зміни гучності.",
+ "move-to-center-section": "Перемістити в центральну секцію",
+ "move-to-left-section": "Перемістити в ліву секцію",
+ "move-to-right-section": "Перемістити в праву секцію",
+ "next-media": "Наступне медіа",
+ "next-month": "Наступний місяць",
+ "night-light-disabled": "Нічне світло вимкнено.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
+ "night-light-enabled": "Нічне світло увімкнено.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
+ "night-light-forced": "Нічне світло примусово.\nЛівий клік для циклічного режиму.\nПравий клік для доступу до налаштувань.",
+ "night-light-not-installed": "Нічне світло недоступне.\nwlsunset не встановлено.",
+ "open-control-center": "Відкрити центр керування",
+ "open-notification-history-disable-dnd": "Відкрити історію сповіщень\nПравий клік для вимкнення \"Не турбувати\".",
+ "open-notification-history-enable-dnd": "Відкрити історію сповіщень\nПравий клік для увімкнення \"Не турбувати\".",
+ "open-settings": "Відкрити налаштування",
+ "open-wallpaper-selector": "Відкрити вибір шпалер",
+ "output-muted": "Перемкнути вимкнення виходу",
+ "pause": "Пауза",
+ "play": "Відтворити",
+ "power-profile": "Профіль живлення '{profile}'",
+ "previous-media": "Попереднє медіа",
+ "previous-month": "Попередній місяць",
+ "refresh": "Оновити",
+ "refresh-devices": "Оновити пристрої",
+ "refresh-wallpaper-list": "Оновити список шпалер",
+ "remove-widget": "Видалити віджет",
+ "screen-recorder-not-installed": "Запис екрана не встановлено",
+ "session-menu": "Меню сеансу",
+ "set-power-profile": "Встановити профіль живлення \"{profile}\"",
+ "start-screen-recording": "Почати запис екрана",
+ "stop-screen-recording": "Зупинити запис екрана",
+ "switch-to-dark-mode": "Перемкнутися на темний режим",
+ "switch-to-light-mode": "Перемкнутися на світлий режим",
+ "up": "Вгору",
+ "volume-at": "Вихідна гучність на {volume}%\nЛівий клік для налаштувань. Правий клік для вимкнення звуку.\nПрокрутка для зміни гучності.",
+ "wallpaper-selector": "Лівий клік: Відкрити вибір шпалер.\nПравий клік: Встановити випадкові шпалери.",
+ "widget-settings": "Налаштування віджета"
+ },
+ "wallpaper": {
+ "configure-directory": "Налаштуйте вашу теку шпалер зі зображеннями.",
+ "fill-modes": {
+ "center": "Центр",
+ "crop": "Обрізати (Заповнити)",
+ "fit": "Вмістити (Містити)",
+ "stretch": "Розтягнути"
+ },
+ "no-match": "Збігів не знайдено.",
+ "no-wallpaper": "Шпалери не знайдено.",
+ "panel": {
+ "apply-all-monitors": {
+ "description": "Застосувати вибрані шпалери до всіх моніторів одночасно.",
+ "label": "Застосувати до всіх моніторів"
+ },
+ "search": "Пошук:",
+ "title": "Вибір шпалер"
+ },
+ "transitions": {
+ "disc": "Диск",
+ "fade": "Затухання",
+ "none": "Немає",
+ "random": "Випадковий",
+ "stripes": "Смуги",
+ "wipe": "Змітання"
+ },
+ "try-different-search": "Спробуйте інший пошуковий запит."
+ },
"weather": {
"clear-sky": "Ясне небо",
- "mainly-clear": "Переважно ясно",
- "partly-cloudy": "Частково хмарно",
- "overcast": "Похмуро",
- "fog": "Туман",
"drizzle": "Мряка",
- "snow": "Сніг",
+ "fog": "Туман",
+ "mainly-clear": "Переважно ясно",
+ "overcast": "Похмуро",
+ "partly-cloudy": "Частково хмарно",
"rain-showers": "Дощові зливи",
+ "snow": "Сніг",
"thunderstorm": "Гроза",
"unknown": "Невідомо"
},
- "authentication": {
- "failed": "Помилка автентифікації",
- "error": "Помилка автентифікації"
- },
- "general": {
- "no-results": "Немає результатів",
- "no-summary": "Немає резюме",
- "unknown": "Невідомо"
- },
- "battery": {
- "no-battery-detected": "Батарею не виявлено.",
- "charging-rate": "Швидкість зарядки: {rate} Вт.",
- "discharging-rate": "Швидкість розрядки: {rate} Вт.",
- "charging": "Зарядка.",
- "discharging": "Розрядка.",
- "plugged-in": "Підключено.",
- "idle": "Бездіяльність.",
- "time-left": "Залишилось часу: {time}.",
- "time-until-full": "Час до повного заряду: {time}.",
- "health": "Здоров'я: {percent}%",
- "panel": {
- "title": "Поріг зарядки",
- "full": "Повна ємність ({percent}%)",
- "balanced": "Збалансований ({percent}%)",
- "lifespan": "Подовжений термін служби ({percent}%)",
- "disabled": "Менеджер батареї вимкнено"
- }
- },
- "setup": {
- "customize": {
- "header": "Налаштуйте ваш досвід",
- "subheader": "Налаштуйте положення панелі, щільність, масштабування та інше."
+ "widgets": {
+ "color-picker": {
+ "apply": "Застосувати",
+ "brightness": "Яскравість",
+ "cancel": "Скасувати",
+ "hex": {
+ "description": "Введіть шістнадцятковий код кольору.",
+ "label": "Hex-колір"
+ },
+ "palette": {
+ "description": "Виберіть із широкого діапазону попередньо визначених кольорів.",
+ "label": "Палітра"
+ },
+ "rgb": {
+ "description": "Налаштуйте значення червоного, зеленого, синього та яскравості.",
+ "label": "Значення RGB"
+ },
+ "theme-colors": {
+ "description": "Швидкий доступ до колірної палітри вашої теми.",
+ "label": "Кольори теми"
+ },
+ "title": "Вибір кольору"
},
- "appearance": {
- "header": "Зовнішній вигляд",
- "subheader": "Виберіть темний режим та джерела кольорів (Matugen або попередньо визначені)."
- },
- "wallpaper": {
- "header": "Виберіть ваші шпалери",
- "subheader": "Створіть настрій за допомогою красивого фону.",
- "select-prompt": "Виберіть шпалери нижче",
- "preview-error": "Не вдалося завантажити зображення",
- "none-in-dir": "Шпалери не знайдено в теці",
- "no-dir": "Тека шпалер не вибрана",
- "no-valid": "Не знайдено дійсних файлів зображень у: {dir}",
- "choose-dir": "Виберіть теку, що містить ваші зображення шпалер",
- "dir": {
- "label": "Тека шпалер",
- "description": "Виберіть теку, що містить ваші шпалери",
- "browse": "Огляд теки шпалер",
- "select-title": "Вибрати теку шпалер"
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm малими літерами",
+ "uppercase": "AM/PM великими літерами"
+ },
+ "common": {
+ "12hour-time-minutes": "12-годинний час з хвилинами",
+ "24hour-time-minutes": "24-годинний час з хвилинами",
+ "24hour-time-seconds": "24-годинний час з секундами",
+ "european-date": "Європейський формат дати",
+ "iso-date": "Формат дати ISO",
+ "us-date": "Формат дати США",
+ "weekday-date": "День тижня з датою",
+ "weekday-month-day": "День тижня, місяць і день"
+ },
+ "day": {
+ "abbreviated": "Скорочена назва дня",
+ "full": "Повна назва дня",
+ "leading-zero": "День з нулем попереду (01-31)",
+ "no-leading-zero": "День без нуля попереду (1-31)"
+ },
+ "hour": {
+ "leading-zero": "Година з нулем попереду (00-23) - 24-годинний формат",
+ "no-leading-zero": "Година без нуля попереду (0-23) - 24-годинний формат"
+ },
+ "minute": {
+ "leading-zero": "Хвилина з нулем попереду (00-59)",
+ "no-leading-zero": "Хвилина без нуля попереду (0-59)"
+ },
+ "month": {
+ "abbreviated": "Скорочена назва місяця",
+ "full": "Повна назва місяця",
+ "number-leading-zero": "Місяць як число з нулем попереду (01-12)",
+ "number-no-zero": "Місяць як число без нуля попереду (1-12)"
+ },
+ "second": {
+ "leading-zero": "Секунда з нулем попереду (00-59)",
+ "no-leading-zero": "Секунда без нуля попереду (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "Абревіатура часового поясу"
+ },
+ "year": {
+ "four-digit": "Рік як чотиризначне число",
+ "two-digit": "Рік як двозначне число (00-99)"
}
},
- "welcome": {
- "note": "Лише кілька основних речей для початку - повні опції в Налаштуваннях"
+ "file-picker": {
+ "cancel": "Скасувати",
+ "search-placeholder": "Пошук файлів та тек...",
+ "select-current": "Вибрати поточне",
+ "select-file": "Вибрати файл",
+ "select-folder": "Вибрати теку",
+ "title": "Вибір файлу"
+ },
+ "icon-picker": {
+ "apply": "Застосувати",
+ "cancel": "Скасувати",
+ "search": {
+ "label": "Пошук"
+ },
+ "title": "Вибір значка"
+ },
+ "text-input": {
+ "clear": "Очистити"
+ },
+ "tooltip": {
+ "placeholder": "Заповнювач"
+ }
+ },
+ "wifi": {
+ "panel": {
+ "connect": "Підключити",
+ "connected": "Підключено",
+ "disabled": "Wi-Fi вимкнено",
+ "disconnect": "Відключити",
+ "disconnecting": "Відключення...",
+ "enable-message": "Увімкніть Wi-Fi, щоб побачити доступні мережі.",
+ "enter-password": "Введіть пароль...",
+ "forget": "Забути",
+ "forget-network": "Забути цю мережу?",
+ "forgetting": "Забування...",
+ "no-networks": "Мереж не знайдено",
+ "password": "Пароль",
+ "saved": "Збережено",
+ "scan-again": "Сканувати знову",
+ "searching": "Пошук близьких мереж...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Assets/Translations/zh-CN.json b/Assets/Translations/zh-CN.json
index 7b5ee78b..5bc59082 100644
--- a/Assets/Translations/zh-CN.json
+++ b/Assets/Translations/zh-CN.json
@@ -1,542 +1,776 @@
{
+ "authentication": {
+ "error": "认证错误",
+ "failed": "认证失败"
+ },
+ "bar": {
+ "widget-settings": {
+ "active-window": {
+ "colorize-icons": {
+ "description": "将主题颜色应用到活动窗口图标。",
+ "label": "着色图标"
+ },
+ "hide-mode": {
+ "description": "控制当没有活动窗口时小部件的行为。",
+ "label": "隐藏模式"
+ },
+ "max-width": {
+ "description": "设置小部件的最大水平尺寸。当内容较短时,小部件会自动收缩以适应内容。",
+ "label": "最大宽度"
+ },
+ "scrolling-mode": {
+ "description": "控制何时为长窗口标题启用文本滚动。",
+ "label": "滚动模式"
+ },
+ "show-app-icon": {
+ "description": "在窗口标题旁边显示应用程序图标。",
+ "label": "显示应用图标"
+ },
+ "use-fixed-width": {
+ "description": "启用后,小部件将始终使用最大宽度,而不根据内容动态调整。",
+ "label": "使用固定宽度"
+ }
+ },
+ "audio-visualizer": {
+ "color-name": {
+ "description": "选择可视化工具的颜色。",
+ "label": "填充颜色"
+ },
+ "hide-when-idle": {
+ "description": "启用后,除非正在播放媒体,否则隐藏可视化显示。",
+ "label": "无媒体播放时隐藏"
+ },
+ "width": {
+ "description": "自定义组件的宽度。",
+ "label": "宽度"
+ }
+ },
+ "battery": {
+ "display-mode": {
+ "description": "选择您希望此值显示的方式。",
+ "label": "显示模式"
+ },
+ "low-battery-threshold": {
+ "description": "当电量低于此百分比时显示警告。",
+ "label": "低电量警告阈值"
+ }
+ },
+ "brightness": {
+ "display-mode": {
+ "description": "选择您希望此值显示的方式。",
+ "label": "显示模式"
+ }
+ },
+ "clock": {
+ "clock-display": {
+ "description": "通过从下面的列表添加标记来自定义时钟显示。要使用 12 小时制,必须包含 'AP' 标记。",
+ "label": "时钟显示"
+ },
+ "custom-font": {
+ "description": "选择时钟显示使用的自定义字体。",
+ "label": "自定义字体",
+ "placeholder": "选择自定义字体...",
+ "search-placeholder": "搜索字体..."
+ },
+ "horizontal-bar": {
+ "description": "提示:使用 \\n 创建换行。",
+ "label": "水平栏"
+ },
+ "preview": "预览",
+ "use-custom-font": {
+ "description": "使用自定义字体覆盖时钟的默认字体选择。",
+ "label": "使用自定义字体"
+ },
+ "use-monospaced-font": {
+ "description": "启用后,时钟将使用等宽字体。",
+ "label": "使用等宽字体"
+ },
+ "use-primary-color": {
+ "description": "启用后,将应用主颜色进行强调。",
+ "label": "使用主颜色"
+ },
+ "vertical-bar": {
+ "description": "使用空格将每个部分分隔到新行。",
+ "label": "垂直栏"
+ }
+ },
+ "control-center": {
+ "browse-file": "浏览文件",
+ "browse-library": "浏览库",
+ "icon": {
+ "description": "从库中选择图标或自定义文件。",
+ "label": "图标"
+ },
+ "select-custom-icon": "选择自定义图标",
+ "use-distro-logo": {
+ "description": "使用您的发行版徽标而不是自定义图标。",
+ "label": "使用发行版徽标而不是图标"
+ }
+ },
+ "custom-button": {
+ "browse": "浏览",
+ "collapse-condition": {
+ "description": "如果输出文本与此值匹配,按钮将折叠。",
+ "label": "折叠条件"
+ },
+ "display-command-output": {
+ "description": "输入一个定期运行的命令。其输出的第一行将显示为文本。",
+ "label": "显示命令输出",
+ "stream-description": "输入一个要持续运行的命令。"
+ },
+ "dynamic-text": "动态文本",
+ "icon": {
+ "description": "从库中选择图标。",
+ "label": "图标"
+ },
+ "left-click": {
+ "description": "左键点击按钮时执行的命令。",
+ "label": "左键点击"
+ },
+ "middle-click": {
+ "description": "中键点击按钮时执行的命令。",
+ "label": "中键点击"
+ },
+ "parse-json": {
+ "description": "将命令输出解析为 JSON 对象,以动态设置文本和图标。",
+ "label": "将输出解析为 JSON"
+ },
+ "refresh-interval": {
+ "description": "间隔时间(毫秒)。",
+ "label": "刷新间隔"
+ },
+ "right-click": {
+ "description": "右键点击按钮时执行的命令。",
+ "label": "右键点击"
+ },
+ "text-stream": {
+ "description": "来自命令的流式输出行将作为文本显示在按钮上。",
+ "label": "流"
+ }
+ },
+ "dialog": {
+ "apply": "应用",
+ "cancel": "取消"
+ },
+ "keyboard-layout": {
+ "display-mode": {
+ "description": "选择您希望此值显示的方式。",
+ "label": "显示模式"
+ }
+ },
+ "lock-keys": {
+ "browse": "浏览",
+ "show-caps-lock": {
+ "description": "显示大写锁定状态。",
+ "label": "大写锁定"
+ },
+ "show-num-lock": {
+ "description": "显示数字锁定键状态。",
+ "label": "数字锁定"
+ },
+ "show-scroll-lock": {
+ "description": "显示滚动锁定状态。",
+ "label": "滚动锁定"
+ }
+ },
+ "media-mini": {
+ "hide-mode": {
+ "description": "控制当没有媒体播放时小部件的行为。",
+ "label": "隐藏模式"
+ },
+ "max-width": {
+ "description": "设置小部件的最大水平尺寸。当内容较短时,小部件会自动收缩以适应内容。",
+ "label": "最大宽度"
+ },
+ "no-active-player": "无活动播放器",
+ "scrolling-mode": {
+ "description": "控制何时为长曲目标题启用文本滚动。",
+ "label": "滚动模式"
+ },
+ "show-album-art": {
+ "description": "显示当前播放曲目的专辑封面。",
+ "label": "显示专辑封面"
+ },
+ "show-visualizer": {
+ "description": "播放音乐时显示音频可视化器。",
+ "label": "显示可视化器"
+ },
+ "use-fixed-width": {
+ "description": "启用后,小部件将始终使用最大宽度,而不根据内容动态调整。",
+ "label": "使用固定宽度"
+ },
+ "visualizer-type": {
+ "description": "选择要显示的音频可视化器样式。",
+ "label": "可视化器类型"
+ }
+ },
+ "microphone": {
+ "display-mode": {
+ "description": "选择您希望此值显示的方式。",
+ "label": "显示模式"
+ }
+ },
+ "notification-history": {
+ "hide-badge-when-zero": {
+ "description": "当没有未读通知时隐藏通知徽章。",
+ "label": "零时隐藏徽章"
+ },
+ "show-unread-badge": {
+ "description": "显示显示未读通知数量的徽章。",
+ "label": "显示未读徽章"
+ }
+ },
+ "section-editor": {
+ "placeholder": "选择要添加的小部件...",
+ "search-placeholder": "搜索小部件..."
+ },
+ "spacer": {
+ "width": {
+ "description": "间距宽度(像素)",
+ "label": "宽度"
+ }
+ },
+ "system-monitor": {
+ "cpu-temperature": {
+ "description": "如果可用,显示CPU温度读数。",
+ "label": "CPU温度"
+ },
+ "cpu-usage": {
+ "description": "显示当前CPU使用百分比。",
+ "label": "CPU使用率"
+ },
+ "memory-percentage": {
+ "description": "以百分比而不是绝对值显示内存使用情况。",
+ "label": "内存百分比"
+ },
+ "memory-usage": {
+ "description": "显示当前RAM使用信息。",
+ "label": "内存使用率"
+ },
+ "network-traffic": {
+ "description": "显示网络上传和下载速度。",
+ "label": "网络流量"
+ },
+ "storage-usage": {
+ "description": "显示磁盘空间使用信息。",
+ "label": "存储使用率"
+ }
+ },
+ "taskbar": {
+ "colorize-icons": {
+ "description": "将主题颜色应用到任务栏图标。",
+ "label": "着色图标"
+ },
+ "hide-mode": {
+ "description": "当没有匹配的窗口时控制小部件的行为。",
+ "label": "隐藏模式"
+ },
+ "only-active-workspaces": {
+ "description": "仅显示来自活动工作区的应用程序",
+ "label": "仅显示活动工作区"
+ },
+ "only-same-output": {
+ "description": "仅显示任务栏所在屏幕上的应用程序",
+ "label": "仅显示同屏幕"
+ }
+ },
+ "tray": {
+ "colorize-icons": {
+ "description": "将主题颜色应用到系统托盘图标。",
+ "label": "着色图标"
+ }
+ },
+ "volume": {
+ "display-mode": {
+ "description": "选择您希望此值显示的方式。",
+ "label": "显示模式"
+ }
+ },
+ "workspace": {
+ "character-count": {
+ "description": "显示工作区名称的字符数量(1-10)。",
+ "label": "字符数量"
+ },
+ "hide-unoccupied": {
+ "description": "不显示没有窗口的工作区。",
+ "label": "隐藏未占用"
+ },
+ "label-mode": {
+ "description": "选择工作区标签的显示方式。",
+ "label": "标签模式"
+ }
+ }
+ }
+ },
+ "battery": {
+ "charging": "正在充电。",
+ "charging-rate": "充电速率:{rate} W。",
+ "discharging": "正在放电。",
+ "discharging-rate": "放电速率:{rate} W。",
+ "health": "健康状况:{percent}%",
+ "idle": "空闲。",
+ "no-battery-detected": "未检测到电池。",
+ "panel": {
+ "balanced": "平衡 ({percent}%)",
+ "disabled": "电池管理器已禁用",
+ "full": "完全容量 ({percent}%)",
+ "lifespan": "延长寿命 ({percent}%)",
+ "title": "充电阈值"
+ },
+ "plugged-in": "已接通电源。",
+ "time-left": "剩余时间:{time}。",
+ "time-until-full": "充满所需时间:{time}。"
+ },
+ "bluetooth": {
+ "panel": {
+ "available-devices": "可用设备",
+ "connected-devices": "已连接设备",
+ "disabled": "蓝牙已禁用",
+ "enable-message": "启用蓝牙以查看可用设备。",
+ "known-devices": "已知设备",
+ "pairing-mode": "确保您的设备处于配对模式。",
+ "scanning": "正在扫描设备...",
+ "title": "蓝牙"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "周"
+ },
+ "weather": {
+ "loading": "正在加载天气…"
+ }
+ },
+ "clock": {
+ "tooltip": "打开日历"
+ },
+ "dock": {
+ "menu": {
+ "close": "关闭",
+ "focus": "聚焦",
+ "pin": "固定",
+ "unpin": "取消固定"
+ }
+ },
+ "general": {
+ "no-results": "无结果",
+ "no-summary": "无摘要",
+ "unknown": "未知"
+ },
+ "launcher": {
+ "pin": "固定到 Dock",
+ "unpin": "从 Dock 取消固定"
+ },
+ "lock-screen": {
+ "authenticating": "正在验证...",
+ "authentication-failed": "验证失败",
+ "password": "请输入密码...",
+ "restart": "重启",
+ "shut-down": "关机",
+ "suspend": "挂起",
+ "welcome-back": "欢迎回来,"
+ },
+ "notifications": {
+ "panel": {
+ "click-to-expand": "点击展开",
+ "description": "您的通知将在到达时显示在此处。",
+ "no-notifications": "无通知",
+ "title": "通知"
+ }
+ },
+ "options": {
+ "bar": {
+ "density": {
+ "comfortable": "舒适",
+ "compact": "紧凑",
+ "default": "默认",
+ "mini": "迷你"
+ },
+ "position": {
+ "bottom": "底部",
+ "left": "左侧",
+ "right": "右侧",
+ "top": "顶部"
+ }
+ },
+ "colors": {
+ "error": "错误",
+ "onSurface": "表面之上",
+ "primary": "主要的",
+ "secondary": "次要的",
+ "tertiary": "第三纪"
+ },
+ "control-center": {
+ "position": {
+ "bottom_center": "底部居中",
+ "bottom_left": "左下角",
+ "bottom_right": "右下角",
+ "center": "居中",
+ "close_to_bar_button": "靠近栏按钮",
+ "top_center": "顶部居中",
+ "top_left": "左上角",
+ "top_right": "右上角"
+ },
+ "quickSettingsStyle": {
+ "classic": "经典",
+ "compact": "紧凑",
+ "modern": "现代"
+ }
+ },
+ "display-mode": {
+ "always-hide": "始终隐藏",
+ "always-show": "始终显示",
+ "force-open": "强制打开",
+ "on-hover": "悬停时显示"
+ },
+ "frame-rates": {
+ "fps": "{fps} FPS"
+ },
+ "hide-modes": {
+ "hidden": "当为空时隐藏",
+ "transparent": "空时透明",
+ "visible": "始终可见"
+ },
+ "launcher": {
+ "position": {
+ "bottom_center": "底部居中",
+ "bottom_left": "左下角",
+ "bottom_right": "右下角",
+ "center": "居中(默认)",
+ "center_left": "左侧居中",
+ "center_right": "右侧居中",
+ "follow_bar": "跟随栏(默认)",
+ "top_center": "顶部居中",
+ "top_left": "左上角",
+ "top_right": "右上角"
+ }
+ },
+ "osd": {
+ "position": {
+ "bottom_center": "底部居中",
+ "bottom_left": "左下角",
+ "bottom_right": "右下角",
+ "center_left": "左侧居中",
+ "center_right": "右侧居中",
+ "top_center": "顶部居中",
+ "top_left": "左上角",
+ "top_right": "右上角"
+ }
+ },
+ "screen-recording": {
+ "audio-sources": {
+ "both": "系统输出 + 麦克风输入",
+ "microphone-input": "麦克风输入",
+ "system-output": "系统输出"
+ },
+ "color-range": {
+ "full": "完全",
+ "limited": "有限"
+ },
+ "quality": {
+ "high": "高",
+ "medium": "中等",
+ "ultra": "超高",
+ "very-high": "很高"
+ },
+ "sources": {
+ "portal": "Portal",
+ "screen": "屏幕"
+ }
+ },
+ "scrolling-modes": {
+ "always": "始终滚动",
+ "hover": "悬停时滚动",
+ "never": "从不滚动"
+ },
+ "visualizer-types": {
+ "linear": "线性",
+ "mirrored": "镜像",
+ "none": "无",
+ "wave": "波形"
+ },
+ "workspace-labels": {
+ "index": "索引",
+ "name": "名称",
+ "none": "无"
+ }
+ },
+ "placeholders": {
+ "cancel": "取消",
+ "command-example": "echo \"Hello World\"",
+ "enter-command": "输入要执行的命令(应用程序或自定义脚本)",
+ "enter-text-to-collapse": "例如,“nothing is playing”。使用 /regex/ 表示匹配模式。",
+ "enter-tooltip": "输入工具提示",
+ "enter-width-pixels": "输入宽度(像素)",
+ "profile-picture-path": "/home/user/.face",
+ "search": "搜索...",
+ "search-icons": "例如:noctalia, niri, battery, cloud",
+ "search-launcher": "搜索条目...或使用 > 执行命令",
+ "search-wallpapers": "输入以筛选壁纸...",
+ "select": "选择",
+ "test": "测试"
+ },
+ "plugins": {
+ "applications": "应用程序",
+ "calculator": "计算器",
+ "calculator-description": "计算器 - 计算数学表达式",
+ "calculator-enter-expression": "输入数学表达式",
+ "calculator-error": "错误",
+ "calculator-name": "计算器",
+ "clipboard": "剪贴板历史记录",
+ "clipboard-clear-description": "清除所有剪贴板历史记录",
+ "clipboard-clear-description-full": "从剪贴板历史记录中移除所有项目",
+ "clipboard-clear-history": "清除剪贴板历史记录",
+ "clipboard-history-disabled": "剪贴板历史记录已禁用",
+ "clipboard-history-disabled-description": "在设置中启用剪贴板历史记录或安装 cliphist",
+ "clipboard-loading": "正在加载剪贴板历史记录...",
+ "clipboard-loading-description": "请稍候",
+ "clipboard-search-description": "搜索剪贴板历史记录"
+ },
+ "quickSettings": {
+ "bluetooth": {
+ "label": {
+ "disabled": "蓝牙",
+ "enabled": "蓝牙"
+ },
+ "tooltip": {
+ "action": "点击管理蓝牙设备"
+ }
+ },
+ "keepAwake": {
+ "label": {
+ "disabled": "保持唤醒",
+ "enabled": "保持唤醒"
+ },
+ "tooltip": {
+ "action": "点击切换保持唤醒模式"
+ }
+ },
+ "nightLight": {
+ "label": {
+ "disabled": "夜间模式",
+ "enabled": "夜间模式",
+ "forced": "夜间模式"
+ },
+ "tooltip": {
+ "action": "点击切换夜间模式\n右键:打开设置"
+ }
+ },
+ "notifications": {
+ "label": {
+ "disabled": "勿扰模式",
+ "enabled": "通知"
+ },
+ "tooltip": {
+ "action": "左键:打开通知历史\n右键:切换勿扰模式"
+ }
+ },
+ "powerProfile": {
+ "label": {
+ "unavailable": "电源模式"
+ },
+ "tooltip": {
+ "action": "点击切换电源模式",
+ "disabled": "安装 power-profiles-daemon 以使用电源模式"
+ }
+ },
+ "screenRecorder": {
+ "label": {
+ "recording": "停止",
+ "stopped": "录制"
+ },
+ "tooltip": {
+ "action": "点击开始/停止屏幕录制"
+ }
+ },
+ "wallpaperSelector": {
+ "label": "壁纸",
+ "tooltip": {
+ "action": "左键:打开壁纸选择器\n右键:设置随机壁纸"
+ }
+ },
+ "wifi": {
+ "label": {
+ "disconnected": "Wi-Fi 已断开",
+ "ethernet": "以太网",
+ "wifi": "Wi-Fi"
+ },
+ "tooltip": {
+ "action": "点击管理 Wi-Fi 连接"
+ }
+ }
+ },
+ "session-menu": {
+ "action-in-seconds": "{action} in {seconds} seconds...",
+ "lock": "锁定",
+ "lock-and-suspend": "锁定并挂起",
+ "logout": "注销",
+ "reboot": "重启",
+ "shutdown": "关机",
+ "suspend": "挂起",
+ "title": "会话菜单"
+ },
"settings": {
- "general": {
- "title": "通用",
- "profile": {
+ "about": {
+ "contributors": {
"section": {
- "label": "个人资料",
- "description": "编辑您的用户详细信息和头像。"
- },
- "picture": {
- "label": "{user} 的个人资料图片",
- "description": "在整个界面中显示您的个人资料图片。"
- },
- "select-avatar": "选择头像图片"
- },
- "screen-corners": {
- "section": {
- "label": "屏幕边角",
- "description": "自定义屏幕边角的圆度和视觉效果。"
- },
- "show-corners": {
- "label": "显示屏幕圆角",
- "description": "在屏幕边缘显示圆角。"
- },
- "solid-black": {
- "label": "实心黑色边角",
- "description": "使用实心黑色而非状态栏背景色。"
- },
- "radius": {
- "label": "屏幕边角半径",
- "description": "调整屏幕圆角的弧度。",
- "reset": "重置屏幕圆角半径"
+ "description": "向我们 {count} 位超棒的贡献者致敬!",
+ "description_plural": "向我们 {count} 位超棒的贡献者致敬!",
+ "label": "贡献者"
}
},
- "fonts": {
- "reset-scaling": "恢复默认缩放",
+ "noctalia": {
+ "download-latest": "下载最新版本",
+ "installed-version": "已安装版本:",
+ "latest-version": "最新版本:",
"section": {
- "label": "字体",
- "description": "选择整个界面中使用的字体。"
- },
- "default": {
- "label": "默认字体",
- "description": "整个界面使用的主要字体。",
- "placeholder": "选择默认字体...",
- "search-placeholder": "搜索字体...",
- "scale": {
- "label": "默认字体大小",
- "description": "增大或减小标准文本的尺寸"
- }
- },
- "monospace": {
- "label": "等宽字体",
- "description": "用于数字和统计信息显示的等宽字体。",
- "placeholder": "选择等宽字体...",
- "search-placeholder": "搜索等宽字体...",
- "scale": {
- "label": "默认等宽字体大小",
- "description": "增大或减小等宽文本的尺寸"
- }
+ "description": "一款为 Wayland 精心打造的时尚简约桌面 shell,基于 Quickshell 构建。",
+ "label": "Noctalia shell"
}
},
- "language": {
- "section": {
- "label": "语言",
- "description": "选择您偏好的应用程序语言。"
- },
- "select": {
- "label": "应用程序语言",
- "description": "选择应用程序界面中使用的语言。",
- "auto-detect": "自动检测"
- }
- },
- "launch-setup-wizard": "启动安装向导"
+ "support": "支持我们",
+ "title": "关于"
},
"audio": {
- "title": "音频",
- "volumes": {
- "section": {
- "label": "音量",
- "description": "调整音量控制和音频级别。"
- },
- "output-volume": {
- "label": "输出音量",
- "description": "系统全局音量级别。"
- },
- "mute-output": {
- "label": "静音输出",
- "description": "静音系统主音频输出。"
- },
- "input-volume": {
- "label": "输入音量",
- "description": "麦克风输入音量级别。"
- },
- "mute-input": {
- "label": "静音输入",
- "description": "静音默认音频输入(麦克风)。"
- },
- "step-size": {
- "label": "音量步长",
- "description": "调整音量变化的步长(滚轮、键盘快捷键)。"
- },
- "volume-overdrive": {
- "label": "允许音量过载",
- "description": "允许将音量提高到100%以上。可能不被所有硬件支持。"
- }
- },
"devices": {
- "section": {
- "label": "音频设备",
- "description": "配置可用的音频输入和输出设备。"
+ "input-device": {
+ "description": "选择所需的音频输入设备。",
+ "label": "输入设备"
},
"output-device": {
- "label": "输出设备",
- "description": "选择所需的音频输出设备。"
+ "description": "选择所需的音频输出设备。",
+ "label": "输出设备"
},
- "input-device": {
- "label": "输入设备",
- "description": "选择所需的音频输入设备。"
+ "section": {
+ "description": "配置可用的音频输入和输出设备。",
+ "label": "音频设备"
}
},
"media": {
- "section": {
- "label": "媒体播放器",
- "description": "设置您首选和要忽略的媒体应用程序。"
- },
- "primary-player": {
- "label": "主要播放器",
- "description": "输入关键词以识别您的主要播放器。",
- "placeholder": "例如:spotify, vlc, mpv"
- },
"excluded-player": {
- "label": "排除的播放器",
"description": "添加您希望系统忽略的播放器关键词。每个关键词应单独占一行。",
+ "label": "排除的播放器",
"placeholder": "输入关键词并按 + 添加"
},
- "visualizer-type": {
- "label": "可视化类型",
- "description": "选择媒体播放的可视化类型"
- },
"frame-rate": {
- "label": "帧率",
- "description": "帧率越高越流畅,但会占用更多资源。"
+ "description": "帧率越高越流畅,但会占用更多资源。",
+ "label": "帧率"
},
- "scrolling-title": {
- "label": "标题滚动",
- "description": "为长媒体标题启用连续滚动"
+ "primary-player": {
+ "description": "输入关键词以识别您的主要播放器。",
+ "label": "主要播放器",
+ "placeholder": "例如:spotify, vlc, mpv"
},
"scrolling-speed": {
- "label": "滚动速度",
- "description": "标题从头到尾滚动所需的时间(秒)"
- }
- }
- },
- "display": {
- "title": "显示",
- "monitors": {
+ "description": "标题从头到尾滚动所需的时间(秒)",
+ "label": "滚动速度"
+ },
+ "scrolling-title": {
+ "description": "为长媒体标题启用连续滚动",
+ "label": "标题滚动"
+ },
"section": {
- "label": "显示器设置",
- "description": "调整每个显示器的亮度设置。"
+ "description": "设置您首选和要忽略的媒体应用程序。",
+ "label": "媒体播放器"
},
- "brightness": "亮度",
- "brightness-step": {
- "label": "亮度步长",
- "description": "调整亮度变化的步长(滚轮和键盘快捷键)。"
- },
- "enforce-minimum": {
- "label": "限制最小亮度为 1%",
- "description": "解决亮度为 0% 时部分显示器背光完全关闭的问题。"
- },
- "external-brightness": {
- "label": "外部亮度支持",
- "description": "启用 DDCUtil 支持,通过 DDC/CI 协议控制外部显示器的亮度。"
- },
- "brightness-unavailable": {
- "ddc-disabled": "亮度控制不可用。启用“外部亮度支持”以控制此显示器的亮度。",
- "generic": "此显示器无法使用亮度控制。"
+ "visualizer-type": {
+ "description": "选择媒体播放的可视化类型",
+ "label": "可视化类型"
}
},
- "night-light": {
+ "title": "音频",
+ "volumes": {
+ "input-volume": {
+ "description": "麦克风输入音量级别。",
+ "label": "输入音量"
+ },
+ "mute-input": {
+ "description": "静音默认音频输入(麦克风)。",
+ "label": "静音输入"
+ },
+ "mute-output": {
+ "description": "静音系统主音频输出。",
+ "label": "静音输出"
+ },
+ "output-volume": {
+ "description": "系统全局音量级别。",
+ "label": "输出音量"
+ },
"section": {
- "label": "夜间模式",
- "description": "减少蓝光发射,帮助您更好地睡眠并减轻眼睛疲劳。"
+ "description": "调整音量控制和音频级别。",
+ "label": "音量"
},
- "enable": {
- "label": "启用夜间模式",
- "description": "应用暖色滤镜以减少蓝光发射。"
+ "step-size": {
+ "description": "调整音量变化的步长(滚轮、键盘快捷键)。",
+ "label": "音量步长"
},
- "temperature": {
- "label": "色温",
- "description": "设置夜间和白天的颜色温暖度。",
- "night": "夜间",
- "day": "白天"
- },
- "auto-schedule": {
- "label": "自动调度",
- "description": "基于 {location} 的日落和日出时间 - 推荐。"
- },
- "manual-schedule": {
- "label": "手动调度",
- "description": "为日出和日落设置自定义时间。",
- "sunrise": "日出时间",
- "sunset": "日落时间",
- "select-start": "选择开始时间",
- "select-stop": "选择停止时间"
- },
- "force-activation": {
- "label": "强制激活",
- "description": "忽略调度并立即应用夜间滤镜。"
+ "volume-overdrive": {
+ "description": "允许将音量提高到100%以上。可能不被所有硬件支持。",
+ "label": "允许音量过载"
}
}
},
"bar": {
- "title": "状态栏",
"appearance": {
- "section": {
- "label": "外观",
- "description": "自定义状态栏的外观和位置。"
- },
- "position": {
- "label": "状态栏位置",
- "description": "选择在屏幕上的位置。"
+ "background-opacity": {
+ "description": "调整状态栏的背景不透明度。",
+ "label": "背景不透明度"
},
"density": {
- "label": "状态栏密度",
- "description": "调整状态栏的内边距以获得紧凑或宽松的外观。"
- },
- "background-opacity": {
- "label": "背景不透明度",
- "description": "调整状态栏的背景不透明度。"
- },
- "show-capsule": {
- "label": "显示组件背景",
- "description": "为每个小部件添加背景。"
+ "description": "调整状态栏的内边距以获得紧凑或宽松的外观。",
+ "label": "状态栏密度"
},
"floating": {
- "label": "浮动状态栏",
- "description": "将工具栏显示为浮动的“药丸”形状。"
+ "description": "将工具栏显示为浮动的“药丸”形状。",
+ "label": "浮动状态栏"
},
"margins": {
- "label": "边距",
"description": "调整浮动状态栏周围的边距。",
- "vertical": "垂直",
- "horizontal": "水平"
+ "horizontal": "水平",
+ "label": "边距",
+ "vertical": "垂直"
},
"outer-corners": {
"description": "在栏上显示向外弯曲的角。",
"label": "外角"
+ },
+ "position": {
+ "description": "选择在屏幕上的位置。",
+ "label": "状态栏位置"
+ },
+ "section": {
+ "description": "自定义状态栏的外观和位置。",
+ "label": "外观"
+ },
+ "show-capsule": {
+ "description": "为每个小部件添加背景。",
+ "label": "显示组件背景"
+ }
+ },
+ "monitors": {
+ "section": {
+ "description": "在特定显示器上显示状态栏。如果未选择,则默认为全部。",
+ "label": "显示器显示"
+ }
+ },
+ "title": "状态栏",
+ "tray": {
+ "blacklist": {
+ "description": "添加托盘排除规则,支持通配符 (*)。",
+ "label": "黑名单",
+ "placeholder": "例如:nm-applet, Fcitx*"
}
},
"widgets": {
"section": {
- "label": "小部件定位",
- "description": "拖放小部件以重新排序。徽章表示使用情况:[L]左、[C]中、[R]右。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示状态栏。如果未选择,则默认为全部。"
- }
- },
- "tray": {
- "blacklist": {
- "label": "黑名单",
- "description": "添加托盘排除规则,支持通配符 (*)。",
- "placeholder": "例如:nm-applet, Fcitx*"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "enabled": {
- "label": "启用 Dock",
- "description": "完全显示或隐藏 Dock"
- },
- "appearance": {
- "section": {
- "label": "外观",
- "description": "自定义 Dock 的行为和外观。"
- },
- "display": {
- "label": "显示",
- "description": "选择 Dock 的行为方式。",
- "always-visible": "始终可见",
- "auto-hide": "自动隐藏",
- "exclusive": "独占"
- },
- "background-opacity": {
- "label": "背景不透明度",
- "description": "调整 Dock 的背景不透明度。"
- },
- "floating-distance": {
- "label": "Dock 浮动距离",
- "description": "调整距离屏幕边缘的浮动距离。"
- },
- "icon-size": {
- "label": "Dock 大小",
- "description": "调整 Dock 的整体大小。"
- },
- "colorize-icons": {
- "label": "着色图标",
- "description": "将主题颜色应用到 Dock 应用图标(仅限非聚焦应用)。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示 Dock。如果未选择任何显示器,则默认为全部。"
- },
- "only-same-output": {
- "description": "仅显示输出结果中dock所在位置的应用。",
- "label": "仅来自相同输出的应用"
- }
- }
- },
- "launcher": {
- "title": "启动器",
- "settings": {
- "section": {
- "label": "外观",
- "description": "自定义启动器的行为和外观。"
- },
- "position": {
- "label": "位置",
- "description": "选择启动器面板出现的位置。"
- },
- "background-opacity": {
- "label": "背景不透明度",
- "description": "调整启动器的背景不透明度。"
- },
- "clipboard-history": {
- "label": "启用剪贴板历史记录",
- "description": "从启动器访问之前复制的项目。"
- },
- "sort-by-usage": {
- "label": "按使用频率排序",
- "description": "启用后,经常启动的应用程序将显示在列表首位。"
- },
- "use-app2unit": {
- "label": "使用 App2Unit 启动应用程序",
- "description": "使用替代启动方法以更好地管理应用程序进程并防止问题。"
- },
- "terminal-command": {
- "description": "启动终端的命令。例如,'kitty -e'或'gnome-terminal --'。",
- "label": "终端命令"
- },
- "custom-launch-prefix": {
- "label": "自定义启动前缀",
- "description": "使用自定义启动器前缀命令(例如,'runapp'用于systemd集成)。"
- },
- "custom-launch-prefix-enabled": {
- "label": "启用自定义启动前缀",
- "description": "使用自定义前缀启动应用程序,而不是默认方法。"
- }
- }
- },
- "notifications": {
- "title": "通知",
- "settings": {
- "section": {
- "label": "外观",
- "description": "配置通知的外观和行为。"
- },
- "do-not-disturb": {
- "label": "勿扰模式",
- "description": "启用后禁用所有通知弹出窗口。"
- },
- "enable-osd": {
- "label": "启用屏幕显示",
- "description": "实时显示音量和亮度变化。"
- },
- "location": {
- "label": "位置",
- "description": "通知在屏幕上出现的位置。"
- },
- "always-on-top": {
- "label": "始终置顶",
- "description": "在全屏窗口和其他图层上方显示通知。"
- },
- "background-opacity": {
- "label": "背景透明度",
- "description": "调整通知背景的透明度。"
- }
- },
- "duration": {
- "section": {
- "label": "通知持续时间",
- "description": "根据紧急级别配置通知保持可见的时间。"
- },
- "respect-expire": {
- "label": "尊重过期超时",
- "description": "使用通知中设置的过期超时。"
- },
- "low-urgency": {
- "label": "低紧急度",
- "description": "低优先级通知保持可见的时间。"
- },
- "normal-urgency": {
- "label": "正常紧急度",
- "description": "正常优先级通知保持可见的时间。"
- },
- "critical-urgency": {
- "label": "高紧急度",
- "description": "高优先级通知保持可见的时间。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示通知。如果未选择,则默认为全部。"
- }
- }
- },
- "osd": {
- "title": "屏幕显示",
- "description": "配置屏幕叠加指示器,例如音量和亮度。",
- "section": {
- "general": {
- "label": "常规",
- "description": "配置屏幕显示(OSD)的可见性与行为。"
- }
- },
- "enabled": {
- "label": "启用屏幕显示",
- "description": "实时显示音量与亮度变化。"
- },
- "always-on-top": {
- "label": "始终置顶",
- "description": "在全屏窗口和其他图层之上显示OSD。"
- },
- "location": {
- "label": "位置",
- "description": "屏幕显示出现的位置。"
- },
- "duration": {
- "section": {
- "label": "自动隐藏超时",
- "description": "屏幕显示自动隐藏前保持可见的时长。"
- },
- "auto-hide": {
- "label": "在此之后隐藏",
- "description": "调整屏幕显示消失前的时间。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示屏幕显示。若未选择,则默认全部。"
- }
- }
- },
- "wallpaper": {
- "title": "壁纸",
- "settings": {
- "section": {
- "label": "壁纸设置",
- "description": "控制壁纸的管理和显示方式。"
- },
- "enable-management": {
- "label": "启用壁纸管理",
- "description": "使用 Noctalia 管理壁纸。如果您更喜欢使用其他应用程序,请取消选中。"
- },
- "folder": {
- "label": "壁纸文件夹",
- "description": "您的主壁纸文件夹路径。",
- "tooltip": "浏览壁纸文件夹"
- },
- "recursive-search": {
- "label": "搜索子文件夹",
- "description": "同时在壁纸目录的子文件夹中搜索壁纸。"
- },
- "monitor-specific": {
- "label": "显示器特定目录",
- "description": "为每个显示器设置不同的壁纸文件夹。",
- "tooltip": "浏览壁纸文件夹"
- },
- "select-folder": "选择壁纸文件夹",
- "select-monitor-folder": "选择显示器壁纸文件夹",
- "selector-position": {
- "description": "选择壁纸选择面板的显示位置。",
- "label": "职位"
- }
- },
- "look-feel": {
- "section": {
- "label": "外观和感觉"
- },
- "fill-mode": {
- "label": "填充模式",
- "description": "选择图像应如何缩放以匹配显示器的分辨率。"
- },
- "fill-color": {
- "label": "填充颜色",
- "description": "选择可能出现在壁纸后面的填充颜色。"
- },
- "transition-type": {
- "label": "过渡类型",
- "description": "切换壁纸时的动画类型。"
- },
- "transition-duration": {
- "label": "过渡持续时间",
- "description": "过渡动画的持续时间(秒)。"
- },
- "edge-smoothness": {
- "label": "软化过渡边缘",
- "description": "对过渡边缘应用柔和、羽化的效果。"
- }
- },
- "automation": {
- "section": {
- "label": "自动化"
- },
- "random-wallpaper": {
- "label": "随机壁纸",
- "description": "按固定间隔调度随机壁纸更改。"
- },
- "interval": {
- "label": "壁纸间隔",
- "description": "自动更改壁纸的频率。"
- },
- "custom-interval": {
- "label": "自定义间隔",
- "description": "以 HH:MM 格式输入时间(例如:01:30)。"
+ "description": "拖放小部件以重新排序。徽章表示使用情况:[L]左、[C]中、[R]右。",
+ "label": "小部件定位"
}
}
},
"color-scheme": {
- "title": "配色方案",
"color-source": {
- "section": {
- "label": "颜色来源",
- "description": "Noctalia 颜色的主要设置。"
- },
- "use-wallpaper-colors": {
- "label": "使用壁纸颜色",
- "description": "使用 Matugen 从壁纸生成颜色方案。自动提取颜色以创建一致的主题。"
- },
"matugen-scheme-type": {
- "label": "Matugen 配色方案类型",
"description": {
"scheme-content": "推导出与底层图像紧密匹配的颜色",
"scheme-expressive": "充满活力的调色板,色彩饱和度高",
@@ -546,77 +780,69 @@
"scheme-neutral": "柔和的色调,沉稳平静。",
"scheme-rainbow": "涵盖整个光谱的多元调色板",
"scheme-tonal-spot": "平衡的色调,重点突出"
- }
+ },
+ "label": "Matugen 配色方案类型"
+ },
+ "section": {
+ "description": "Noctalia 颜色的主要设置。",
+ "label": "颜色来源"
+ },
+ "use-wallpaper-colors": {
+ "description": "使用 Matugen 从壁纸生成颜色方案。自动提取颜色以创建一致的主题。",
+ "label": "使用壁纸颜色"
}
},
"dark-mode": {
- "switch": {
- "label": "深色模式",
- "description": "切换到更暗的主题,便于夜间观看。"
- },
"mode": {
"description": "启用自动切换浅色和深色模式。",
"label": "深色模式计划",
"location": "位置",
"manual": "手册",
"off": "关"
+ },
+ "switch": {
+ "description": "切换到更暗的主题,便于夜间观看。",
+ "label": "深色模式"
}
},
"predefined": {
- "section": {
- "label": "预定义配色方案",
- "description": "从预定义配色方案集合中选择。"
- },
"generate-templates": {
- "label": "为预定义方案生成模板",
- "description": "使用预定义配色方案时生成 Matugen 模板(GTK、终端主题等)。"
+ "description": "使用预定义配色方案时生成 Matugen 模板(GTK、终端主题等)。",
+ "label": "为预定义方案生成模板"
+ },
+ "section": {
+ "description": "从预定义配色方案集合中选择。",
+ "label": "预定义配色方案"
}
},
"templates": {
- "ui": {
- "label": "用户界面",
- "description": "桌面环境和 UI 工具包主题。",
- "gtk": {
- "description": "写入 {filepath}"
- },
- "qt": {
- "description": "写入 {filepath}"
- },
- "kcolorscheme": {
- "description": "写入 {filepath}"
- }
- },
- "terminal": {
- "label": "终端",
- "description": "终端模拟器主题。",
- "kitty": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "ghostty": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "foot": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "alacritty": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "wezterm": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装{app}"
+ "misc": {
+ "description": "其他配置选项。",
+ "label": "杂项",
+ "user-templates": {
+ "description": "启用用户定义的 Matugen 配置。首次启用时将在 ~/.config/noctalia/user-templates.toml 创建模板文件",
+ "label": "用户模板"
}
},
"programs": {
- "label": "程序",
+ "code": {
+ "description": "写入 {filepath}。Hyprluna 主题需要手动安装和激活。",
+ "description-missing": "需要安装 {app}"
+ },
"description": "应用程序特定主题。",
+ "discord": {
+ "description": "为 {client} 写入 {filepath}",
+ "description-missing": "未检测到 Discord 客户端。请安装 vencord、vesktop、webcord、armcord、equibop、lightcord 或 dorion。"
+ },
"fuzzel": {
"description": "写入 {filepath} 并重新加载",
"description-missing": "需要安装 {app}"
},
+ "label": "程序",
+ "pywalfox": {
+ "description": "写入 {filepath} 并运行 pywalfox update",
+ "description-missing": "需要安装 {app}"
+ },
"vicinae": {
"description": "写入 {filepath} 并重新加载",
"description-missing": "需要安装 {app}"
@@ -624,218 +850,59 @@
"walker": {
"description": "写入 {filepath} 并将主题设置为 noctalia",
"description-missing": "需要安装 {app}"
- },
- "discord": {
- "description": "为 {client} 写入 {filepath}",
- "description-missing": "未检测到 Discord 客户端。请安装 vencord、vesktop、webcord、armcord、equibop、lightcord 或 dorion。"
- },
- "pywalfox": {
- "description": "写入 {filepath} 并运行 pywalfox update",
- "description-missing": "需要安装 {app}"
- },
- "code": {
- "description": "写入 {filepath}。Hyprluna 主题需要手动安装和激活。",
- "description-missing": "需要安装 {app}"
- }
- },
- "misc": {
- "label": "杂项",
- "description": "其他配置选项。",
- "user-templates": {
- "label": "用户模板",
- "description": "启用用户定义的 Matugen 配置。首次启用时将在 ~/.config/noctalia/user-templates.toml 创建模板文件"
}
},
"section": {
"description": "将颜色应用于外部应用程序。",
"label": "模板"
- }
- }
- },
- "location": {
- "title": "位置",
- "location": {
- "section": {
- "label": "您的位置",
- "description": "通过设置您的位置获取准确的天气和调度夜间模式。"
},
- "search": {
- "label": "搜索位置",
- "description": "例如:多伦多, 安大略省",
- "placeholder": "输入位置名称"
+ "terminal": {
+ "alacritty": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "description": "终端模拟器主题。",
+ "foot": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "ghostty": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "kitty": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "label": "终端",
+ "wezterm": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装{app}"
+ }
+ },
+ "ui": {
+ "description": "桌面环境和 UI 工具包主题。",
+ "gtk": {
+ "description": "写入 {filepath}"
+ },
+ "kcolorscheme": {
+ "description": "写入 {filepath}"
+ },
+ "label": "用户界面",
+ "qt": {
+ "description": "写入 {filepath}"
+ }
}
},
- "weather": {
- "section": {
- "label": "天气",
- "description": "选择您喜欢的温度单位。"
- },
- "enabled": {
- "label": "启用天气",
- "description": "在整个界面中显示天气信息并获取天气数据。禁用后,所有天气元素将被隐藏,不会进行网络请求。"
- },
- "fahrenheit": {
- "label": "以华氏度显示温度 (°F)",
- "description": "以华氏度而非摄氏度显示温度。"
- },
- "show-in-calendar": {
- "description": "直接在您的日历视图中显示每日天气预报。",
- "label": "在日历中显示天气"
- }
- },
- "date-time": {
- "section": {
- "label": "日期和时间",
- "description": "自定义日期和时间的显示方式。"
- },
- "12hour-format": {
- "label": "使用12小时制时间格式",
- "description": "在锁屏和日历上以 12 小时制格式显示时间。状态栏时钟有其自己的设置。"
- },
- "week-numbers": {
- "label": "显示周数",
- "description": "在日历中显示一年中的第几周(例如:第 38 周)。"
- },
- "show-events": {
- "label": "显示日历事件",
- "description": "在日历面板中显示事件。"
- },
- "use-analog": {
- "description": "在日历窗口和锁定屏幕上显示模拟时钟。",
- "label": "使用模拟时钟样式"
- },
- "first-day-of-week": {
- "automatic": "自动(使用系统区域设置)",
- "description": "选择日历中一周的起始日。",
- "label": "一周的第一天"
- }
- }
- },
- "network": {
- "title": "网络",
- "section": {
- "description": "管理 Wi-Fi 和蓝牙连接。"
- },
- "wifi": {
- "label": "启用 Wi-Fi"
- },
- "bluetooth": {
- "label": "启用蓝牙"
- }
- },
- "screen-recorder": {
- "title": "屏幕录制",
- "general": {
- "section": {
- "label": "常规设置",
- "description": "管理屏幕录制输出和内容。"
- },
- "output-folder": {
- "label": "输出文件夹",
- "description": "屏幕录制将保存的文件夹。",
- "tooltip": "浏览输出文件夹"
- },
- "show-cursor": {
- "label": "显示光标",
- "description": "在视频中录制鼠标光标。"
- },
- "select-output-folder": "选择输出文件夹"
- },
- "video": {
- "section": {
- "label": "视频设置",
- "description": "配置视频录制选项。"
- },
- "video-source": {
- "label": "视频源",
- "description": "推荐使用 Portal,如果出现伪影请尝试 Screen。"
- },
- "frame-rate": {
- "label": "帧率",
- "description": "屏幕录制的目标帧率。"
- },
- "video-quality": {
- "label": "视频质量",
- "description": "更高的质量会导致更大的文件大小。"
- },
- "video-codec": {
- "label": "视频编解码器",
- "description": "h264 是最常见的编解码器。"
- },
- "color-range": {
- "label": "颜色范围",
- "description": "推荐使用 Limited 以获得更好的兼容性。"
- }
- },
- "audio": {
- "section": {
- "label": "音频设置",
- "description": "配置音频录制选项。"
- },
- "audio-source": {
- "label": "音频源",
- "description": "录制期间要捕获的音频源。"
- },
- "audio-codec": {
- "label": "音频编解码器",
- "description": "推荐使用 Opus 以获得最佳性能和最小的音频大小。"
- }
- }
- },
- "about": {
- "title": "关于",
- "noctalia": {
- "section": {
- "label": "Noctalia shell",
- "description": "一款为 Wayland 精心打造的时尚简约桌面 shell,基于 Quickshell 构建。"
- },
- "latest-version": "最新版本:",
- "installed-version": "已安装版本:",
- "download-latest": "下载最新版本"
- },
- "contributors": {
- "section": {
- "label": "贡献者",
- "description": "向我们 {count} 位超棒的贡献者致敬!",
- "description_plural": "向我们 {count} 位超棒的贡献者致敬!"
- }
- },
- "support": "支持我们"
- },
- "hooks": {
- "title": "钩子",
- "system-hooks": {
- "section": {
- "label": "系统钩子",
- "description": "配置在系统事件发生时执行的命令。"
- },
- "enable": {
- "label": "启用钩子",
- "description": "启用或禁用所有钩子命令。"
- }
- },
- "wallpaper-changed": {
- "label": "壁纸已更改",
- "description": "壁纸更改时执行的命令。",
- "placeholder": "例如:notify-send \"壁纸\" \"已更改\""
- },
- "theme-changed": {
- "label": "主题已更改",
- "description": "主题在深色和浅色模式之间切换时执行的命令。",
- "placeholder": "例如:notify-send \"主题\" \"已切换\""
- },
- "info": {
- "command-info": {
- "label": "钩子命令信息",
- "description": "• 命令通过 shell 执行 (sh -c)\n• 命令在后台运行(分离)\n• 测试按钮使用当前值执行"
- },
- "parameters": {
- "label": "可用参数",
- "description": "• 壁纸钩子: $1 = 壁纸路径, $2 = 屏幕名称\n• 主题切换钩子: $1 = true/false (深色模式状态)"
- }
- }
+ "title": "配色方案"
},
"control-center": {
+ "cards": {
+ "section": {
+ "description": "自定义在控制中心显示的控制项及其顺序。",
+ "label": "卡片"
+ }
+ },
"position": {
"description": "选择打开控制中心时面板出现的位置。",
"label": "位置"
@@ -844,120 +911,377 @@
"description": "配置控制中心面板的位置和行为。",
"label": "外观"
},
- "title": "控制中心",
- "cards": {
- "section": {
- "description": "自定义在控制中心显示的控制项及其顺序。",
- "label": "卡片"
- }
- },
"shortcuts": {
+ "custom-button": {
+ "browse": "浏览",
+ "command": {
+ "description": "单击按钮时执行的命令。",
+ "label": "命令"
+ },
+ "enable-on-state-logic": {
+ "description": "根据检查命令启用第二个图标和“高亮”状态。",
+ "label": "启用开启状态逻辑"
+ },
+ "general-tooltip-text": {
+ "description": "按钮工具提示的常规说明。",
+ "label": "常规工具提示文本"
+ },
+ "icon": {
+ "description": "从库中选择一个图标。",
+ "label": "图标"
+ },
+ "on-clicked": {
+ "description": "左键单击按钮时执行的命令。",
+ "label": "左键单击命令"
+ },
+ "on-middle-clicked": {
+ "description": "中键单击按钮时执行的命令。",
+ "label": "中键单击命令"
+ },
+ "on-right-clicked": {
+ "description": "右键单击按钮时执行的命令。",
+ "label": "右键单击命令"
+ },
+ "on-state-command": {
+ "description": "执行以检查按钮是否应处于“开启”状态的命令。返回 0 表示开启,非零表示关闭。",
+ "label": "开启状态检查命令"
+ },
+ "on-state-icon": {
+ "description": "按钮处于“开启”状态时的图标。",
+ "label": "开启状态图标"
+ },
+ "state-checks": {
+ "add": "添加状态检查",
+ "browse-icon": "浏览",
+ "command": "要为此状态检查执行的命令",
+ "label": "状态检查",
+ "remove": "移除"
+ },
+ "tooltip": {
+ "description": "悬停在按钮上时显示的工具提示。",
+ "label": "工具提示"
+ }
+ },
+ "dialog": {
+ "apply": "应用",
+ "cancel": "取消"
+ },
"section": {
"description": "配置和管理快捷方式小部件。",
"label": "快捷方式小部件"
},
"sectionLeft": "左",
- "sectionRight": "右",
- "custom-button": {
- "icon": {
- "label": "图标",
- "description": "从库中选择一个图标。"
- },
- "browse": "浏览",
- "command": {
- "label": "命令",
- "description": "单击按钮时执行的命令。"
- },
- "tooltip": {
- "label": "工具提示",
- "description": "悬停在按钮上时显示的工具提示。"
- },
- "on-state-icon": {
- "label": "开启状态图标",
- "description": "按钮处于“开启”状态时的图标。"
- },
- "on-clicked": {
- "label": "左键单击命令",
- "description": "左键单击按钮时执行的命令。"
- },
- "on-right-clicked": {
- "label": "右键单击命令",
- "description": "右键单击按钮时执行的命令。"
- },
- "on-middle-clicked": {
- "label": "中键单击命令",
- "description": "中键单击按钮时执行的命令。"
- },
- "on-state-command": {
- "label": "开启状态检查命令",
- "description": "执行以检查按钮是否应处于“开启”状态的命令。返回 0 表示开启,非零表示关闭。"
- },
- "general-tooltip-text": {
- "label": "常规工具提示文本",
- "description": "按钮工具提示的常规说明。"
- },
- "enable-on-state-logic": {
- "label": "启用开启状态逻辑",
- "description": "根据检查命令启用第二个图标和“高亮”状态。"
- },
- "state-checks": {
- "label": "状态检查",
- "command": "要为此状态检查执行的命令",
- "browse-icon": "浏览",
- "remove": "移除",
- "add": "添加状态检查"
- }
+ "sectionRight": "右"
+ },
+ "title": "控制中心"
+ },
+ "display": {
+ "monitors": {
+ "brightness": "亮度",
+ "brightness-step": {
+ "description": "调整亮度变化的步长(滚轮和键盘快捷键)。",
+ "label": "亮度步长"
},
- "dialog": {
- "cancel": "取消",
- "apply": "应用"
+ "brightness-unavailable": {
+ "ddc-disabled": "亮度控制不可用。启用“外部亮度支持”以控制此显示器的亮度。",
+ "generic": "此显示器无法使用亮度控制。"
+ },
+ "enforce-minimum": {
+ "description": "解决亮度为 0% 时部分显示器背光完全关闭的问题。",
+ "label": "限制最小亮度为 1%"
+ },
+ "external-brightness": {
+ "description": "启用 DDCUtil 支持,通过 DDC/CI 协议控制外部显示器的亮度。",
+ "label": "外部亮度支持"
+ },
+ "section": {
+ "description": "调整每个显示器的亮度设置。",
+ "label": "显示器设置"
}
+ },
+ "night-light": {
+ "auto-schedule": {
+ "description": "基于 {location} 的日落和日出时间 - 推荐。",
+ "label": "自动调度"
+ },
+ "enable": {
+ "description": "应用暖色滤镜以减少蓝光发射。",
+ "label": "启用夜间模式"
+ },
+ "force-activation": {
+ "description": "忽略调度并立即应用夜间滤镜。",
+ "label": "强制激活"
+ },
+ "manual-schedule": {
+ "description": "为日出和日落设置自定义时间。",
+ "label": "手动调度",
+ "select-start": "选择开始时间",
+ "select-stop": "选择停止时间",
+ "sunrise": "日出时间",
+ "sunset": "日落时间"
+ },
+ "section": {
+ "description": "减少蓝光发射,帮助您更好地睡眠并减轻眼睛疲劳。",
+ "label": "夜间模式"
+ },
+ "temperature": {
+ "day": "白天",
+ "description": "设置夜间和白天的颜色温暖度。",
+ "label": "色温",
+ "night": "夜间"
+ }
+ },
+ "title": "显示"
+ },
+ "dock": {
+ "appearance": {
+ "background-opacity": {
+ "description": "调整 Dock 的背景不透明度。",
+ "label": "背景不透明度"
+ },
+ "colorize-icons": {
+ "description": "将主题颜色应用到 Dock 应用图标(仅限非聚焦应用)。",
+ "label": "着色图标"
+ },
+ "display": {
+ "always-visible": "始终可见",
+ "auto-hide": "自动隐藏",
+ "description": "选择 Dock 的行为方式。",
+ "exclusive": "独占",
+ "label": "显示"
+ },
+ "floating-distance": {
+ "description": "调整距离屏幕边缘的浮动距离。",
+ "label": "Dock 浮动距离"
+ },
+ "icon-size": {
+ "description": "调整 Dock 的整体大小。",
+ "label": "Dock 大小"
+ },
+ "section": {
+ "description": "自定义 Dock 的行为和外观。",
+ "label": "外观"
+ }
+ },
+ "enabled": {
+ "description": "完全显示或隐藏 Dock",
+ "label": "启用 Dock"
+ },
+ "monitors": {
+ "only-same-output": {
+ "description": "仅显示输出结果中dock所在位置的应用。",
+ "label": "仅来自相同输出的应用"
+ },
+ "section": {
+ "description": "在特定显示器上显示 Dock。如果未选择任何显示器,则默认为全部。",
+ "label": "显示器显示"
+ }
+ },
+ "title": "Dock"
+ },
+ "general": {
+ "fonts": {
+ "default": {
+ "description": "整个界面使用的主要字体。",
+ "label": "默认字体",
+ "placeholder": "选择默认字体...",
+ "scale": {
+ "description": "增大或减小标准文本的尺寸",
+ "label": "默认字体大小"
+ },
+ "search-placeholder": "搜索字体..."
+ },
+ "monospace": {
+ "description": "用于数字和统计信息显示的等宽字体。",
+ "label": "等宽字体",
+ "placeholder": "选择等宽字体...",
+ "scale": {
+ "description": "增大或减小等宽文本的尺寸",
+ "label": "默认等宽字体大小"
+ },
+ "search-placeholder": "搜索等宽字体..."
+ },
+ "reset-scaling": "恢复默认缩放",
+ "section": {
+ "description": "选择整个界面中使用的字体。",
+ "label": "字体"
+ }
+ },
+ "language": {
+ "section": {
+ "description": "选择您偏好的应用程序语言。",
+ "label": "语言"
+ },
+ "select": {
+ "auto-detect": "自动检测",
+ "description": "选择应用程序界面中使用的语言。",
+ "label": "应用程序语言"
+ }
+ },
+ "launch-setup-wizard": "启动安装向导",
+ "profile": {
+ "picture": {
+ "description": "在整个界面中显示您的个人资料图片。",
+ "label": "{user} 的个人资料图片"
+ },
+ "section": {
+ "description": "编辑您的用户详细信息和头像。",
+ "label": "个人资料"
+ },
+ "select-avatar": "选择头像图片"
+ },
+ "screen-corners": {
+ "radius": {
+ "description": "调整屏幕圆角的弧度。",
+ "label": "屏幕边角半径",
+ "reset": "重置屏幕圆角半径"
+ },
+ "section": {
+ "description": "自定义屏幕边角的圆度和视觉效果。",
+ "label": "屏幕边角"
+ },
+ "show-corners": {
+ "description": "在屏幕边缘显示圆角。",
+ "label": "显示屏幕圆角"
+ },
+ "solid-black": {
+ "description": "使用实心黑色而非状态栏背景色。",
+ "label": "实心黑色边角"
+ }
+ },
+ "title": "通用"
+ },
+ "hooks": {
+ "info": {
+ "command-info": {
+ "description": "• 命令通过 shell 执行 (sh -c)\n• 命令在后台运行(分离)\n• 测试按钮使用当前值执行",
+ "label": "钩子命令信息"
+ },
+ "parameters": {
+ "description": "• 壁纸钩子: $1 = 壁纸路径, $2 = 屏幕名称\n• 主题切换钩子: $1 = true/false (深色模式状态)",
+ "label": "可用参数"
+ }
+ },
+ "system-hooks": {
+ "enable": {
+ "description": "启用或禁用所有钩子命令。",
+ "label": "启用钩子"
+ },
+ "section": {
+ "description": "配置在系统事件发生时执行的命令。",
+ "label": "系统钩子"
+ }
+ },
+ "theme-changed": {
+ "description": "主题在深色和浅色模式之间切换时执行的命令。",
+ "label": "主题已更改",
+ "placeholder": "例如:notify-send \"主题\" \"已切换\""
+ },
+ "title": "钩子",
+ "wallpaper-changed": {
+ "description": "壁纸更改时执行的命令。",
+ "label": "壁纸已更改",
+ "placeholder": "例如:notify-send \"壁纸\" \"已更改\""
}
},
- "user-interface": {
- "animation-disable": {
- "description": "禁用所有动画以获得更快、更流畅的体验。",
- "label": "禁用 UI 动画"
+ "launcher": {
+ "settings": {
+ "background-opacity": {
+ "description": "调整启动器的背景不透明度。",
+ "label": "背景不透明度"
+ },
+ "clipboard-history": {
+ "description": "从启动器访问之前复制的项目。",
+ "label": "启用剪贴板历史记录"
+ },
+ "custom-launch-prefix": {
+ "description": "使用自定义启动器前缀命令(例如,'runapp'用于systemd集成)。",
+ "label": "自定义启动前缀"
+ },
+ "custom-launch-prefix-enabled": {
+ "description": "使用自定义前缀启动应用程序,而不是默认方法。",
+ "label": "启用自定义启动前缀"
+ },
+ "position": {
+ "description": "选择启动器面板出现的位置。",
+ "label": "位置"
+ },
+ "section": {
+ "description": "自定义启动器的行为和外观。",
+ "label": "外观"
+ },
+ "sort-by-usage": {
+ "description": "启用后,经常启动的应用程序将显示在列表首位。",
+ "label": "按使用频率排序"
+ },
+ "terminal-command": {
+ "description": "启动终端的命令。例如,'kitty -e'或'gnome-terminal --'。",
+ "label": "终端命令"
+ },
+ "use-app2unit": {
+ "description": "使用替代启动方法以更好地管理应用程序进程并防止问题。",
+ "label": "使用 App2Unit 启动应用程序"
+ }
},
- "panels-overlay": {
- "label": "在覆盖层中打开面板",
- "description": "面板将显示在全屏窗口上方"
+ "title": "启动器"
+ },
+ "location": {
+ "date-time": {
+ "12hour-format": {
+ "description": "在锁屏和日历上以 12 小时制格式显示时间。状态栏时钟有其自己的设置。",
+ "label": "使用12小时制时间格式"
+ },
+ "first-day-of-week": {
+ "automatic": "自动(使用系统区域设置)",
+ "description": "选择日历中一周的起始日。",
+ "label": "一周的第一天"
+ },
+ "section": {
+ "description": "自定义日期和时间的显示方式。",
+ "label": "日期和时间"
+ },
+ "show-events": {
+ "description": "在日历面板中显示事件。",
+ "label": "显示日历事件"
+ },
+ "use-analog": {
+ "description": "在日历窗口和锁定屏幕上显示模拟时钟。",
+ "label": "使用模拟时钟样式"
+ },
+ "week-numbers": {
+ "description": "在日历中显示一年中的第几周(例如:第 38 周)。",
+ "label": "显示周数"
+ }
},
- "animation-speed": {
- "description": "调整全局动画速度。",
- "label": "动画速度",
- "reset": "重置动画速度"
+ "location": {
+ "search": {
+ "description": "例如:多伦多, 安大略省",
+ "label": "搜索位置",
+ "placeholder": "输入位置名称"
+ },
+ "section": {
+ "description": "通过设置您的位置获取准确的天气和调度夜间模式。",
+ "label": "您的位置"
+ }
},
- "border-radius": {
- "description": "控制窗口、按钮和其他元素的圆角程度。",
- "label": "边框半径",
- "reset": "重置边框半径"
- },
- "scaling": {
- "description": "更改通用用户界面大小,不包括栏。",
- "label": "界面缩放",
- "reset-scaling": "重置界面缩放"
- },
- "section": {
- "description": "自定义界面的外观、感觉和行为。",
- "label": "外观"
- },
- "title": "用户界面",
- "tooltips": {
- "description": "启用或禁用整个界面的工具提示。",
- "label": "显示工具提示"
- },
- "panels-attached-to-bar": {
- "description": "启用后,面板将以美观的倒角设计附加到栏上。",
- "label": "将面板连接到杆上"
- },
- "dim-desktop": {
- "description": "当面板或菜单打开时,桌面变暗。",
- "label": "昏暗的桌面"
- },
- "shadows": {
- "description": "启用条形图和面板下的阴影。",
- "label": "阴影"
+ "title": "位置",
+ "weather": {
+ "enabled": {
+ "description": "在整个界面中显示天气信息并获取天气数据。禁用后,所有天气元素将被隐藏,不会进行网络请求。",
+ "label": "启用天气"
+ },
+ "fahrenheit": {
+ "description": "以华氏度而非摄氏度显示温度。",
+ "label": "以华氏度显示温度 (°F)"
+ },
+ "section": {
+ "description": "选择您喜欢的温度单位。",
+ "label": "天气"
+ },
+ "show-in-calendar": {
+ "description": "直接在您的日历视图中显示每日天气预报。",
+ "label": "在日历中显示天气"
+ }
}
},
"lock-screen": {
@@ -970,425 +1294,495 @@
"label": "挂起时锁定"
},
"title": "锁屏"
- }
- },
- "widgets": {
- "tooltip": {
- "placeholder": "占位符"
},
- "file-picker": {
- "select-folder": "选择文件夹",
- "select-file": "选择文件",
- "cancel": "取消",
- "search-placeholder": "搜索文件和文件夹...",
- "select-current": "选择当前",
- "title": "文件选择器"
- },
- "datetime-tokens": {
- "common": {
- "12hour-time-minutes": "12小时制带分钟",
- "24hour-time-minutes": "24小时制带分钟",
- "24hour-time-seconds": "24小时制带秒",
- "weekday-month-day": "星期、月份和日期",
- "iso-date": "ISO 日期格式",
- "us-date": "美国日期格式",
- "european-date": "欧洲日期格式",
- "weekday-date": "星期和日期"
+ "network": {
+ "bluetooth": {
+ "label": "启用蓝牙"
},
- "hour": {
- "no-leading-zero": "小时无前导零 (0-23) - 24小时制",
- "leading-zero": "小时有前导零 (00-23) - 24小时制"
+ "section": {
+ "description": "管理 Wi-Fi 和蓝牙连接。"
},
- "minute": {
- "no-leading-zero": "分钟无前导零 (0-59)",
- "leading-zero": "分钟有前导零 (00-59)"
- },
- "second": {
- "no-leading-zero": "秒无前导零 (0-59)",
- "leading-zero": "秒有前导零 (00-59)"
- },
- "ampm": {
- "uppercase": "AM/PM 大写",
- "lowercase": "am/pm 小写"
- },
- "timezone": {
- "abbreviation": "时区缩写"
- },
- "year": {
- "two-digit": "年份为两位数 (00-99)",
- "four-digit": "年份为四位数"
- },
- "month": {
- "number-no-zero": "月份数字无前导零 (1-12)",
- "number-leading-zero": "月份数字有前导零 (01-12)",
- "abbreviated": "月份名称缩写",
- "full": "月份名称全称"
- },
- "day": {
- "no-leading-zero": "日期无前导零 (1-31)",
- "leading-zero": "日期有前导零 (01-31)",
- "abbreviated": "星期名称缩写",
- "full": "星期名称全称"
+ "title": "网络",
+ "wifi": {
+ "label": "启用 Wi-Fi"
}
},
- "icon-picker": {
- "title": "图标选择器",
- "search": {
- "label": "搜索"
+ "notifications": {
+ "duration": {
+ "critical-urgency": {
+ "description": "高优先级通知保持可见的时间。",
+ "label": "高紧急度"
+ },
+ "low-urgency": {
+ "description": "低优先级通知保持可见的时间。",
+ "label": "低紧急度"
+ },
+ "normal-urgency": {
+ "description": "正常优先级通知保持可见的时间。",
+ "label": "正常紧急度"
+ },
+ "respect-expire": {
+ "description": "使用通知中设置的过期超时。",
+ "label": "尊重过期超时"
+ },
+ "section": {
+ "description": "根据紧急级别配置通知保持可见的时间。",
+ "label": "通知持续时间"
+ }
},
- "cancel": "取消",
- "apply": "应用"
+ "monitors": {
+ "section": {
+ "description": "在特定显示器上显示通知。如果未选择,则默认为全部。",
+ "label": "显示器显示"
+ }
+ },
+ "settings": {
+ "always-on-top": {
+ "description": "在全屏窗口和其他图层上方显示通知。",
+ "label": "始终置顶"
+ },
+ "background-opacity": {
+ "description": "调整通知背景的透明度。",
+ "label": "背景透明度"
+ },
+ "do-not-disturb": {
+ "description": "启用后禁用所有通知弹出窗口。",
+ "label": "勿扰模式"
+ },
+ "enable-osd": {
+ "description": "实时显示音量和亮度变化。",
+ "label": "启用屏幕显示"
+ },
+ "location": {
+ "description": "通知在屏幕上出现的位置。",
+ "label": "位置"
+ },
+ "section": {
+ "description": "配置通知的外观和行为。",
+ "label": "外观"
+ }
+ },
+ "title": "通知"
},
- "color-picker": {
- "title": "颜色选择器",
- "hex": {
- "label": "十六进制颜色",
- "description": "输入十六进制颜色代码。"
+ "osd": {
+ "always-on-top": {
+ "description": "在全屏窗口和其他图层之上显示OSD。",
+ "label": "始终置顶"
},
- "rgb": {
- "label": "RGB 值",
- "description": "调整红、绿、蓝和亮度值。"
+ "description": "配置屏幕叠加指示器,例如音量和亮度。",
+ "duration": {
+ "auto-hide": {
+ "description": "调整屏幕显示消失前的时间。",
+ "label": "在此之后隐藏"
+ },
+ "section": {
+ "description": "屏幕显示自动隐藏前保持可见的时长。",
+ "label": "自动隐藏超时"
+ }
},
- "brightness": "亮度",
- "theme-colors": {
- "label": "主题颜色",
- "description": "快速访问您的主题调色板。"
+ "enabled": {
+ "description": "实时显示音量与亮度变化。",
+ "label": "启用屏幕显示"
},
- "palette": {
- "label": "调色板",
- "description": "从各种预定义颜色中选择。"
+ "location": {
+ "description": "屏幕显示出现的位置。",
+ "label": "位置"
},
- "cancel": "取消",
- "apply": "应用"
+ "monitors": {
+ "section": {
+ "description": "在特定显示器上显示屏幕显示。若未选择,则默认全部。",
+ "label": "显示器显示"
+ }
+ },
+ "section": {
+ "general": {
+ "description": "配置屏幕显示(OSD)的可见性与行为。",
+ "label": "常规"
+ }
+ },
+ "title": "屏幕显示"
},
- "text-input": {
- "clear": "清除"
- }
- },
- "bar": {
- "widget-settings": {
- "dialog": {
- "cancel": "取消",
- "apply": "应用"
- },
- "section-editor": {
- "placeholder": "选择要添加的小部件...",
- "search-placeholder": "搜索小部件..."
- },
- "active-window": {
- "hide-mode": {
- "label": "隐藏模式",
- "description": "控制当没有活动窗口时小部件的行为。"
+ "screen-recorder": {
+ "audio": {
+ "audio-codec": {
+ "description": "推荐使用 Opus 以获得最佳性能和最小的音频大小。",
+ "label": "音频编解码器"
},
- "show-app-icon": {
- "label": "显示应用图标",
- "description": "在窗口标题旁边显示应用程序图标。"
+ "audio-source": {
+ "description": "录制期间要捕获的音频源。",
+ "label": "音频源"
},
- "scrolling-mode": {
- "label": "滚动模式",
- "description": "控制何时为长窗口标题启用文本滚动。"
- },
- "max-width": {
- "label": "最大宽度",
- "description": "设置小部件的最大水平尺寸。当内容较短时,小部件会自动收缩以适应内容。"
- },
- "use-fixed-width": {
- "label": "使用固定宽度",
- "description": "启用后,小部件将始终使用最大宽度,而不根据内容动态调整。"
- },
- "colorize-icons": {
- "label": "着色图标",
- "description": "将主题颜色应用到活动窗口图标。"
+ "section": {
+ "description": "配置音频录制选项。",
+ "label": "音频设置"
}
},
- "system-monitor": {
- "cpu-usage": {
- "label": "CPU使用率",
- "description": "显示当前CPU使用百分比。"
+ "general": {
+ "output-folder": {
+ "description": "屏幕录制将保存的文件夹。",
+ "label": "输出文件夹",
+ "tooltip": "浏览输出文件夹"
},
- "cpu-temperature": {
- "label": "CPU温度",
- "description": "如果可用,显示CPU温度读数。"
+ "section": {
+ "description": "管理屏幕录制输出和内容。",
+ "label": "常规设置"
},
- "memory-usage": {
- "label": "内存使用率",
- "description": "显示当前RAM使用信息。"
- },
- "memory-percentage": {
- "label": "内存百分比",
- "description": "以百分比而不是绝对值显示内存使用情况。"
- },
- "network-traffic": {
- "label": "网络流量",
- "description": "显示网络上传和下载速度。"
- },
- "storage-usage": {
- "label": "存储使用率",
- "description": "显示磁盘空间使用信息。"
+ "select-output-folder": "选择输出文件夹",
+ "show-cursor": {
+ "description": "在视频中录制鼠标光标。",
+ "label": "显示光标"
}
},
- "notification-history": {
- "show-unread-badge": {
- "label": "显示未读徽章",
- "description": "显示显示未读通知数量的徽章。"
+ "title": "屏幕录制",
+ "video": {
+ "color-range": {
+ "description": "推荐使用 Limited 以获得更好的兼容性。",
+ "label": "颜色范围"
},
- "hide-badge-when-zero": {
- "label": "零时隐藏徽章",
- "description": "当没有未读通知时隐藏通知徽章。"
+ "frame-rate": {
+ "description": "屏幕录制的目标帧率。",
+ "label": "帧率"
+ },
+ "section": {
+ "description": "配置视频录制选项。",
+ "label": "视频设置"
+ },
+ "video-codec": {
+ "description": "h264 是最常见的编解码器。",
+ "label": "视频编解码器"
+ },
+ "video-quality": {
+ "description": "更高的质量会导致更大的文件大小。",
+ "label": "视频质量"
+ },
+ "video-source": {
+ "description": "推荐使用 Portal,如果出现伪影请尝试 Screen。",
+ "label": "视频源"
+ }
+ }
+ },
+ "user-interface": {
+ "animation-disable": {
+ "description": "禁用所有动画以获得更快、更流畅的体验。",
+ "label": "禁用 UI 动画"
+ },
+ "animation-speed": {
+ "description": "调整全局动画速度。",
+ "label": "动画速度",
+ "reset": "重置动画速度"
+ },
+ "border-radius": {
+ "description": "控制窗口、按钮和其他元素的圆角程度。",
+ "label": "边框半径",
+ "reset": "重置边框半径"
+ },
+ "dim-desktop": {
+ "description": "当面板或菜单打开时,桌面变暗。",
+ "label": "昏暗的桌面"
+ },
+ "panels-attached-to-bar": {
+ "description": "面板锁定到边栏和屏幕边缘,形成无缝外观,并具有时尚的倒角。",
+ "label": "将面板对齐到边缘"
+ },
+ "panels-overlay": {
+ "description": "确保面板和栏保持可见,即使在全屏应用程序上也是如此。",
+ "label": "将面板和栏保持在顶部"
+ },
+ "scaling": {
+ "description": "更改通用用户界面大小,不包括栏。",
+ "label": "界面缩放",
+ "reset-scaling": "重置界面缩放"
+ },
+ "section": {
+ "description": "自定义界面的外观、感觉和行为。",
+ "label": "外观"
+ },
+ "shadows": {
+ "description": "启用条形图和面板下的阴影。",
+ "label": "阴影"
+ },
+ "title": "用户界面",
+ "tooltips": {
+ "description": "启用或禁用整个界面的工具提示。",
+ "label": "显示工具提示"
+ }
+ },
+ "wallpaper": {
+ "automation": {
+ "custom-interval": {
+ "description": "以 HH:MM 格式输入时间(例如:01:30)。",
+ "label": "自定义间隔"
+ },
+ "interval": {
+ "description": "自动更改壁纸的频率。",
+ "label": "壁纸间隔"
+ },
+ "random-wallpaper": {
+ "description": "按固定间隔调度随机壁纸更改。",
+ "label": "随机壁纸"
+ },
+ "section": {
+ "label": "自动化"
}
},
- "battery": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
+ "look-feel": {
+ "edge-smoothness": {
+ "description": "对过渡边缘应用柔和、羽化的效果。",
+ "label": "软化过渡边缘"
},
- "low-battery-threshold": {
- "label": "低电量警告阈值",
- "description": "当电量低于此百分比时显示警告。"
- }
- },
- "control-center": {
- "use-distro-logo": {
- "label": "使用发行版徽标而不是图标",
- "description": "使用您的发行版徽标而不是自定义图标。"
- },
- "icon": {
- "label": "图标",
- "description": "从库中选择图标或自定义文件。"
- },
- "browse-library": "浏览库",
- "browse-file": "浏览文件",
- "select-custom-icon": "选择自定义图标"
- },
- "keyboard-layout": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
- },
- "volume": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
- },
- "workspace": {
- "label-mode": {
- "label": "标签模式",
- "description": "选择工作区标签的显示方式。"
- },
- "hide-unoccupied": {
- "label": "隐藏未占用",
- "description": "不显示没有窗口的工作区。"
- },
- "character-count": {
- "label": "字符数量",
- "description": "显示工作区名称的字符数量(1-10)。"
- }
- },
- "microphone": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
- },
- "brightness": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
- },
- "spacer": {
- "width": {
- "label": "宽度",
- "description": "间距宽度(像素)"
- }
- },
- "custom-button": {
- "icon": {
- "label": "图标",
- "description": "从库中选择图标。"
- },
- "browse": "浏览",
- "left-click": {
- "label": "左键点击",
- "description": "左键点击按钮时执行的命令。"
- },
- "right-click": {
- "label": "右键点击",
- "description": "右键点击按钮时执行的命令。"
- },
- "middle-click": {
- "label": "中键点击",
- "description": "中键点击按钮时执行的命令。"
- },
- "dynamic-text": "动态文本",
- "display-command-output": {
- "label": "显示命令输出",
- "description": "输入一个定期运行的命令。其输出的第一行将显示为文本。",
- "stream-description": "输入一个要持续运行的命令。"
- },
- "refresh-interval": {
- "label": "刷新间隔",
- "description": "间隔时间(毫秒)。"
- },
- "text-stream": {
- "label": "流",
- "description": "来自命令的流式输出行将作为文本显示在按钮上。"
- },
- "collapse-condition": {
- "label": "折叠条件",
- "description": "如果输出文本与此值匹配,按钮将折叠。"
- },
- "parse-json": {
- "label": "将输出解析为 JSON",
- "description": "将命令输出解析为 JSON 对象,以动态设置文本和图标。"
- }
- },
- "media-mini": {
- "hide-mode": {
- "label": "隐藏模式",
- "description": "控制当没有媒体播放时小部件的行为。"
- },
- "show-album-art": {
- "label": "显示专辑封面",
- "description": "显示当前播放曲目的专辑封面。"
- },
- "show-visualizer": {
- "label": "显示可视化器",
- "description": "播放音乐时显示音频可视化器。"
- },
- "visualizer-type": {
- "label": "可视化器类型",
- "description": "选择要显示的音频可视化器样式。"
- },
- "max-width": {
- "label": "最大宽度",
- "description": "设置小部件的最大水平尺寸。当内容较短时,小部件会自动收缩以适应内容。"
- },
- "use-fixed-width": {
- "label": "使用固定宽度",
- "description": "启用后,小部件将始终使用最大宽度,而不根据内容动态调整。"
- },
- "scrolling-mode": {
- "label": "滚动模式",
- "description": "控制何时为长曲目标题启用文本滚动。"
- },
- "no-active-player": "无活动播放器"
- },
- "clock": {
- "use-primary-color": {
- "label": "使用主颜色",
- "description": "启用后,将应用主颜色进行强调。"
- },
- "use-monospaced-font": {
- "label": "使用等宽字体",
- "description": "启用后,时钟将使用等宽字体。"
- },
- "clock-display": {
- "label": "时钟显示",
- "description": "通过从下面的列表添加标记来自定义时钟显示。要使用 12 小时制,必须包含 'AP' 标记。"
- },
- "horizontal-bar": {
- "label": "水平栏",
- "description": "提示:使用 \\n 创建换行。"
- },
- "vertical-bar": {
- "label": "垂直栏",
- "description": "使用空格将每个部分分隔到新行。"
- },
- "preview": "预览",
- "custom-font": {
- "description": "选择时钟显示使用的自定义字体。",
- "label": "自定义字体",
- "placeholder": "选择自定义字体...",
- "search-placeholder": "搜索字体..."
- },
- "use-custom-font": {
- "description": "使用自定义字体覆盖时钟的默认字体选择。",
- "label": "使用自定义字体"
- }
- },
- "taskbar": {
- "hide-mode": {
- "label": "隐藏模式",
- "description": "当没有匹配的窗口时控制小部件的行为。"
- },
- "only-active-workspaces": {
- "label": "仅显示活动工作区",
- "description": "仅显示来自活动工作区的应用程序"
- },
- "only-same-output": {
- "label": "仅显示同屏幕",
- "description": "仅显示任务栏所在屏幕上的应用程序"
- },
- "colorize-icons": {
- "label": "着色图标",
- "description": "将主题颜色应用到任务栏图标。"
- }
- },
- "tray": {
- "colorize-icons": {
- "label": "着色图标",
- "description": "将主题颜色应用到系统托盘图标。"
- }
- },
- "audio-visualizer": {
- "width": {
- "label": "宽度",
- "description": "自定义组件的宽度。"
- },
- "hide-when-idle": {
- "label": "无媒体播放时隐藏",
- "description": "启用后,除非正在播放媒体,否则隐藏可视化显示。"
- },
- "color-name": {
- "description": "选择可视化工具的颜色。",
+ "fill-color": {
+ "description": "选择可能出现在壁纸后面的填充颜色。",
"label": "填充颜色"
+ },
+ "fill-mode": {
+ "description": "选择图像应如何缩放以匹配显示器的分辨率。",
+ "label": "填充模式"
+ },
+ "section": {
+ "label": "外观和感觉"
+ },
+ "transition-duration": {
+ "description": "过渡动画的持续时间(秒)。",
+ "label": "过渡持续时间"
+ },
+ "transition-type": {
+ "description": "切换壁纸时的动画类型。",
+ "label": "过渡类型"
}
},
- "lock-keys": {
- "show-caps-lock": {
- "description": "显示大写锁定状态。",
- "label": "大写锁定"
+ "settings": {
+ "enable-management": {
+ "description": "使用 Noctalia 管理壁纸。如果您更喜欢使用其他应用程序,请取消选中。",
+ "label": "启用壁纸管理"
},
- "show-num-lock": {
- "description": "显示数字锁定键状态。",
- "label": "数字锁定"
+ "folder": {
+ "description": "您的主壁纸文件夹路径。",
+ "label": "壁纸文件夹",
+ "tooltip": "浏览壁纸文件夹"
},
- "show-scroll-lock": {
- "description": "显示滚动锁定状态。",
- "label": "滚动锁定"
+ "monitor-specific": {
+ "description": "为每个显示器设置不同的壁纸文件夹。",
+ "label": "显示器特定目录",
+ "tooltip": "浏览壁纸文件夹"
},
- "browse": "浏览"
- }
+ "recursive-search": {
+ "description": "同时在壁纸目录的子文件夹中搜索壁纸。",
+ "label": "搜索子文件夹"
+ },
+ "section": {
+ "description": "控制壁纸的管理和显示方式。",
+ "label": "壁纸设置"
+ },
+ "select-folder": "选择壁纸文件夹",
+ "select-monitor-folder": "选择显示器壁纸文件夹",
+ "selector-position": {
+ "description": "选择壁纸选择面板的显示位置。",
+ "label": "职位"
+ }
+ },
+ "title": "壁纸"
}
},
- "notifications": {
- "panel": {
- "title": "通知",
- "no-notifications": "无通知",
- "description": "您的通知将在到达时显示在此处。",
- "click-to-expand": "点击展开"
+ "setup": {
+ "appearance": {
+ "header": "外观",
+ "subheader": "选择深色模式与配色来源(Matugen 或预设)。"
+ },
+ "customize": {
+ "header": "自定义体验",
+ "subheader": "调整状态栏位置、密度、缩放等。"
+ },
+ "wallpaper": {
+ "choose-dir": "选择包含壁纸图片的目录",
+ "dir": {
+ "browse": "浏览文件夹",
+ "description": "选择存放壁纸的文件夹",
+ "label": "壁纸目录",
+ "select-title": "选择壁纸文件夹"
+ },
+ "header": "选择你的壁纸",
+ "no-dir": "未选择壁纸目录",
+ "no-valid": "在 {dir} 中未找到有效图片文件",
+ "none-in-dir": "目录中未找到壁纸",
+ "preview-error": "图片加载失败",
+ "select-prompt": "在下方选择一张壁纸",
+ "subheader": "用精美壁纸营造氛围。"
+ },
+ "welcome": {
+ "note": "先进行一些基础设置——更多选项可在“设置”中找到"
}
},
+ "system": {
+ "cpu-temperature": "{temp}°C",
+ "disk-usage": "{percent}%",
+ "location-display": "{name} ({coordinates})",
+ "monitor-description": "{model} ({width}x{height} @ {scale}x)",
+ "no-media-player-detected": "未检测到媒体播放器",
+ "scaling-percentage": "{percentage}%",
+ "signal-strength": "{signal}%",
+ "unknown": "未知",
+ "unknown-app": "未知应用",
+ "unknown-layout": "未知",
+ "unknown-version": "未知",
+ "uptime": "系统运行时间:{uptime}",
+ "user-requested": "用户请求",
+ "welcome-back": "欢迎回来,",
+ "widget-settings-title": "{widget} 设置"
+ },
+ "toast": {
+ "airplane-mode": {
+ "disabled": "已禁用",
+ "enabled": "已启用",
+ "title": "飞行模式"
+ },
+ "battery": {
+ "low": "电量低",
+ "low-desc": "电量为 {percent}%。请连接充电器。"
+ },
+ "battery-manager": {
+ "initial-setup": "需要初始设置",
+ "install-failed": "安装失败",
+ "install-missing": "缺少必要文件",
+ "install-success": "安装成功",
+ "install-unsupported": "系统不受支持",
+ "set-failed": "设置电池阈值失败",
+ "set-success-desc": "电池阈值已设置为 {percent}%",
+ "title": "电池阈值",
+ "uninstall-failed": "卸载失败",
+ "uninstall-setup": "正在卸载,需要身份验证",
+ "uninstall-success": "卸载成功"
+ },
+ "bluetooth": {
+ "disabled": "已禁用",
+ "enabled": "已启用"
+ },
+ "clipboard": {
+ "unavailable": "剪贴板历史记录不可用",
+ "unavailable-desc": "未安装 'cliphist' 应用程序。请安装它以使用剪贴板历史记录功能。"
+ },
+ "do-not-disturb": {
+ "disabled": "'勿扰模式'已禁用",
+ "disabled-desc": "显示所有通知。",
+ "enabled": "'勿扰模式'已启用",
+ "enabled-desc": "您可以在历史记录中找到这些通知。"
+ },
+ "internet": {
+ "limited": "已连接但无互联网"
+ },
+ "ipc": {
+ "powerpanel-deprecated": "PowerPanel 已重命名为 SessionMenu,此 IPC 调用将很快弃用。请改用 \"ipc call sessionMenu toggle\"。",
+ "sidepanel-deprecated": "SidePanel 已重命名为 ControlCenter,此 IPC 调用将很快弃用。请改用 \"ipc call controlCenter toggle\"。"
+ },
+ "keep-awake": {
+ "disabled": "已禁用",
+ "enabled": "已启用"
+ },
+ "kofi": {
+ "opened": "Ko-fi页面已在您的浏览器中打开"
+ },
+ "matugen": {
+ "failed": "Matugen 处理失败",
+ "failed-general": "Matugen 在处理模板时遇到错误"
+ },
+ "missing-control-center": {
+ "description": "控制中心小部件已从状态栏中移除。要再次从状态栏访问它,您需要重新添加小部件。您也可以通过右键点击状态栏来打开它。",
+ "label": "最后一个控制中心小部件已移除"
+ },
+ "night-light": {
+ "disabled": "已禁用",
+ "enabled": "已启用",
+ "forced": "强制激活",
+ "normal": "正常模式",
+ "not-installed": "未安装 wlsunset"
+ },
+ "power-profile": {
+ "changed": "电源模式已更改",
+ "profile-name": "\"{profile}\""
+ },
+ "recording": {
+ "failed-general": "录制器因错误退出。",
+ "failed-gpu": "gpu-screen-recorder 意外退出。",
+ "failed-start": "开始录制失败",
+ "no-portals": "桌面门户未运行",
+ "no-portals-desc": "请启动 xdg-desktop-portal 和一个合成器门户 (wlr/hyprland/gnome/kde)。",
+ "not-installed": "gpu-screen-recorder 未安装",
+ "not-installed-desc": "请安装 gpu-screen-recorder 以使用屏幕录制功能。",
+ "saved": "录制已保存",
+ "started": "录制已开始",
+ "stopping": "正在停止录制…"
+ },
+ "wallpaper-colors": {
+ "disabled": "壁纸颜色已禁用",
+ "enabled": "壁纸颜色已启用",
+ "not-installed": "Matugen 未安装 - 壁纸颜色提取所需"
+ },
+ "wifi": {
+ "connected": "已连接到 '{ssid}'",
+ "disabled": "已禁用",
+ "disconnected": "已断开与 '{ssid}' 的连接",
+ "enabled": "已启用"
+ }
+ },
+ "tooltips": {
+ "add-widget": "添加小部件",
+ "bluetooth-devices": "蓝牙设备",
+ "brightness-at": "亮度:{brightness}%\n右键点击进入设置。\n滚动调整亮度。",
+ "cancel-timer": "取消计时器",
+ "clear-history": "清除历史记录",
+ "click-to-start-recording": "点击开始录制",
+ "click-to-stop-recording": "点击停止录制",
+ "close": "关闭",
+ "connect-disconnect-devices": "左键点击连接。右键点击忘记。",
+ "delete-notification": "删除通知",
+ "disable-keep-awake": "禁用保持唤醒",
+ "do-not-disturb-disabled": "'勿扰模式'已禁用",
+ "do-not-disturb-enabled": "'勿扰模式'已启用",
+ "enable-keep-awake": "启用保持唤醒",
+ "forget-network": "忘记网络",
+ "home": "主目录",
+ "input-muted": "静音输入设备",
+ "keep-awake": "保持唤醒",
+ "keyboard-layout": "{layout} 键盘布局",
+ "manage-wifi": "管理 Wi-Fi",
+ "microphone-volume-at": "麦克风音量 {volume}%\n左键点击进入设置。右键点击切换静音。\n滚动滚轮调节音量。",
+ "move-to-center-section": "移动到中央部分",
+ "move-to-left-section": "移动到左侧部分",
+ "move-to-right-section": "移动到右侧部分",
+ "next-media": "下一媒体",
+ "next-month": "下个月",
+ "night-light-disabled": "夜间模式已禁用。\n左键点击循环模式。\n右键点击访问设置。",
+ "night-light-enabled": "夜间模式已启用。\n左键点击循环模式。\n右键点击访问设置。",
+ "night-light-forced": "夜间模式已强制启用。\n左键点击循环模式。\n右键点击访问设置。",
+ "night-light-not-installed": "夜间模式不可用。\nwlsunset 未安装。",
+ "open-control-center": "打开控制中心",
+ "open-notification-history-disable-dnd": "打开通知历史记录\n右键点击禁用\"勿扰模式\"。",
+ "open-notification-history-enable-dnd": "打开通知历史记录\n右键点击启用\"勿扰模式\"。",
+ "open-settings": "打开设置",
+ "open-wallpaper-selector": "打开壁纸选择器",
+ "output-muted": "静音输出设备",
+ "pause": "暂停",
+ "play": "播放",
+ "power-profile": "'{profile}' 电源模式",
+ "previous-media": "上一媒体",
+ "previous-month": "上个月",
+ "refresh": "刷新",
+ "refresh-devices": "刷新设备",
+ "refresh-wallpaper-list": "刷新壁纸列表",
+ "remove-widget": "移除小部件",
+ "screen-recorder-not-installed": "屏幕录制器未安装",
+ "session-menu": "会话菜单",
+ "set-power-profile": "设置\"{profile}\"电源模式",
+ "start-screen-recording": "开始屏幕录制",
+ "stop-screen-recording": "停止屏幕录制",
+ "switch-to-dark-mode": "切换到深色模式",
+ "switch-to-light-mode": "切换到浅色模式",
+ "up": "向上",
+ "volume-at": "输出音量 {volume}%\n左键点击进入设置。右键点击切换静音。\n滚动滚轮调节音量。",
+ "wallpaper-selector": "左键点击:打开壁纸选择器。\n右键点击:设置随机壁纸。",
+ "widget-settings": "小部件设置"
+ },
"wallpaper": {
- "panel": {
- "title": "壁纸选择器",
- "apply-all-monitors": {
- "label": "应用到所有显示器",
- "description": "一次性将选定的壁纸应用到所有显示器。"
- },
- "search": "搜索:"
- },
- "transitions": {
- "none": "无",
- "random": "随机",
- "fade": "淡入淡出",
- "disc": "圆盘",
- "stripes": "条纹",
- "wipe": "擦除"
- },
+ "configure-directory": "使用图像配置您的壁纸目录。",
"fill-modes": {
"center": "居中",
"crop": "裁剪(填充)",
@@ -1397,541 +1791,147 @@
},
"no-match": "未找到匹配项。",
"no-wallpaper": "未找到壁纸。",
- "try-different-search": "尝试不同的搜索查询。",
- "configure-directory": "使用图像配置您的壁纸目录。"
- },
- "bluetooth": {
"panel": {
- "title": "蓝牙",
- "disabled": "蓝牙已禁用",
- "enable-message": "启用蓝牙以查看可用设备。",
- "connected-devices": "已连接设备",
- "known-devices": "已知设备",
- "available-devices": "可用设备",
- "scanning": "正在扫描设备...",
- "pairing-mode": "确保您的设备处于配对模式。"
+ "apply-all-monitors": {
+ "description": "一次性将选定的壁纸应用到所有显示器。",
+ "label": "应用到所有显示器"
+ },
+ "search": "搜索:",
+ "title": "壁纸选择器"
+ },
+ "transitions": {
+ "disc": "圆盘",
+ "fade": "淡入淡出",
+ "none": "无",
+ "random": "随机",
+ "stripes": "条纹",
+ "wipe": "擦除"
+ },
+ "try-different-search": "尝试不同的搜索查询。"
+ },
+ "weather": {
+ "clear-sky": "晴朗",
+ "drizzle": "毛毛雨",
+ "fog": "雾",
+ "mainly-clear": "基本晴朗",
+ "overcast": "阴天",
+ "partly-cloudy": "局部多云",
+ "rain-showers": "阵雨",
+ "snow": "雪",
+ "thunderstorm": "雷暴",
+ "unknown": "未知"
+ },
+ "widgets": {
+ "color-picker": {
+ "apply": "应用",
+ "brightness": "亮度",
+ "cancel": "取消",
+ "hex": {
+ "description": "输入十六进制颜色代码。",
+ "label": "十六进制颜色"
+ },
+ "palette": {
+ "description": "从各种预定义颜色中选择。",
+ "label": "调色板"
+ },
+ "rgb": {
+ "description": "调整红、绿、蓝和亮度值。",
+ "label": "RGB 值"
+ },
+ "theme-colors": {
+ "description": "快速访问您的主题调色板。",
+ "label": "主题颜色"
+ },
+ "title": "颜色选择器"
+ },
+ "datetime-tokens": {
+ "ampm": {
+ "lowercase": "am/pm 小写",
+ "uppercase": "AM/PM 大写"
+ },
+ "common": {
+ "12hour-time-minutes": "12小时制带分钟",
+ "24hour-time-minutes": "24小时制带分钟",
+ "24hour-time-seconds": "24小时制带秒",
+ "european-date": "欧洲日期格式",
+ "iso-date": "ISO 日期格式",
+ "us-date": "美国日期格式",
+ "weekday-date": "星期和日期",
+ "weekday-month-day": "星期、月份和日期"
+ },
+ "day": {
+ "abbreviated": "星期名称缩写",
+ "full": "星期名称全称",
+ "leading-zero": "日期有前导零 (01-31)",
+ "no-leading-zero": "日期无前导零 (1-31)"
+ },
+ "hour": {
+ "leading-zero": "小时有前导零 (00-23) - 24小时制",
+ "no-leading-zero": "小时无前导零 (0-23) - 24小时制"
+ },
+ "minute": {
+ "leading-zero": "分钟有前导零 (00-59)",
+ "no-leading-zero": "分钟无前导零 (0-59)"
+ },
+ "month": {
+ "abbreviated": "月份名称缩写",
+ "full": "月份名称全称",
+ "number-leading-zero": "月份数字有前导零 (01-12)",
+ "number-no-zero": "月份数字无前导零 (1-12)"
+ },
+ "second": {
+ "leading-zero": "秒有前导零 (00-59)",
+ "no-leading-zero": "秒无前导零 (0-59)"
+ },
+ "timezone": {
+ "abbreviation": "时区缩写"
+ },
+ "year": {
+ "four-digit": "年份为四位数",
+ "two-digit": "年份为两位数 (00-99)"
+ }
+ },
+ "file-picker": {
+ "cancel": "取消",
+ "search-placeholder": "搜索文件和文件夹...",
+ "select-current": "选择当前",
+ "select-file": "选择文件",
+ "select-folder": "选择文件夹",
+ "title": "文件选择器"
+ },
+ "icon-picker": {
+ "apply": "应用",
+ "cancel": "取消",
+ "search": {
+ "label": "搜索"
+ },
+ "title": "图标选择器"
+ },
+ "text-input": {
+ "clear": "清除"
+ },
+ "tooltip": {
+ "placeholder": "占位符"
}
},
"wifi": {
"panel": {
- "title": "Wi-Fi",
- "disabled": "Wi-Fi 已禁用",
- "enable-message": "启用 Wi-Fi 以查看可用网络。",
- "searching": "正在搜索附近网络...",
- "connected": "已连接",
- "disconnecting": "正在断开连接...",
- "forgetting": "正在忘记...",
- "saved": "已保存",
- "disconnect": "断开连接",
- "enter-password": "输入密码...",
"connect": "连接",
- "password": "密码",
- "forget-network": "忘记此网络?",
+ "connected": "已连接",
+ "disabled": "Wi-Fi 已禁用",
+ "disconnect": "断开连接",
+ "disconnecting": "正在断开连接...",
+ "enable-message": "启用 Wi-Fi 以查看可用网络。",
+ "enter-password": "输入密码...",
"forget": "忘记",
+ "forget-network": "忘记此网络?",
+ "forgetting": "正在忘记...",
"no-networks": "未找到网络",
- "scan-again": "重新扫描"
- }
- },
- "calendar": {
- "panel": {
- "week": "周"
- },
- "weather": {
- "loading": "正在加载天气…"
- }
- },
- "tooltips": {
- "refresh": "刷新",
- "close": "关闭",
- "up": "向上",
- "home": "主目录",
- "refresh-wallpaper-list": "刷新壁纸列表",
- "refresh-devices": "刷新设备",
- "forget-network": "忘记网络",
- "clear-history": "清除历史记录",
- "delete-notification": "删除通知",
- "previous-month": "上个月",
- "next-month": "下个月",
- "add-widget": "添加小部件",
- "widget-settings": "小部件设置",
- "remove-widget": "移除小部件",
- "move-to-left-section": "移动到左侧部分",
- "move-to-center-section": "移动到中央部分",
- "move-to-right-section": "移动到右侧部分",
- "open-settings": "打开设置",
- "session-menu": "会话菜单",
- "cancel-timer": "取消计时器",
- "start-screen-recording": "开始屏幕录制",
- "stop-screen-recording": "停止屏幕录制",
- "screen-recorder-not-installed": "屏幕录制器未安装",
- "keep-awake": "保持唤醒",
- "enable-keep-awake": "启用保持唤醒",
- "disable-keep-awake": "禁用保持唤醒",
- "wallpaper-selector": "左键点击:打开壁纸选择器。\n右键点击:设置随机壁纸。",
- "do-not-disturb-enabled": "'勿扰模式'已启用",
- "do-not-disturb-disabled": "'勿扰模式'已禁用",
- "connect-disconnect-devices": "左键点击连接。右键点击忘记。",
- "set-power-profile": "设置\"{profile}\"电源模式",
- "switch-to-light-mode": "切换到浅色模式",
- "switch-to-dark-mode": "切换到深色模式",
- "night-light-disabled": "夜间模式已禁用。\n左键点击循环模式。\n右键点击访问设置。",
- "night-light-enabled": "夜间模式已启用。\n左键点击循环模式。\n右键点击访问设置。",
- "night-light-forced": "夜间模式已强制启用。\n左键点击循环模式。\n右键点击访问设置。",
- "night-light-not-installed": "夜间模式不可用。\nwlsunset 未安装。",
- "click-to-start-recording": "点击开始录制",
- "click-to-stop-recording": "点击停止录制",
- "open-control-center": "打开控制中心",
- "brightness-at": "亮度:{brightness}%\n右键点击进入设置。\n滚动调整亮度。",
- "manage-wifi": "管理 Wi-Fi",
- "bluetooth-devices": "蓝牙设备",
- "open-notification-history-enable-dnd": "打开通知历史记录\n右键点击启用\"勿扰模式\"。",
- "open-notification-history-disable-dnd": "打开通知历史记录\n右键点击禁用\"勿扰模式\"。",
- "open-wallpaper-selector": "打开壁纸选择器",
- "previous-media": "上一媒体",
- "pause": "暂停",
- "play": "播放",
- "next-media": "下一媒体",
- "power-profile": "'{profile}' 电源模式",
- "keyboard-layout": "{layout} 键盘布局",
- "output-muted": "静音输出设备",
- "input-muted": "静音输入设备",
- "microphone-volume-at": "麦克风音量 {volume}%\n左键点击进入设置。右键点击切换静音。\n滚动滚轮调节音量。",
- "volume-at": "输出音量 {volume}%\n左键点击进入设置。右键点击切换静音。\n滚动滚轮调节音量。"
- },
- "clock": {
- "tooltip": "打开日历"
- },
- "dock": {
- "menu": {
- "focus": "聚焦",
- "pin": "固定",
- "unpin": "取消固定",
- "close": "关闭"
- }
- },
- "launcher": {
- "pin": "固定到 Dock",
- "unpin": "从 Dock 取消固定"
- },
- "placeholders": {
- "search-icons": "例如:noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/user/.face",
- "enter-width-pixels": "输入宽度(像素)",
- "enter-command": "输入要执行的命令(应用程序或自定义脚本)",
- "command-example": "echo \"Hello World\"",
- "enter-text-to-collapse": "例如,“nothing is playing”。使用 /regex/ 表示匹配模式。",
- "search-wallpapers": "输入以筛选壁纸...",
- "search-launcher": "搜索条目...或使用 > 执行命令",
- "search": "搜索...",
- "select": "选择",
- "cancel": "取消",
- "test": "测试",
- "enter-tooltip": "输入工具提示"
- },
- "options": {
- "bar": {
- "position": {
- "top": "顶部",
- "bottom": "底部",
- "left": "左侧",
- "right": "右侧"
- },
- "density": {
- "compact": "紧凑",
- "default": "默认",
- "comfortable": "舒适",
- "mini": "迷你"
- }
- },
- "launcher": {
- "position": {
- "center": "居中(默认)",
- "top_left": "左上角",
- "top_right": "右上角",
- "bottom_left": "左下角",
- "bottom_right": "右下角",
- "bottom_center": "底部居中",
- "top_center": "顶部居中",
- "center_left": "左侧居中",
- "center_right": "右侧居中",
- "follow_bar": "跟随栏(默认)"
- }
- },
- "control-center": {
- "position": {
- "close_to_bar_button": "靠近栏按钮",
- "top_left": "左上角",
- "top_right": "右上角",
- "bottom_left": "左下角",
- "bottom_right": "右下角",
- "bottom_center": "底部居中",
- "top_center": "顶部居中",
- "center": "居中"
- },
- "quickSettingsStyle": {
- "modern": "现代",
- "classic": "经典",
- "compact": "紧凑"
- }
- },
- "osd": {
- "position": {
- "top_left": "左上角",
- "top_right": "右上角",
- "top_center": "顶部居中",
- "bottom_left": "左下角",
- "bottom_right": "右下角",
- "bottom_center": "底部居中",
- "center_left": "左侧居中",
- "center_right": "右侧居中"
- }
- },
- "display-mode": {
- "on-hover": "悬停时显示",
- "always-show": "始终显示",
- "always-hide": "始终隐藏",
- "force-open": "强制打开"
- },
- "workspace-labels": {
- "none": "无",
- "index": "索引",
- "name": "名称"
- },
- "visualizer-types": {
- "none": "无",
- "linear": "线性",
- "mirrored": "镜像",
- "wave": "波形"
- },
- "scrolling-modes": {
- "always": "始终滚动",
- "hover": "悬停时滚动",
- "never": "从不滚动"
- },
- "frame-rates": {
- "fps": "{fps} FPS"
- },
- "screen-recording": {
- "sources": {
- "portal": "Portal",
- "screen": "屏幕"
- },
- "quality": {
- "medium": "中等",
- "high": "高",
- "very-high": "很高",
- "ultra": "超高"
- },
- "color-range": {
- "limited": "有限",
- "full": "完全"
- },
- "audio-sources": {
- "system-output": "系统输出",
- "microphone-input": "麦克风输入",
- "both": "系统输出 + 麦克风输入"
- }
- },
- "hide-modes": {
- "hidden": "当为空时隐藏",
- "transparent": "空时透明",
- "visible": "始终可见"
- },
- "colors": {
- "error": "错误",
- "primary": "主要的",
- "secondary": "次要的",
- "tertiary": "第三纪",
- "onSurface": "表面之上"
- }
- },
- "session-menu": {
- "title": "会话菜单",
- "action-in-seconds": "{action} in {seconds} seconds...",
- "lock": "锁定",
- "lock-and-suspend": "锁定并挂起",
- "suspend": "挂起",
- "reboot": "重启",
- "logout": "注销",
- "shutdown": "关机"
- },
- "plugins": {
- "applications": "应用程序",
- "clipboard": "剪贴板历史记录",
- "calculator": "计算器",
- "clipboard-search-description": "搜索剪贴板历史记录",
- "clipboard-clear-description": "清除所有剪贴板历史记录",
- "clipboard-history-disabled": "剪贴板历史记录已禁用",
- "clipboard-history-disabled-description": "在设置中启用剪贴板历史记录或安装 cliphist",
- "clipboard-clear-history": "清除剪贴板历史记录",
- "clipboard-clear-description-full": "从剪贴板历史记录中移除所有项目",
- "clipboard-loading": "正在加载剪贴板历史记录...",
- "clipboard-loading-description": "请稍候",
- "calculator-description": "计算器 - 计算数学表达式",
- "calculator-name": "计算器",
- "calculator-enter-expression": "输入数学表达式",
- "calculator-error": "错误"
- },
- "system": {
- "uptime": "系统运行时间:{uptime}",
- "welcome-back": "欢迎回来,",
- "monitor-description": "{model} ({width}x{height} @ {scale}x)",
- "scaling-percentage": "{percentage}%",
- "location-display": "{name} ({coordinates})",
- "signal-strength": "{signal}%",
- "cpu-temperature": "{temp}°C",
- "disk-usage": "{percent}%",
- "widget-settings-title": "{widget} 设置",
- "unknown-app": "未知应用",
- "no-media-player-detected": "未检测到媒体播放器",
- "user-requested": "用户请求",
- "unknown": "未知",
- "unknown-version": "未知",
- "unknown-layout": "未知"
- },
- "lock-screen": {
- "password": "请输入密码...",
- "welcome-back": "欢迎回来,",
- "authenticating": "正在验证...",
- "authentication-failed": "验证失败",
- "shut-down": "关机",
- "restart": "重启",
- "suspend": "挂起"
- },
- "quickSettings": {
- "notifications": {
- "label": {
- "enabled": "通知",
- "disabled": "勿扰模式"
- },
- "tooltip": {
- "action": "左键:打开通知历史\n右键:切换勿扰模式"
- }
- },
- "screenRecorder": {
- "label": {
- "recording": "停止",
- "stopped": "录制"
- },
- "tooltip": {
- "action": "点击开始/停止屏幕录制"
- }
- },
- "powerProfile": {
- "label": {
- "unavailable": "电源模式"
- },
- "tooltip": {
- "action": "点击切换电源模式",
- "disabled": "安装 power-profiles-daemon 以使用电源模式"
- }
- },
- "wifi": {
- "label": {
- "ethernet": "以太网",
- "wifi": "Wi-Fi",
- "disconnected": "Wi-Fi 已断开"
- },
- "tooltip": {
- "action": "点击管理 Wi-Fi 连接"
- }
- },
- "bluetooth": {
- "label": {
- "enabled": "蓝牙",
- "disabled": "蓝牙"
- },
- "tooltip": {
- "action": "点击管理蓝牙设备"
- }
- },
- "nightLight": {
- "label": {
- "enabled": "夜间模式",
- "forced": "夜间模式",
- "disabled": "夜间模式"
- },
- "tooltip": {
- "action": "点击切换夜间模式\n右键:打开设置"
- }
- },
- "wallpaperSelector": {
- "label": "壁纸",
- "tooltip": {
- "action": "左键:打开壁纸选择器\n右键:设置随机壁纸"
- }
- },
- "keepAwake": {
- "label": {
- "enabled": "保持唤醒",
- "disabled": "保持唤醒"
- },
- "tooltip": {
- "action": "点击切换保持唤醒模式"
- }
- }
- },
- "toast": {
- "night-light": {
- "enabled": "已启用",
- "disabled": "已禁用",
- "not-installed": "未安装 wlsunset",
- "forced": "强制激活",
- "normal": "正常模式"
- },
- "keep-awake": {
- "enabled": "已启用",
- "disabled": "已禁用"
- },
- "wallpaper-colors": {
- "enabled": "壁纸颜色已启用",
- "disabled": "壁纸颜色已禁用",
- "not-installed": "Matugen 未安装 - 壁纸颜色提取所需"
- },
- "matugen": {
- "failed": "Matugen 处理失败",
- "failed-general": "Matugen 在处理模板时遇到错误"
- },
- "recording": {
- "stopping": "正在停止录制…",
- "started": "录制已开始",
- "saved": "录制已保存",
- "failed-start": "开始录制失败",
- "failed-gpu": "gpu-screen-recorder 意外退出。",
- "failed-general": "录制器因错误退出。",
- "no-portals": "桌面门户未运行",
- "no-portals-desc": "请启动 xdg-desktop-portal 和一个合成器门户 (wlr/hyprland/gnome/kde)。",
- "not-installed": "gpu-screen-recorder 未安装",
- "not-installed-desc": "请安装 gpu-screen-recorder 以使用屏幕录制功能。"
- },
- "clipboard": {
- "unavailable": "剪贴板历史记录不可用",
- "unavailable-desc": "未安装 'cliphist' 应用程序。请安装它以使用剪贴板历史记录功能。"
- },
- "ipc": {
- "powerpanel-deprecated": "PowerPanel 已重命名为 SessionMenu,此 IPC 调用将很快弃用。请改用 \"ipc call sessionMenu toggle\"。",
- "sidepanel-deprecated": "SidePanel 已重命名为 ControlCenter,此 IPC 调用将很快弃用。请改用 \"ipc call controlCenter toggle\"。"
- },
- "wifi": {
- "enabled": "已启用",
- "disabled": "已禁用",
- "connected": "已连接到 '{ssid}'",
- "disconnected": "已断开与 '{ssid}' 的连接"
- },
- "bluetooth": {
- "enabled": "已启用",
- "disabled": "已禁用"
- },
- "airplane-mode": {
- "title": "飞行模式",
- "enabled": "已启用",
- "disabled": "已禁用"
- },
- "internet": {
- "limited": "已连接但无互联网"
- },
- "kofi": {
- "opened": "Ko-fi页面已在您的浏览器中打开"
- },
- "do-not-disturb": {
- "enabled": "'勿扰模式'已启用",
- "disabled": "'勿扰模式'已禁用",
- "enabled-desc": "您可以在历史记录中找到这些通知。",
- "disabled-desc": "显示所有通知。"
- },
- "power-profile": {
- "changed": "电源模式已更改",
- "profile-name": "\"{profile}\""
- },
- "battery": {
- "low": "电量低",
- "low-desc": "电量为 {percent}%。请连接充电器。"
- },
- "battery-manager": {
- "title": "电池阈值",
- "set-success-desc": "电池阈值已设置为 {percent}%",
- "initial-setup": "需要初始设置",
- "set-failed": "设置电池阈值失败",
- "install-success": "安装成功",
- "install-missing": "缺少必要文件",
- "install-unsupported": "系统不受支持",
- "install-failed": "安装失败",
- "uninstall-setup": "正在卸载,需要身份验证",
- "uninstall-success": "卸载成功",
- "uninstall-failed": "卸载失败"
- },
- "missing-control-center": {
- "label": "最后一个控制中心小部件已移除",
- "description": "控制中心小部件已从状态栏中移除。要再次从状态栏访问它,您需要重新添加小部件。您也可以通过右键点击状态栏来打开它。"
- }
- },
- "weather": {
- "clear-sky": "晴朗",
- "mainly-clear": "基本晴朗",
- "partly-cloudy": "局部多云",
- "overcast": "阴天",
- "fog": "雾",
- "drizzle": "毛毛雨",
- "snow": "雪",
- "rain-showers": "阵雨",
- "thunderstorm": "雷暴",
- "unknown": "未知"
- },
- "authentication": {
- "failed": "认证失败",
- "error": "认证错误"
- },
- "general": {
- "no-results": "无结果",
- "no-summary": "无摘要",
- "unknown": "未知"
- },
- "battery": {
- "no-battery-detected": "未检测到电池。",
- "charging-rate": "充电速率:{rate} W。",
- "discharging-rate": "放电速率:{rate} W。",
- "charging": "正在充电。",
- "discharging": "正在放电。",
- "plugged-in": "已接通电源。",
- "idle": "空闲。",
- "time-left": "剩余时间:{time}。",
- "time-until-full": "充满所需时间:{time}。",
- "health": "健康状况:{percent}%",
- "panel": {
- "title": "充电阈值",
- "full": "完全容量 ({percent}%)",
- "balanced": "平衡 ({percent}%)",
- "lifespan": "延长寿命 ({percent}%)",
- "disabled": "电池管理器已禁用"
- }
- },
- "setup": {
- "customize": {
- "header": "自定义体验",
- "subheader": "调整状态栏位置、密度、缩放等。"
- },
- "appearance": {
- "header": "外观",
- "subheader": "选择深色模式与配色来源(Matugen 或预设)。"
- },
- "wallpaper": {
- "header": "选择你的壁纸",
- "subheader": "用精美壁纸营造氛围。",
- "select-prompt": "在下方选择一张壁纸",
- "preview-error": "图片加载失败",
- "none-in-dir": "目录中未找到壁纸",
- "no-dir": "未选择壁纸目录",
- "no-valid": "在 {dir} 中未找到有效图片文件",
- "choose-dir": "选择包含壁纸图片的目录",
- "dir": {
- "label": "壁纸目录",
- "description": "选择存放壁纸的文件夹",
- "browse": "浏览文件夹",
- "select-title": "选择壁纸文件夹"
- }
- },
- "welcome": {
- "note": "先进行一些基础设置——更多选项可在“设置”中找到"
+ "password": "密码",
+ "saved": "已保存",
+ "scan-again": "重新扫描",
+ "searching": "正在搜索附近网络...",
+ "title": "Wi-Fi"
}
}
}
diff --git a/Bin/dev/i18n-json.sh b/Bin/dev/i18n-json.sh
index 0db1585b..30c7ad0c 100755
--- a/Bin/dev/i18n-json.sh
+++ b/Bin/dev/i18n-json.sh
@@ -272,10 +272,10 @@ extract_empty_keys() {
# Function to remove empty objects recursively from JSON file
remove_empty_objects() {
local json_file=$1
-
+
# Create a temporary file
local temp_file=$(mktemp)
-
+
# Use jq to recursively remove empty objects
# This function walks the entire JSON tree and removes any object that contains no leaf values
jq '
@@ -303,7 +303,26 @@ remove_empty_objects() {
end;
remove_empty
' "$json_file" > "$temp_file" 2>/dev/null
-
+
+ if [[ $? -eq 0 ]]; then
+ mv "$temp_file" "$json_file"
+ return 0
+ else
+ rm -f "$temp_file"
+ return 1
+ fi
+}
+
+# Function to sort JSON keys alphabetically (recursively)
+sort_json_keys() {
+ local json_file=$1
+
+ # Create a temporary file
+ local temp_file=$(mktemp)
+
+ # Use jq to recursively sort all object keys
+ jq --sort-keys '.' "$json_file" > "$temp_file" 2>/dev/null
+
if [[ $? -eq 0 ]]; then
mv "$temp_file" "$json_file"
return 0
@@ -329,7 +348,7 @@ generate_header() {
echo "Reference file: $REFERENCE_FILE"
echo "Folder: $(realpath "$FOLDER_PATH")"
if $TRANSLATE_MODE; then
- echo "Mode: TRANSLATION ENABLED (translates missing keys, removes extra/empty keys and empty objects)"
+ echo "Mode: TRANSLATION ENABLED (translates missing keys, removes extra/empty keys and empty objects, sorts all keys alphabetically)"
fi
echo ""
echo "Notes:"
@@ -342,6 +361,7 @@ generate_header() {
echo "- Results are sorted by descending line numbers for easier editing"
if $TRANSLATE_MODE; then
echo "- In translation mode, extra keys, empty keys, and empty objects are automatically removed"
+ echo "- In translation mode, all keys are sorted alphabetically to ensure consistency across languages"
fi
echo ""
echo "This report compares all language JSON files against the English reference file"
@@ -622,8 +642,18 @@ compare_language() {
print_color $RED "✗ Failed to clean up empty objects" >&2
echo ""
fi
+
+ # Sort all keys alphabetically to maintain consistency across language files
+ print_color $BLUE "Sorting keys alphabetically in $lang_name..." >&2
+ if sort_json_keys "$lang_file"; then
+ print_color $GREEN "✓ Keys sorted alphabetically" >&2
+ echo ""
+ else
+ print_color $RED "✗ Failed to sort keys" >&2
+ echo ""
+ fi
fi
-
+
# Clean up
rm -f "$lang_keys_file"
}
@@ -699,12 +729,24 @@ main() {
# Generate report header
generate_header
-
+
+ # Sort the English reference file if in translate mode
+ if $TRANSLATE_MODE; then
+ print_color $BLUE "Sorting keys alphabetically in English reference file..." >&2
+ if sort_json_keys "$ref_file_path"; then
+ print_color $GREEN "✓ English reference file keys sorted alphabetically" >&2
+ echo "" >&2
+ else
+ print_color $RED "✗ Failed to sort English reference file keys" >&2
+ echo "" >&2
+ fi
+ fi
+
local processed=0
for lang_file in "${language_files[@]}"; do
local filename=$(basename "$lang_file")
local lang_name="${filename%.json}"
-
+
# Skip the reference file in all-languages mode
if [[ -z "$target_language" && "$filename" == "$REFERENCE_FILE" ]]; then
continue
@@ -737,7 +779,7 @@ main() {
echo "Target language: $target_language"
fi
if $TRANSLATE_MODE; then
- echo "Translation mode: ENABLED (translated missing keys, removed extra keys, removed empty keys and objects)"
+ echo "Translation mode: ENABLED (translated missing keys, removed extra keys, removed empty keys and objects, sorted keys alphabetically)"
fi
echo "Report generated: $(date '+%Y-%m-%d %H:%M:%S')"
echo ""
@@ -761,8 +803,9 @@ show_usage() {
echo "" >&2
echo "Arguments:" >&2
echo " --translate Enable automatic translation of missing keys, removal of extra keys," >&2
- echo " removal of empty keys (empty strings or null values), and removal of" >&2
- echo " empty objects (nested objects containing no actual values)" >&2
+ echo " removal of empty keys (empty strings or null values), removal of" >&2
+ echo " empty objects (nested objects containing no actual values), and" >&2
+ echo " alphabetical sorting of all keys for consistency" >&2
echo " --list-models List all available Gemini models and exit" >&2
echo " language_code Optional. Compare only the specified language (e.g., 'fr', 'es', 'de')" >&2
echo " If not provided, all language files will be compared" >&2
@@ -775,8 +818,8 @@ show_usage() {
echo " $0 # Compare all languages" >&2
echo " $0 fr # Compare only French (fr.json)" >&2
echo " $0 --list-models # List available Gemini models" >&2
- echo " $0 --translate # Compare all, translate missing, remove extra/empty keys and objects" >&2
- echo " $0 --translate fr # Translate and clean French only" >&2
+ echo " $0 --translate # Compare all, translate missing, remove extra/empty keys and objects, sort keys" >&2
+ echo " $0 --translate fr # Translate, clean, and sort French only" >&2
echo "" >&2
echo "Requirements:" >&2
echo " - jq must be installed" >&2
@@ -790,6 +833,7 @@ show_usage() {
echo " - Progress messages are printed to stderr" >&2
echo " - Results are sorted by descending line numbers for easier editing" >&2
echo " - In translate mode, extra keys, empty keys, and empty objects are removed" >&2
+ echo " - In translate mode, all keys are sorted alphabetically for consistency" >&2
}
# Handle command line arguments
diff --git a/Bin/dev/i18n-qml-check.sh b/Bin/dev/i18n-qml-check.sh
deleted file mode 100755
index fdeb4f8f..00000000
--- a/Bin/dev/i18n-qml-check.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/usr/bin/env -S bash
-
-# Comprehensive i18n checker for QML files
-# Finds hardcoded strings in various QML properties
-
-find . -name "*.qml" -type f | while read -r file; do
- # Skip if file doesn't exist or is not readable
- [[ ! -r "$file" ]] && continue
-
- # Check for hardcoded strings in common properties
- # Matches: property: "text with letters" but excludes I18n.tr calls
- issues=$(grep -n -E '(label|text|title|description|placeholder|tooltipText|tooltip):\s*"[^"]*[a-zA-Z][^"]*"' "$file" | grep -v 'I18n\.tr')
-
- # Also check for template literals with hardcoded text
- template_issues=$(grep -n -E '(label|text|title|description|placeholder|tooltipText|tooltip):\s*`[^`]*[a-zA-Z][^`]*`' "$file" | grep -v 'I18n\.tr')
-
- # Check for property assignments with hardcoded strings
- property_issues=$(grep -n -E 'property\s+string\s+\w+:\s*"[^"]*[a-zA-Z][^"]*"' "$file" | grep -v 'I18n\.tr')
-
- # Check for JavaScript object properties with hardcoded strings (like in arrays/models)
- js_object_issues=$(grep -n -E '"(label|text|title|description|placeholder|name)":\s*"[^"]*[a-zA-Z][^"]*"' "$file" | grep -v 'I18n\.tr')
-
- if [[ -n "$issues" || -n "$template_issues" || -n "$property_issues" || -n "$js_object_issues" ]]; then
- echo "$file"
- [[ -n "$issues" ]] && echo "$issues"
- [[ -n "$template_issues" ]] && echo "$template_issues"
- [[ -n "$property_issues" ]] && echo "$property_issues"
- [[ -n "$js_object_issues" ]] && echo "$js_object_issues"
- echo
- fi
-done
\ No newline at end of file