diff --git a/src/components/Landing/LoggedInHero.tsx b/src/components/Landing/LoggedInHero.tsx
index 43c4338..4723055 100644
--- a/src/components/Landing/LoggedInHero.tsx
+++ b/src/components/Landing/LoggedInHero.tsx
@@ -6,7 +6,7 @@ export function LandingLoggedInHero() {
return (
- Ganymede
+ VodArchiv
);
diff --git a/src/components/Landing/Recent.tsx b/src/components/Landing/Recent.tsx
index e3f680a..31511c5 100644
--- a/src/components/Landing/Recent.tsx
+++ b/src/components/Landing/Recent.tsx
@@ -22,7 +22,7 @@ const LandingRecentlyArchived = () => {
}),
});
- if (error) return
failed to load
;
+ if (error) return
Fehler beim Laden
;
if (isLoading) return
;
return (
diff --git a/src/components/Vod/Card.tsx b/src/components/Vod/Card.tsx
index bcfee58..13c9da8 100644
--- a/src/components/Vod/Card.tsx
+++ b/src/components/Vod/Card.tsx
@@ -181,7 +181,7 @@ const VideoCard = ({
>
- {dayjs(video.streamed_at).format("YYYY/MM/DD")}{" "}
+ {dayjs(video.streamed_at).format("DD.MM.YYYY")}{" "}
{user.settings.moreUIDetails && (
{dayjs(video.streamed_at).format("LT")}
)}
diff --git a/src/components/Vod/ExperimentalChatPlayer.tsx b/src/components/Vod/ExperimentalChatPlayer.tsx
index d1aa7a2..dc9ca6d 100644
--- a/src/components/Vod/ExperimentalChatPlayer.tsx
+++ b/src/components/Vod/ExperimentalChatPlayer.tsx
@@ -115,9 +115,9 @@ const ExperimentalChatPlayer = ({ vod }: any) => {
setReady(true);
internalReady = true;
- createCustomComment("Chat player ready.");
+ createCustomComment("VODChat ist bereit!");
createCustomComment(
- `Fetched ${generalBadgeMap.size.toLocaleString()} badges, ${subscriptionBadgeMap.size.toLocaleString()} subscription badges, and ${emoteMap.size.toLocaleString()} emotes.`
+ `Es wurden ${generalBadgeMap.size.toLocaleString()} badges, ${subscriptionBadgeMap.size.toLocaleString()} subscription badges, und ${emoteMap.size.toLocaleString()} emotes abgerufen.`
);
});
});
@@ -286,7 +286,7 @@ const ExperimentalChatPlayer = ({ vod }: any) => {
const clearChat = () => {
chat.current = [];
recChat = [];
- createCustomComment("Time skip detected. Chat cleared.");
+ createCustomComment("Es wurde ein Zeitsprung erkannt. Der Chat wurde geleert.");
};
const videoPlayerInterval = setInterval(() => {
@@ -354,7 +354,7 @@ const ExperimentalChatPlayer = ({ vod }: any) => {
_id: randomId(),
content_offset_seconds: 0,
commenter: {
- display_name: "Ganymede",
+ display_name: "VODChat",
},
message: {
body: message,
diff --git a/src/components/Vod/LoginRequred.tsx b/src/components/Vod/LoginRequred.tsx
index de43fcf..8d3a7a5 100644
--- a/src/components/Vod/LoginRequred.tsx
+++ b/src/components/Vod/LoginRequred.tsx
@@ -28,7 +28,7 @@ const VodLoginRequired = (vod: Video) => {
- You must be logged in to view this video
+ Du musst eingeloggt sein, um dieses Video zu sehen!