feat: add installer, ranks/groups enhancements, and founder protections

This commit is contained in:
Micha
2026-01-18 15:52:53 +01:00
parent 24c16ed0dd
commit 073c81012b
43 changed files with 6176 additions and 4039 deletions

View File

@@ -45,6 +45,7 @@
"acp.add_category": "Kategorie hinzufügen",
"acp.add_forum": "Forum hinzufügen",
"acp.ranks": "Ränge",
"acp.groups": "Gruppen",
"acp.forums_parent_root": "Wurzel (kein Parent)",
"acp.forums_tree": "Forenbaum",
"acp.forums_type": "Typ",
@@ -112,7 +113,11 @@
"rank.badge_type": "Badge-Typ",
"rank.badge_text": "Text-Badge",
"rank.badge_image": "Bild-Badge",
"rank.badge_none": "Kein Badge",
"rank.badge_text_placeholder": "z. B. TEAM-RHF",
"rank.color": "Rangfarbe",
"rank.color_placeholder": "z. B. #f29b3f",
"rank.color_default": "Standardfarbe verwenden",
"rank.badge_text_required": "Badge-Text ist erforderlich.",
"rank.badge_image_required": "Badge-Bild ist erforderlich.",
"rank.delete_confirm": "Diesen Rang löschen?",
@@ -122,6 +127,19 @@
"user.impersonate": "Imitieren",
"user.edit": "Bearbeiten",
"user.delete": "Löschen",
"user.founder_locked": "Nur Gründer können die Gründerrolle bearbeiten oder zuweisen.",
"group.create": "Gruppe erstellen",
"group.create_title": "Gruppe erstellen",
"group.edit_title": "Gruppe bearbeiten",
"group.name": "Gruppenname",
"group.name_placeholder": "z. B. Gründer",
"group.color": "Gruppenfarbe",
"group.color_placeholder": "z. B. #f29b3f",
"group.delete_confirm": "Diese Gruppe löschen?",
"group.empty": "Noch keine Gruppen vorhanden.",
"group.edit": "Bearbeiten",
"group.delete": "Löschen",
"group.core_locked": "Kern-Gruppen können nicht geändert werden.",
"table.rows_per_page": "Zeilen pro Seite:",
"table.range_separator": "von",
"home.browse": "Foren durchsuchen",
@@ -175,6 +193,11 @@
"profile.title": "Profil",
"profile.loading": "Profil wird geladen...",
"profile.registered": "Registriert:",
"profile.thanks_given": "Hat sich bedankt",
"profile.thanks_received": "Dank erhalten",
"profile.thanks_empty": "Noch keine Danksagungen.",
"profile.thanks_by": "Dank von",
"profile.thanks_for": "Dank für",
"ucp.intro": "Verwalte deine grundlegenden Foren-Einstellungen.",
"ucp.profile": "Profil",
"ucp.profile_hint": "Aktualisiere den Avatar neben deinen Beitragen.",
@@ -197,6 +220,9 @@
"thread.login_hint": "Melde dich an, um auf diesen Thread zu antworten.",
"thread.posts": "Beiträge",
"thread.location": "Wohnort",
"thread.thanks_given": "Hat sich bedankt",
"thread.thanks_received": "Dank erhalten",
"thread.thanks": "Danke",
"thread.reply_prefix": "Aw:",
"thread.registered": "Registriert",
"thread.replies": "Antworten",

View File

@@ -45,6 +45,7 @@
"acp.add_category": "Add category",
"acp.add_forum": "Add forum",
"acp.ranks": "Ranks",
"acp.groups": "Groups",
"acp.forums_parent_root": "Root (no parent)",
"acp.forums_tree": "Forum tree",
"acp.forums_type": "Type",
@@ -112,7 +113,11 @@
"rank.badge_type": "Badge type",
"rank.badge_text": "Text badge",
"rank.badge_image": "Image badge",
"rank.badge_none": "No badge",
"rank.badge_text_placeholder": "e.g. TEAM-RHF",
"rank.color": "Rank color",
"rank.color_placeholder": "e.g. #f29b3f",
"rank.color_default": "Use default color",
"rank.badge_text_required": "Badge text is required.",
"rank.badge_image_required": "Badge image is required.",
"rank.delete_confirm": "Delete this rank?",
@@ -122,6 +127,19 @@
"user.impersonate": "Impersonate",
"user.edit": "Edit",
"user.delete": "Delete",
"user.founder_locked": "Only founders can edit or assign the Founder role.",
"group.create": "Create group",
"group.create_title": "Create group",
"group.edit_title": "Edit group",
"group.name": "Group name",
"group.name_placeholder": "e.g. Founder",
"group.color": "Group color",
"group.color_placeholder": "e.g. #f29b3f",
"group.delete_confirm": "Delete this group?",
"group.empty": "No groups created yet.",
"group.edit": "Edit",
"group.delete": "Delete",
"group.core_locked": "Core groups cannot be changed.",
"table.rows_per_page": "Rows per page:",
"table.range_separator": "of",
"home.browse": "Browse forums",
@@ -175,6 +193,11 @@
"profile.title": "Profile",
"profile.loading": "Loading profile...",
"profile.registered": "Registered:",
"profile.thanks_given": "Thanks given",
"profile.thanks_received": "Thanks received",
"profile.thanks_empty": "No thanks yet.",
"profile.thanks_by": "Thanks by",
"profile.thanks_for": "Thanks for",
"ucp.intro": "Manage your basic preferences for the forum.",
"ucp.profile": "Profile",
"ucp.profile_hint": "Update the avatar shown next to your posts.",
@@ -197,6 +220,9 @@
"thread.login_hint": "Log in to reply to this thread.",
"thread.posts": "Posts",
"thread.location": "Location",
"thread.thanks_given": "Thanks given",
"thread.thanks_received": "Thanks received",
"thread.thanks": "Thank",
"thread.reply_prefix": "Re:",
"thread.registered": "Registered",
"thread.replies": "Replies",