fixing thsu frontend views

This commit is contained in:
Micha
2026-01-16 01:43:07 +01:00
parent fd29b928d8
commit f9de433545
27 changed files with 538 additions and 51 deletions

View File

@@ -90,8 +90,7 @@
"forum.empty_threads": "Noch keine Threads vorhanden. Starte unten einen.",
"forum.loading": "Forum wird geladen...",
"forum.login_hint": "Melde dich an, um einen neuen Thread zu erstellen.",
"forum.no_description": "Noch keine Beschreibung vorhanden.",
"forum.only_forums": "Threads können nur in Foren erstellt werden.",
"forum.only_forums": "Threads können nur in Foren erstellt werden.",
"forum.open": "Forum öffnen",
"forum.collapse_category": "Kategorie einklappen",
"forum.expand_category": "Kategorie ausklappen",
@@ -155,7 +154,8 @@
"portal.menu_rules": "Forenregeln",
"portal.stats": "Statistik",
"portal.stat_threads": "Themen",
"portal.stat_forums": "Foren",
"portal.stat_users": "Benutzer",
"portal.stat_posts": "Beiträge",
"portal.latest_posts": "Aktuelle Beiträge",
"portal.empty_posts": "Noch keine Beiträge.",
"portal.topic": "Themen",
@@ -179,6 +179,10 @@
"ucp.profile_hint": "Aktualisiere den Avatar neben deinen Beitragen.",
"ucp.avatar_label": "Profilbild",
"ucp.avatar_hint": "Lade ein Bild hoch (max. 150x150px, Du kannst jpg, png, gif oder webp verwenden).",
"ucp.location_label": "Wohnort",
"ucp.location_hint": "Wird neben Deinen Beiträgen und im Profil angezeigt.",
"ucp.save_profile": "Profil speichern",
"ucp.profile_saved": "Profil gespeichert.",
"ucp.system_default": "Systemstandard",
"ucp.accent_override": "Akzentfarbe überschreiben",
"ucp.accent_override_hint": "Wähle eine eigene Akzentfarbe für die Oberfläche.",
@@ -191,6 +195,7 @@
"thread.loading": "Thread wird geladen...",
"thread.login_hint": "Melde dich an, um auf diesen Thread zu antworten.",
"thread.posts": "Beiträge",
"thread.location": "Wohnort",
"thread.reply_prefix": "Aw:",
"thread.registered": "Registriert",
"thread.replies": "Antworten",

View File

@@ -90,7 +90,6 @@
"forum.empty_threads": "No threads here yet. Start one below.",
"forum.loading": "Loading forum...",
"forum.login_hint": "Log in to create a new thread.",
"forum.no_description": "No description added yet.",
"forum.only_forums": "Threads can only be created in forums.",
"forum.open": "Open forum",
"forum.collapse_category": "Collapse category",
@@ -155,7 +154,8 @@
"portal.menu_rules": "Forum rules",
"portal.stats": "Statistics",
"portal.stat_threads": "Threads",
"portal.stat_forums": "Forums",
"portal.stat_users": "Users",
"portal.stat_posts": "Posts",
"portal.latest_posts": "Latest posts",
"portal.empty_posts": "No posts yet.",
"portal.topic": "Topics",
@@ -179,6 +179,10 @@
"ucp.profile_hint": "Update the avatar shown next to your posts.",
"ucp.avatar_label": "Profile image",
"ucp.avatar_hint": "Upload an image (max 150x150px, you can use jpg, png, gif, or webp).",
"ucp.location_label": "Location",
"ucp.location_hint": "Shown next to your posts and profile.",
"ucp.save_profile": "Save profile",
"ucp.profile_saved": "Profile saved.",
"ucp.system_default": "System default",
"ucp.accent_override": "Accent color override",
"ucp.accent_override_hint": "Choose a custom accent color for your UI.",
@@ -191,6 +195,7 @@
"thread.loading": "Loading thread...",
"thread.login_hint": "Log in to reply to this thread.",
"thread.posts": "Posts",
"thread.location": "Location",
"thread.reply_prefix": "Re:",
"thread.registered": "Registered",
"thread.replies": "Replies",