diff --git a/dashboard/public/translation/de.json b/dashboard/public/translation/de.json index 55f38bcce..cefeaabea 100644 --- a/dashboard/public/translation/de.json +++ b/dashboard/public/translation/de.json @@ -268,7 +268,8 @@ "name": "Name", "newGroupAction": "Neue Gruppe", "title": "Gruppen", - "count": "Gruppenanzahl: {{ count }}" + "count": "Gruppenanzahl: {{ count }}", + "emptyPlaceholder": "Noch keine Gruppen" }, "users": { "removeUserTooltip": "User löschen", @@ -854,7 +855,8 @@ }, "settingsDialog": { "description": "Verwalte die persönlichen Benachrichtigungseinstellungen hier. Cloudron schickt eine E-Mail für die ausgewählten Events zur primären E-Mailadresse." - } + }, + "allCaughtUp": "Alles erledigt" }, "system": { "title": "Systeminformationen", diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 16d2c6dc5..fda6293f7 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -368,7 +368,7 @@ "body": "Email sent to {{ email }}" }, "exposedLdap": { - "title": "Directory Server", + "title": "LDAP Provider", "description": "Cloudron can act as a central user directory server for external applications.", "enabled": "Enabled", "ipRestriction": { @@ -2015,7 +2015,7 @@ "loginRedirectUri": "Login callback URLs (comma separated)", "logoutRedirectUri": "Logout callback Url (optional)" }, - "title": "OpenID Connect Provider", + "title": "OpenID Provider", "description": "Cloudron can act as an OpenID Connect provider for internal apps and external services.", "editClientDialog": { "title": "Edit Client {{ client }}"