- Twitch{" "}
- Live Stream{" "}
- {" "}
- and{" "}
-
- VOD{" "}
- {" "}
- archiving platform
+ VodArchiv.net{" "}
+
- Seamlessly archive live streams and vods. Each archive includes a
- chat replay and rendered chat.
+ Nahtlose Archivierung von Livestreams und Videoclips.
+ Jedes Archiv enthält eine Chat-Wiederholung und einen gerenderten Chat.
@@ -133,7 +122,7 @@ export function LandingHero() {
className={classes.control}
mt={40}
>
- Channels
+ Zu den Kanälen
@@ -152,4 +141,4 @@ export function LandingHero() {
);
-}
+}
\ No newline at end of file
diff --git a/src/components/Landing/LoggedInHero.tsx b/src/components/Landing/LoggedInHero.tsx
index a6ec110..d9bb673 100644
--- a/src/components/Landing/LoggedInHero.tsx
+++ b/src/components/Landing/LoggedInHero.tsx
@@ -37,7 +37,7 @@ export function LandingLoggedInHero() {
return (
- Ganymede
+ VodArchiv
);
diff --git a/src/components/Landing/Recent.tsx b/src/components/Landing/Recent.tsx
index 70ef111..53dab40 100644
--- a/src/components/Landing/Recent.tsx
+++ b/src/components/Landing/Recent.tsx
@@ -39,7 +39,7 @@ const LandingRecentlyArchived = () => {
}),
});
- if (error) return
failed to load
;
+ if (error) return
fehler beim Laden
;
if (isLoading) return
;
return (
diff --git a/src/components/Playlist/DeletePlaylistModal.tsx b/src/components/Playlist/DeletePlaylistModal.tsx
index 8c8eb02..3040e6b 100644
--- a/src/components/Playlist/DeletePlaylistModal.tsx
+++ b/src/components/Playlist/DeletePlaylistModal.tsx
@@ -35,7 +35,7 @@ const DeletePlaylistModal = ({ handleClose, playlist }) => {
return (
-
Are you sure you want to delete this playlist?
+
Bist du sicher, dass du die Playlist löschen möchtest
Playlist ID: {playlist.id}
@@ -51,7 +51,7 @@ const DeletePlaylistModal = ({ handleClose, playlist }) => {
color="red"
loading={isSubmitting}
>
- Delete
+ Löschen
);
diff --git a/src/components/Playlist/EditPlaylistModal.tsx b/src/components/Playlist/EditPlaylistModal.tsx
index a624d01..70b16f3 100644
--- a/src/components/Playlist/EditPlaylistModal.tsx
+++ b/src/components/Playlist/EditPlaylistModal.tsx
@@ -26,8 +26,8 @@ const EditPlaylistModal = ({ handleClose, playlist }) => {
setIsSubmitting(false);
queryClient.invalidateQueries(["playlist", playlist.id]);
showNotification({
- title: "Playlist Edited",
- message: "Playlist has been edited successfully",
+ title: "Playlist bearbeitet",
+ message: "Playlist wurde erfolgreich bearbeitet!",
});
handleClose();
});
@@ -47,7 +47,7 @@ const EditPlaylistModal = ({ handleClose, playlist }) => {
value={description}
onChange={(e) => setDescription(e.target.value)}
placeholder="Description"
- label="Playlist Description"
+ label="Playlist Beschreibung"
/>
);
diff --git a/src/components/Playlist/Header.tsx b/src/components/Playlist/Header.tsx
index aca6be4..8295bfd 100644
--- a/src/components/Playlist/Header.tsx
+++ b/src/components/Playlist/Header.tsx
@@ -49,10 +49,10 @@ const PlaylistHeader = ({ playlist, handleOpen, handleDeleteOpen }: any) => {
diff --git a/src/components/Playlist/Table.tsx b/src/components/Playlist/Table.tsx
index ce0f978..240c1bf 100644
--- a/src/components/Playlist/Table.tsx
+++ b/src/components/Playlist/Table.tsx
@@ -26,7 +26,7 @@ const PlaylistTable = () => {
).then((res) => res?.data),
});
- if (error) return
;
return (
diff --git a/src/components/Queue/Header.tsx b/src/components/Queue/Header.tsx
index b72e8ab..df74b73 100644
--- a/src/components/Queue/Header.tsx
+++ b/src/components/Queue/Header.tsx
@@ -84,7 +84,7 @@ const QueueHeader = ({ queue }: Object) => {
{" - "}