fix(i18n): remove duplicate German keys unblocking main's Type Check (#2495)

Co-authored-by: sanil-23 <sanil@alphahuman.xyz>
This commit is contained in:
sanil-23
2026-05-23 00:04:56 +05:30
committed by GitHub
co-authored by sanil-23
parent ed3e453b8b
commit 66b3151654
2 changed files with 0 additions and 24 deletions
-2
View File
@@ -123,8 +123,6 @@ const de3: TranslationMap = {
'subconscious.decision.failed': 'Fehlgeschlagen',
'subconscious.decision.cancelled': 'Abgesagt',
'subconscious.decision.skipped': 'Übersprungen',
'subconscious.providerUnavailableTitle': 'Unterbewusstsein pausiert',
'subconscious.providerSettings': 'KI-Einstellungen',
'actionable.complete': 'Komplett',
'actionable.dismiss': 'Entlassen',
'actionable.snooze': 'Schlummern',
-22
View File
@@ -523,28 +523,6 @@ const de5: TranslationMap = {
'settings.mascot.colorYellow': 'Gelb',
'settings.mascot.libraryUnavailable': 'OpenHuman Bibliothek nicht verfügbar',
'settings.mascot.title': 'OpenHuman',
'settings.developerMenu.mcpServer.title': 'MCP-Server',
'settings.developerMenu.mcpServer.desc':
'Externe MCP-Clients für die Verbindung zu OpenHuman konfigurieren',
'settings.mcpServer.title': 'MCP-Server',
'settings.mcpServer.toolsSectionTitle': 'Verfügbare Tools',
'settings.mcpServer.toolsSectionDesc':
'Tools, die über den MCP-stdio-Server bereitgestellt werden, wenn openhuman-core mcp läuft',
'settings.mcpServer.configSectionTitle': 'Client-Konfiguration',
'settings.mcpServer.configSectionDesc':
'Wähle deinen MCP-Client, um den passenden Konfigurations-Snippet zu erzeugen',
'settings.mcpServer.copySnippet': 'In Zwischenablage kopieren',
'settings.mcpServer.copied': 'Kopiert!',
'settings.mcpServer.openConfigFile': 'Konfigurationsdatei öffnen',
'settings.mcpServer.binaryPathNotFound':
'OpenHuman-Binary nicht gefunden. Bei Quellbau bitte mit `cargo build --bin openhuman-core` bauen.',
'settings.mcpServer.openConfigError': 'Konfigurationsdatei konnte nicht geöffnet werden',
'settings.mcpServer.clientClaudeDesktop': 'Claude Desktop',
'settings.mcpServer.clientCursor': 'Cursor',
'settings.mcpServer.clientCodex': 'Codex',
'settings.mcpServer.clientZed': 'Zed',
'settings.mcpServer.configFilePath': 'Konfigurationsdatei',
'settings.mcpServer.clientSelectorAriaLabel': 'MCP-Client-Auswahl',
};
export default de5;