// data.jsx — Spree Ravers content + i18n

// ─── i18n ──────────────────────────────────────────────────────────────
const I18N = {
  en: {
    // nav
    nav_meetup: "Meetup",
    nav_sets: "Sets",

    // sets page
    sets_eyebrow: "// Recent uploads",
    sets_h_a: "Berlin's latest",
    sets_h_marker: "sets.",
    sets_sub: "What the city's clubs and labels pushed to SoundCloud this week. Click a card to play — nothing loads from SoundCloud until you do.",
    sets_play: "Play",
    sets_listen_on: "Open on SoundCloud",
    sets_loading: "Pulling the latest…",
    sets_empty: "Nothing new this week. Check back soon.",
    sets_error: "Couldn't reach SoundCloud. Try again in a minute.",

    // meetup
    mt_eyebrow: "Every Friday",
    mt_h_a: "Everyone's",
    mt_h_marker: "welcome.",
    mt_sub: "Friday evenings by the Spree. Music playing, people arriving from all over the world, and a night that usually goes way longer than anyone planned.",
    mt_when: "When",
    mt_when_v: "Fridays from 9 PM",
    mt_where: "Where",
    mt_where_v: "Schlesisches Tor, by the Spree",
    mt_who: "Who",
    mt_who_v: "Berliners, expats, travellers, you.",
    mt_cost: "Cost",
    mt_cost_v: "Free. Always.",
    mt_long_a: "Every Friday evening we meet up by the Spree. Music playing, people arriving from all over the world, and a night that usually goes way longer than anyone planned. No agenda. No organised icebreakers.",
    mt_long_b: "Just a relaxed spot by the river where you can show up, grab a drink, and actually meet people worth knowing. We've been doing this for over 8 years, and the best thing about it is still the same: you never quite know who you're going to end up talking to.",
    mt_long_c: "Come solo, come with friends, come fresh off a flight. The crowd is always a mix of Berliners, expats, travellers, and people who just moved here and are figuring it out. After a while the group usually spreads out to bars or clubs, or just stays by the water. You go wherever the night takes you.",
    mt_cta: "Join the Telegram",
    mt_cta_map: "Open in Maps",
    mt_rules_title: "Good to know",
    mt_rule_1: "We start gathering from 9 PM. People arrive gradually, so if it's quiet at first, just hang tight.",
    mt_rule_2: "Come solo or with friends. Both work.",
    mt_rule_3: "Find us opposite the East Side Gallery, right by the Cage on Water.",
    mt_signoff: "See you Friday ✨",
    mt_spot_eyebrow: "// The spot",
    mt_spot_alt: "Riverbank by Schlesisches Tor, looking toward the Oberbaumbrücke. A bench and railing along a stone path beside the Spree.",
    mt_spot_caption: "This is the spot. Spree on the left, Oberbaumbrücke on the right. Look for the bench and the railing.",

    // privacy strip / footer
    privacy_eyebrow: "Privacy is the product",
    privacy_h: "We don't watch you.",
    privacy_p: "No Google Analytics. No Meta Pixel. No third-party trackers. No accounts. No newsletter we sell to anyone. The only data we keep is the events we publish, and you can read every one without telling us your name.",
    privacy_list_1: "No tracking pixels of any kind",
    privacy_list_2: "No analytics. We don't count you.",
    privacy_list_3: "Hosted in the EU",
    privacy_list_4: "Privacy-first by default",

    // footer
    foot_made: "Made in Berlin",
    foot_year: "2026",
    foot_legal: "Legal & Imprint",
    foot_privacy: "Privacy",
    foot_submit: "Submit an event",
    social_eyebrow: "// Find us elsewhere",
  },
  de: {
    nav_meetup: "Treffen",
    nav_sets: "Sets",

    sets_eyebrow: "// Neue Uploads",
    sets_h_a: "Berlins neueste",
    sets_h_marker: "Sets.",
    sets_sub: "Was die Clubs und Labels der Stadt diese Woche bei SoundCloud hochgeladen haben. Klick auf eine Karte zum Abspielen — vorher lädt nichts von SoundCloud.",
    sets_play: "Abspielen",
    sets_listen_on: "Auf SoundCloud öffnen",
    sets_loading: "Hole die Neuesten…",
    sets_empty: "Diese Woche nichts Neues. Schau bald wieder rein.",
    sets_error: "SoundCloud nicht erreichbar. In einer Minute nochmal versuchen.",

    mt_eyebrow: "Jeden Freitag",
    mt_h_a: "Alle sind",
    mt_h_marker: "willkommen.",
    mt_sub: "Freitagabende an der Spree. Musik läuft, Leute kommen aus aller Welt zusammen, und die Nacht wird meistens länger als geplant.",
    mt_when: "Wann",
    mt_when_v: "Freitags ab 21:00",
    mt_where: "Wo",
    mt_where_v: "Schlesisches Tor, an der Spree",
    mt_who: "Wer",
    mt_who_v: "Berliner, Expats, Reisende, du.",
    mt_cost: "Eintritt",
    mt_cost_v: "Frei. Immer.",
    mt_long_a: "Jeden Freitagabend treffen wir uns an der Spree. Musik läuft, Leute kommen aus aller Welt zusammen, und die Nacht wird meistens länger als irgendjemand geplant hat. Kein Programm. Keine organisierten Icebreaker.",
    mt_long_b: "Einfach ein entspannter Platz am Fluss, wo du vorbeikommen, was zu trinken holen und tatsächlich Leute kennenlernen kannst, die es wert sind. Wir machen das seit über 8 Jahren, und das Beste daran ist immer noch das Gleiche: du weißt nie, mit wem du am Ende ins Gespräch kommst.",
    mt_long_c: "Komm allein, komm mit Freunden, komm direkt vom Flughafen. Die Runde ist immer eine Mischung aus Berlinern, Expats, Reisenden und Leuten, die gerade erst hergezogen sind und sich zurechtfinden. Nach einer Weile zieht die Gruppe weiter, in Bars oder Clubs, oder bleibt einfach am Wasser. Du gehst dahin, wo die Nacht dich hinträgt.",
    mt_cta: "Telegram beitreten",
    mt_cta_map: "In Karten öffnen",
    mt_rules_title: "Gut zu wissen",
    mt_rule_1: "Wir starten ab 21:00. Leute kommen nach und nach, also wenn es am Anfang ruhig ist, einfach abwarten.",
    mt_rule_2: "Komm allein oder mit Freunden. Beides geht.",
    mt_rule_3: "Du findest uns gegenüber der East Side Gallery, direkt am Cage on Water.",
    mt_signoff: "Bis Freitag ✨",
    mt_spot_eyebrow: "// Der Spot",
    mt_spot_alt: "Spreeufer am Schlesischen Tor, Blick Richtung Oberbaumbrücke. Eine Bank und ein Geländer entlang eines Steinwegs an der Spree.",
    mt_spot_caption: "Das ist der Spot. Spree links, Oberbaumbrücke rechts. Achte auf die Bank und das Geländer.",

    privacy_eyebrow: "Datenschutz ist das Produkt",
    privacy_h: "Wir gucken nicht zu.",
    privacy_p: "Kein Google Analytics. Kein Meta-Pixel. Keine Drittanbieter-Tracker. Keine Accounts. Kein Newsletter, den wir weiterverkaufen. Die einzigen Daten, die wir behalten, sind die Events, die wir veröffentlichen, und du kannst jeden lesen, ohne deinen Namen zu hinterlassen.",
    privacy_list_1: "Keine Tracking-Pixel, keiner Art",
    privacy_list_2: "Keine Analytics. Wir zählen dich nicht.",
    privacy_list_3: "Gehostet in der EU",
    privacy_list_4: "Datenschutz von Anfang an",

    foot_made: "Made in Berlin",
    foot_year: "2026",
    foot_legal: "Impressum",
    foot_privacy: "Datenschutz",
    foot_submit: "Event einreichen",
    social_eyebrow: "// Find uns auch hier",
  },
};

Object.assign(window, { I18N });
