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