新增只读 Hermes 插件页 (#592)
* feat: add read-only plugins page * fix: align plugins page i18n and header
This commit is contained in:
@@ -74,6 +74,7 @@ export default {
|
||||
jobs: 'Geplante Aufgaben',
|
||||
models: 'Modelle',
|
||||
profiles: 'Profile',
|
||||
plugins: 'Plugins',
|
||||
skills: 'Fahigkeiten',
|
||||
memory: 'Gedachtnis',
|
||||
logs: 'Protokolle',
|
||||
@@ -277,6 +278,74 @@ jobTriggered: 'Job ausgelost',
|
||||
},
|
||||
},
|
||||
|
||||
// Plugins
|
||||
plugins: {
|
||||
title: 'Plugins',
|
||||
refresh: 'Aktualisieren',
|
||||
notice: 'Schreibgeschütztes Inventar erkennbarer Hermes-Plugin-Manifeste. Discovery-Metadaten werden gelesen, ohne Plugin-Code zu laden. Verwaltungsaktionen bleiben in v1 im CLI; Änderungen gelten für neue Hermes-Sitzungen.',
|
||||
loadFailed: 'Plugins konnten nicht geladen werden',
|
||||
commandCopied: 'Befehl kopiert',
|
||||
searchPlaceholder: 'Key, Name, Beschreibung, Pfad suchen...',
|
||||
source: 'Quelle',
|
||||
kind: 'Typ',
|
||||
statusTitle: 'Status',
|
||||
configStatus: 'config: {status}',
|
||||
notAvailable: 'n/a',
|
||||
copyCommand: 'Befehl kopieren',
|
||||
managedElsewhere: 'anderweitig verwaltet',
|
||||
noMatch: 'Keine Plugins passen zu den aktuellen Filtern',
|
||||
enabled: 'aktiviert',
|
||||
disabled: 'deaktiviert',
|
||||
summary: {
|
||||
total: 'Gesamt',
|
||||
active: 'Aktiviert / auto',
|
||||
inactive: 'Inaktiv',
|
||||
disabled: 'Deaktiviert',
|
||||
providerManaged: 'Provider-verwaltet',
|
||||
},
|
||||
status: {
|
||||
enabled: 'Aktiviert',
|
||||
'auto-active': 'Auto-aktiv',
|
||||
inactive: 'Inaktiv',
|
||||
disabled: 'Deaktiviert',
|
||||
'provider-managed': 'Provider-verwaltet',
|
||||
},
|
||||
statusLabel: {
|
||||
enabled: 'Per Konfiguration aktiviert',
|
||||
'auto-active': 'Auto-aktiv',
|
||||
inactive: 'Inaktiv',
|
||||
disabled: 'Deaktiviert',
|
||||
'provider-managed': 'Provider-verwaltet',
|
||||
},
|
||||
configStatuses: {
|
||||
enabled: 'aktiviert',
|
||||
disabled: 'deaktiviert',
|
||||
'not-enabled': 'nicht aktiviert',
|
||||
auto: 'auto',
|
||||
'provider-managed': 'provider-verwaltet',
|
||||
},
|
||||
table: {
|
||||
plugin: 'Plugin',
|
||||
status: 'Status',
|
||||
source: 'Quelle',
|
||||
kind: 'Typ',
|
||||
capabilities: 'Fähigkeiten',
|
||||
path: 'Pfad / Entry Point',
|
||||
cli: 'CLI',
|
||||
},
|
||||
capabilities: {
|
||||
tools: '{count} Tools',
|
||||
hooks: '{count} Hooks',
|
||||
env: '{count} env',
|
||||
},
|
||||
metadata: {
|
||||
agentRoot: 'Agent root',
|
||||
python: 'Python',
|
||||
scanCwd: 'Scan cwd',
|
||||
projectPlugins: 'Projekt-Plugins',
|
||||
},
|
||||
},
|
||||
|
||||
// Memory
|
||||
memory: {
|
||||
title: 'Gedachtnis',
|
||||
|
||||
Reference in New Issue
Block a user