From dda972187a74ff3883da91881fd1f83f97e9bb36 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Fri, 3 Jul 2026 15:24:00 +0000 Subject: [PATCH] feat: add plugin and role translation keys to de.json --- frontend/src/i18n/locales/de.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index 382d281..948a3b2 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -185,7 +185,24 @@ "noUsers": "Keine Benutzer vorhanden.", "assignRole": "Rolle zuweisen", "inviteEmail": "E-Mail-Adresse", - "inviteRole": "Rolle" + "inviteRole": "Rolle", + "plugins": "Plugins", + "noPlugins": "Keine Plugins verfügbar.", + "pluginInstall": "Installieren", + "pluginActivate": "Aktivieren", + "pluginDeactivate": "Deaktivieren", + "pluginUninstall": "Deinstallieren", + "pluginInstalled": "Installiert", + "pluginActive": "Aktiv", + "pluginInactive": "Inaktiv", + "pluginDiscovered": "Verfügbar", + "pluginInstalledSuccess": "Plugin erfolgreich installiert.", + "pluginActivatedSuccess": "Plugin erfolgreich aktiviert.", + "pluginDeactivatedSuccess": "Plugin erfolgreich deaktiviert.", + "pluginUninstalledSuccess": "Plugin erfolgreich deinstalliert.", + "pluginUninstallConfirm": "Plugin wirklich deinstallieren", + "pluginRemoveData": "Plugindaten (Tabellen) ebenfalls entfernen", + "roleDeleted": "Rolle erfolgreich gelöscht." }, "auditLog": { "title": "Audit-Log", @@ -687,4 +704,4 @@ "selectAccountFirst": "Bitte zuerst ein Konto auswählen.", "noEmail": "Keine E-Mail-Adresse" } -} \ No newline at end of file +}