update: 智能体管理样式优化

This commit is contained in:
zhuoqinglian
2026-03-06 09:20:15 +08:00
parent bc2c68e89f
commit 8b24151756
8 changed files with 65 additions and 69 deletions
+2 -3
View File
@@ -463,7 +463,6 @@ export default {
'device.getListFailed': 'Geräteliste konnte nicht abgerufen werden',
'device.autoUpdateEnabled': 'Automatische Aktualisierung aktiviert',
'device.autoUpdateDisabled': 'Automatische Aktualisierung deaktiviert',
'device.batchUnbindSuccess': 'Erfolgreich {count} Geräte entbunden',
'device.getFirmwareTypeFailed': 'Firmware-Typ konnte nicht abgerufen werden',
'device.deviceStatus': 'Status',
'device.online': 'Online',
@@ -748,7 +747,7 @@ export default {
// Role configuration page text
'roleConfig.title': 'Rollenkonfiguration',
'roleConfig.addTag': 'Neues Label hinzufügen',
'roleConfig.restartNotice': 'Nach dem Speichern der Konfiguration müssen Sie das Gerät neu starten, damit die neue Konfiguration wirksam wird.',
'roleConfig.restartNotice': 'Neustart nach Konfigurationsspeichern zur Aktivierung.',
'roleConfig.saveConfig': 'Konfiguration speichern',
'roleConfig.reset': 'Zurücksetzen',
'roleConfig.agentName': 'Spitzname',
@@ -771,7 +770,7 @@ export default {
'roleConfig.ttsRate': 'Geschwindigkeit',
'roleConfig.ttsPitch': 'Tonhöhe',
'roleConfig.ttsAdvanced': 'TTS-Parameter',
'roleConfig.advancedSettings': 'Erweiterte Einstellungen',
'roleConfig.advancedSettings': 'Sprachgeschwindigkeit',
'roleConfig.volumeHint': '-100=Min, 0=Standard, 100=Max',
'roleConfig.speedHint': '-100=Langsamste, 0=Standard, 100=Schnellste',
'roleConfig.pitchHint': '-100=Niedrigste, 0=Standard, 100=Höchste',