Files
community-landing/config/locales/en.yml

132 lines
12 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
en:
site_settings:
# ── Master Switch ──
community_landing_enabled: "Enable the branded community landing page. When on, logged-out visitors see a custom welcome page instead of the default Discourse homepage. All sections below are configurable."
# ── Branding: Logo ──
logo_dark_url: "━━ BRANDING ━━ — Logo image URL for dark mode. Displayed in the navbar and footer. Leave blank to show the site name as text."
logo_light_url: "Logo image URL for light mode. If not set, the dark logo is used for both themes."
logo_height: "Logo height in pixels (1680). Applies to both the navbar and footer logos."
footer_logo_url: "Override logo specifically for the footer. If not set, the navbar logo is reused."
# ── Appearance: Color Scheme ──
accent_color: "━━ GLOBAL COLORS ━━ — Primary accent color used across the page: buttons, links, highlights, gradients, and stat icons. Hex value (e.g. #d4a24e)."
accent_hover_color: "Accent color on hover states. Should be slightly lighter or darker than the primary accent. Hex value."
dark_bg_color: "Overall page background color for dark mode. Hex value."
light_bg_color: "Overall page background color for light mode. Hex value."
# ── Scroll Animations ──
scroll_animation: "━━ SCROLL ANIMATIONS ━━ — How sections animate into view on scroll. Options: fade_up, fade_in, slide_left, slide_right, zoom_in, flip_up, or none."
# ── 1. Navbar ──
navbar_signin_label: "━━ ROW 1: NAVBAR ━━ — Fixed navigation bar at the top with logo, theme toggle, sign-in link, and join button. This setting controls the sign-in link text."
navbar_join_label: "Text for the join/register CTA button in the navbar."
navbar_bg_color: "Custom background color for the navbar when scrolled. Leave blank for the default frosted glass effect."
navbar_border_style: "Border style at the bottom of the navbar when scrolled."
# ── 2. Hero Section ──
hero_title: "━━ ROW 2: HERO ━━ — Large welcome area at the top with headline, subtitle, CTA buttons, and optional imagery. This is the main headline text. The last word is highlighted with your accent color."
hero_subtitle: "Supporting text below the hero headline. Describe your community's purpose or value proposition."
hero_card_enabled: "Display the hero content inside a rounded card container with border and shadow. When off, the hero uses a flat full-width layout."
hero_background_image_url: "Full-bleed background image behind the hero section. In card mode, fills the card with a dark overlay. In flat mode, covers the entire section."
hero_image_urls: "Images displayed on the right side of the hero. Add up to 5 URLs — a random one is shown on each page load."
hero_image_max_height: "Maximum height in pixels for the hero image (1001200)."
hero_primary_button_label: "Text on the primary (filled, accent-colored) CTA button."
hero_primary_button_url: "URL the primary button links to. Use a relative path like /latest or an absolute URL."
hero_secondary_button_label: "Text on the secondary (outlined) CTA button."
hero_secondary_button_url: "URL the secondary button links to."
hero_bg_dark: "Background color for the hero section in dark mode. Hex value. Leave blank for default."
hero_bg_light: "Background color for the hero section in light mode. Hex value. Leave blank for default."
hero_min_height: "Minimum height for the hero section in pixels. Set to 0 for auto height."
hero_border_style: "Border style at the bottom of the hero section."
# ── 3. Stats Section ──
stats_title: "━━ ROW 3: PREMIUM STATS ━━ — Full-width row of live community statistics (members, topics, posts, likes, chats) with animated counters and icons. Each card shows icon + label on one line with the counter below. This is the section heading."
stat_icon_color: "Color for all stat counter icons. Hex value (e.g. #d4a24e)."
stat_icon_bg_color: "Background color behind each stat icon. Leave blank for a subtle accent tint."
stat_icon_shape: "Shape of the icon background: circle or rounded square."
stat_counter_color: "Color for the stat counter numbers. Leave blank for default text color."
stat_members_label: "Custom label for the Members stat card."
stat_topics_label: "Custom label for the Topics stat card."
stat_posts_label: "Custom label for the Posts stat card."
stat_likes_label: "Custom label for the Likes stat card."
stat_chats_label: "Custom label for the Chats stat card. Shows total chat messages if the Chat plugin is active."
stats_bg_dark: "Background color for the stats section in dark mode. Leave blank for default."
stats_bg_light: "Background color for the stats section in light mode. Leave blank for default."
stats_min_height: "Minimum height for the stats section in pixels. Set to 0 for auto height."
stats_border_style: "Border style at the bottom of the stats section."
# ── 4. About Section ──
about_enabled: "━━ ROW 4: ABOUT ━━ — Show the About section: a gradient card with bold heading, decorative quote icon, community description, and author attribution (avatar, name, role). Supports a 3-color gradient background and optional overlay image."
about_heading_enabled: "Show the bold heading text at the top of the About card. Turn off to start with the quote icon and description."
about_heading: "The heading text at the top of the About card (e.g. 'About Community', 'Our Story')."
about_title: "Author or community name shown in the card's bottom attribution, next to the avatar."
about_role: "Subtitle below the author name (e.g. 'Community Manager'). If blank, the site name is used."
about_body: "Main body text for the About card. Supports basic HTML: p, a, strong, em, ul, li, br."
about_image_url: "Small avatar image shown next to the author name. Square images work best."
about_gradient_start: "First color (left) of the About card's 3-color gradient. Hex value."
about_gradient_mid: "Middle color of the About card gradient. Hex value."
about_gradient_end: "Third color (right) of the About card gradient. Hex value."
about_background_image_url: "Background image layered on top of the gradient. Use a subtle pattern or texture."
about_bg_dark: "Background color for the about section wrapper in dark mode. Leave blank for default."
about_bg_light: "Background color for the about section wrapper in light mode. Leave blank for default."
about_min_height: "Minimum height for the about section in pixels. Set to 0 for auto height."
about_border_style: "Border style at the bottom of the about section."
# ── 5. Trending Discussions ──
topics_enabled: "━━ ROW 5: TRENDING ━━ — Show the Trending Discussions section: a horizontally scrollable row of topic cards showing the most active discussions. Each card displays category badge, title, reply count, and like count — all live data. Supports drag-to-scroll and native swipe."
topics_title: "Heading text above the scrollable topic cards."
topics_count: "Number of trending topic cards to display."
topics_bg_dark: "Background color for the trending section in dark mode. Leave blank for default."
topics_bg_light: "Background color for the trending section in light mode. Leave blank for default."
topics_min_height: "Minimum height for the trending section in pixels. Set to 0 for auto height."
topics_border_style: "Border style at the bottom of the trending section."
# ── 6. Top Creators ──
contributors_enabled: "━━ ROW 6: CREATORS ━━ — Show the Top Creators section: pill-shaped badges showing your most active community members. Each pill displays avatar, @username, and post count from the lookback period."
contributors_title: "Heading text above the creator pills."
contributors_days: "Lookback period in days for calculating top contributors."
contributors_count: "Number of top contributor pills to display. Recommended: 612."
contributors_bg_dark: "Background color for the creators section in dark mode. Leave blank for default."
contributors_bg_light: "Background color for the creators section in light mode. Leave blank for default."
contributors_min_height: "Minimum height for the creators section in pixels. Set to 0 for auto height."
contributors_border_style: "Border style at the bottom of the creators section."
# ── 7. Community Spaces ──
groups_enabled: "━━ ROW 7: SPACES ━━ — Show the Community Spaces section: a grid of colorful cards representing your public groups. Each card shows a colored icon (with group's first letter or flair), group name, and member count. Only public, non-automatic groups are shown."
groups_title: "Heading text above the group cards."
groups_count: "Number of group cards to display."
groups_selected: "Show only specific groups. Enter group names separated by pipes (e.g. designers|developers|artists). Leave blank to auto-select public groups."
groups_card_bg_color: "Background color for each space card. Leave blank for default card styling."
groups_bg_dark: "Background color for the spaces section in dark mode. Leave blank for default."
groups_bg_light: "Background color for the spaces section in light mode. Leave blank for default."
groups_min_height: "Minimum height for the spaces section in pixels. Set to 0 for auto height."
groups_border_style: "Border style at the bottom of the spaces section."
# ── 8. App Download CTA ──
show_app_ctas: "━━ ROW 8: APP CTA ━━ — Show the App Download CTA: a gradient banner promoting your mobile app with headline, subtitle, download badges (App Store / Google Play), and optional promotional image. Requires at least one app store URL."
ios_app_url: "Apple App Store URL for your iOS app. Leave blank to hide the iOS badge."
android_app_url: "Google Play Store URL for your Android app. Leave blank to hide the Android badge."
ios_app_badge_image_url: "Replace the iOS badge button with a custom image (e.g. official App Store badge). Leave blank for default."
android_app_badge_image_url: "Replace the Android badge button with a custom image (e.g. official Google Play badge). Leave blank for default."
app_badge_height: "Height of app download badges in pixels (3080)."
app_badge_style: "Badge border-radius: rounded (soft corners), pill (fully rounded), or square (minimal rounding)."
app_cta_headline: "Bold headline text in the app download banner."
app_cta_subtext: "Supporting text below the headline."
app_cta_gradient_start: "First color (left) of the app CTA 3-color gradient. Hex value."
app_cta_gradient_mid: "Middle color of the app CTA gradient. Hex value."
app_cta_gradient_end: "Third color (right) of the app CTA gradient. Hex value."
app_cta_image_url: "Promotional image on the right side of the CTA (e.g. phone mockup). PNG for transparent backgrounds."
app_cta_bg_dark: "Background color for the app CTA section in dark mode. Leave blank for default."
app_cta_bg_light: "Background color for the app CTA section in light mode. Leave blank for default."
app_cta_min_height: "Minimum height for the app CTA section in pixels. Set to 0 for auto height."
app_cta_border_style: "Border style at the bottom of the app CTA section."
# ── 9. Footer ──
footer_description: "━━ ROW 9: FOOTER ━━ — Bottom of the page with logo, navigation links, copyright, and optional description. This adds a description paragraph above the footer bar."
footer_text: "Optional HTML text inside the footer bar. Supports: p, a, strong, em, ul, li, br."
footer_links: 'Footer navigation links as a JSON array. Format: [{"label":"Terms","url":"/tos"},{"label":"Privacy","url":"/privacy"}].'
footer_bg_dark: "Background color for the footer bar in dark mode. Leave blank for default."
footer_bg_light: "Background color for the footer bar in light mode. Leave blank for default."
footer_border_style: "Border style at the top of the footer bar."