mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
quicksettings: replace hardcoded text with i18n, edit label & tooltip,
force hover when recording
This commit is contained in:
+117
-1
@@ -744,8 +744,52 @@
|
||||
"description": "Konfigurieren und verwalten Sie Kontrollzentrum-Widgets und deren Anzeigeoptionen."
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "Benachrichtigungen",
|
||||
"tooltip": {
|
||||
"enable": "Nicht stören aktivieren",
|
||||
"disable": "Nicht stören deaktivieren"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "Netzwerk"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi verbunden",
|
||||
"disconnected": "Wi-Fi getrennt"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "Ethernet verbunden"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "Bluetooth",
|
||||
"tooltip": {
|
||||
"enabled": "Bluetooth aktiviert",
|
||||
"disabled": "Bluetooth deaktiviert"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "Bildschirm",
|
||||
"tooltip": {
|
||||
"start": "Bildschirmaufnahme starten",
|
||||
"stop": "Aufnahme beenden"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "Aktuell: {profile}",
|
||||
"unavailable": "Energieprofile nicht verfügbar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"title": "Hooks",
|
||||
"system-hooks": {
|
||||
"section": {
|
||||
@@ -1432,6 +1476,78 @@
|
||||
"restart": "Neu starten",
|
||||
"suspend": "Ruhezustand"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "Benachrichtigungen",
|
||||
"disabled": "Nicht stören"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Linksklick: Benachrichtigungsverlauf öffnen\nRechtsklick: Nicht stören umschalten"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "Stopp",
|
||||
"stopped": "Aufnehmen"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Starten/Stoppen der Bildschirmaufnahme"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "Energieprofil"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Wechseln des Energieprofils"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "Ethernet",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi getrennt"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Verwalten der Wi-Fi-Verbindungen"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "Bluetooth",
|
||||
"disabled": "Bluetooth"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Verwalten der Bluetooth-Geräte"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "Nachtlicht",
|
||||
"forced": "Nachtlicht",
|
||||
"disabled": "Nachtlicht"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Wechseln des Nachtlicht-Modus\nRechtsklick: Einstellungen öffnen"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "Hintergrundbild",
|
||||
"tooltip": {
|
||||
"action": "Linksklick: Hintergrundbildauswahl öffnen\nRechtsklick: Zufälliges Hintergrundbild setzen"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "Wach halten",
|
||||
"disabled": "Wach halten"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Klicken zum Umschalten des Wach-halten-Modus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "Aktiviert",
|
||||
|
||||
@@ -741,6 +741,9 @@
|
||||
"label": "Widgets",
|
||||
"description": "Configure and manage Control Center widgets and their display options."
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"sectionName": "Quick Settings"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
@@ -1403,6 +1406,78 @@
|
||||
"restart": "Restart",
|
||||
"suspend": "Suspend"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "Notifications",
|
||||
"disabled": "Do Not Disturb"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Left click: Open notification history\nRight click: Toggle Do Not Disturb"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "Stop",
|
||||
"stopped": "Record"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to start/stop screen recording"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "Power Profile"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to cycle power profile"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "Ethernet",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi Disconnected"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to manage Wi-Fi connections"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "Bluetooth",
|
||||
"disabled": "Bluetooth"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to manage Bluetooth devices"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "Night Light",
|
||||
"forced": "Night Light",
|
||||
"disabled": "Night Light"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to cycle Night Light mode\nRight click: Open settings"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "Wallpaper",
|
||||
"tooltip": {
|
||||
"action": "Left click: Open wallpaper selector\nRight click: Set random wallpaper"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "Keep Awake",
|
||||
"disabled": "Keep Awake"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Click to toggle keep awake mode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "Enabled",
|
||||
|
||||
+117
-1
@@ -740,8 +740,52 @@
|
||||
"description": "Configura y gestiona los widgets del centro de control y sus opciones de visualización."
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "Notificaciones",
|
||||
"tooltip": {
|
||||
"enable": "Activar No molestar",
|
||||
"disable": "Desactivar No molestar"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "Red"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi conectado",
|
||||
"disconnected": "Wi-Fi desconectado"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "Ethernet conectado"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "Bluetooth",
|
||||
"tooltip": {
|
||||
"enabled": "Bluetooth habilitado",
|
||||
"disabled": "Bluetooth deshabilitado"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "Pantalla",
|
||||
"tooltip": {
|
||||
"start": "Iniciar grabación de pantalla",
|
||||
"stop": "Detener grabación"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "Actual: {profile}",
|
||||
"unavailable": "Perfiles de energía no disponibles"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"title": "Hooks",
|
||||
"system-hooks": {
|
||||
"section": {
|
||||
@@ -1400,6 +1444,78 @@
|
||||
"restart": "Reiniciar",
|
||||
"suspend": "Suspender"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "Notificaciones",
|
||||
"disabled": "No molestar"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clic izquierdo: Abrir historial de notificaciones\nClic derecho: Alternar No molestar"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "Detener",
|
||||
"stopped": "Grabar"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para iniciar/detener la grabación de pantalla"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "Perfil de energía"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para cambiar el perfil de energía"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "Ethernet",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi desconectado"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para gestionar las conexiones Wi-Fi"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "Bluetooth",
|
||||
"disabled": "Bluetooth"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para gestionar los dispositivos Bluetooth"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "Luz nocturna",
|
||||
"forced": "Luz nocturna",
|
||||
"disabled": "Luz nocturna"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para alternar el modo Luz nocturna\nClic derecho: Abrir configuración"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "Fondo de pantalla",
|
||||
"tooltip": {
|
||||
"action": "Clic izquierdo: Abrir selector de fondo de pantalla\nClic derecho: Establecer fondo de pantalla aleatorio"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "Mantener despierto",
|
||||
"disabled": "Mantener despierto"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Hacer clic para alternar el modo Mantener despierto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "Activada",
|
||||
|
||||
+161
-1
@@ -741,7 +741,95 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "Notifications",
|
||||
"tooltip": {
|
||||
"enable": "Activer Ne pas déranger",
|
||||
"disable": "Désactiver Ne pas déranger"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "Réseau"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi connecté",
|
||||
"disconnected": "Wi-Fi déconnecté"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "Ethernet connecté"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "Bluetooth",
|
||||
"tooltip": {
|
||||
"enabled": "Bluetooth activé",
|
||||
"disabled": "Bluetooth désactivé"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "Écran",
|
||||
"tooltip": {
|
||||
"start": "Démarrer l'enregistrement d'écran",
|
||||
"stop": "Arrêter l'enregistrement"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "Actuel : {profile}",
|
||||
"unavailable": "Profils d'alimentation non disponibles"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "Notifications",
|
||||
"tooltip": {
|
||||
"enable": "Activer Ne pas déranger",
|
||||
"disable": "Désactiver Ne pas déranger"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "Réseau"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi connecté",
|
||||
"disconnected": "Wi-Fi déconnecté"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "Ethernet connecté"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "Bluetooth",
|
||||
"tooltip": {
|
||||
"enabled": "Bluetooth activé",
|
||||
"disabled": "Bluetooth désactivé"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "Écran",
|
||||
"tooltip": {
|
||||
"start": "Démarrer l'enregistrement d'écran",
|
||||
"stop": "Arrêter l'enregistrement"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "Actuel : {profile}",
|
||||
"unavailable": "Profils d'alimentation non disponibles"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"title": "Hooks",
|
||||
"system-hooks": {
|
||||
"section": {
|
||||
@@ -1400,6 +1488,78 @@
|
||||
"restart": "Redémarrer",
|
||||
"suspend": "Mettre en veille"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "Notifications",
|
||||
"disabled": "Ne pas déranger"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clic gauche : Ouvrir l'historique des notifications\nClic droit : Basculer Ne pas déranger"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "Arrêter",
|
||||
"stopped": "Enregistrer"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour démarrer/arrêter l'enregistrement d'écran"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "Profil d'alimentation"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour changer de profil d'alimentation"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "Ethernet",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi déconnecté"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour gérer les connexions Wi-Fi"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "Bluetooth",
|
||||
"disabled": "Bluetooth"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour gérer les appareils Bluetooth"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "Lumière nocturne",
|
||||
"forced": "Lumière nocturne",
|
||||
"disabled": "Lumière nocturne"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour basculer le mode Lumière nocturne\nClic droit : Ouvrir les paramètres"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "Fond d'écran",
|
||||
"tooltip": {
|
||||
"action": "Clic gauche : Ouvrir le sélecteur de fond d'écran\nClic droit : Définir un fond d'écran aléatoire"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "Rester éveillé",
|
||||
"disabled": "Rester éveillé"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Cliquer pour basculer le mode Rester éveillé"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "Activé",
|
||||
|
||||
+117
-1
@@ -706,8 +706,52 @@
|
||||
"description": "Configure e gerencie os widgets do centro de controle e suas opções de exibição."
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "Notificações",
|
||||
"tooltip": {
|
||||
"enable": "Ativar Não perturbe",
|
||||
"disable": "Desativar Não perturbe"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "Rede"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi conectado",
|
||||
"disconnected": "Wi-Fi desconectado"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "Ethernet conectado"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "Bluetooth",
|
||||
"tooltip": {
|
||||
"enabled": "Bluetooth habilitado",
|
||||
"disabled": "Bluetooth desabilitado"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "Tela",
|
||||
"tooltip": {
|
||||
"start": "Iniciar gravação de tela",
|
||||
"stop": "Parar gravação"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "Atual: {profile}",
|
||||
"unavailable": "Perfis de energia não disponíveis"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"title": "Hooks",
|
||||
"system-hooks": {
|
||||
"section": {
|
||||
@@ -1400,6 +1444,78 @@
|
||||
"restart": "Reiniciar",
|
||||
"suspend": "Suspender"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "Notificações",
|
||||
"disabled": "Não perturbar"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique esquerdo: Abrir histórico de notificações\nClique direito: Alternar Não perturbar"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "Parar",
|
||||
"stopped": "Gravar"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para iniciar/parar a gravação da tela"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "Perfil de energia"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para alternar o perfil de energia"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "Ethernet",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi desconectado"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para gerenciar conexões Wi-Fi"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "Bluetooth",
|
||||
"disabled": "Bluetooth"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para gerenciar dispositivos Bluetooth"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "Luz noturna",
|
||||
"forced": "Luz noturna",
|
||||
"disabled": "Luz noturna"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para alternar o modo Luz noturna\nClique direito: Abrir configurações"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "Papel de parede",
|
||||
"tooltip": {
|
||||
"action": "Clique esquerdo: Abrir seletor de papel de parede\nClique direito: Definir papel de parede aleatório"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "Manter acordado",
|
||||
"disabled": "Manter acordado"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "Clique para alternar o modo Manter acordado"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "Ativada",
|
||||
|
||||
@@ -740,8 +740,52 @@
|
||||
"description": "配置和管理控制中心小部件及其显示选项。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": "通知",
|
||||
"tooltip": {
|
||||
"enable": "开启勿扰模式",
|
||||
"disable": "关闭勿扰模式"
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"wifi": {
|
||||
"label": {
|
||||
"wifi": "Wi-Fi",
|
||||
"ethernet": "网络"
|
||||
},
|
||||
"tooltip": {
|
||||
"wifi": {
|
||||
"connected": "Wi-Fi 已连接",
|
||||
"disconnected": "Wi-Fi 已断开"
|
||||
},
|
||||
"ethernet": {
|
||||
"connected": "以太网已连接"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": "蓝牙",
|
||||
"tooltip": {
|
||||
"enabled": "蓝牙已启用",
|
||||
"disabled": "蓝牙已禁用"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": "屏幕录制",
|
||||
"tooltip": {
|
||||
"start": "开始屏幕录制",
|
||||
"stop": "停止录制"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"tooltip": {
|
||||
"current": "当前:{profile}",
|
||||
"unavailable": "电源配置文件不可用"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"title": "钩子",
|
||||
"system-hooks": {
|
||||
"section": {
|
||||
@@ -1400,6 +1444,78 @@
|
||||
"restart": "重启",
|
||||
"suspend": "挂起"
|
||||
},
|
||||
"quickSettings": {
|
||||
"notifications": {
|
||||
"label": {
|
||||
"enabled": "通知",
|
||||
"disabled": "勿扰模式"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "左键:打开通知历史\n右键:切换勿扰模式"
|
||||
}
|
||||
},
|
||||
"screenRecorder": {
|
||||
"label": {
|
||||
"recording": "停止",
|
||||
"stopped": "录制"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击开始/停止屏幕录制"
|
||||
}
|
||||
},
|
||||
"powerProfile": {
|
||||
"label": {
|
||||
"unavailable": "电源模式"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击切换电源模式"
|
||||
}
|
||||
},
|
||||
"wifi": {
|
||||
"label": {
|
||||
"ethernet": "以太网",
|
||||
"wifi": "Wi-Fi",
|
||||
"disconnected": "Wi-Fi 已断开"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击管理 Wi-Fi 连接"
|
||||
}
|
||||
},
|
||||
"bluetooth": {
|
||||
"label": {
|
||||
"enabled": "蓝牙",
|
||||
"disabled": "蓝牙"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击管理蓝牙设备"
|
||||
}
|
||||
},
|
||||
"nightLight": {
|
||||
"label": {
|
||||
"enabled": "夜间模式",
|
||||
"forced": "夜间模式",
|
||||
"disabled": "夜间模式"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击切换夜间模式\n右键:打开设置"
|
||||
}
|
||||
},
|
||||
"wallpaperSelector": {
|
||||
"label": "壁纸",
|
||||
"tooltip": {
|
||||
"action": "左键:打开壁纸选择器\n右键:设置随机壁纸"
|
||||
}
|
||||
},
|
||||
"keepAwake": {
|
||||
"label": {
|
||||
"enabled": "保持唤醒",
|
||||
"disabled": "保持唤醒"
|
||||
},
|
||||
"tooltip": {
|
||||
"action": "点击切换保持唤醒模式"
|
||||
}
|
||||
}
|
||||
},
|
||||
"toast": {
|
||||
"night-light": {
|
||||
"enabled": "已启用",
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
"id": "Bluetooth"
|
||||
},
|
||||
{
|
||||
"id": "DoNotDisturb"
|
||||
"id": "Notifications"
|
||||
},
|
||||
{
|
||||
"id": "NightLight"
|
||||
|
||||
Reference in New Issue
Block a user