diff --git a/Assets/Translations/de.json b/Assets/Translations/de.json
index a6732da6..9137fef8 100644
--- a/Assets/Translations/de.json
+++ b/Assets/Translations/de.json
@@ -31,6 +31,10 @@
"animation-speed": {
"label": "Animationsgeschwindigkeit",
"description": "Globale Animationsgeschwindigkeit anpassen."
+ },
+ "animation-disable": {
+ "label": "UI-Animationen deaktivieren",
+ "description": "Alle Animationen für eine schnellere, reaktionsschnellere Erfahrung deaktivieren."
}
},
"screen-corners": {
@@ -829,21 +833,54 @@
"search-placeholder": "Widgets suchen..."
},
"active-window": {
- "auto-hide": "Automatisch ausblenden",
- "scrolling-mode": "Scrollmodus",
- "show-app-icon": "App-Symbol anzeigen"
+ "auto-hide": {
+ "label": "Automatisch ausblenden",
+ "description": "Widget automatisch ausblenden, wenn kein Fenster aktiv ist."
+ },
+ "show-app-icon": {
+ "label": "App-Symbol anzeigen",
+ "description": "Anwendungssymbol neben dem Fenstertitel anzeigen."
+ },
+ "scrolling-mode": {
+ "label": "Scrollmodus",
+ "description": "Steuern, wann Textscrolling für lange Fenstertitel aktiviert ist."
+ }
},
"system-monitor": {
- "cpu-usage": "CPU-Auslastung",
- "cpu-temperature": "CPU-Temperatur",
- "memory-usage": "Speicherverbrauch",
- "memory-percentage": "Speicher als Prozentsatz",
- "network-traffic": "Netzwerkverkehr",
- "storage-usage": "Speichernutzung"
+ "cpu-usage": {
+ "label": "CPU-Auslastung",
+ "description": "Aktuelle CPU-Auslastung in Prozent anzeigen."
+ },
+ "cpu-temperature": {
+ "label": "CPU-Temperatur",
+ "description": "CPU-Temperaturwerte anzeigen, falls verfügbar."
+ },
+ "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."
+ }
},
"notification-history": {
- "show-unread-badge": "Badge für ungelesene Nachrichten anzeigen",
- "hide-badge-when-zero": "Badge ausblenden, wenn null"
+ "show-unread-badge": {
+ "label": "Badge für ungelesene Nachrichten anzeigen",
+ "description": "Badge mit der Anzahl ungelesener Benachrichtigungen anzeigen."
+ },
+ "hide-badge-when-zero": {
+ "label": "Badge ausblenden, wenn null",
+ "description": "Benachrichtigungs-Badge ausblenden, wenn keine ungelesenen Benachrichtigungen vorhanden sind."
+ }
},
"battery": {
"display-mode": {
@@ -856,7 +893,10 @@
}
},
"control-center": {
- "use-distro-logo": "Distro-Logo anstelle von Symbol verwenden",
+ "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."
@@ -878,7 +918,10 @@
}
},
"workspace": {
- "label-mode": "Beschriftungsmodus",
+ "label-mode": {
+ "label": "Beschriftungsmodus",
+ "description": "Wählen Sie, wie Arbeitsbereichs-Beschriftungen angezeigt werden."
+ },
"hide-unoccupied": {
"label": "Unbesetzte ausblenden",
"description": "Arbeitsbereiche ohne Fenster nicht anzeigen."
@@ -908,9 +951,18 @@
"description": "Symbol aus der Bibliothek auswählen."
},
"browse": "Durchsuchen",
- "left-click": "Linksklick",
- "right-click": "Rechtsklick",
- "middle-click": "Mittelklick",
+ "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",
@@ -922,11 +974,26 @@
}
},
"media-mini": {
- "auto-hide": "Automatisch ausblenden",
- "show-album-art": "Albumcover anzeigen",
- "show-visualizer": "Visualizer anzeigen",
- "visualizer-type": "Visualizer-Typ",
- "scrolling-mode": "Scrollmodus"
+ "auto-hide": {
+ "label": "Automatisch ausblenden",
+ "description": "Widget automatisch ausblenden, 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."
+ },
+ "scrolling-mode": {
+ "label": "Scrollmodus",
+ "description": "Steuern, wann Textscrolling für lange Track-Titel aktiviert ist."
+ }
},
"clock": {
"use-primary-color": {
diff --git a/Assets/Translations/en.json b/Assets/Translations/en.json
index 24c6326f..5f2e156e 100644
--- a/Assets/Translations/en.json
+++ b/Assets/Translations/en.json
@@ -816,21 +816,54 @@
"search-placeholder": "Search widget..."
},
"active-window": {
- "auto-hide": "Hide automatically",
- "show-app-icon": "Show app icon",
- "scrolling-mode": "Scrolling mode"
+ "auto-hide": {
+ "label": "Hide automatically",
+ "description": "Automatically hide the widget 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."
+ }
},
"system-monitor": {
- "cpu-usage": "CPU usage",
- "cpu-temperature": "CPU temperature",
- "memory-usage": "Memory usage",
- "memory-percentage": "Memory as percentage",
- "network-traffic": "Network traffic",
- "storage-usage": "Storage usage"
+ "cpu-usage": {
+ "label": "CPU usage",
+ "description": "Display current CPU usage percentage."
+ },
+ "cpu-temperature": {
+ "label": "CPU temperature",
+ "description": "Show CPU temperature readings if available."
+ },
+ "memory-usage": {
+ "label": "Memory usage",
+ "description": "Display current RAM usage information."
+ },
+ "memory-percentage": {
+ "label": "Memory as percentage",
+ "description": "Show memory usage as a percentage instead of absolute values."
+ },
+ "network-traffic": {
+ "label": "Network traffic",
+ "description": "Display network upload and download speeds."
+ },
+ "storage-usage": {
+ "label": "Storage usage",
+ "description": "Show disk space usage information."
+ }
},
"notification-history": {
- "show-unread-badge": "Show unread badge",
- "hide-badge-when-zero": "Hide badge when zero"
+ "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": {
@@ -843,7 +876,10 @@
}
},
"control-center": {
- "use-distro-logo": "Use distro logo instead of icon",
+ "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."
@@ -865,7 +901,10 @@
}
},
"workspace": {
- "label-mode": "Label Mode",
+ "label-mode": {
+ "label": "Label Mode",
+ "description": "Choose how workspace labels are displayed."
+ },
"hide-unoccupied": {
"label": "Hide unoccupied",
"description": "Don't display workspaces without windows."
@@ -895,9 +934,18 @@
"description": "Select an icon from the library."
},
"browse": "Browse",
- "left-click": "Left click",
- "right-click": "Right click",
- "middle-click": "Middle click",
+ "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",
"display-command-output": {
"label": "Display Command Output",
@@ -909,11 +957,26 @@
}
},
"media-mini": {
- "auto-hide": "Hide automatically",
- "show-album-art": "Show album art",
- "show-visualizer": "Show visualizer",
- "visualizer-type": "Visualizer type",
- "scrolling-mode": "Scrolling mode"
+ "auto-hide": {
+ "label": "Hide automatically",
+ "description": "Automatically hide the widget 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."
+ },
+ "scrolling-mode": {
+ "label": "Scrolling mode",
+ "description": "Control when text scrolling is enabled for long track titles."
+ }
},
"clock": {
"use-primary-color": {
diff --git a/Assets/Translations/es.json b/Assets/Translations/es.json
index ee2ac979..e5afc18c 100644
--- a/Assets/Translations/es.json
+++ b/Assets/Translations/es.json
@@ -29,6 +29,10 @@
"animation-speed": {
"label": "Velocidad de la animación",
"description": "Ajusta la velocidad de la animación global."
+ },
+ "animation-disable": {
+ "label": "Desactivar animaciones de UI",
+ "description": "Desactivar todas las animaciones para una experiencia más rápida y responsiva."
}
},
"screen-corners": {
@@ -810,21 +814,54 @@
"search-placeholder": "Buscar widgets..."
},
"active-window": {
- "auto-hide": "Ocultar automáticamente",
- "show-app-icon": "Mostrar icono de la aplicación",
- "scrolling-mode": "Modo de desplazamiento"
+ "auto-hide": {
+ "label": "Ocultar automáticamente",
+ "description": "Ocultar automáticamente el widget cuando no hay ventana activa."
+ },
+ "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."
+ },
+ "scrolling-mode": {
+ "label": "Modo de desplazamiento",
+ "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de ventana largos."
+ }
},
"system-monitor": {
- "cpu-usage": "Uso de CPU",
- "cpu-temperature": "Temperatura de la CPU",
- "memory-usage": "Uso de memoria",
- "memory-percentage": "Memoria como porcentaje",
- "network-traffic": "Tráfico de red",
- "storage-usage": "Uso de almacenamiento"
+ "cpu-usage": {
+ "label": "Uso de CPU",
+ "description": "Mostrar el porcentaje actual de uso de CPU."
+ },
+ "cpu-temperature": {
+ "label": "Temperatura de la CPU",
+ "description": "Mostrar lecturas de temperatura de CPU si están disponibles."
+ },
+ "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."
+ }
},
"notification-history": {
- "show-unread-badge": "Mostrar insignia de no leídos",
- "hide-badge-when-zero": "Ocultar insignia cuando es cero"
+ "show-unread-badge": {
+ "label": "Mostrar insignia de no leídos",
+ "description": "Mostrar una insignia con el número de notificaciones no leídas."
+ },
+ "hide-badge-when-zero": {
+ "label": "Ocultar insignia cuando es cero",
+ "description": "Ocultar la insignia de notificaciones cuando no hay notificaciones no leídas."
+ }
},
"battery": {
"display-mode": {
@@ -837,7 +874,10 @@
}
},
"control-center": {
- "use-distro-logo": "Usar logo de la distro en lugar del icono",
+ "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."
@@ -859,7 +899,10 @@
}
},
"workspace": {
- "label-mode": "Modo de etiqueta",
+ "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."
@@ -889,9 +932,18 @@
"description": "Selecciona un icono de la biblioteca."
},
"browse": "Explorar",
- "left-click": "Clic izquierdo",
- "right-click": "Clic derecho",
- "middle-click": "Clic central",
+ "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",
@@ -903,11 +955,26 @@
}
},
"media-mini": {
- "auto-hide": "Ocultar automáticamente",
- "show-album-art": "Mostrar carátula del álbum",
- "show-visualizer": "Mostrar visualizador",
- "visualizer-type": "Tipo de visualizador",
- "scrolling-mode": "Modo de desplazamiento"
+ "auto-hide": {
+ "label": "Ocultar automáticamente",
+ "description": "Ocultar automáticamente el 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."
+ },
+ "scrolling-mode": {
+ "label": "Modo de desplazamiento",
+ "description": "Controlar cuándo está habilitado el desplazamiento de texto para títulos de pista largos."
+ }
},
"clock": {
"use-primary-color": {
diff --git a/Assets/Translations/fr.json b/Assets/Translations/fr.json
index c30b0590..7e5d1ae5 100644
--- a/Assets/Translations/fr.json
+++ b/Assets/Translations/fr.json
@@ -29,6 +29,10 @@
"animation-speed": {
"label": "Vitesse d'animation",
"description": "Ajustez la vitesse globale des animations."
+ },
+ "animation-disable": {
+ "label": "Désactiver les animations de l'interface",
+ "description": "Désactiver toutes les animations pour une expérience plus rapide et réactive."
}
},
"screen-corners": {
@@ -810,21 +814,54 @@
"search-placeholder": "Rechercher des widgets..."
},
"active-window": {
- "show-app-icon": "Afficher l'icône de l'application",
- "scrolling-mode": "Mode de défilement",
- "auto-hide": "Masquer automatiquement"
+ "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."
+ },
+ "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."
+ },
+ "auto-hide": {
+ "label": "Masquer automatiquement",
+ "description": "Masquer automatiquement le widget quand aucune fenêtre n'est active."
+ }
},
"system-monitor": {
- "cpu-usage": "Utilisation du CPU",
- "cpu-temperature": "Température du CPU",
- "memory-usage": "Utilisation de la mémoire",
- "memory-percentage": "Mémoire en pourcentage",
- "network-traffic": "Trafic réseau",
- "storage-usage": "Utilisation du stockage"
+ "cpu-usage": {
+ "label": "Utilisation du CPU",
+ "description": "Afficher le pourcentage d'utilisation actuel du CPU."
+ },
+ "cpu-temperature": {
+ "label": "Température du CPU",
+ "description": "Afficher les lectures de température du CPU si disponibles."
+ },
+ "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."
+ }
},
"notification-history": {
- "show-unread-badge": "Afficher le badge non lu",
- "hide-badge-when-zero": "Masquer le badge si zéro"
+ "show-unread-badge": {
+ "label": "Afficher le badge non lu",
+ "description": "Afficher un badge montrant le nombre de notifications non lues."
+ },
+ "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."
+ }
},
"battery": {
"display-mode": {
@@ -837,7 +874,10 @@
}
},
"control-center": {
- "use-distro-logo": "Utiliser le logo de la distribution au lieu de l'icône",
+ "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é."
@@ -859,7 +899,10 @@
}
},
"workspace": {
- "label-mode": "Mode d'étiquette",
+ "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."
@@ -889,9 +932,18 @@
"description": "Sélectionnez une icône dans la bibliothèque."
},
"browse": "Parcourir",
- "left-click": "Clic gauche",
- "right-click": "Clic droit",
- "middle-click": "Clic du milieu",
+ "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",
@@ -903,11 +955,26 @@
}
},
"media-mini": {
- "show-album-art": "Afficher la pochette de l'album",
- "show-visualizer": "Afficher le visualiseur",
- "visualizer-type": "Type de visualiseur",
- "scrolling-mode": "Mode de défilement",
- "auto-hide": "Masquer automatiquement"
+ "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."
+ },
+ "scrolling-mode": {
+ "label": "Mode de défilement",
+ "description": "Contrôler quand le défilement de texte est activé pour les titres de piste longs."
+ },
+ "auto-hide": {
+ "label": "Masquer automatiquement",
+ "description": "Masquer automatiquement le widget quand aucun média n'est en cours de lecture."
+ }
},
"clock": {
"use-primary-color": {
diff --git a/Assets/Translations/pt.json b/Assets/Translations/pt.json
index 7beb64d9..ce3e2ec1 100644
--- a/Assets/Translations/pt.json
+++ b/Assets/Translations/pt.json
@@ -29,6 +29,10 @@
"animation-speed": {
"label": "Velocidade da animação",
"description": "Ajuste a velocidade global da animação."
+ },
+ "animation-disable": {
+ "label": "Desativar animações da interface",
+ "description": "Desativar todas as animações para uma experiência mais rápida e responsiva."
}
},
"screen-corners": {
@@ -713,7 +717,6 @@
}
}
},
-
"widgets": {
"tooltip": {
"placeholder": "Espaço reservado"
@@ -811,21 +814,54 @@
"search-placeholder": "Pesquisar widgets..."
},
"active-window": {
- "auto-hide": "Ocultar automaticamente",
- "show-app-icon": "Mostrar ícone do aplicativo",
- "scrolling-mode": "Modo de Rolagem"
+ "auto-hide": {
+ "label": "Ocultar automaticamente",
+ "description": "Ocultar automaticamente o widget quando nenhuma janela está ativa."
+ },
+ "show-app-icon": {
+ "label": "Mostrar ícone do aplicativo",
+ "description": "Exibir o ícone do aplicativo ao lado do título da janela."
+ },
+ "scrolling-mode": {
+ "label": "Modo de rolagem",
+ "description": "Controlar quando a rolagem de texto está habilitada para títulos de janela longos."
+ }
},
"system-monitor": {
- "cpu-usage": "Uso de CPU",
- "cpu-temperature": "Temperatura da CPU",
- "memory-usage": "Uso de memória",
- "memory-percentage": "Memória em porcentagem",
- "network-traffic": "Tráfego de rede",
- "storage-usage": "Uso de armazenamento"
+ "cpu-usage": {
+ "label": "Uso da CPU",
+ "description": "Exibir o percentual atual de uso da CPU."
+ },
+ "cpu-temperature": {
+ "label": "Temperatura da CPU",
+ "description": "Mostrar leituras de temperatura da CPU se disponíveis."
+ },
+ "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."
+ }
},
"notification-history": {
- "show-unread-badge": "Mostrar selo de não lidas",
- "hide-badge-when-zero": "Ocultar selo quando for zero"
+ "show-unread-badge": {
+ "label": "Mostrar distintivo de não lidos",
+ "description": "Exibir um distintivo mostrando o número de notificações não lidas."
+ },
+ "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."
+ }
},
"battery": {
"display-mode": {
@@ -838,7 +874,10 @@
}
},
"control-center": {
- "use-distro-logo": "Usar logo da distro em vez do ícone",
+ "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."
@@ -860,7 +899,10 @@
}
},
"workspace": {
- "label-mode": "Modo de Rótulo",
+ "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."
@@ -890,9 +932,18 @@
"description": "Selecione um ícone da biblioteca."
},
"browse": "Navegar",
- "left-click": "Clique esquerdo",
- "right-click": "Clique direito",
- "middle-click": "Clique do meio",
+ "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",
@@ -904,11 +955,26 @@
}
},
"media-mini": {
- "auto-hide": "Ocultar automaticamente",
- "show-album-art": "Mostrar arte do álbum",
- "show-visualizer": "Mostrar visualizador",
- "visualizer-type": "Tipo de visualizador",
- "scrolling-mode": "Modo de rolagem"
+ "auto-hide": {
+ "label": "Ocultar automaticamente",
+ "description": "Ocultar automaticamente o 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."
+ },
+ "scrolling-mode": {
+ "label": "Modo de rolagem",
+ "description": "Controlar quando a rolagem de texto está habilitada para títulos de faixa longos."
+ }
},
"clock": {
"use-primary-color": {
@@ -1105,8 +1171,8 @@
"bottom_right": "Inferior direito",
"bottom_center": "Centro inferior",
"top_center": "Centro superior",
- "center_left": "Esquerda central",
- "center_right": "Direita central"
+ "center_left": "Centro à esquerda",
+ "center_right": "Centro à direita"
}
},
"bar": {
@@ -1122,19 +1188,6 @@
"comfortable": "Confortável"
}
},
- "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"
- }
- },
"display-mode": {
"on-hover": "Ao passar o mouse",
"always-show": "Sempre mostrar",
diff --git a/Assets/Translations/zh.json b/Assets/Translations/zh.json
index b66d5ebf..6578e8f8 100644
--- a/Assets/Translations/zh.json
+++ b/Assets/Translations/zh.json
@@ -1,1325 +1,1388 @@
{
- "settings": {
- "general": {
- "title": "通用",
- "profile": {
- "section": {
- "label": "个人资料",
- "description": "编辑您的用户详细信息和头像。"
- },
- "picture": {
- "label": "{user} 的个人资料图片",
- "description": "在整个界面中显示您的个人资料图片。"
- },
- "select-avatar": "选择头像图片"
- },
- "ui": {
- "section": {
- "label": "用户界面",
- "description": "自定义界面的外观、风格和行为。"
- },
- "dim-desktop": {
- "label": "调暗桌面",
- "description": "当面板或菜单打开时调暗桌面。"
- },
- "border-radius": {
- "label": "边框圆角",
- "description": "控制窗口、按钮及其他元素的边角圆度。"
- },
- "animation-speed": {
- "label": "动画速度",
- "description": "调整全局动画速度。"
- },
- "animation-disable": {
- "label": "关闭动画",
- "description": "禁用所有动画效果,以获得更快速、更灵敏的体验。"
- }
- },
- "screen-corners": {
- "section": {
- "label": "屏幕边角",
- "description": "自定义屏幕边角的圆度和视觉效果。"
- },
- "show-corners": {
- "label": "显示屏幕圆角",
- "description": "在屏幕边缘显示圆角。"
- },
- "solid-black": {
- "label": "实心黑色边角",
- "description": "使用实心黑色而非状态栏背景色。"
- },
- "radius": {
- "label": "屏幕边角半径",
- "description": "调整屏幕圆角的弧度。"
- }
- },
- "fonts": {
- "section": {
- "label": "字体",
- "description": "选择整个界面中使用的字体。"
- },
- "default": {
- "label": "默认字体",
- "description": "整个界面使用的主要字体。",
- "placeholder": "选择默认字体...",
- "search-placeholder": "搜索字体..."
- },
- "monospace": {
- "label": "等宽字体",
- "description": "用于数字和统计信息显示的等宽字体。",
- "placeholder": "选择等宽字体...",
- "search-placeholder": "搜索等宽字体..."
- },
- "accent": {
- "label": "强调字体",
- "description": "用于突出显示内容的大字体。",
- "placeholder": "选择标题字体...",
- "search-placeholder": "搜索标题字体..."
- }
- }
- },
- "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": "调整每个显示器的缩放比例和亮度。"
- },
- "scale": "缩放比例",
- "brightness": "亮度",
- "reset-scaling": "重置缩放",
- "brightness-step": {
- "label": "亮度步长",
- "description": "调整亮度变化的步长(滚轮和键盘快捷键)。"
- }
- },
- "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": "水平"
- }
- },
- "widgets": {
- "section": {
- "label": "小部件定位",
- "description": "拖放小部件以在每个部分内重新排序,或使用添加/删除按钮管理小部件。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示状态栏。如果未选择,则默认为全部。"
- }
- }
- },
- "dock": {
- "title": "Dock",
- "appearance": {
- "section": {
- "label": "外观",
- "description": "自定义 Dock 的行为和外观。"
- },
- "auto-hide": {
- "label": "自动隐藏",
- "description": "不使用时自动隐藏。"
- },
- "exclusive-zone": {
- "label": "独占区域",
- "description": "可以防止窗口重叠。"
- },
- "background-opacity": {
- "label": "背景不透明度",
- "description": "调整 Dock 的背景不透明度。"
- },
- "floating-distance": {
- "label": "Dock 浮动距离",
- "description": "调整距离屏幕边缘的浮动距离。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "选择在哪个显示器上显示 Dock。"
- }
- }
- },
- "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": "使用替代启动方法以更好地管理应用程序进程并防止问题。"
- }
- }
- },
- "notifications": {
- "title": "通知",
- "settings": {
- "section": {
- "label": "外观",
- "description": "配置通知的外观和行为。"
- },
- "do-not-disturb": {
- "label": "勿扰模式",
- "description": "启用后禁用所有通知弹出窗口。"
- },
- "enable-osd": {
- "label": "启用屏幕显示",
- "description": "实时显示音量和亮度变化。"
- },
- "location": {
- "label": "位置",
- "description": "通知在屏幕上出现的位置。"
- },
- "always-on-top": {
- "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": "配置屏幕叠加指示器,例如音量和亮度。",
+ "settings": {
+ "general": {
+ "title": "通用",
+ "profile": {
"section": {
- "general": {
- "label": "常规",
- "description": "配置屏幕显示(OSD)的可见性与行为。"
- }
+ "label": "个人资料",
+ "description": "编辑您的用户详细信息和头像。"
},
- "enabled": {
- "label": "启用屏幕显示",
- "description": "实时显示音量与亮度变化。"
+ "picture": {
+ "label": "{user} 的个人资料图片",
+ "description": "在整个界面中显示您的个人资料图片。"
},
- "location": {
- "label": "位置",
- "description": "屏幕显示出现的位置。"
- },
- "duration": {
- "section": {
- "label": "自动隐藏超时",
- "description": "屏幕显示自动隐藏前保持可见的时长。"
- },
- "auto-hide": {
- "label": "在此之后隐藏",
- "description": "调整屏幕显示消失前的时间。"
- }
- },
- "monitors": {
- "section": {
- "label": "显示器显示",
- "description": "在特定显示器上显示屏幕显示。若未选择,则默认全部。"
- }
- }
+ "select-avatar": "选择头像图片"
},
- "wallpaper": {
- "title": "壁纸",
- "settings": {
- "section": {
- "label": "壁纸设置",
- "description": "控制壁纸的管理和显示方式。"
- },
- "enable-management": {
- "label": "启用壁纸管理",
- "description": "使用 Noctalia 管理壁纸。如果您更喜欢使用其他应用程序,请取消选中。"
- },
- "folder": {
- "label": "壁纸文件夹",
- "description": "您的主壁纸文件夹路径。",
- "tooltip": "浏览壁纸文件夹"
- },
- "monitor-specific": {
- "label": "显示器特定目录",
- "description": "为每个显示器设置不同的壁纸文件夹。",
- "tooltip": "浏览壁纸文件夹"
- },
- "select-folder": "选择壁纸文件夹",
- "select-monitor-folder": "选择显示器壁纸文件夹"
- },
- "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)。"
- }
- }
- },
- "color-scheme": {
- "title": "配色方案",
- "color-source": {
- "section": {
- "label": "颜色来源",
- "description": "Noctalia 颜色的主要设置。"
- },
- "dark-mode": {
- "label": "深色模式",
- "description": "切换到更暗的主题,便于夜间观看。"
- },
- "enable-matugen": {
- "label": "启用 Matugen",
- "description": "根据您的活动壁纸自动生成颜色。"
- },
- "matugen-scheme-type": {
- "label": "Matugen 配色方案类型",
- "description": "为 Matugen 选择配色方案生成算法。"
- }
- },
- "predefined": {
- "section": {
- "label": "预定义配色方案",
- "description": "从预定义配色方案集合中选择。"
- }
- },
- "matugen": {
- "section": {
- "label": "Matugen 模板",
- "description": "将颜色应用于外部应用程序。"
- },
- "ui": {
- "label": "用户界面",
- "description": "桌面环境和 UI 工具包主题。",
- "gtk4": {
- "description": "写入 {filepath}"
- },
- "gtk3": {
- "description": "写入 {filepath}"
- },
- "qt6": {
- "description": "写入 {filepath}"
- },
- "qt5": {
- "description": "写入 {filepath}"
- }
- },
- "terminal": {
- "label": "终端",
- "description": "终端模拟器主题。",
- "kitty": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "ghostty": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "foot": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- }
- },
- "programs": {
- "label": "程序",
- "description": "应用程序特定主题。",
- "fuzzel": {
- "description": "写入 {filepath} 并重新加载",
- "description-missing": "需要安装 {app}"
- },
- "vesktop": {
- "description": "写入 {filepath}",
- "description-missing": "需要安装 {app}"
- },
- "pywalfox": {
- "description": "写入 {filepath} 并运行 pywalfox update",
- "description-missing": "需要安装 {app}"
- }
- },
- "misc": {
- "label": "杂项",
- "description": "其他配置选项。",
- "user-templates": {
- "label": "用户模板",
- "description": "启用来自 ~/.config/matugen/config.toml 的用户定义 Matugen 配置"
- }
- }
- }
- },
- "location": {
- "title": "位置",
- "location": {
- "section": {
- "label": "您的位置",
- "description": "通过设置您的位置获取准确的天气和夜灯调度。"
- },
- "search": {
- "label": "搜索位置",
- "description": "例如:多伦多, 安大略省",
- "placeholder": "输入位置名称"
- }
- },
- "weather": {
- "section": {
- "label": "天气",
- "description": "选择您喜欢的温度单位。"
- },
- "fahrenheit": {
- "label": "以华氏度显示温度 (°F)",
- "description": "以华氏度而非摄氏度显示温度。"
- }
- },
- "date-time": {
- "section": {
- "label": "日期和时间",
- "description": "自定义日期和时间的显示方式。"
- },
- "12hour-format": {
- "label": "在锁屏上使用 12 小时制",
- "description": "开启为 AM/PM 格式(例如:8:00 PM),关闭为 24 小时制(例如:20:00)。"
- },
- "week-numbers": {
- "label": "显示周数",
- "description": "在日历中显示一年中的第几周(例如:第 38 周)。"
- }
- }
- },
- "network": {
- "title": "网络",
+ "ui": {
"section": {
- "description": "管理 Wi-Fi 和蓝牙连接。"
+ "label": "用户界面",
+ "description": "自定义界面的外观、风格和行为。"
},
- "wifi": {
- "label": "启用 Wi-Fi"
+ "dim-desktop": {
+ "label": "调暗桌面",
+ "description": "当面板或菜单打开时调暗桌面。"
},
- "bluetooth": {
- "label": "启用蓝牙"
+ "border-radius": {
+ "label": "边框圆角",
+ "description": "控制窗口、按钮及其他元素的边角圆度。"
+ },
+ "animation-speed": {
+ "label": "动画速度",
+ "description": "调整全局动画速度。"
+ },
+ "animation-disable": {
+ "label": "关闭动画",
+ "description": "禁用所有动画效果,以获得更快速、更灵敏的体验。"
}
},
- "screen-recorder": {
- "title": "屏幕录制",
- "general": {
- "section": {
- "label": "常规设置",
- "description": "管理屏幕录制输出和内容。"
- },
- "output-folder": {
- "label": "输出文件夹",
- "description": "屏幕录制将保存的文件夹。",
- "tooltip": "浏览输出文件夹"
- },
- "show-cursor": {
- "label": "显示光标",
- "description": "在视频中录制鼠标光标。"
- },
- "select-output-folder": "选择输出文件夹"
+ "screen-corners": {
+ "section": {
+ "label": "屏幕边角",
+ "description": "自定义屏幕边角的圆度和视觉效果。"
},
- "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 以获得更好的兼容性。"
- }
+ "show-corners": {
+ "label": "显示屏幕圆角",
+ "description": "在屏幕边缘显示圆角。"
},
- "audio": {
- "section": {
- "label": "音频设置",
- "description": "配置音频录制选项。"
- },
- "audio-source": {
- "label": "音频源",
- "description": "录制期间要捕获的音频源。"
- },
- "audio-codec": {
- "label": "音频编解码器",
- "description": "推荐使用 Opus 以获得最佳性能和最小的音频大小。"
- }
+ "solid-black": {
+ "label": "实心黑色边角",
+ "description": "使用实心黑色而非状态栏背景色。"
+ },
+ "radius": {
+ "label": "屏幕边角半径",
+ "description": "调整屏幕圆角的弧度。"
}
},
- "about": {
- "title": "关于",
- "noctalia": {
- "section": {
- "label": "Noctalia shell",
- "description": "一款为 Wayland 精心打造的时尚简约桌面 shell,基于 Quickshell 构建。"
- },
- "latest-version": "最新版本:",
- "installed-version": "已安装版本:",
- "download-latest": "下载最新版本"
+ "fonts": {
+ "section": {
+ "label": "字体",
+ "description": "选择整个界面中使用的字体。"
},
- "contributors": {
- "section": {
- "label": "贡献者",
- "description": "向我们 {count} 位超棒的贡献者致敬!",
- "description_plural": "向我们 {count} 位超棒的贡献者致敬!"
- }
- }
- },
- "hooks": {
- "title": "钩子",
- "system-hooks": {
- "section": {
- "label": "系统钩子",
- "description": "配置在系统事件发生时执行的命令。"
- },
- "enable": {
- "label": "启用钩子",
- "description": "启用或禁用所有钩子命令。"
- }
+ "default": {
+ "label": "默认字体",
+ "description": "整个界面使用的主要字体。",
+ "placeholder": "选择默认字体...",
+ "search-placeholder": "搜索字体..."
},
- "wallpaper-changed": {
- "label": "壁纸已更改",
- "description": "壁纸更改时执行的命令。",
- "placeholder": "例如:notify-send \"壁纸\" \"已更改\""
+ "monospace": {
+ "label": "等宽字体",
+ "description": "用于数字和统计信息显示的等宽字体。",
+ "placeholder": "选择等宽字体...",
+ "search-placeholder": "搜索等宽字体..."
},
- "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 (深色模式状态)"
- }
+ "accent": {
+ "label": "强调字体",
+ "description": "用于突出显示内容的大字体。",
+ "placeholder": "选择标题字体...",
+ "search-placeholder": "搜索标题字体..."
}
}
},
- "widgets": {
- "tooltip": {
- "placeholder": "占位符"
- },
- "file-picker": {
- "select-folder": "选择文件夹",
- "select-file": "选择文件"
- },
- "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": "星期和日期"
+ "audio": {
+ "title": "音频",
+ "volumes": {
+ "section": {
+ "label": "音量",
+ "description": "调整音量控制和音频级别。"
},
- "hour": {
- "no-leading-zero": "小时无前导零 (0-23) - 24小时制",
- "leading-zero": "小时有前导零 (00-23) - 24小时制"
+ "output-volume": {
+ "label": "输出音量",
+ "description": "系统全局音量级别。"
},
- "minute": {
- "no-leading-zero": "分钟无前导零 (0-59)",
- "leading-zero": "分钟有前导零 (00-59)"
+ "mute-output": {
+ "label": "静音输出",
+ "description": "静音系统主音频输出。"
},
- "second": {
- "no-leading-zero": "秒无前导零 (0-59)",
- "leading-zero": "秒有前导零 (00-59)"
+ "input-volume": {
+ "label": "输入音量",
+ "description": "麦克风输入音量级别。"
},
- "ampm": {
- "uppercase": "AM/PM 大写",
- "lowercase": "am/pm 小写"
+ "mute-input": {
+ "label": "静音输入",
+ "description": "静音默认音频输入(麦克风)。"
},
- "timezone": {
- "abbreviation": "时区缩写"
+ "step-size": {
+ "label": "音量步长",
+ "description": "调整音量变化的步长(滚轮、键盘快捷键)。"
},
- "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": "星期名称全称"
+ "volume-overdrive": {
+ "label": "允许音量过载",
+ "description": "允许将音量提高到100%以上。可能不被所有硬件支持。"
}
},
- "icon-picker": {
- "title": "图标选择器",
- "search": {
- "label": "搜索"
+ "devices": {
+ "section": {
+ "label": "音频设备",
+ "description": "配置可用的音频输入和输出设备。"
},
- "cancel": "取消",
- "apply": "应用"
+ "output-device": {
+ "label": "输出设备",
+ "description": "选择所需的音频输出设备。"
+ },
+ "input-device": {
+ "label": "输入设备",
+ "description": "选择所需的音频输入设备。"
+ }
},
- "color-picker": {
- "title": "颜色选择器",
- "hex": {
- "label": "十六进制颜色",
- "description": "输入十六进制颜色代码。"
+ "media": {
+ "section": {
+ "label": "媒体播放器",
+ "description": "设置您首选和要忽略的媒体应用程序。"
},
- "rgb": {
- "label": "RGB 值",
- "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": "调整每个显示器的缩放比例和亮度。"
+ },
+ "scale": "缩放比例",
"brightness": "亮度",
- "theme-colors": {
- "label": "主题颜色",
- "description": "快速访问您的主题调色板。"
+ "reset-scaling": "重置缩放",
+ "brightness-step": {
+ "label": "亮度步长",
+ "description": "调整亮度变化的步长(滚轮和键盘快捷键)。"
+ }
+ },
+ "night-light": {
+ "section": {
+ "label": "夜灯",
+ "description": "减少蓝光发射,帮助您更好地睡眠并减轻眼睛疲劳。"
},
- "palette": {
- "label": "调色板",
- "description": "从各种预定义颜色中选择。"
+ "enable": {
+ "label": "启用夜灯",
+ "description": "应用暖色滤镜以减少蓝光发射。"
},
- "cancel": "取消",
- "apply": "应用"
+ "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": {
- "widget-settings": {
- "dialog": {
- "cancel": "取消",
- "apply": "应用"
+ "title": "状态栏",
+ "appearance": {
+ "section": {
+ "label": "外观",
+ "description": "自定义状态栏的外观和位置。"
},
- "section-editor": {
- "placeholder": "选择要添加的小部件...",
- "search-placeholder": "搜索小部件..."
+ "position": {
+ "label": "状态栏位置",
+ "description": "选择在屏幕上的位置。"
},
- "active-window": {
- "auto-hide": "自动隐藏",
- "show-app-icon": "显示应用图标",
- "scrolling-mode": "滚动模式"
+ "density": {
+ "label": "状态栏密度",
+ "description": "调整状态栏的内边距以获得紧凑或宽松的外观。"
},
- "system-monitor": {
- "cpu-usage": "CPU 使用率",
- "cpu-temperature": "CPU 温度",
- "memory-usage": "内存使用率",
- "memory-percentage": "内存百分比",
- "network-traffic": "网络流量",
- "storage-usage": "存储使用率"
+ "background-opacity": {
+ "label": "背景不透明度",
+ "description": "调整状态栏的背景不透明度。"
},
- "notification-history": {
- "show-unread-badge": "显示未读标记",
- "hide-badge-when-zero": "为零时隐藏标记"
+ "show-capsule": {
+ "label": "显示胶囊",
+ "description": "显示小部件背景。"
},
- "battery": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- },
- "low-battery-threshold": {
- "label": "低电量警告阈值",
- "description": "当电量低于此百分比时显示警告。"
- }
+ "floating": {
+ "label": "浮动状态栏",
+ "description": "将状态栏显示为浮动样式(类似于一个药丸)。注意:这会将屏幕边角移动到边缘。"
},
- "control-center": {
- "use-distro-logo": "使用发行版徽标代替图标",
- "icon": {
- "label": "图标",
- "description": "从库中选择图标或自定义文件。"
- },
- "browse-library": "浏览库",
- "browse-file": "浏览文件",
- "select-custom-icon": "选择自定义图标"
+ "margins": {
+ "label": "边距",
+ "description": "调整浮动状态栏周围的边距。",
+ "vertical": "垂直",
+ "horizontal": "水平"
+ }
+ },
+ "widgets": {
+ "section": {
+ "label": "小部件定位",
+ "description": "拖放小部件以在每个部分内重新排序,或使用添加/删除按钮管理小部件。"
+ }
+ },
+ "monitors": {
+ "section": {
+ "label": "显示器显示",
+ "description": "在特定显示器上显示状态栏。如果未选择,则默认为全部。"
+ }
+ }
+ },
+ "dock": {
+ "title": "Dock",
+ "appearance": {
+ "section": {
+ "label": "外观",
+ "description": "自定义 Dock 的行为和外观。"
},
- "keyboard-layout": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
+ "auto-hide": {
+ "label": "自动隐藏",
+ "description": "不使用时自动隐藏。"
},
- "volume": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
+ "exclusive-zone": {
+ "label": "独占区域",
+ "description": "可以防止窗口重叠。"
},
- "workspace": {
- "label-mode": "标签模式",
- "hide-unoccupied": {
- "label": "隐藏未占用",
- "description": "不显示没有窗口的工作区。"
- }
+ "background-opacity": {
+ "label": "背景不透明度",
+ "description": "调整 Dock 的背景不透明度。"
},
- "microphone": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
+ "floating-distance": {
+ "label": "Dock 浮动距离",
+ "description": "调整距离屏幕边缘的浮动距离。"
+ }
+ },
+ "monitors": {
+ "section": {
+ "label": "显示器显示",
+ "description": "选择在哪个显示器上显示 Dock。"
+ }
+ }
+ },
+ "launcher": {
+ "title": "启动器",
+ "settings": {
+ "section": {
+ "label": "外观",
+ "description": "自定义启动器的行为和外观。"
},
- "brightness": {
- "display-mode": {
- "label": "显示模式",
- "description": "选择您希望此值显示的方式。"
- }
+ "position": {
+ "label": "位置",
+ "description": "选择启动器面板出现的位置。"
},
- "spacer": {
- "width": {
- "label": "宽度",
- "description": "间距宽度(像素)"
- }
+ "background-opacity": {
+ "label": "背景不透明度",
+ "description": "调整启动器的背景不透明度。"
},
- "custom-button": {
- "icon": {
- "label": "图标",
- "description": "从库中选择图标。"
- },
- "browse": "浏览",
- "left-click": "左键点击",
- "right-click": "右键点击",
- "middle-click": "中键点击",
- "dynamic-text": "动态文本",
- "display-command-output": {
- "label": "显示命令输出",
- "description": "输入一个定期运行的命令。其输出的第一行将显示为文本。"
- },
- "refresh-interval": {
- "label": "刷新间隔",
- "description": "间隔时间(毫秒)。"
- }
+ "clipboard-history": {
+ "label": "启用剪贴板历史记录",
+ "description": "从启动器访问之前复制的项目。"
},
- "media-mini": {
- "auto-hide": "自动隐藏",
- "show-album-art": "显示专辑封面",
- "show-visualizer": "显示可视化器",
- "visualizer-type": "可视化器类型",
- "scrolling-mode": "滚动模式"
+ "sort-by-usage": {
+ "label": "按使用频率排序",
+ "description": "启用后,经常启动的应用程序将显示在列表首位。"
},
- "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": "预览"
+ "use-app2unit": {
+ "label": "使用 App2Unit 启动应用程序",
+ "description": "使用替代启动方法以更好地管理应用程序进程并防止问题。"
}
}
},
"notifications": {
- "panel": {
- "title": "通知",
- "no-notifications": "无通知",
- "description": "您的通知将在到达时显示在此处。"
+ "title": "通知",
+ "settings": {
+ "section": {
+ "label": "外观",
+ "description": "配置通知的外观和行为。"
+ },
+ "do-not-disturb": {
+ "label": "勿扰模式",
+ "description": "启用后禁用所有通知弹出窗口。"
+ },
+ "enable-osd": {
+ "label": "启用屏幕显示",
+ "description": "实时显示音量和亮度变化。"
+ },
+ "location": {
+ "label": "位置",
+ "description": "通知在屏幕上出现的位置。"
+ },
+ "always-on-top": {
+ "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": "实时显示音量与亮度变化。"
+ },
+ "location": {
+ "label": "位置",
+ "description": "屏幕显示出现的位置。"
+ },
+ "duration": {
+ "section": {
+ "label": "自动隐藏超时",
+ "description": "屏幕显示自动隐藏前保持可见的时长。"
+ },
+ "auto-hide": {
+ "label": "在此之后隐藏",
+ "description": "调整屏幕显示消失前的时间。"
+ }
+ },
+ "monitors": {
+ "section": {
+ "label": "显示器显示",
+ "description": "在特定显示器上显示屏幕显示。若未选择,则默认全部。"
+ }
}
},
"wallpaper": {
- "panel": {
- "title": "壁纸选择器",
- "apply-all-monitors": {
- "label": "应用到所有显示器",
- "description": "一次性将选定的壁纸应用到所有显示器。"
+ "title": "壁纸",
+ "settings": {
+ "section": {
+ "label": "壁纸设置",
+ "description": "控制壁纸的管理和显示方式。"
},
- "search": "搜索:"
- },
- "transitions": {
- "none": "无",
- "random": "随机",
- "fade": "淡入淡出",
- "disc": "圆盘",
- "stripes": "条纹",
- "wipe": "擦除"
- },
- "fill-modes": {
- "center": "居中",
- "crop": "裁剪(填充)",
- "fit": "适应(包含)",
- "stretch": "拉伸"
- },
- "no-match": "未找到匹配项。",
- "no-wallpaper": "未找到壁纸。",
- "try-different-search": "尝试不同的搜索查询。",
- "configure-directory": "使用图像配置您的壁纸目录。"
- },
- "bluetooth": {
- "panel": {
- "title": "蓝牙",
- "disabled": "蓝牙已禁用",
- "enable-message": "启用蓝牙以查看可用设备。",
- "connected-devices": "已连接设备",
- "known-devices": "已知设备",
- "available-devices": "可用设备",
- "scanning": "正在扫描设备...",
- "pairing-mode": "确保您的设备处于配对模式。"
- }
- },
- "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": "重新扫描"
- }
- },
- "calendar": {
- "panel": {
- "week": "周"
- }
- },
- "tooltips": {
- "refresh": "刷新",
- "close": "关闭",
- "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右键点击访问设置。",
- "click-to-start-recording": "点击开始录制",
- "click-to-stop-recording": "点击停止录制",
- "open-control-center": "打开控制中心",
- "volume-at": "音量 {volume}%\n左键点击切换静音。右键点击进入设置。\n滚动调整音量。",
- "microphone-volume-at": "麦克风音量 {volume}%\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} 键盘布局"
- },
- "clock": {
- "tooltip": "打开日历"
- },
- "dock": {
- "menu": {
- "focus": "聚焦",
- "pin": "固定",
- "unpin": "取消固定",
- "close": "关闭"
- }
- },
- "placeholders": {
- "search-icons": "例如:noctalia, niri, battery, cloud",
- "profile-picture-path": "/home/user/.face",
- "enter-width-pixels": "输入宽度(像素)",
- "enter-command": "输入要执行的命令(应用程序或自定义脚本)",
- "command-example": "echo \"Hello World\"",
- "search-wallpapers": "输入以筛选壁纸...",
- "search-launcher": "搜索条目...或使用 > 执行命令",
- "search": "搜索...",
- "select": "选择",
- "cancel": "取消",
- "test": "测试"
- },
- "options": {
- "bar": {
- "position": {
- "top": "顶部",
- "bottom": "底部",
- "left": "左侧",
- "right": "右侧"
+ "enable-management": {
+ "label": "启用壁纸管理",
+ "description": "使用 Noctalia 管理壁纸。如果您更喜欢使用其他应用程序,请取消选中。"
},
- "density": {
- "compact": "紧凑",
- "default": "默认",
- "comfortable": "舒适"
+ "folder": {
+ "label": "壁纸文件夹",
+ "description": "您的主壁纸文件夹路径。",
+ "tooltip": "浏览壁纸文件夹"
+ },
+ "monitor-specific": {
+ "label": "显示器特定目录",
+ "description": "为每个显示器设置不同的壁纸文件夹。",
+ "tooltip": "浏览壁纸文件夹"
+ },
+ "select-folder": "选择壁纸文件夹",
+ "select-monitor-folder": "选择显示器壁纸文件夹"
+ },
+ "look-feel": {
+ "section": {
+ "label": "外观和感觉"
+ },
+ "fill-mode": {
+ "label": "填充模式",
+ "description": "选择图像应如何缩放以匹配显示器的分辨率。"
+ },
+ "fill-color": {
+ "label": "填充颜色",
+ "description": "选择可能出现在壁纸后面的填充颜色。"
+ },
+ "transition-type": {
+ "label": "过渡类型",
+ "description": "切换壁纸时的动画类型。"
+ },
+ "transition-duration": {
+ "label": "过渡持续时间",
+ "description": "过渡动画的持续时间(秒)。"
+ },
+ "edge-smoothness": {
+ "label": "软化过渡边缘",
+ "description": "对过渡边缘应用柔和、羽化的效果。"
}
},
- "launcher": {
- "position": {
- "center": "居中(默认)",
- "top_left": "左上角",
- "top_right": "右上角",
- "bottom_left": "左下角",
- "bottom_right": "右下角",
- "bottom_center": "底部居中",
- "top_center": "顶部居中",
- "center_left": "左侧居中",
- "center_right": "右侧居中"
- }
- },
- "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": "屏幕"
+ "automation": {
+ "section": {
+ "label": "自动化"
},
- "quality": {
- "medium": "中等",
- "high": "高",
- "very-high": "很高",
- "ultra": "超高"
+ "random-wallpaper": {
+ "label": "随机壁纸",
+ "description": "按固定间隔调度随机壁纸更改。"
},
- "color-range": {
- "limited": "有限",
- "full": "完全"
+ "interval": {
+ "label": "壁纸间隔",
+ "description": "自动更改壁纸的频率。"
},
- "audio-sources": {
- "system-output": "系统输出",
- "microphone-input": "麦克风输入",
- "both": "系统输出 + 麦克风输入"
+ "custom-interval": {
+ "label": "自定义间隔",
+ "description": "以 HH:MM 格式输入时间(例如:01:30)。"
}
}
},
- "session-menu": {
- "title": "会话菜单",
- "click-again": "再次点击立即执行",
- "action-in-seconds": "{seconds} 秒后{action}...",
- "lock-subtitle": "锁定您的会话",
- "end-subtitle": "结束您的会话",
- "lock": "锁定",
- "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": "欢迎回来,{user}!",
- "monitor-description": "{model} ({width}x{height})",
- "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": {
- "secure-terminal": "安全终端",
- "unlock-command": "sudo unlock-session",
- "password": "密码:",
- "shut-down": "关机",
- "restart": "重启",
- "suspend": "挂起"
- },
- "toast": {
- "night-light": {
- "enabled": "已启用",
- "disabled": "已禁用",
- "not-installed": "未安装 wlsunset",
- "forced": "强制激活",
- "normal": "正常模式"
+ "color-scheme": {
+ "title": "配色方案",
+ "color-source": {
+ "section": {
+ "label": "颜色来源",
+ "description": "Noctalia 颜色的主要设置。"
+ },
+ "dark-mode": {
+ "label": "深色模式",
+ "description": "切换到更暗的主题,便于夜间观看。"
+ },
+ "enable-matugen": {
+ "label": "启用 Matugen",
+ "description": "根据您的活动壁纸自动生成颜色。"
+ },
+ "matugen-scheme-type": {
+ "label": "Matugen 配色方案类型",
+ "description": "为 Matugen 选择配色方案生成算法。"
+ }
},
- "keep-awake": {
- "enabled": "已启用",
- "disabled": "已禁用"
+ "predefined": {
+ "section": {
+ "label": "预定义配色方案",
+ "description": "从预定义配色方案集合中选择。"
+ }
},
"matugen": {
- "enabled": "已启用",
- "disabled": "已禁用",
- "not-installed": "未安装"
- },
- "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)。"
- },
- "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": "已禁用"
- },
- "do-not-disturb": {
- "enabled": "'勿扰模式'已启用",
- "disabled": "'勿扰模式'已禁用",
- "enabled-desc": "您可以在历史记录中找到这些通知。",
- "disabled-desc": "显示所有通知。"
- },
- "power-profile": {
- "changed": "电源模式已更改",
- "profile-name": "\"{profile}\""
- },
- "audio": {
- "muted": "已静音",
- "unmuted": "已取消静音"
- },
- "battery": {
- "low": "电量低",
- "low-desc": "电量为 {percent}%。请连接充电器。"
- },
- "missing-control-center": {
- "label": "最后一个控制中心小部件已移除",
- "description": "控制中心小部件已从状态栏中移除。要再次从状态栏访问它,您需要重新添加小部件。"
+ "section": {
+ "label": "Matugen 模板",
+ "description": "将颜色应用于外部应用程序。"
+ },
+ "ui": {
+ "label": "用户界面",
+ "description": "桌面环境和 UI 工具包主题。",
+ "gtk4": {
+ "description": "写入 {filepath}"
+ },
+ "gtk3": {
+ "description": "写入 {filepath}"
+ },
+ "qt6": {
+ "description": "写入 {filepath}"
+ },
+ "qt5": {
+ "description": "写入 {filepath}"
+ }
+ },
+ "terminal": {
+ "label": "终端",
+ "description": "终端模拟器主题。",
+ "kitty": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "ghostty": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "foot": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ }
+ },
+ "programs": {
+ "label": "程序",
+ "description": "应用程序特定主题。",
+ "fuzzel": {
+ "description": "写入 {filepath} 并重新加载",
+ "description-missing": "需要安装 {app}"
+ },
+ "vesktop": {
+ "description": "写入 {filepath}",
+ "description-missing": "需要安装 {app}"
+ },
+ "pywalfox": {
+ "description": "写入 {filepath} 并运行 pywalfox update",
+ "description-missing": "需要安装 {app}"
+ }
+ },
+ "misc": {
+ "label": "杂项",
+ "description": "其他配置选项。",
+ "user-templates": {
+ "label": "用户模板",
+ "description": "启用来自 ~/.config/matugen/config.toml 的用户定义 Matugen 配置"
+ }
+ }
}
},
- "weather": {
- "clear-sky": "晴朗",
- "mainly-clear": "基本晴朗",
- "partly-cloudy": "局部多云",
- "overcast": "阴天",
- "fog": "雾",
- "drizzle": "毛毛雨",
- "snow": "雪",
- "rain-showers": "阵雨",
- "thunderstorm": "雷暴",
- "unknown": "未知"
+ "location": {
+ "title": "位置",
+ "location": {
+ "section": {
+ "label": "您的位置",
+ "description": "通过设置您的位置获取准确的天气和夜灯调度。"
+ },
+ "search": {
+ "label": "搜索位置",
+ "description": "例如:多伦多, 安大略省",
+ "placeholder": "输入位置名称"
+ }
+ },
+ "weather": {
+ "section": {
+ "label": "天气",
+ "description": "选择您喜欢的温度单位。"
+ },
+ "fahrenheit": {
+ "label": "以华氏度显示温度 (°F)",
+ "description": "以华氏度而非摄氏度显示温度。"
+ }
+ },
+ "date-time": {
+ "section": {
+ "label": "日期和时间",
+ "description": "自定义日期和时间的显示方式。"
+ },
+ "12hour-format": {
+ "label": "在锁屏上使用 12 小时制",
+ "description": "开启为 AM/PM 格式(例如:8:00 PM),关闭为 24 小时制(例如:20:00)。"
+ },
+ "week-numbers": {
+ "label": "显示周数",
+ "description": "在日历中显示一年中的第几周(例如:第 38 周)。"
+ }
+ }
},
- "authentication": {
- "failed": "认证失败",
- "error": "认证错误"
+ "network": {
+ "title": "网络",
+ "section": {
+ "description": "管理 Wi-Fi 和蓝牙连接。"
+ },
+ "wifi": {
+ "label": "启用 Wi-Fi"
+ },
+ "bluetooth": {
+ "label": "启用蓝牙"
+ }
},
- "general": {
- "no-results": "无结果",
- "no-summary": "无摘要",
- "unknown": "未知"
+ "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} 位超棒的贡献者致敬!"
+ }
+ }
+ },
+ "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 (深色模式状态)"
+ }
+ }
+ }
+ },
+ "widgets": {
+ "tooltip": {
+ "placeholder": "占位符"
+ },
+ "file-picker": {
+ "select-folder": "选择文件夹",
+ "select-file": "选择文件"
+ },
+ "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": "十六进制颜色",
+ "description": "输入十六进制颜色代码。"
+ },
+ "rgb": {
+ "label": "RGB 值",
+ "description": "调整红、绿、蓝和亮度值。"
+ },
+ "brightness": "亮度",
+ "theme-colors": {
+ "label": "主题颜色",
+ "description": "快速访问您的主题调色板。"
+ },
+ "palette": {
+ "label": "调色板",
+ "description": "从各种预定义颜色中选择。"
+ },
+ "cancel": "取消",
+ "apply": "应用"
+ }
+ },
+ "bar": {
+ "widget-settings": {
+ "dialog": {
+ "cancel": "取消",
+ "apply": "应用"
+ },
+ "section-editor": {
+ "placeholder": "选择要添加的小部件...",
+ "search-placeholder": "搜索小部件..."
+ },
+ "active-window": {
+ "auto-hide": {
+ "label": "自动隐藏",
+ "description": "当没有活动窗口时自动隐藏小部件。"
+ },
+ "show-app-icon": {
+ "label": "显示应用图标",
+ "description": "在窗口标题旁边显示应用程序图标。"
+ },
+ "scrolling-mode": {
+ "label": "滚动模式",
+ "description": "控制何时为长窗口标题启用文本滚动。"
+ }
+ },
+ "system-monitor": {
+ "cpu-usage": {
+ "label": "CPU使用率",
+ "description": "显示当前CPU使用百分比。"
+ },
+ "cpu-temperature": {
+ "label": "CPU温度",
+ "description": "如果可用,显示CPU温度读数。"
+ },
+ "memory-usage": {
+ "label": "内存使用率",
+ "description": "显示当前RAM使用信息。"
+ },
+ "memory-percentage": {
+ "label": "内存百分比",
+ "description": "以百分比而不是绝对值显示内存使用情况。"
+ },
+ "network-traffic": {
+ "label": "网络流量",
+ "description": "显示网络上传和下载速度。"
+ },
+ "storage-usage": {
+ "label": "存储使用率",
+ "description": "显示磁盘空间使用信息。"
+ }
+ },
+ "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": "不显示没有窗口的工作区。"
+ }
+ },
+ "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": "输入一个定期运行的命令。其输出的第一行将显示为文本。"
+ },
+ "refresh-interval": {
+ "label": "刷新间隔",
+ "description": "间隔时间(毫秒)。"
+ }
+ },
+ "media-mini": {
+ "auto-hide": {
+ "label": "自动隐藏",
+ "description": "当没有媒体播放时自动隐藏小部件。"
+ },
+ "show-album-art": {
+ "label": "显示专辑封面",
+ "description": "显示当前播放曲目的专辑封面。"
+ },
+ "show-visualizer": {
+ "label": "显示可视化器",
+ "description": "播放音乐时显示音频可视化器。"
+ },
+ "visualizer-type": {
+ "label": "可视化器类型",
+ "description": "选择要显示的音频可视化器样式。"
+ },
+ "scrolling-mode": {
+ "label": "滚动模式",
+ "description": "控制何时为长曲目标题启用文本滚动。"
+ }
+ },
+ "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": "预览"
+ }
+ }
+ },
+ "notifications": {
+ "panel": {
+ "title": "通知",
+ "no-notifications": "无通知",
+ "description": "您的通知将在到达时显示在此处。"
+ }
+ },
+ "wallpaper": {
+ "panel": {
+ "title": "壁纸选择器",
+ "apply-all-monitors": {
+ "label": "应用到所有显示器",
+ "description": "一次性将选定的壁纸应用到所有显示器。"
+ },
+ "search": "搜索:"
+ },
+ "transitions": {
+ "none": "无",
+ "random": "随机",
+ "fade": "淡入淡出",
+ "disc": "圆盘",
+ "stripes": "条纹",
+ "wipe": "擦除"
+ },
+ "fill-modes": {
+ "center": "居中",
+ "crop": "裁剪(填充)",
+ "fit": "适应(包含)",
+ "stretch": "拉伸"
+ },
+ "no-match": "未找到匹配项。",
+ "no-wallpaper": "未找到壁纸。",
+ "try-different-search": "尝试不同的搜索查询。",
+ "configure-directory": "使用图像配置您的壁纸目录。"
+ },
+ "bluetooth": {
+ "panel": {
+ "title": "蓝牙",
+ "disabled": "蓝牙已禁用",
+ "enable-message": "启用蓝牙以查看可用设备。",
+ "connected-devices": "已连接设备",
+ "known-devices": "已知设备",
+ "available-devices": "可用设备",
+ "scanning": "正在扫描设备...",
+ "pairing-mode": "确保您的设备处于配对模式。"
+ }
+ },
+ "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": "重新扫描"
+ }
+ },
+ "calendar": {
+ "panel": {
+ "week": "周"
+ }
+ },
+ "tooltips": {
+ "refresh": "刷新",
+ "close": "关闭",
+ "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右键点击访问设置。",
+ "click-to-start-recording": "点击开始录制",
+ "click-to-stop-recording": "点击停止录制",
+ "open-control-center": "打开控制中心",
+ "volume-at": "音量 {volume}%\n左键点击切换静音。右键点击进入设置。\n滚动调整音量。",
+ "microphone-volume-at": "麦克风音量 {volume}%\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} 键盘布局"
+ },
+ "clock": {
+ "tooltip": "打开日历"
+ },
+ "dock": {
+ "menu": {
+ "focus": "聚焦",
+ "pin": "固定",
+ "unpin": "取消固定",
+ "close": "关闭"
+ }
+ },
+ "placeholders": {
+ "search-icons": "例如:noctalia, niri, battery, cloud",
+ "profile-picture-path": "/home/user/.face",
+ "enter-width-pixels": "输入宽度(像素)",
+ "enter-command": "输入要执行的命令(应用程序或自定义脚本)",
+ "command-example": "echo \"Hello World\"",
+ "search-wallpapers": "输入以筛选壁纸...",
+ "search-launcher": "搜索条目...或使用 > 执行命令",
+ "search": "搜索...",
+ "select": "选择",
+ "cancel": "取消",
+ "test": "测试"
+ },
+ "options": {
+ "bar": {
+ "position": {
+ "top": "顶部",
+ "bottom": "底部",
+ "left": "左侧",
+ "right": "右侧"
+ },
+ "density": {
+ "compact": "紧凑",
+ "default": "默认",
+ "comfortable": "舒适"
+ }
+ },
+ "launcher": {
+ "position": {
+ "center": "居中(默认)",
+ "top_left": "左上角",
+ "top_right": "右上角",
+ "bottom_left": "左下角",
+ "bottom_right": "右下角",
+ "bottom_center": "底部居中",
+ "top_center": "顶部居中",
+ "center_left": "左侧居中",
+ "center_right": "右侧居中"
+ }
+ },
+ "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": "系统输出 + 麦克风输入"
+ }
+ }
+ },
+ "session-menu": {
+ "title": "会话菜单",
+ "click-again": "再次点击立即执行",
+ "action-in-seconds": "{seconds} 秒后{action}...",
+ "lock-subtitle": "锁定您的会话",
+ "end-subtitle": "结束您的会话",
+ "lock": "锁定",
+ "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": "欢迎回来,{user}!",
+ "monitor-description": "{model} ({width}x{height})",
+ "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": {
+ "secure-terminal": "安全终端",
+ "unlock-command": "sudo unlock-session",
+ "password": "密码:",
+ "shut-down": "关机",
+ "restart": "重启",
+ "suspend": "挂起"
+ },
+ "toast": {
+ "night-light": {
+ "enabled": "已启用",
+ "disabled": "已禁用",
+ "not-installed": "未安装 wlsunset",
+ "forced": "强制激活",
+ "normal": "正常模式"
+ },
+ "keep-awake": {
+ "enabled": "已启用",
+ "disabled": "已禁用"
+ },
+ "matugen": {
+ "enabled": "已启用",
+ "disabled": "已禁用",
+ "not-installed": "未安装"
+ },
+ "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)。"
+ },
+ "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": "已禁用"
+ },
+ "do-not-disturb": {
+ "enabled": "'勿扰模式'已启用",
+ "disabled": "'勿扰模式'已禁用",
+ "enabled-desc": "您可以在历史记录中找到这些通知。",
+ "disabled-desc": "显示所有通知。"
+ },
+ "power-profile": {
+ "changed": "电源模式已更改",
+ "profile-name": "\"{profile}\""
+ },
+ "audio": {
+ "muted": "已静音",
+ "unmuted": "已取消静音"
},
"battery": {
- "no-battery-detected": "未检测到电池。",
- "charging-rate": "充电速率:{rate} W。",
- "discharging-rate": "放电速率:{rate} W。",
- "charging": "正在充电。",
- "discharging": "正在放电。"
+ "low": "电量低",
+ "low-desc": "电量为 {percent}%。请连接充电器。"
+ },
+ "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": "正在放电。"
}
+}
\ No newline at end of file
diff --git a/Modules/Settings/Bar/WidgetSettings/ActiveWindowSettings.qml b/Modules/Settings/Bar/WidgetSettings/ActiveWindowSettings.qml
index c2ef8983..f28c4bac 100644
--- a/Modules/Settings/Bar/WidgetSettings/ActiveWindowSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/ActiveWindowSettings.qml
@@ -29,20 +29,23 @@ ColumnLayout {
NToggle {
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.active-window.auto-hide")
+ label: I18n.tr("bar.widget-settings.active-window.auto-hide.label")
+ description: I18n.tr("bar.widget-settings.active-window.auto-hide.description")
checked: root.valueAutoHide
onToggled: checked => root.valueAutoHide = checked
}
NToggle {
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.active-window.show-app-icon")
+ label: I18n.tr("bar.widget-settings.active-window.show-app-icon.label")
+ description: I18n.tr("bar.widget-settings.active-window.show-app-icon.description")
checked: root.valueShowIcon
onToggled: checked => root.valueShowIcon = checked
}
NComboBox {
- label: I18n.tr("bar.widget-settings.active-window.scrolling-mode")
+ label: I18n.tr("bar.widget-settings.active-window.scrolling-mode.label")
+ description: I18n.tr("bar.widget-settings.active-window.scrolling-mode.description")
model: [{
"key": "always",
"name": I18n.tr("options.scrolling-modes.always")
diff --git a/Modules/Settings/Bar/WidgetSettings/ControlCenterSettings.qml b/Modules/Settings/Bar/WidgetSettings/ControlCenterSettings.qml
index 78b54210..cd44b941 100644
--- a/Modules/Settings/Bar/WidgetSettings/ControlCenterSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/ControlCenterSettings.qml
@@ -28,7 +28,8 @@ ColumnLayout {
}
NToggle {
- label: I18n.tr("bar.widget-settings.control-center.use-distro-logo")
+ label: I18n.tr("bar.widget-settings.control-center.use-distro-logo.label")
+ description: I18n.tr("bar.widget-settings.control-center.use-distro-logo.description")
checked: valueUseDistroLogo
onToggled: {
valueUseDistroLogo = checked
diff --git a/Modules/Settings/Bar/WidgetSettings/CustomButtonSettings.qml b/Modules/Settings/Bar/WidgetSettings/CustomButtonSettings.qml
index 0733091a..9c7aaed0 100644
--- a/Modules/Settings/Bar/WidgetSettings/CustomButtonSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/CustomButtonSettings.qml
@@ -58,7 +58,8 @@ ColumnLayout {
NTextInput {
id: leftClickExecInput
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.custom-button.left-click")
+ label: I18n.tr("bar.widget-settings.custom-button.left-click.label")
+ description: I18n.tr("bar.widget-settings.custom-button.left-click.description")
placeholderText: I18n.tr("placeholders.enter-command")
text: widgetData?.leftClickExec || widgetMetadata.leftClickExec
}
@@ -66,7 +67,8 @@ ColumnLayout {
NTextInput {
id: rightClickExecInput
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.custom-button.right-click")
+ label: I18n.tr("bar.widget-settings.custom-button.right-click.label")
+ description: I18n.tr("bar.widget-settings.custom-button.right-click.description")
placeholderText: I18n.tr("placeholders.enter-command")
text: widgetData?.rightClickExec || widgetMetadata.rightClickExec
}
@@ -74,7 +76,8 @@ ColumnLayout {
NTextInput {
id: middleClickExecInput
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.custom-button.middle-click")
+ label: I18n.tr("bar.widget-settings.custom-button.middle-click.label")
+ description: I18n.tr("bar.widget-settings.custom-button.middle-click.description")
placeholderText: I18n.tr("placeholders.enter-command")
text: widgetData.middleClickExec || widgetMetadata.middleClickExec
}
diff --git a/Modules/Settings/Bar/WidgetSettings/MediaMiniSettings.qml b/Modules/Settings/Bar/WidgetSettings/MediaMiniSettings.qml
index d2391434..184a37e5 100644
--- a/Modules/Settings/Bar/WidgetSettings/MediaMiniSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/MediaMiniSettings.qml
@@ -32,26 +32,30 @@ ColumnLayout {
NToggle {
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.media-mini.auto-hide")
+ label: I18n.tr("bar.widget-settings.media-mini.auto-hide.label")
+ description: I18n.tr("bar.widget-settings.media-mini.auto-hide.description")
checked: root.valueAutoHide
onToggled: checked => root.valueAutoHide = checked
}
NToggle {
- label: I18n.tr("bar.widget-settings.media-mini.show-album-art")
+ label: I18n.tr("bar.widget-settings.media-mini.show-album-art.label")
+ description: I18n.tr("bar.widget-settings.media-mini.show-album-art.description")
checked: valueShowAlbumArt
onToggled: checked => valueShowAlbumArt = checked
}
NToggle {
- label: I18n.tr("bar.widget-settings.media-mini.show-visualizer")
+ label: I18n.tr("bar.widget-settings.media-mini.show-visualizer.label")
+ description: I18n.tr("bar.widget-settings.media-mini.show-visualizer.description")
checked: valueShowVisualizer
onToggled: checked => valueShowVisualizer = checked
}
NComboBox {
visible: valueShowVisualizer
- label: I18n.tr("bar.widget-settings.media-mini.visualizer-type")
+ label: I18n.tr("bar.widget-settings.media-mini.visualizer-type.label")
+ description: I18n.tr("bar.widget-settings.media-mini.visualizer-type.description")
model: [{
"key": "linear",
"name": I18n.tr("options.visualizer-types.linear")
@@ -68,7 +72,8 @@ ColumnLayout {
}
NComboBox {
- label: I18n.tr("bar.widget-settings.media-mini.scrolling-mode")
+ label: I18n.tr("bar.widget-settings.media-mini.scrolling-mode.label")
+ description: I18n.tr("bar.widget-settings.media-mini.scrolling-mode.description")
model: [{
"key": "always",
"name": I18n.tr("options.scrolling-modes.always")
diff --git a/Modules/Settings/Bar/WidgetSettings/NotificationHistorySettings.qml b/Modules/Settings/Bar/WidgetSettings/NotificationHistorySettings.qml
index 206c2797..4510a605 100644
--- a/Modules/Settings/Bar/WidgetSettings/NotificationHistorySettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/NotificationHistorySettings.qml
@@ -25,13 +25,15 @@ ColumnLayout {
}
NToggle {
- label: I18n.tr("bar.widget-settings.notification-history.show-unread-badge")
+ label: I18n.tr("bar.widget-settings.notification-history.show-unread-badge.label")
+ description: I18n.tr("bar.widget-settings.notification-history.show-unread-badge.description")
checked: valueShowUnreadBadge
onToggled: checked => valueShowUnreadBadge = checked
}
NToggle {
- label: I18n.tr("bar.widget-settings.notification-history.hide-badge-when-zero")
+ label: I18n.tr("bar.widget-settings.notification-history.hide-badge-when-zero.label")
+ description: I18n.tr("bar.widget-settings.notification-history.hide-badge-when-zero.description")
checked: valueHideWhenZero
onToggled: checked => valueHideWhenZero = checked
}
diff --git a/Modules/Settings/Bar/WidgetSettings/SystemMonitorSettings.qml b/Modules/Settings/Bar/WidgetSettings/SystemMonitorSettings.qml
index 06ba806d..852ea8d8 100644
--- a/Modules/Settings/Bar/WidgetSettings/SystemMonitorSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/SystemMonitorSettings.qml
@@ -35,7 +35,8 @@ ColumnLayout {
NToggle {
id: showCpuUsage
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.cpu-usage")
+ label: I18n.tr("bar.widget-settings.system-monitor.cpu-usage.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.cpu-usage.description")
checked: valueShowCpuUsage
onToggled: checked => valueShowCpuUsage = checked
}
@@ -43,7 +44,8 @@ ColumnLayout {
NToggle {
id: showCpuTemp
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.cpu-temperature")
+ label: I18n.tr("bar.widget-settings.system-monitor.cpu-temperature.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.cpu-temperature.description")
checked: valueShowCpuTemp
onToggled: checked => valueShowCpuTemp = checked
}
@@ -51,7 +53,8 @@ ColumnLayout {
NToggle {
id: showMemoryUsage
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.memory-usage")
+ label: I18n.tr("bar.widget-settings.system-monitor.memory-usage.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.memory-usage.description")
checked: valueShowMemoryUsage
onToggled: checked => valueShowMemoryUsage = checked
}
@@ -59,7 +62,8 @@ ColumnLayout {
NToggle {
id: showMemoryAsPercent
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.memory-percentage")
+ label: I18n.tr("bar.widget-settings.system-monitor.memory-percentage.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.memory-percentage.description")
checked: valueShowMemoryAsPercent
onToggled: checked => valueShowMemoryAsPercent = checked
visible: valueShowMemoryUsage
@@ -68,7 +72,8 @@ ColumnLayout {
NToggle {
id: showNetworkStats
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.network-traffic")
+ label: I18n.tr("bar.widget-settings.system-monitor.network-traffic.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.network-traffic.description")
checked: valueShowNetworkStats
onToggled: checked => valueShowNetworkStats = checked
}
@@ -76,7 +81,8 @@ ColumnLayout {
NToggle {
id: showDiskUsage
Layout.fillWidth: true
- label: I18n.tr("bar.widget-settings.system-monitor.storage-usage")
+ label: I18n.tr("bar.widget-settings.system-monitor.storage-usage.label")
+ description: I18n.tr("bar.widget-settings.system-monitor.storage-usage.description")
checked: valueShowDiskUsage
onToggled: checked => valueShowDiskUsage = checked
}
diff --git a/Modules/Settings/Bar/WidgetSettings/WorkspaceSettings.qml b/Modules/Settings/Bar/WidgetSettings/WorkspaceSettings.qml
index 27c4b057..b44f16b9 100644
--- a/Modules/Settings/Bar/WidgetSettings/WorkspaceSettings.qml
+++ b/Modules/Settings/Bar/WidgetSettings/WorkspaceSettings.qml
@@ -23,7 +23,8 @@ ColumnLayout {
NComboBox {
id: labelModeCombo
- label: I18n.tr("bar.widget-settings.workspace.label-mode")
+ label: I18n.tr("bar.widget-settings.workspace.label-mode.label")
+ description: I18n.tr("bar.widget-settings.workspace.label-mode.description")
model: [{
"key": "none",
"name": I18n.tr("options.workspace-labels.none")