mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
i18n update
This commit is contained in:
+69
-69
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "CPU-Temperaturwerte anzeigen, falls verfügbar.",
|
||||
"label": "CPU-Temperatur"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Aktuelle CPU-Auslastung in Prozent anzeigen.",
|
||||
"label": "CPU-Auslastung"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Speicherverbrauch als Prozentsatz statt absolute Werte anzeigen.",
|
||||
"label": "Speicher als Prozentsatz"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Festplattenspeicher-Nutzungsinformationen anzeigen.",
|
||||
"label": "Speichernutzung"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Schwellenwerte",
|
||||
"description": "Schwellenwerte für visuelle Indikatoren konfigurieren. Warn-/Kritik-Indikatoren erscheinen in hervorgehobenen Farben bei Überschreitung."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Schwellenwerte für visuelle Indikatoren konfigurieren. Warn-/Kritik-Indikatoren erscheinen in hervorgehobenen Farben bei Überschreitung.",
|
||||
"header": "Schwellenwerte"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} in {seconds} Sekunden...",
|
||||
"hibernate": "Ruhezustand",
|
||||
"lock": "Sperren",
|
||||
"lock-and-suspend": "Sperren und Ruhezustand",
|
||||
"logout": "Abmelden",
|
||||
"reboot": "Neu starten",
|
||||
"shutdown": "Herunterfahren",
|
||||
"suspend": "Energiesparmodus",
|
||||
"hibernate": "Ruhezustand",
|
||||
"title": "Sitzungsmenü"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Sitzungsmenü"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU-Auslastung"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Kritische Farbe"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Benutzerdefinierte Hervorhebungsfarben"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Festplattennutzung"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Konfigurieren Sie das Verhalten und Aussehen des Systemmonitors.",
|
||||
@@ -1606,60 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Hervorhebungsfarben"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Benutzerdefinierte Hervorhebungsfarben verwenden",
|
||||
"description": "Wenn deaktiviert, werden die Standard-Hervorhebungsfarben des Themes verwendet."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Benutzerdefinierte Hervorhebungsfarben"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Warnfarbe"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Kritische Farbe"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Schwellenwerte",
|
||||
"description": "Setzen Sie Schwellenwerte für Systemmetriken; Werte darüber werden hervorgehoben."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU-Auslastung"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU-Temperatur"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Speicherverbrauch"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Speicherverbrauch"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Festplattennutzung"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Warnschwelle"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Kritische Schwelle"
|
||||
"temperature-section": {
|
||||
"label": "CPU-Temperatur"
|
||||
},
|
||||
"title": "Systemmonitor"
|
||||
"thresholds-section": {
|
||||
"description": "Setzen Sie Schwellenwerte für Systemmetriken; Werte darüber werden hervorgehoben.",
|
||||
"label": "Schwellenwerte"
|
||||
},
|
||||
"title": "Systemmonitor",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Wenn deaktiviert, werden die Standard-Hervorhebungsfarben des Themes verwendet.",
|
||||
"label": "Benutzerdefinierte Hervorhebungsfarben verwenden"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Warnfarbe"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "WLAN"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+69
-69
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Show CPU temperature readings if available.",
|
||||
"label": "CPU temperature"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Display current CPU usage percentage.",
|
||||
"label": "CPU usage"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Show memory usage as a percentage instead of absolute values.",
|
||||
"label": "Memory as percentage"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Show disk space usage information.",
|
||||
"label": "Storage usage"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Threshold Settings",
|
||||
"description": "Set thresholds for system metric alerts. Highlights when exceeded."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Set thresholds for system metric alerts. Highlights when exceeded.",
|
||||
"header": "Threshold Settings"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} in {seconds} seconds...",
|
||||
"hibernate": "Hibernate",
|
||||
"lock": "Lock",
|
||||
"lock-and-suspend": "Lock and Suspend",
|
||||
"logout": "Logout",
|
||||
"reboot": "Reboot",
|
||||
"shutdown": "Shutdown",
|
||||
"suspend": "Suspend",
|
||||
"hibernate": "Hibernate",
|
||||
"title": "Session Menu"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Session Menu"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU Usage"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Critical Color"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Custom highlight colors"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Disk Usage"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configure the System Monitor behavior and appearance.",
|
||||
@@ -1606,60 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Highlight Colors"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Use custom highlight colors",
|
||||
"description": "When disabled, theme default highlight colors are used."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Custom highlight colors"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Warning Color"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Critical Color"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Thresholds",
|
||||
"description": "Set thresholds for system metrics, values above these will be highlighted."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU Usage"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU Temperature"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Memory Usage"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Memory Usage"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Disk Usage"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Warning Threshold"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Critical Threshold"
|
||||
"temperature-section": {
|
||||
"label": "CPU Temperature"
|
||||
},
|
||||
"title": "System Monitor"
|
||||
"thresholds-section": {
|
||||
"description": "Set thresholds for system metrics, values above these will be highlighted.",
|
||||
"label": "Thresholds"
|
||||
},
|
||||
"title": "System Monitor",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "When disabled, theme default highlight colors are used.",
|
||||
"label": "Use custom highlight colors"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Warning Color"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+69
-69
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Mostrar lecturas de temperatura de CPU si están disponibles.",
|
||||
"label": "Temperatura de la CPU"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Mostrar el porcentaje actual de uso de CPU.",
|
||||
"label": "Uso de CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Mostrar el uso de memoria como porcentaje en lugar de valores absolutos.",
|
||||
"label": "Memoria como porcentaje"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Mostrar información del uso del espacio en disco.",
|
||||
"label": "Uso de almacenamiento"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Configuración de Umbrales",
|
||||
"description": "Establece umbrales para alertas de métricas del sistema. Resalta cuando se superan."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Establece umbrales para alertas de métricas del sistema. Resalta cuando se superan.",
|
||||
"header": "Configuración de Umbrales"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} en {seconds} segundos...",
|
||||
"hibernate": "Hibernación",
|
||||
"lock": "Bloquear",
|
||||
"lock-and-suspend": "Bloquear y Suspender",
|
||||
"logout": "Cerrar sesión",
|
||||
"reboot": "Reiniciar",
|
||||
"shutdown": "Apagar",
|
||||
"suspend": "Suspender",
|
||||
"hibernate": "Hibernación",
|
||||
"title": "Menú de sesión"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Menú de sesión"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Uso de CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Color crítico"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Colores de resaltado personalizados"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Uso de disco"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configurar el comportamiento y la apariencia del Monitor del sistema.",
|
||||
@@ -1606,60 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Colores de resaltado"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Usar colores de resaltado personalizados",
|
||||
"description": "Cuando está desactivado, se usan los colores de resaltado predeterminados del tema."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Colores de resaltado personalizados"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Color de advertencia"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Color crítico"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Umbrales",
|
||||
"description": "Establece umbrales para métricas del sistema; los valores por encima se resaltarán."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Uso de CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Temperatura de la CPU"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Uso de memoria"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Uso de memoria"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Uso de disco"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Umbral de advertencia"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Umbral crítico"
|
||||
"temperature-section": {
|
||||
"label": "Temperatura de la CPU"
|
||||
},
|
||||
"title": "Monitor del sistema"
|
||||
"thresholds-section": {
|
||||
"description": "Establece umbrales para métricas del sistema; los valores por encima se resaltarán.",
|
||||
"label": "Umbrales"
|
||||
},
|
||||
"title": "Monitor del sistema",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Cuando está desactivado, se usan los colores de resaltado predeterminados del tema.",
|
||||
"label": "Usar colores de resaltado personalizados"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Color de advertencia"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+69
-69
@@ -40,26 +40,6 @@
|
||||
"description": "Si activé, le visualiseur est masqué sauf lorsqu'un lecteur est en lecture.",
|
||||
"label": "Masquer lorsqu'aucun média n'est en lecture"
|
||||
},
|
||||
"highlight-colors-section": {
|
||||
"label": "Couleurs de surlignage"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Utiliser des couleurs de surlignage personnalisées",
|
||||
"description": "Si désactivé, les couleurs de surlignage par défaut du thème sont utilisées."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Couleurs de surlignage personnalisées"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Couleur d'avertissement"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Couleur critique"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Seuils",
|
||||
"description": "Définissez des seuils pour les métriques système ; les valeurs supérieures seront mises en évidence."
|
||||
},
|
||||
"width": {
|
||||
"description": "Largeur personnalisée du composant.",
|
||||
"label": "Largeur"
|
||||
@@ -262,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Afficher les lectures de température du CPU si disponibles.",
|
||||
"label": "Température du CPU"
|
||||
@@ -270,6 +253,21 @@
|
||||
"description": "Afficher le pourcentage d'utilisation actuel du CPU.",
|
||||
"label": "Utilisation du CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Afficher l'utilisation de la mémoire en pourcentage au lieu de valeurs absolues.",
|
||||
"label": "Mémoire en pourcentage"
|
||||
@@ -286,33 +284,15 @@
|
||||
"description": "Afficher les informations d'utilisation de l'espace disque.",
|
||||
"label": "Utilisation du stockage"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Seuils",
|
||||
"description": "Configurez les seuils des indicateurs visuels. Les indicateurs d'avertissement/critique apparaissent en couleurs mises en surbrillance lorsque les valeurs dépassent ces limites."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Configurez les seuils des indicateurs visuels. Les indicateurs d'avertissement/critique apparaissent en couleurs mises en surbrillance lorsque les valeurs dépassent ces limites.",
|
||||
"header": "Seuils"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -695,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} dans {seconds} secondes...",
|
||||
"hibernate": "Mise en veille prolongée",
|
||||
"lock": "Verrouiller",
|
||||
"lock-and-suspend": "Verrouiller et Mettre en veille",
|
||||
"logout": "Déconnexion",
|
||||
"reboot": "Redémarrer",
|
||||
"shutdown": "Éteindre",
|
||||
"suspend": "Mettre en veille",
|
||||
"hibernate": "Mise en veille prolongée",
|
||||
"title": "Menu de session"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1617,11 +1597,8 @@
|
||||
"title": "Menu de session"
|
||||
},
|
||||
"system-monitor": {
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configurer le comportement et l'apparence du Moniteur Système.",
|
||||
"label": "Général"
|
||||
}
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Utilisation CPU"
|
||||
@@ -1629,25 +1606,13 @@
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
"critical-color": {
|
||||
"label": "Couleur critique"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Température CPU"
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Couleurs de surbrillance personnalisées"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Utilisation mémoire"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"disk-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
},
|
||||
"disk-section": {
|
||||
@@ -1656,10 +1621,45 @@
|
||||
"disk-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configurer le comportement et l'apparence du Moniteur Système.",
|
||||
"label": "Général"
|
||||
}
|
||||
},
|
||||
"highlight-colors-section": {
|
||||
"label": "Couleurs de surlignage"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
},
|
||||
"title": "Moniteur système"
|
||||
"mem-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Utilisation mémoire"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Seuil critique"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Seuil d'avertissement"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Température CPU"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"description": "Définir des seuils pour les métriques système ; les valeurs supérieures à ces seuils seront mises en évidence.",
|
||||
"label": "Seuils"
|
||||
},
|
||||
"title": "Moniteur système",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Lorsque cette option est désactivée, les couleurs de surbrillance par défaut du thème sont utilisées.",
|
||||
"label": "Utiliser des couleurs de surlignage personnalisées."
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Couleur d'avertissement"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+74
-46
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU-gebruik (Kritiek)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Toon CPU-temperatuur indien beschikbaar.",
|
||||
"label": "CPU-temperatuur"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Toon het huidige CPU-gebruik in procent.",
|
||||
"label": "CPU-gebruik"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU-gebruik (Waarschuwing)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Opslagruimte (Kritiek)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Opslagruimte (Waarschuwing)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Geheugengebruik (Kritiek)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Geheugengebruik (Waarschuwing)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Toon geheugengebruik als percentage in plaats van absolute waarden.",
|
||||
"label": "Geheugen als percentage"
|
||||
@@ -265,29 +283,19 @@
|
||||
"storage-usage": {
|
||||
"description": "Toon informatie over schijfruimtegebruik.",
|
||||
"label": "Opslaggebruik"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU-temperatuur (kritiek)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU-temperatuur (Waarschuwing)"
|
||||
},
|
||||
"thresholds": {
|
||||
"description": "Drempels instellen voor systeemmetriekwaarschuwingen. Markeert wanneer overschreden.",
|
||||
"header": "Drempelinstellingen"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
"highlight-colors-section": {
|
||||
"label": "Markeer kleuren"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Aangepaste markeerkleuren gebruiken",
|
||||
"description": "Wanneer uitgeschakeld worden de standaard markeerkleuren van het thema gebruikt."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Aangepaste markeerkleuren"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Waarschuwingskleur"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Kritieke kleur"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Drempels",
|
||||
"description": "Stel drempels in voor systeemstatistieken; waarden erboven worden gemarkeerd."
|
||||
},
|
||||
"colorize-icons": {
|
||||
"description": "Pas themakleuren toe op taakbalkpictogrammen.",
|
||||
"label": "Pictogrammen inkleuren"
|
||||
@@ -667,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} over {seconds} seconden...",
|
||||
"hibernate": "Slaperstand",
|
||||
"lock": "Vergrendelen",
|
||||
"lock-and-suspend": "Vergrendelen en onderbreken",
|
||||
"logout": "Afmelden",
|
||||
"reboot": "Opnieuw opstarten",
|
||||
"shutdown": "Uitschakelen",
|
||||
"suspend": "Onderbreken",
|
||||
"hibernate": "Slaperstand",
|
||||
"title": "Sessie-menu"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1589,11 +1597,8 @@
|
||||
"title": "Sessiemenu"
|
||||
},
|
||||
"system-monitor": {
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configureer het gedrag en de weergave van de Systeemmonitor.",
|
||||
"label": "Algemeen"
|
||||
}
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU-gebruik"
|
||||
@@ -1601,25 +1606,13 @@
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
"critical-color": {
|
||||
"label": "Kritische kleur"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU-temperatuur"
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Aangepaste markeerkleuren"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Geheugengebruik"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"disk-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
},
|
||||
"disk-section": {
|
||||
@@ -1628,10 +1621,45 @@
|
||||
"disk-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configureer het gedrag en de weergave van de Systeemmonitor.",
|
||||
"label": "Algemeen"
|
||||
}
|
||||
},
|
||||
"highlight-colors-section": {
|
||||
"label": "Markeerkleuren"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
},
|
||||
"title": "Systeemmonitor"
|
||||
"mem-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Geheugengebruik"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritieke drempel"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Waarschuwingsdrempel"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU-temperatuur"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"description": "Stel drempelwaarden in voor systeemstatistieken; waarden die hierboven liggen worden gemarkeerd.",
|
||||
"label": "Drempels"
|
||||
},
|
||||
"title": "Systeemmonitor",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Indien uitgeschakeld, worden de standaard markeerkleuren van het thema gebruikt.",
|
||||
"label": "Gebruik aangepaste markeerkleuren."
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Waarschuwingskleur"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2139,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+69
-69
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Mostrar leituras de temperatura da CPU se disponíveis.",
|
||||
"label": "Temperatura da CPU"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Exibir o percentual atual de uso da CPU.",
|
||||
"label": "Uso da CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Mostrar o uso de memória como percentual em vez de valores absolutos.",
|
||||
"label": "Memória como percentual"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Mostrar informações de uso do espaço em disco.",
|
||||
"label": "Uso de armazenamento"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Configuração de Limiares",
|
||||
"description": "Estabelece limites para alertas de métricas do sistema. Destaca quando superados."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Estabelece limites para alertas de métricas do sistema. Destaca quando superados.",
|
||||
"header": "Configuração de Limiares"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} em {seconds} segundos...",
|
||||
"hibernate": "Hibernação",
|
||||
"lock": "Bloquear",
|
||||
"lock-and-suspend": "Bloquear e Suspender",
|
||||
"logout": "Sair",
|
||||
"reboot": "Reiniciar",
|
||||
"shutdown": "Desligar",
|
||||
"suspend": "Suspender",
|
||||
"hibernate": "Hibernação",
|
||||
"title": "Menu da Sessão"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Menu de sessão"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Uso da CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Cor crítica"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Cores de destaque personalizadas"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Uso do disco"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Configure o comportamento e a aparência do Monitor do Sistema.",
|
||||
@@ -1606,60 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Cores de destaque"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Usar cores de destaque personalizadas",
|
||||
"description": "Quando desativado, são usadas as cores de destaque padrão do tema."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Cores de destaque personalizadas"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Cor de aviso"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Cor crítica"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Limiares",
|
||||
"description": "Defina limiares para métricas do sistema; valores acima serão destacados."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Uso da CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Temperatura da CPU"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Uso de memória"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Uso de memória"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Uso do disco"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Limite de aviso"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Limite crítico"
|
||||
"temperature-section": {
|
||||
"label": "Temperatura da CPU"
|
||||
},
|
||||
"title": "Monitor do Sistema"
|
||||
"thresholds-section": {
|
||||
"description": "Defina limiares para métricas do sistema; valores acima serão destacados.",
|
||||
"label": "Limiares"
|
||||
},
|
||||
"title": "Monitor do Sistema",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Quando desativado, são usadas as cores de destaque padrão do tema.",
|
||||
"label": "Usar cores de destaque personalizadas"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Cor de aviso"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+69
-69
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Показывать показания температуры процессора, если доступны.",
|
||||
"label": "Температура CPU"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Отображать текущий процент использования CPU.",
|
||||
"label": "Использование CPU"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Показывать использование памяти в процентах вместо абсолютных значений.",
|
||||
"label": "Память в процентах"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Показывать информацию об использовании дискового пространства.",
|
||||
"label": "Использование хранилища"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Пороговые значения",
|
||||
"description": "Установите пороги для оповещений системных метрик. Выделяет при превышении."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Usage (Warning)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Usage (Critical)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Temperature (Warning)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Temperature (Critical)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Memory Usage (Warning)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Memory Usage (Critical)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Storage Space (Warning)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Storage Space (Critical)"
|
||||
"thresholds": {
|
||||
"description": "Установите пороги для оповещений системных метрик. Выделяет при превышении.",
|
||||
"header": "Пороговые значения"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} через {seconds} секунд...",
|
||||
"hibernate": "Гибернация",
|
||||
"lock": "Блокировать",
|
||||
"lock-and-suspend": "Блокировать и приостановить",
|
||||
"logout": "Выйти",
|
||||
"reboot": "Перезагрузить",
|
||||
"shutdown": "Выключить",
|
||||
"suspend": "Приостановить",
|
||||
"hibernate": "Гибернация",
|
||||
"title": "Меню сеанса"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Меню сеанса"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Использование ЦП"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Критический цвет"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Пользовательские цвета выделения"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Использование диска"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Настроить поведение и внешний вид системного монитора.",
|
||||
@@ -1606,60 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Цвета выделения"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Использовать пользовательские цвета выделения",
|
||||
"description": "Если отключено, используются цвета выделения по умолчанию темы."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Пользовательские цвета выделения"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Цвет предупреждения"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Критический цвет"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Пороги",
|
||||
"description": "Установите пороги для системных метрик; значения выше будут выделены."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Использование ЦП"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Температура ЦП"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Использование памяти"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Использование памяти"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Использование диска"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Порог предупреждения"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Критический порог"
|
||||
"temperature-section": {
|
||||
"label": "Температура ЦП"
|
||||
},
|
||||
"title": "Системный монитор"
|
||||
"thresholds-section": {
|
||||
"description": "Установите пороги для системных метрик; значения выше будут выделены.",
|
||||
"label": "Пороги"
|
||||
},
|
||||
"title": "Системный монитор",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Если отключено, используются цвета выделения по умолчанию темы.",
|
||||
"label": "Использовать пользовательские цвета выделения"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Цвет предупреждения"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2167,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+67
-76
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Kullanımı (Kritik)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Mevcut CPU sıcaklık okumalarını gösterilir.",
|
||||
"label": "CPU sıcaklığı"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Mevcut CPU kullanım yüzdesini göster.",
|
||||
"label": "CPU kullanımı"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Kullanımı (Uyarı)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Depolama Alanı (Kritik)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Depolama Alanı (Uyarı)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Bellek Kullanımı (Kritik)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Bellek Kullanımı (Uyarı)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Mutlak değerler yerine bellek kullanımını yüzde olarak göster.",
|
||||
"label": "Bellek yüzde olarak"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Disk alanı kullanım bilgilerini göster.",
|
||||
"label": "Depolama kullanımı"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Eşik Ayarları",
|
||||
"description": "Sistem metrik eşiklerini ayarlayın. Aşıldığında vurgular."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU Kullanımı (Uyarı)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU Kullanımı (Kritik)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Sıcaklığı (Kritik)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU Sıcaklığı (Uyarı)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU Sıcaklığı (Kritik)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Bellek Kullanımı (Uyarı)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Bellek Kullanımı (Kritik)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Depolama Alanı (Uyarı)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Depolama Alanı (Kritik)"
|
||||
"thresholds": {
|
||||
"description": "Sistem metrik eşiklerini ayarlayın. Aşıldığında vurgular.",
|
||||
"header": "Eşik Ayarları"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} in {seconds} seconds...",
|
||||
"hibernate": "Hazırda Bekletme",
|
||||
"lock": "Kilitle",
|
||||
"lock-and-suspend": "Kilitle ve Askıya Al",
|
||||
"logout": "Oturumu kapat",
|
||||
"reboot": "Yeniden başlat",
|
||||
"shutdown": "Bilgisayarı kapat",
|
||||
"suspend": "Askıya al",
|
||||
"hibernate": "Hazırda Bekletme",
|
||||
"title": "Oturum Menüsü"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Oturum Menüsü"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU Kullanımı"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Kritik renk"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Özel vurgulama renkleri"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Disk Kullanımı"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Sistem İzleyicisinin davranışını ve görünümünü yapılandırın.",
|
||||
@@ -1606,69 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Vurgulama Renkleri"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Özel vurgulama renklerini kullan",
|
||||
"description": "Devre dışı bırakıldığında, tema varsayılan vurgulama renkleri kullanılır."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Özel vurgulama renkleri"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Uyarı rengi"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Kritik renk"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Eşikler",
|
||||
"description": "Sistem metrikleri için eşikler ayarlayın; bu değerlerin üzerindekiler vurgulanacaktır."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU Kullanımı"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU Sıcaklığı"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Bellek Kullanımı"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Bellek Kullanımı"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Disk Kullanımı"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
"temperature-section": {
|
||||
"label": "CPU Sıcaklığı"
|
||||
},
|
||||
"network-section": {
|
||||
"label": "Ağ Kullanımı"
|
||||
"thresholds-section": {
|
||||
"description": "Sistem metrikleri için eşikler ayarlayın; bu değerlerin üzerindekiler vurgulanacaktır.",
|
||||
"label": "Eşikler"
|
||||
},
|
||||
"network-warning-threshold": {
|
||||
"label": "Uyarı Eşiği"
|
||||
"title": "Sistem İzleme",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Devre dışı bırakıldığında, tema varsayılan vurgulama renkleri kullanılır.",
|
||||
"label": "Özel vurgulama renklerini kullan"
|
||||
},
|
||||
"network-critical-threshold": {
|
||||
"label": "Kritik Eşiği"
|
||||
},
|
||||
"title": "Sistem İzleme"
|
||||
"warning-color": {
|
||||
"label": "Uyarı rengi"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2176,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Використання ЦП (Критичний)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "Показувати показники температури ЦП, якщо доступно.",
|
||||
"label": "Температура ЦП"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "Відображати поточний відсоток використання ЦП.",
|
||||
"label": "Використання ЦП"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Використання ЦП (Попередження)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Місце на диску (Критичний)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Місце на диску (Попередження)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Використання пам'яті (Критичний)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Використання пам'яті (Попередження)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "Показувати використання пам'яті у відсотках замість абсолютних значень.",
|
||||
"label": "Пам'ять у відсотках"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "Показувати інформацію про використання дискового простору.",
|
||||
"label": "Використання сховища"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "Налаштування порогів",
|
||||
"description": "Встановіть пороги для оповіщень системних метрик. Виділяє при перевищенні."
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Використання ЦП (Попередження)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Використання ЦП (Критичний)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "Температура ЦП (Критичний)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Температура ЦП (Попередження)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Температура ЦП (Критичний)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Використання пам'яті (Попередження)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "Використання пам'яті (Критичний)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Місце на диску (Попередження)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Місце на диску (Критичний)"
|
||||
"thresholds": {
|
||||
"description": "Встановіть пороги для оповіщень системних метрик. Виділяє при перевищенні.",
|
||||
"header": "Налаштування порогів"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "{action} через {seconds} секунд...",
|
||||
"hibernate": "Гібернація",
|
||||
"lock": "Заблокувати",
|
||||
"lock-and-suspend": "Заблокувати та призупинити",
|
||||
"logout": "Вийти",
|
||||
"reboot": "Перезавантажити",
|
||||
"shutdown": "Вимкнути",
|
||||
"suspend": "Призупинити",
|
||||
"hibernate": "Гібернація",
|
||||
"title": "Меню сеансу"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "Меню сеансу"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Використання ЦП"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Критичний колір"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Власні кольори підсвічування"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Використання диска"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "Налаштуйте поведінку та зовнішній вигляд Системного монітора.",
|
||||
@@ -1606,69 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "Кольори підсвічування"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "Використовувати власні кольори підсвічування",
|
||||
"description": "Якщо вимкнено, використовуються кольори підсвічування за замовчуванням теми."
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "Власні кольори підсвічування"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "Колір попередження"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "Критичний колір"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "Пороги",
|
||||
"description": "Встановіть пороги для системних метрик; значення вище будуть підсвічені."
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "Використання ЦП"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "Температура ЦП"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "Використання пам'яті"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "Використання пам'яті"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "Використання диска"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
"temperature-section": {
|
||||
"label": "Температура ЦП"
|
||||
},
|
||||
"network-section": {
|
||||
"label": "Використання мережі"
|
||||
"thresholds-section": {
|
||||
"description": "Встановіть пороги для системних метрик; значення вище будуть підсвічені.",
|
||||
"label": "Пороги"
|
||||
},
|
||||
"network-warning-threshold": {
|
||||
"label": "Поріг попередження"
|
||||
"title": "Системний монітор",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "Якщо вимкнено, використовуються кольори підсвічування за замовчуванням теми.",
|
||||
"label": "Використовувати власні кольори підсвічування"
|
||||
},
|
||||
"network-critical-threshold": {
|
||||
"label": "Критичний поріг"
|
||||
},
|
||||
"title": "Системний монітор"
|
||||
"warning-color": {
|
||||
"label": "Колір попередження"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2176,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,6 +242,9 @@
|
||||
}
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU 使用率(严重)"
|
||||
},
|
||||
"cpu-temperature": {
|
||||
"description": "如果可用,显示CPU温度读数。",
|
||||
"label": "CPU温度"
|
||||
@@ -250,6 +253,21 @@
|
||||
"description": "显示当前CPU使用百分比。",
|
||||
"label": "CPU使用率"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU 使用率(警告)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "存储空间(严重)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "存储空间(警告)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "内存使用率(严重)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "内存使用率(警告)"
|
||||
},
|
||||
"memory-percentage": {
|
||||
"description": "以百分比而不是绝对值显示内存使用情况。",
|
||||
"label": "内存百分比"
|
||||
@@ -266,33 +284,15 @@
|
||||
"description": "显示磁盘空间使用信息。",
|
||||
"label": "存储使用率"
|
||||
},
|
||||
"thresholds": {
|
||||
"header": "阈值设置",
|
||||
"description": "配置系统指标提示的阈值,超出阈值时将以高亮色进行提示。"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "CPU 使用率(警告)"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"label": "CPU 使用率(严重)"
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU 温度(严重)"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "CPU 温度(警告)"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "CPU 温度(严重)"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "内存使用率(警告)"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"label": "内存使用率(严重)"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "存储空间(警告)"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "存储空间(严重)"
|
||||
"thresholds": {
|
||||
"description": "配置系统指标提示的阈值,超出阈值时将以高亮色进行提示。",
|
||||
"header": "阈值设置"
|
||||
}
|
||||
},
|
||||
"taskbar": {
|
||||
@@ -675,13 +675,13 @@
|
||||
},
|
||||
"session-menu": {
|
||||
"action-in-seconds": "在 {seconds} 秒后将{action}...",
|
||||
"hibernate": "休眠",
|
||||
"lock": "锁定",
|
||||
"lock-and-suspend": "锁定并挂起",
|
||||
"logout": "注销",
|
||||
"reboot": "重启",
|
||||
"shutdown": "关机",
|
||||
"suspend": "挂起",
|
||||
"hibernate": "休眠",
|
||||
"title": "会话菜单"
|
||||
},
|
||||
"settings": {
|
||||
@@ -1597,6 +1597,30 @@
|
||||
"title": "会话菜单"
|
||||
},
|
||||
"system-monitor": {
|
||||
"cpu-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU 使用率"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "严重颜色"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "自定义高亮颜色"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "磁盘使用率"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"general": {
|
||||
"section": {
|
||||
"description": "配置系统监视器的行为和外观。",
|
||||
@@ -1606,69 +1630,36 @@
|
||||
"highlight-colors-section": {
|
||||
"label": "高亮颜色"
|
||||
},
|
||||
"use-custom-highlight-colors": {
|
||||
"label": "使用自定义高亮颜色",
|
||||
"description": "关闭时将使用主题默认高亮颜色。"
|
||||
},
|
||||
"custom-highlight-colors-title": {
|
||||
"label": "自定义高亮颜色"
|
||||
},
|
||||
"warning-color": {
|
||||
"label": "警告颜色"
|
||||
},
|
||||
"critical-color": {
|
||||
"label": "严重颜色"
|
||||
},
|
||||
"thresholds-section": {
|
||||
"label": "阈值",
|
||||
"description": "设置各项系统测量指标的阈值,超过该值将以高亮色进行提示。"
|
||||
},
|
||||
"cpu-section": {
|
||||
"label": "CPU 使用率"
|
||||
},
|
||||
"cpu-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"cpu-critical-threshold": {
|
||||
"mem-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"temperature-section": {
|
||||
"label": "CPU 温度"
|
||||
},
|
||||
"temp-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"memory-section": {
|
||||
"label": "内存使用率"
|
||||
},
|
||||
"mem-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"mem-critical-threshold": {
|
||||
"memory-section": {
|
||||
"label": "内存使用率"
|
||||
},
|
||||
"temp-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"disk-section": {
|
||||
"label": "磁盘使用率"
|
||||
},
|
||||
"disk-warning-threshold": {
|
||||
"temp-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
},
|
||||
"disk-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
"temperature-section": {
|
||||
"label": "CPU 温度"
|
||||
},
|
||||
"network-section": {
|
||||
"label": "网络使用率"
|
||||
"thresholds-section": {
|
||||
"description": "设置各项系统测量指标的阈值,超过该值将以高亮色进行提示。",
|
||||
"label": "阈值"
|
||||
},
|
||||
"network-warning-threshold": {
|
||||
"label": "警告阈值"
|
||||
"title": "系统监视器",
|
||||
"use-custom-highlight-colors": {
|
||||
"description": "关闭时将使用主题默认高亮颜色。",
|
||||
"label": "使用自定义高亮颜色"
|
||||
},
|
||||
"network-critical-threshold": {
|
||||
"label": "严重阈值"
|
||||
},
|
||||
"title": "系统监视器"
|
||||
"warning-color": {
|
||||
"label": "警告颜色"
|
||||
}
|
||||
},
|
||||
"user-interface": {
|
||||
"animation-disable": {
|
||||
@@ -2176,4 +2167,4 @@
|
||||
"title": "Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user