diff --git a/frontend/lang/de.json b/frontend/lang/de.json index 85ed171..86ee6a9 100644 --- a/frontend/lang/de.json +++ b/frontend/lang/de.json @@ -52,6 +52,14 @@ "defaultMessage": "Geschnitten von {url}", "description": "Text below video that describes where a video was cut from" }, + "VideoPlayerPage.tab.mirrorPlayer": { + "defaultMessage": "Mirror-Player", + "description": "Title for mirror player tab" + }, + "VideoPlayerPage.tab.twitchPlayer": { + "defaultMessage": "Twitch-Player", + "description": "Title for Twitch player tab" + }, "VideoPlayerPage.watchOnTwitch": { "defaultMessage": "Auf Twitch anschauen", "description": "Button below video that links to the exact position in the archived stream to watch it there." diff --git a/frontend/lang/en.json b/frontend/lang/en.json index 4b11fab..81bfce1 100644 --- a/frontend/lang/en.json +++ b/frontend/lang/en.json @@ -23,13 +23,7 @@ "defaultMessage": "Instant access to your favorite VODs of Games Done Quick!" }, "Home.introText2": { - "defaultMessage": "This website collects Icedream's clips for all the broadcasted Games Done Quick runs." - }, - "LocaleSwitcher.language.de": { - "defaultMessage": "German" - }, - "LocaleSwitcher.language.en": { - "defaultMessage": "English" + "defaultMessage": "This website collects all the broadcasted runs and allows streaming and downloading them." }, "LocaleSwitcher.screenReaderText": { "defaultMessage": "Switch language", @@ -45,9 +39,17 @@ "defaultMessage": "Type something to search here…" }, "VideoListPage.updatedLastAgo": { - "defaultMessage": "Last updated {time}", + "defaultMessage": "Updated last {time}", "description": "Text below the video list on the video list page that says in relative time when the list was last updated" }, + "VideoPlayerPage.tab.mirrorPlayer": { + "defaultMessage": "Mirror player", + "description": "Title for mirror player tab" + }, + "VideoPlayerPage.tab.twitchPlayer": { + "defaultMessage": "Twitch player", + "description": "Title for Twitch player tab" + }, "VideoPlayerPage.watchOnTwitch": { "defaultMessage": "Watch on Twitch", "description": "Button below video that links to the exact position in the archived stream to watch it there." diff --git a/frontend/pages/[id]/[vslug].tsx b/frontend/pages/[id]/[vslug].tsx index fffae11..90e7e0c 100644 --- a/frontend/pages/[id]/[vslug].tsx +++ b/frontend/pages/[id]/[vslug].tsx @@ -267,7 +267,14 @@ export default function VideoPlayerPage({ defaultActiveKey="twitch-player" unmountOnExit={true} > - +