/* ===================================================================== i18n-aktion-detail.js — Übersetzungs-Wörterbuch NUR für aktion-detail.html Alle 5 Sprachen vollständig gepflegt (de, de-CH, en, fr, pt). Hinweis: Titel, Zusammenfassung und Beschreibung einer einzelnen Aktion kommen dynamisch aus assets/js/data-aktionen.js (per ?id=... geladen) und sind NICHT Teil dieses Wörterbuchs — hier stehen nur die statischen Rahmentexte der Seite (Eyebrow, Lade-/Fehlermeldungen, Platzhalter, Zurück-Button). ===================================================================== */ window.I18N_PAGE = { ad_eyebrow: { de: "Aktionen & Projekte", "de-CH": "Aktione & Projäkt", en: "Actions & Projects", fr: "Actions & projets", pt: "Ações & projetos", }, ad_loading: { de: "Aktion wird geladen …", "de-CH": "Aktion wird glade …", en: "Loading action …", fr: "Chargement de l'action…", pt: "Carregando ação…", }, ad_foto_placeholder: { de: "Foto folgt", "de-CH": "Foto chunnt", en: "Photo coming soon", fr: "Photo à venir", pt: "Foto em breve", }, ad_foto_kurze: { de: "Foto folgt in Kürze", "de-CH": "Foto chunnt i Chürze", en: "Photo coming shortly", fr: "Photo disponible bientôt", pt: "Foto disponível em breve", }, ad_back: { de: "← Zurück zu allen Events", "de-CH": "← Zrugg zu alle Events", en: "← Back to all events", fr: "← Retour à tous les événements", pt: "← Voltar a todos os eventos", }, ad_notfound_title: { de: "Aktion nicht gefunden", "de-CH": "Aktion nöd gfunde", en: "Action not found", fr: "Action introuvable", pt: "Ação não encontrada", }, ad_notfound_summary: { de: "Diese Aktion existiert nicht (mehr) oder wurde noch nicht angelegt.", "de-CH": "Die Aktion git's (nüme) oder isch no gar nöd aglegt worde.", en: "This action doesn't exist (anymore) or hasn't been added yet.", fr: "Cette action n'existe plus (ou pas encore) ou n'a pas encore été créée.", pt: "Esta ação não existe (mais) ou ainda não foi cadastrada.", }, ad_notfound_body: { de: `Bitte über alle Events zurückgehen.`, "de-CH": `Bitte über alli Events zrugg gah.`, en: `Please go back via all events.`, fr: `Merci de revenir via tous les événements.`, pt: `Por favor, volte por meio de todos os eventos.`, }, };