Merge branch 'quick-settings'

This commit is contained in:
ItsLemmy
2025-10-10 07:42:40 -04:00
51 changed files with 1980 additions and 430 deletions
+122 -6
View File
@@ -85,6 +85,7 @@
"reset-scaling": "Skalierung zurücksetzen"
},
"control-center": {
"title": "Kontrollzentrum",
"section": {
"label": "Kontrollzentrum",
"description": "Konfigurieren Sie die Positionierung und das Verhalten des Kontrollzentrum-Panels."
@@ -92,6 +93,22 @@
"position": {
"label": "Position",
"description": "Wählen Sie, wo das Kontrollzentrum-Panel beim Öffnen erscheint."
},
"quickSettingsStyle": {
"section": {
"label": "Schnelleinstellungen-Stil",
"description": "Passen Sie das Aussehen und Verhalten der Schnelleinstellungen im Kontrollzentrum an."
},
"style": {
"label": "Schnelleinstellungen-Stil",
"description": "Wählen Sie den visuellen Stil für Schnelleinstellungs-Schalter und -Steuerungen."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Konfigurieren und verwalten Sie Kontrollzentrum-Widgets und deren Anzeigeoptionen."
}
}
}
},
@@ -266,10 +283,6 @@
"section": {
"label": "Monitor-Anzeige",
"description": "Statusleiste auf bestimmten Monitoren anzeigen. Standard ist alle, wenn keine ausgewählt sind."
},
"only-same-output": {
"label": "Nur Apps vom gleichen Bildschirm",
"description": "Zeige nur Apps vom dem Bildschirm an, wo sich das Dock befindet."
}
}
},
@@ -709,6 +722,28 @@
}
}
},
"control-center": {
"title": "Kontrollzentrum",
"quickSettingsStyle": {
"section": {
"label": "Schnelleinstellungen-Stil",
"description": "Passen Sie das Aussehen und Verhalten der Schnelleinstellungen im Kontrollzentrum an."
},
"style": {
"label": "Schnelleinstellungen-Stil",
"description": "Wählen Sie den visuellen Stil für Schnelleinstellungs-Schalter und -Steuerungen."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Konfigurieren und verwalten Sie Kontrollzentrum-Widgets und deren Anzeigeoptionen."
}
},
"quickSettings": {
"sectionName": "Schnelleinstellungen"
}
},
"hooks": {
"title": "Hooks",
"system-hooks": {
@@ -766,7 +801,11 @@
},
"file-picker": {
"select-folder": "Ordner auswählen",
"select-file": "Datei auswählen"
"select-file": "Datei auswählen",
"cancel": "Abbrechen",
"search-placeholder": "Dateien und Ordner suchen...",
"select-current": "Aktuelle auswählen",
"title": "Dateiauswahl"
},
"datetime-tokens": {
"common": {
@@ -1259,6 +1298,11 @@
"bottom_right": "Unten rechts",
"bottom_center": "Unten mittig",
"top_center": "Oben mittig"
},
"quickSettingsStyle": {
"modern": "Modern",
"classic": "Klassisch",
"compact": "Kompakt"
}
},
"osd": {
@@ -1355,7 +1399,7 @@
"calculator-error": "Fehler"
},
"system": {
"uptime": "System-Laufzeit: {uptime}",
"uptime": "Laufzeit: {uptime}",
"welcome-back": "Willkommen zurück,",
"monitor-description": "{model} ({width}x{height})",
"scaling-percentage": "{percentage}%",
@@ -1391,6 +1435,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",
+122 -2
View File
@@ -87,6 +87,7 @@
}
},
"control-center": {
"title": "Control Center",
"section": {
"label": "Control Center",
"description": "Configure the Control Center panel positioning and behavior."
@@ -94,6 +95,22 @@
"position": {
"label": "Position",
"description": "Choose where the Control Center panel appears when opened."
},
"quickSettingsStyle": {
"section": {
"label": "Quick Settings Style",
"description": "Customize the appearance and behavior of quick settings in the Control Center."
},
"style": {
"label": "Quick Settings Style",
"description": "Choose the visual style for quick settings toggles and controls."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configure and manage Control Center widgets and their display options."
}
}
}
},
@@ -707,6 +724,28 @@
}
}
},
"control-center": {
"title": "Control Center",
"quickSettingsStyle": {
"section": {
"label": "Quick Settings Style",
"description": "Customize the appearance and behavior of quick settings in the Control Center."
},
"style": {
"label": "Quick Settings Style",
"description": "Choose the visual style for quick settings toggles and controls."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configure and manage Control Center widgets and their display options."
}
},
"quickSettings": {
"sectionName": "Quick Settings"
}
},
"hooks": {
"title": "Hooks",
"system-hooks": {
@@ -746,8 +785,12 @@
"placeholder": "Placeholder"
},
"file-picker": {
"title": "File Picker",
"select-folder": "Select Folder",
"select-file": "Select File"
"select-file": "Select File",
"search-placeholder": "Search files and folders...",
"select-current": "Select Current",
"cancel": "Cancel"
},
"datetime-tokens": {
"common": {
@@ -1241,6 +1284,11 @@
"bottom_right": "Bottom right",
"bottom_center": "Bottom center",
"top_center": "Top center"
},
"quickSettingsStyle": {
"modern": "Modern",
"classic": "Classic",
"compact": "Compact"
}
},
"osd": {
@@ -1337,7 +1385,7 @@
"calculator-error": "Error"
},
"system": {
"uptime": "System uptime: {uptime}",
"uptime": "Uptime: {uptime}",
"welcome-back": "Welcome back,",
"monitor-description": "{model} ({width}x{height})",
"scaling-percentage": "{percentage}%",
@@ -1362,6 +1410,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",
+122 -2
View File
@@ -85,6 +85,7 @@
"reset-scaling": "Restablecer la escala"
},
"control-center": {
"title": "Centro de control",
"section": {
"label": "Centro de control",
"description": "Configurar el posicionamiento y comportamiento del panel del centro de control."
@@ -92,6 +93,22 @@
"position": {
"label": "Posición",
"description": "Elige dónde aparece el panel del centro de control cuando se abre."
},
"quickSettingsStyle": {
"section": {
"label": "Estilo de configuración rápida",
"description": "Personaliza la apariencia y el comportamiento de las configuraciones rápidas en el centro de control."
},
"style": {
"label": "Estilo de configuración rápida",
"description": "Elige el estilo visual para los interruptores y controles de configuración rápida."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configura y gestiona los widgets del centro de control y sus opciones de visualización."
}
}
}
},
@@ -705,6 +722,28 @@
}
}
},
"control-center": {
"title": "Centro de control",
"quickSettingsStyle": {
"section": {
"label": "Estilo de configuración rápida",
"description": "Personaliza la apariencia y el comportamiento de las configuraciones rápidas en el centro de control."
},
"style": {
"label": "Estilo de configuración rápida",
"description": "Elige el estilo visual para los interruptores y controles de configuración rápida."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configura y gestiona los widgets del centro de control y sus opciones de visualización."
}
},
"quickSettings": {
"sectionName": "Ajustes rápidos"
}
},
"hooks": {
"title": "Hooks",
"system-hooks": {
@@ -745,7 +784,11 @@
},
"file-picker": {
"select-folder": "Seleccionar carpeta",
"select-file": "Seleccionar archivo"
"select-file": "Seleccionar archivo",
"cancel": "Cancelar",
"search-placeholder": "Buscar archivos y carpetas...",
"select-current": "Seleccionar actual",
"title": "Selector de archivos"
},
"datetime-tokens": {
"common": {
@@ -1238,6 +1281,11 @@
"bottom_right": "Inferior derecha",
"bottom_center": "Inferior central",
"top_center": "Superior central"
},
"quickSettingsStyle": {
"modern": "Moderno",
"classic": "Clásico",
"compact": "Compacto"
}
},
"osd": {
@@ -1334,7 +1382,7 @@
"calculator-error": "Error"
},
"system": {
"uptime": "Tiempo de actividad: {uptime}",
"uptime": "Actividad: {uptime}",
"welcome-back": "¡Bienvenido de nuevo,",
"monitor-description": "{model} ({width}x{height})",
"scaling-percentage": "{percentage}%",
@@ -1359,6 +1407,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",
+123 -3
View File
@@ -85,6 +85,7 @@
"reset-scaling": "Réinitialiser l'échelle"
},
"control-center": {
"title": "Centre de contrôle",
"section": {
"label": "Centre de contrôle",
"description": "Configurer le positionnement et le comportement du panneau du centre de contrôle."
@@ -92,6 +93,22 @@
"position": {
"label": "Position",
"description": "Choisissez où apparaît le panneau du centre de contrôle lors de l'ouverture."
},
"quickSettingsStyle": {
"section": {
"label": "Style des paramètres rapides",
"description": "Personnalisez l'apparence et le comportement des paramètres rapides dans le centre de contrôle."
},
"style": {
"label": "Style des paramètres rapides",
"description": "Choisissez le style visuel pour les commutateurs et contrôles des paramètres rapides."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configurez et gérez les widgets du centre de contrôle et leurs options d'affichage."
}
}
}
},
@@ -705,6 +722,28 @@
}
}
},
"control-center": {
"title": "Centre de contrôle",
"quickSettingsStyle": {
"section": {
"label": "Style des paramètres rapides",
"description": "Personnalisez l'apparence et le comportement des paramètres rapides dans le centre de contrôle."
},
"style": {
"label": "Style des paramètres rapides",
"description": "Choisissez le style visuel pour les commutateurs et contrôles des paramètres rapides."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configurez et gérez les widgets du centre de contrôle et leurs options d'affichage."
}
},
"quickSettings": {
"sectionName": "Paramètres rapides"
}
},
"hooks": {
"title": "Hooks",
"system-hooks": {
@@ -745,7 +784,11 @@
},
"file-picker": {
"select-folder": "Sélectionner un dossier",
"select-file": "Sélectionner un fichier"
"select-file": "Sélectionner un fichier",
"cancel": "Annuler",
"search-placeholder": "Rechercher des fichiers et des dossiers...",
"select-current": "Sélectionner Actuel",
"title": "Sélecteur de fichiers"
},
"datetime-tokens": {
"common": {
@@ -1238,6 +1281,11 @@
"bottom_right": "En bas à droite",
"bottom_center": "En bas au centre",
"top_center": "En haut au centre"
},
"quickSettingsStyle": {
"modern": "Moderne",
"classic": "Classique",
"compact": "Compact"
}
},
"osd": {
@@ -1334,7 +1382,6 @@
"calculator-error": "Erreur"
},
"system": {
"uptime": "Temps d'activité : {uptime}",
"welcome-back": "Bon retour,",
"monitor-description": "{model} ({width}x{height})",
"scaling-percentage": "{percentage}%",
@@ -1348,7 +1395,8 @@
"user-requested": "Demandé par l'utilisateur",
"unknown": "Inconnu",
"unknown-version": "Inconnue",
"unknown-layout": "Inconnue"
"unknown-layout": "Inconnue",
"uptime": "Activité : {uptime}"
},
"lock-screen": {
"password": "Entrez votre mot de passe...",
@@ -1359,6 +1407,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é",
+122 -2
View File
@@ -85,6 +85,7 @@
"reset-scaling": "Redefinir escala"
},
"control-center": {
"title": "Centro de controle",
"section": {
"label": "Centro de controle",
"description": "Configurar o posicionamento e comportamento do painel do centro de controle."
@@ -92,6 +93,22 @@
"position": {
"label": "Posição",
"description": "Escolha onde o painel do centro de controle aparece quando aberto."
},
"quickSettingsStyle": {
"section": {
"label": "Estilo de configurações rápidas",
"description": "Personalize a aparência e o comportamento das configurações rápidas no centro de controle."
},
"style": {
"label": "Estilo de configurações rápidas",
"description": "Escolha o estilo visual para os interruptores e controles de configurações rápidas."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configure e gerencie os widgets do centro de controle e suas opções de exibição."
}
}
}
},
@@ -671,6 +688,28 @@
}
}
},
"control-center": {
"title": "Centro de controle",
"quickSettingsStyle": {
"section": {
"label": "Estilo de configurações rápidas",
"description": "Personalize a aparência e o comportamento das configurações rápidas no centro de controle."
},
"style": {
"label": "Estilo de configurações rápidas",
"description": "Escolha o estilo visual para os interruptores e controles de configurações rápidas."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Configure e gerencie os widgets do centro de controle e suas opções de exibição."
}
},
"quickSettings": {
"sectionName": "Configurações rápidas"
}
},
"hooks": {
"title": "Hooks",
"system-hooks": {
@@ -745,7 +784,11 @@
},
"file-picker": {
"select-folder": "Selecionar Pasta",
"select-file": "Selecionar Arquivo"
"select-file": "Selecionar Arquivo",
"cancel": "Cancelar",
"search-placeholder": "Pesquisar arquivos e pastas...",
"select-current": "Selecionar Atual",
"title": "Seletor de Arquivos"
},
"datetime-tokens": {
"common": {
@@ -1237,6 +1280,11 @@
"bottom_right": "Inferior direito",
"bottom_center": "Centro inferior",
"top_center": "Centro superior"
},
"quickSettingsStyle": {
"modern": "Moderno",
"classic": "Clássico",
"compact": "Compacto"
}
},
"bar": {
@@ -1334,7 +1382,7 @@
"calculator-error": "Erro"
},
"system": {
"uptime": "Sistema ativo há: {uptime}",
"uptime": "Atividade: {uptime}",
"welcome-back": "Bem-vindo(a) de volta, {user}!",
"monitor-description": "{model} ({width}x{height})",
"scaling-percentage": "{percentage}%",
@@ -1359,6 +1407,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",
+121 -1
View File
@@ -85,6 +85,7 @@
}
},
"control-center": {
"title": "控制中心",
"section": {
"label": "控制中心",
"description": "配置控制中心面板的定位和行为。"
@@ -92,6 +93,22 @@
"position": {
"label": "位置",
"description": "选择控制中心面板打开时出现的位置。"
},
"quickSettingsStyle": {
"section": {
"label": "快速设置样式",
"description": "自定义控制中心中快速设置的外观和行为。"
},
"style": {
"label": "快速设置样式",
"description": "选择快速设置开关和控件的视觉样式。"
}
},
"widgets": {
"section": {
"label": "小部件",
"description": "配置和管理控制中心小部件及其显示选项。"
}
}
}
},
@@ -705,6 +722,28 @@
}
}
},
"control-center": {
"title": "控制中心",
"quickSettingsStyle": {
"section": {
"label": "快速设置样式",
"description": "自定义控制中心中快速设置的外观和行为。"
},
"style": {
"label": "快速设置样式",
"description": "选择快速设置开关和控件的视觉样式。"
}
},
"widgets": {
"section": {
"label": "小部件",
"description": "配置和管理控制中心小部件及其显示选项。"
}
},
"quickSettings": {
"sectionName": "快速设置"
}
},
"hooks": {
"title": "钩子",
"system-hooks": {
@@ -745,7 +784,11 @@
},
"file-picker": {
"select-folder": "选择文件夹",
"select-file": "选择文件"
"select-file": "选择文件",
"cancel": "取消",
"search-placeholder": "搜索文件和文件夹...",
"select-current": "选择当前",
"title": "文件选择器"
},
"datetime-tokens": {
"common": {
@@ -1238,6 +1281,11 @@
"bottom_right": "右下角",
"bottom_center": "底部居中",
"top_center": "顶部居中"
},
"quickSettingsStyle": {
"modern": "现代",
"classic": "经典",
"compact": "紧凑"
}
},
"osd": {
@@ -1359,6 +1407,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": "已启用",
+24 -7
View File
@@ -36,12 +36,6 @@
{
"id": "NotificationHistory"
},
{
"id": "WiFi"
},
{
"id": "Bluetooth"
},
{
"id": "Battery"
},
@@ -112,7 +106,30 @@
"terminalCommand": "xterm -e"
},
"controlCenter": {
"position": "close_to_bar_button"
"position": "close_to_bar_button",
"quickSettingsStyle": "compact",
"widgets": {
"quickSettings": [
{
"id": "WiFi"
},
{
"id": "Bluetooth"
},
{
"id": "Notifications"
},
{
"id": "ScreenRecorder"
},
{
"id": "PowerProfile"
},
{
"id": "WallpaperSelector"
}
]
}
},
"dock": {
"displayMode": "always_visible",