diff --git a/locales/de.json b/locales/de.json index 03cdd398..97346168 100644 --- a/locales/de.json +++ b/locales/de.json @@ -28,6 +28,9 @@ "Import FreeTube subscriptions (.db)": "FreeTube Abonnements importieren (.db)", "Import NewPipe subscriptions (.json)": "NewPipe Abonnements importieren (.json)", "Import NewPipe data (.zip)": "NewPipe Daten importieren (.zip)", + "To import your subscriptions from YouTube,": "Zum Importieren deiner Youtube-Abos", + "click here to download your YouTube-Takeout": "klick hier um deinen YouTube-Takeout herunterzuladen", + "and upload the file below.": "und lade diese Datei hier hoch.", "Export": "Exportieren", "Export subscriptions as OPML": "Abonnements als OPML exportieren", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Abonnements als OPML exportieren (für NewPipe & FreeTube)", diff --git a/locales/en-US.json b/locales/en-US.json index 580d9ead..37566439 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -34,6 +34,9 @@ "Import FreeTube subscriptions (.db)": "Import FreeTube subscriptions (.db)", "Import NewPipe subscriptions (.json)": "Import NewPipe subscriptions (.json)", "Import NewPipe data (.zip)": "Import NewPipe data (.zip)", + "To import your subscriptions from YouTube,": "To import your subscriptions from YouTube,", + "click here to download your YouTube-Takeout": "click here to download your YouTube-Takeout", + "and upload the file below.": "and upload the file below.", "Export": "Export", "Export subscriptions as OPML": "Export subscriptions as OPML", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Export subscriptions as OPML (for NewPipe & FreeTube)", @@ -367,4 +370,4 @@ "Playlists": "Playlists", "Community": "Community", "Current version: ": "Current version: " -} \ No newline at end of file +} diff --git a/src/invidious/views/data_control.ecr b/src/invidious/views/data_control.ecr index 463d5fd4..6be54710 100644 --- a/src/invidious/views/data_control.ecr +++ b/src/invidious/views/data_control.ecr @@ -3,22 +3,26 @@ <% end %>
+
+ <%= translate(locale, "To import your subscriptions from YouTube,") %> + + <%= translate(locale, "click here to download your YouTube-Takeout") %> + + <%= translate(locale, "and upload the file below.") %> +
+
<%= translate(locale, "Import") %>
- - + +
- - + +