diff --git a/webapp/components/Group/GroupForm.vue b/webapp/components/Group/GroupForm.vue index 7b0f7840c..94ff000dc 100644 --- a/webapp/components/Group/GroupForm.vue +++ b/webapp/components/Group/GroupForm.vue @@ -48,7 +48,7 @@ @change="changeGroupType($event)" > - - - {{ formData.categoryIds.length }} / 3 - - +
+ + {{ $t('group.categoriesTitle') }} + + + + {{ formData.categoryIds.length }} / 3 + + +
diff --git a/webapp/locales/de.json b/webapp/locales/de.json index d7e4f2180..33578080d 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -397,13 +397,13 @@ }, "group": { "actionRadii": { - "continental": "Kontinentale Gruppe", - "global": "Globale Gruppe", - "interplanetary": "Interplanetare Gruppe", - "national": "Nationale Gruppe", - "regional": "Regionale Gruppe" + "continental": "Kontinental", + "global": "Global oder nur virtuell", + "interplanetary": "Interplanetar", + "national": "National", + "regional": "Regional" }, - "actionRadius": "Aktionsradius", + "actionRadius": "Aktionsradius der Gruppe", "addMemberToGroup": "Zur Gruppe hinzufügen", "addMemberToGroupSuccess": "„{name}“ wurde der Gruppe mit der Rolle „{role}“ hinzugefügt!", "addUser": "Benutzer hinzufügen", @@ -411,6 +411,7 @@ "addUserPlaceholder": "Benutzername", "allGroups": "Alle Gruppen", "categories": "Thema ::: Themen", + "categoriesTitle": "Themen der Gruppe", "changeMemberRole": "Die Rolle wurde auf „{role}“ geändert!", "contentMenu": { "visitGroupPage": "Gruppe anzeigen" @@ -472,11 +473,16 @@ "usual": "Einfaches Mitglied" }, "save": "Neue Gruppe anlegen", - "type": "Gruppentyp", + "type": "Öffentlichkeit der Gruppe", "types": { - "closed": "Geschlossene Gruppe", - "hidden": "Versteckte Gruppe", - "public": "Öffentliche Gruppe" + "closed": "Geschlossen", + "hidden": "Geheim", + "public": "Öffentlich" + }, + "typesOptions": { + "closed": "Geschlossen — Alle Beiträge nur für Gruppenmitglieder sichtbar", + "hidden": "Geheim — Gruppe (auch der Name) komplett unsichtbar", + "public": "Öffentlich — Gruppe und alle Beiträge für registrierte Nutzer sichtbar" }, "update": "Änderung speichern", "updatedGroup": "Die Gruppendaten wurden geändert!" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 5164dac30..2221d64c0 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -397,13 +397,13 @@ }, "group": { "actionRadii": { - "continental": "Continental Group", - "global": "Global Group", - "interplanetary": "Interplanetary Group", - "national": "National Group", - "regional": "Regional Group" + "continental": "Continental", + "global": "Global or only virtual", + "interplanetary": "Interplanetary", + "national": "National", + "regional": "Regional" }, - "actionRadius": "Action radius", + "actionRadius": "Action radius of the group", "addMemberToGroup": "Add to group", "addMemberToGroupSuccess": "“{name}” was added to the group with the role “{role}”!", "addUser": "Add User", @@ -411,6 +411,7 @@ "addUserPlaceholder": " Username", "allGroups": "All Groups", "categories": "Topic ::: Topics", + "categoriesTitle": "Topics of the group", "changeMemberRole": "The role has been changed to “{role}”!", "contentMenu": { "visitGroupPage": "Show group" @@ -472,11 +473,16 @@ "usual": "Simple Member" }, "save": "Create new group", - "type": "Group type", + "type": "Visibility of the group", "types": { - "closed": "Closed Group", - "hidden": "Hidden Group", - "public": "Public Group" + "closed": "Closed", + "hidden": "Secret", + "public": "Public" + }, + "typesOptions": { + "closed": "Closed — All posts only visible to the group's members", + "hidden": "Secret — Group (including the name) is completely invisible", + "public": "Public — Group and all posts are visible for all registered users" }, "update": "Save change", "updatedGroup": "The group data has been changed."