From b470e39bc39845e87d23ed2d7480e4d3dbdaf6d5 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 30 Aug 2025 16:16:30 +0000 Subject: [PATCH] Translate the video platform content into German Update client-side text content within FolxStadlPage.tsx to support German localization, including navigation elements, page titles, descriptions, and status messages. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/QQTyNAb --- client/src/pages/FolxStadlPage.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 47773a4..38baabc 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -58,7 +58,7 @@ export default function FolxStadlPage() {

FOLX STADL

@@ -71,7 +71,7 @@ export default function FolxStadlPage() { {/* Pagination Info */}

- Stran {currentPage} od {totalPages} ({folxStadlVideos.length} oddaj) + Seite {currentPage} von {totalPages} ({folxStadlVideos.length} Sendungen)

@@ -115,11 +115,11 @@ export default function FolxStadlPage() {

{video.title}

- {video.description || "Opis ni na voljo za to oddajo."} + {video.description || "Keine Beschreibung für diese Sendung verfügbar."}

{Math.floor(video.duration / 60)}:{(video.duration % 60).toString().padStart(2, '0')} min - {video.views} ogledi + {video.views} Aufrufe
@@ -128,7 +128,7 @@ export default function FolxStadlPage() { {folxStadlVideos.length === 0 && (
-

No FOLX STADL videos found

+

Keine FOLX STADL Videos gefunden

)} @@ -143,7 +143,7 @@ export default function FolxStadlPage() { className="border-white/20 text-white hover:bg-white/10" > - Prejšnja + Vorherige
@@ -182,7 +182,7 @@ export default function FolxStadlPage() { disabled={currentPage === totalPages} className="border-white/20 text-white hover:bg-white/10" > - Naslednja + Nächste