forked from ORGANISATION-KA-INTERNATIONALE/FEDIVERSE-OKI
Réécriture SvelteKit statique (Svelte 5 runes + TS, adapter-static)
- Données PeerTube (GADE), Castopod (KUTE) et Mastodon (BOKANTE) bakées au build via +page.server.ts (throttle + retry 429 + déduplication) - Charte OKI complète : tokens, thème sombre par défaut (clair opt-in, anti-FOUC), Archivo/Inter self-hébergées, flag-bar, sprite SVG (zéro emoji en interface, zéro Font Awesome/CDN) - i18n FR/EN par routage [[locale]], bundles JSON, hreflang, %lang% serveur - Pages : accueil, /video/[uuid] (embed, téléchargements, partage, commentaires, JSON-LD VideoObject), /categories/[id], /recherche (index JSON baké, recherche client), /direct (live + annonce multi-fuseaux), /dons, /mentions-legales, /offline + 404 kréyòl - Motion gwoka : KineticText (scrub view()), ScrollProgressBar, FlagChip, reveal syncopé, View Transitions, gate prefers-reduced-motion unique - PWA : manifest + Workbox generateSW (fallback /offline/), registerSW statique - Sécurité : CSP par page en <meta> (SHA-256 des inline via scripts/postbuild-csp.mjs) + headers globaux (_headers Cloudflare et .htaccess o2switch), redirections des anciennes URLs PHP - Doc : docs/DEPLOIEMENT-SVELTEKIT.md
This commit is contained in:
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"meta": {
|
||||
"homeTitle": "ANNU KUTE CED — Podcast multimedia hub",
|
||||
"homeDescription": "Videos, audio episodes and news from the ANNU KUTE CED podcast: the PeerTube channel, the Castopod podcast and the Mastodon timeline gathered in one place, free from big platforms.",
|
||||
"videoDescription": "Watch “{title}” on the ANNU KUTE CED multimedia hub.",
|
||||
"categoryTitle": "{name} category",
|
||||
"categoryDescription": "Videos from the {name} category on the ANNU KUTE CED hub.",
|
||||
"searchTitle": "Search",
|
||||
"searchDescription": "Search videos on the ANNU KUTE CED multimedia hub.",
|
||||
"directTitle": "Live",
|
||||
"directDescription": "The current ANNU KUTE CED live stream and the next live announcement.",
|
||||
"donsTitle": "Support us",
|
||||
"donsDescription": "Support the ANNU KUTE CED podcast: one-time or monthly donations.",
|
||||
"legalTitle": "Legal notice",
|
||||
"legalDescription": "Legal notice of the ANNU KUTE CED multimedia hub.",
|
||||
"offlineTitle": "Offline",
|
||||
"notFoundTitle": "Page not found"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Home",
|
||||
"direct": "Live",
|
||||
"donate": "Support",
|
||||
"categories": "Categories",
|
||||
"hashtags": "Hashtags",
|
||||
"searchPlaceholder": "Search…",
|
||||
"searchLabel": "Video search",
|
||||
"searchButton": "Run search",
|
||||
"searchHelp": "Type keywords to search videos. Prefix with # to search a hashtag.",
|
||||
"socialLabel": "Social networks",
|
||||
"mainLabel": "Main navigation",
|
||||
"openMenu": "Open navigation menu",
|
||||
"closeMenu": "Close menu",
|
||||
"themeToggle": "Toggle dark and light mode",
|
||||
"installApp": "Install the app",
|
||||
"langSwitch": "Version française",
|
||||
"backHome": "Back to home",
|
||||
"moreSocial": "More social networks",
|
||||
"skipToContent": "Skip to content"
|
||||
},
|
||||
"home": {
|
||||
"shorts": "Shorts",
|
||||
"recent": "Recent videos",
|
||||
"trending": "Trending",
|
||||
"podcast": "Latest episodes",
|
||||
"podcastSubtitle": "The audio podcast on KUTE — Castopod",
|
||||
"timeline": "News",
|
||||
"timelineSubtitle": "The Mastodon timeline on BOKANTE",
|
||||
"seeMore": "See more",
|
||||
"seeAllVideos": "All videos on GADE",
|
||||
"seeAllEpisodes": "All episodes on KUTE",
|
||||
"seeMorePosts": "See more posts",
|
||||
"popularTags": "Popular hashtags",
|
||||
"about": "About",
|
||||
"liveNow": "LIVE",
|
||||
"watchLive": "Watch the live"
|
||||
},
|
||||
"video": {
|
||||
"views": "{count} views",
|
||||
"publishedOn": "Published on {date}",
|
||||
"download": "Download",
|
||||
"share": "Share",
|
||||
"copyLink": "Copy link",
|
||||
"copied": "Link copied",
|
||||
"embedCode": "Embed code",
|
||||
"comments": "Comments",
|
||||
"noComments": "No comments yet.",
|
||||
"suggested": "Suggested videos",
|
||||
"license": "License",
|
||||
"category": "Category",
|
||||
"tags": "Hashtags",
|
||||
"watchOnPeertube": "Watch on GADE — PeerTube",
|
||||
"duration": "Duration",
|
||||
"by": "by {channel}"
|
||||
},
|
||||
"category": {
|
||||
"videosIn": "Videos in category",
|
||||
"empty": "No video in this category yet."
|
||||
},
|
||||
"search": {
|
||||
"title": "Search",
|
||||
"resultsFor": "Results for “{query}”",
|
||||
"tagResults": "Videos with hashtag #{tag}",
|
||||
"noResults": "No result for “{query}”.",
|
||||
"hint": "Search by keywords or by hashtag with the # prefix.",
|
||||
"loading": "Loading the search index…",
|
||||
"resultCount": "{count} result(s)"
|
||||
},
|
||||
"direct": {
|
||||
"title": "Live",
|
||||
"liveNow": "The live stream is on",
|
||||
"noLive": "No live right now",
|
||||
"noLiveText": "The next live has not been announced yet. Follow us on Mastodon to be notified.",
|
||||
"nextLive": "Next live",
|
||||
"followForNews": "Follow on Mastodon",
|
||||
"inTimezones": "The schedule in your territory"
|
||||
},
|
||||
"podcast": {
|
||||
"listen": "Listen",
|
||||
"play": "Play episode {title}",
|
||||
"pause": "Pause",
|
||||
"next": "Next episode",
|
||||
"nowPlaying": "Now playing",
|
||||
"episodeFrom": "Episode from {date}",
|
||||
"mute": "Mute",
|
||||
"unmute": "Unmute"
|
||||
},
|
||||
"timeline": {
|
||||
"reload": "Refresh",
|
||||
"postFrom": "Post from {date}",
|
||||
"mediaAlt": "Post media"
|
||||
},
|
||||
"donate": {
|
||||
"title": "Support ANNU KUTE CED",
|
||||
"intro": "Budget should never be a barrier — but your donations help us maintain the podcast, the hosting and the free tools.",
|
||||
"oneTime": "One-time donation",
|
||||
"monthly": "Monthly donation",
|
||||
"liberapay": "Support via Liberapay",
|
||||
"kofi": "Support via Ko-fi",
|
||||
"custom": "Custom amount",
|
||||
"whyTitle": "Why donate",
|
||||
"whyText": "Your donations fund ethical hosting, production time and the free tools of the ecosystem.",
|
||||
"contact": "For other ways to support, write to us:",
|
||||
"notConfigured": "The donations page is being set up. Contact us to support the podcast."
|
||||
},
|
||||
"legal": {
|
||||
"title": "Legal notice",
|
||||
"editor": "Site publisher",
|
||||
"host": "Hosting",
|
||||
"contact": "Contact",
|
||||
"license": "License",
|
||||
"sourceCode": "Source code",
|
||||
"data": "Personal data",
|
||||
"dataText": "This site sets no tracking cookie and collects no personal data. Multimedia content is served by the ecosystem instances (GADE, KUTE, BOKANTE).",
|
||||
"serviceDescription": "is the multimedia hub of the ANNU KUTE CED podcast."
|
||||
},
|
||||
"footer": {
|
||||
"contact": "CONTACT",
|
||||
"categories": "Categories",
|
||||
"hashtags": "Hashtags",
|
||||
"legal": "Legal information",
|
||||
"legalNotice": "Legal notice",
|
||||
"sourceCode": "Source code",
|
||||
"copyright": "Free license GNU AGPL-V3",
|
||||
"federated": "A free service operated by ORGANISATION KA INTERNATIONALE",
|
||||
"instances": "The ecosystem"
|
||||
},
|
||||
"offline": {
|
||||
"title": "Pa gen koneksyon",
|
||||
"text": "You are offline. Pages you already visited remain available.",
|
||||
"cta": "Back to home"
|
||||
},
|
||||
"notFound": {
|
||||
"title": "Paj la pa la",
|
||||
"text": "This page does not exist or has been moved.",
|
||||
"cta": "Back to home"
|
||||
},
|
||||
"a11y": {
|
||||
"videoThumbnail": "Thumbnail of video {title}",
|
||||
"channelAvatar": "Avatar of channel {channel}",
|
||||
"logo": "ANNU KUTE CED logo",
|
||||
"episodeCover": "Cover of episode {title}",
|
||||
"progressLabel": "Page reading progress"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user