UI: portal/header refinements, board index UX, and user settings

This commit is contained in:
Micha
2026-01-01 19:54:02 +01:00
parent f83748cc76
commit 8604cdf95d
26 changed files with 2065 additions and 227 deletions

View File

@@ -25,6 +25,9 @@
"acp.forums_hint": "Manage categories and forums from a tree view.",
"acp.forums_name_required": "Please enter a name before saving.",
"acp.forums_parent": "Parent category",
"acp.forums_parent_required": "Forums must have a parent category.",
"acp.add_category": "Add category",
"acp.add_forum": "Add forum",
"acp.forums_parent_root": "Root (no parent)",
"acp.forums_tree": "Forum tree",
"acp.forums_type": "Type",
@@ -39,7 +42,6 @@
"acp.save": "Save",
"acp.title": "Admin control panel",
"acp.users": "Users",
"app.brand": "speedBB",
"auth.login_hint": "Access your account to start new threads and reply.",
"auth.login_title": "Log in",
"auth.register_hint": "Register with an email and a unique username.",
@@ -71,7 +73,9 @@
"forum.no_description": "No description added yet.",
"forum.only_forums": "Threads can only be created in forums.",
"forum.open": "Open forum",
"forum.start_thread": "Start a thread",
"forum.collapse_category": "Collapse category",
"forum.expand_category": "Expand category",
"forum.start_thread": "New topic",
"forum.threads": "Threads",
"forum.type_category": "Category",
"forum.type_forum": "Forum",
@@ -90,16 +94,49 @@
"home.hero_body": "Explore conversations, ask questions, and share ideas across categories and forums.",
"home.hero_title": "Forums",
"home.loading": "Loading forums...",
"nav.acp": "ACP",
"nav.forums": "Forums",
"nav.language": "Language",
"nav.login": "Login",
"nav.logout": "Logout",
"nav.register": "Register",
"nav.theme": "Theme",
"nav.theme_auto": "Auto",
"nav.theme_dark": "Dark",
"nav.theme_light": "Light",
"portal.portal": "Portal",
"portal.tagline": "Demo forum",
"portal.search_placeholder": "Search...",
"portal.quick_links": "Quick links",
"portal.link_faq": "FAQ",
"portal.link_acp": "ACP",
"portal.link_mcp": "MCP",
"portal.board_index": "Board index",
"portal.notifications": "Notifications",
"portal.messages": "Private messages",
"portal.menu": "Menu",
"portal.menu_news": "News",
"portal.menu_gallery": "Gallery",
"portal.menu_calendar": "Calendar",
"portal.menu_rules": "Forum rules",
"portal.stats": "Statistics",
"portal.stat_threads": "Threads",
"portal.stat_forums": "Forums",
"portal.latest_posts": "Latest posts",
"portal.empty_posts": "No posts yet.",
"portal.topic": "Topics",
"portal.forum_label": "Forum:",
"portal.unknown_forum": "Unknown",
"portal.user_menu": "User menu",
"portal.user_new_posts": "New posts",
"portal.user_unread": "Unread posts",
"portal.user_control_panel": "User Control Panel",
"portal.user_profile": "Profile",
"portal.user_logout": "Logout",
"portal.advertisement": "Advertisement",
"ucp.intro": "Manage your basic preferences for the forum.",
"ucp.system_default": "System default",
"ucp.accent_override": "Accent color override",
"ucp.accent_override_hint": "Choose a custom accent color for your UI.",
"ucp.custom_color": "Custom color",
"thread.anonymous": "Anonymous",
"thread.back_to_category": "Back to forum",
"thread.category": "Forum:",
@@ -108,6 +145,10 @@
"thread.loading": "Loading thread...",
"thread.login_hint": "Log in to reply to this thread.",
"thread.replies": "Replies",
"thread.views": "Views",
"thread.last_post": "Last post",
"thread.by": "by",
"thread.no_replies": "No replies yet.",
"thread.reply": "Reply",
"thread.view": "View thread"
}