Added support for 'preservesPitch'.

This commit is contained in:
Windows81 2023-10-12 07:37:11 +00:00
parent 069e91d2a6
commit 4affef6eb0
14 changed files with 3469 additions and 3433 deletions

View File

@ -221,6 +221,9 @@ if (video_data.params.video_start > 0 || video_data.params.video_end > 0) {
player.volume(video_data.params.volume / 100); player.volume(video_data.params.volume / 100);
player.playbackRate(video_data.params.speed); player.playbackRate(video_data.params.speed);
// Dirty hack to set a property in <video/> element that Video.js doesn't currently native support.
player.tech_.el_.preservesPitch = video_data.params.preserves_pitch;
/** /**
* Method for getting the contents of a cookie * Method for getting the contents of a cookie
* *

View File

@ -761,6 +761,14 @@ default_user_preferences:
## ##
#video_loop: false #video_loop: false
##
## Detether payback speed from pitch.
##
## Accepted values: true, false
## Default: true
##
#preserves_pitch: true
# ----------------------------- # -----------------------------
# Video playback settings # Video playback settings

View File

@ -1,490 +1,491 @@
{ {
"LIVE": "LIVE", "LIVE": "LIVE",
"Shared `x` ago": "Vor `x` geteilt", "Shared `x` ago": "Vor `x` geteilt",
"Unsubscribe": "Abo beenden", "Unsubscribe": "Abo beenden",
"Subscribe": "Abonnieren", "Subscribe": "Abonnieren",
"View channel on YouTube": "Kanal auf YouTube anzeigen", "View channel on YouTube": "Kanal auf YouTube anzeigen",
"View playlist on YouTube": "Wiedergabeliste auf YouTube anzeigen", "View playlist on YouTube": "Wiedergabeliste auf YouTube anzeigen",
"newest": "neueste", "newest": "neueste",
"oldest": "älteste", "oldest": "älteste",
"popular": "beliebteste", "popular": "beliebteste",
"last": "neueste", "last": "neueste",
"Next page": "Nächste Seite", "Next page": "Nächste Seite",
"Previous page": "Vorherige Seite", "Previous page": "Vorherige Seite",
"Clear watch history?": "Verlauf löschen?", "Clear watch history?": "Verlauf löschen?",
"New password": "Neues Passwort", "New password": "Neues Passwort",
"New passwords must match": "Neue Passwörter müssen übereinstimmen", "New passwords must match": "Neue Passwörter müssen übereinstimmen",
"Authorize token?": "Token autorisieren?", "Authorize token?": "Token autorisieren?",
"Authorize token for `x`?": "Token für `x` autorisieren?", "Authorize token for `x`?": "Token für `x` autorisieren?",
"Yes": "Ja", "Yes": "Ja",
"No": "Nein", "No": "Nein",
"Import and Export Data": "Daten importieren und exportieren", "Import and Export Data": "Daten importieren und exportieren",
"Import": "Importieren", "Import": "Importieren",
"Import Invidious data": "Invidious-JSON-Daten importieren", "Import Invidious data": "Invidious-JSON-Daten importieren",
"Import YouTube subscriptions": "YouTube-/OPML-Abonnements importieren", "Import YouTube subscriptions": "YouTube-/OPML-Abonnements importieren",
"Import FreeTube subscriptions (.db)": "FreeTube Abonnements importieren (.db)", "Import FreeTube subscriptions (.db)": "FreeTube Abonnements importieren (.db)",
"Import NewPipe subscriptions (.json)": "NewPipe Abonnements importieren (.json)", "Import NewPipe subscriptions (.json)": "NewPipe Abonnements importieren (.json)",
"Import NewPipe data (.zip)": "NewPipe Daten importieren (.zip)", "Import NewPipe data (.zip)": "NewPipe Daten importieren (.zip)",
"Export": "Exportieren", "Export": "Exportieren",
"Export subscriptions as OPML": "Abonnements als OPML exportieren", "Export subscriptions as OPML": "Abonnements als OPML exportieren",
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Abonnements als OPML exportieren (für NewPipe & FreeTube)", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Abonnements als OPML exportieren (für NewPipe & FreeTube)",
"Export data as JSON": "Invidious-Daten als JSON exportieren", "Export data as JSON": "Invidious-Daten als JSON exportieren",
"Delete account?": "Konto löschen?", "Delete account?": "Konto löschen?",
"History": "Verlauf", "History": "Verlauf",
"An alternative front-end to YouTube": "Eine alternative Oberfläche für YouTube", "An alternative front-end to YouTube": "Eine alternative Oberfläche für YouTube",
"JavaScript license information": "JavaScript Lizenzinformationen", "JavaScript license information": "JavaScript Lizenzinformationen",
"source": "Quelle", "source": "Quelle",
"Log in": "Anmelden", "Log in": "Anmelden",
"Log in/register": "Anmelden/registrieren", "Log in/register": "Anmelden/registrieren",
"User ID": "Benutzer-ID", "User ID": "Benutzer-ID",
"Password": "Passwort", "Password": "Passwort",
"Time (h:mm:ss):": "Zeit (h:mm:ss):", "Time (h:mm:ss):": "Zeit (h:mm:ss):",
"Text CAPTCHA": "Text CAPTCHA", "Text CAPTCHA": "Text CAPTCHA",
"Image CAPTCHA": "Bild CAPTCHA", "Image CAPTCHA": "Bild CAPTCHA",
"Sign In": "Anmelden", "Sign In": "Anmelden",
"Register": "Registrieren", "Register": "Registrieren",
"E-mail": "E-Mail", "E-mail": "E-Mail",
"Preferences": "Einstellungen", "Preferences": "Einstellungen",
"preferences_category_player": "Wiedergabeeinstellungen", "preferences_category_player": "Wiedergabeeinstellungen",
"preferences_video_loop_label": "Immer wiederholen: ", "preferences_video_loop_label": "Immer wiederholen: ",
"preferences_autoplay_label": "Automatisch abspielen: ", "preferences_preserves_pitch_label": "Tonhöhe erhalten: ",
"preferences_continue_label": "Immer automatisch nächstes Video abspielen: ", "preferences_autoplay_label": "Automatisch abspielen: ",
"preferences_continue_autoplay_label": "Nächstes Video automatisch abspielen: ", "preferences_continue_label": "Immer automatisch nächstes Video abspielen: ",
"preferences_listen_label": "Nur Ton als Standard: ", "preferences_continue_autoplay_label": "Nächstes Video automatisch abspielen: ",
"preferences_local_label": "Videos durch Proxy leiten: ", "preferences_listen_label": "Nur Ton als Standard: ",
"preferences_speed_label": "Standardgeschwindigkeit: ", "preferences_local_label": "Videos durch Proxy leiten: ",
"preferences_quality_label": "Bevorzugte Videoqualität: ", "preferences_speed_label": "Standardgeschwindigkeit: ",
"preferences_volume_label": "Wiedergabelautstärke: ", "preferences_quality_label": "Bevorzugte Videoqualität: ",
"preferences_comments_label": "Standardkommentare: ", "preferences_volume_label": "Wiedergabelautstärke: ",
"youtube": "YouTube", "preferences_comments_label": "Standardkommentare: ",
"reddit": "Reddit", "youtube": "YouTube",
"preferences_captions_label": "Standarduntertitel: ", "reddit": "Reddit",
"Fallback captions: ": "Ersatzuntertitel: ", "preferences_captions_label": "Standarduntertitel: ",
"preferences_related_videos_label": "Ähnliche Videos anzeigen: ", "Fallback captions: ": "Ersatzuntertitel: ",
"preferences_annotations_label": "Anmerkungen standardmäßig anzeigen: ", "preferences_related_videos_label": "Ähnliche Videos anzeigen: ",
"preferences_extend_desc_label": "Videobeschreibung automatisch erweitern: ", "preferences_annotations_label": "Anmerkungen standardmäßig anzeigen: ",
"preferences_vr_mode_label": "Interaktive 360-Grad-Videos (erfordert WebGL): ", "preferences_extend_desc_label": "Videobeschreibung automatisch erweitern: ",
"preferences_category_visual": "Anzeigeeinstellungen", "preferences_vr_mode_label": "Interaktive 360-Grad-Videos (erfordert WebGL): ",
"preferences_player_style_label": "Player-Stil: ", "preferences_category_visual": "Anzeigeeinstellungen",
"Dark mode: ": "Nachtmodus: ", "preferences_player_style_label": "Player-Stil: ",
"preferences_dark_mode_label": "Modus: ", "Dark mode: ": "Nachtmodus: ",
"dark": "Nachtmodus", "preferences_dark_mode_label": "Modus: ",
"light": "hell", "dark": "Nachtmodus",
"preferences_thin_mode_label": "Schlanker Modus: ", "light": "hell",
"preferences_category_misc": "Sonstige Einstellungen", "preferences_thin_mode_label": "Schlanker Modus: ",
"preferences_automatic_instance_redirect_label": "Automatische Instanzweiterleitung (über redirect.invidious.io): ", "preferences_category_misc": "Sonstige Einstellungen",
"preferences_category_subscription": "Abonnementeinstellungen", "preferences_automatic_instance_redirect_label": "Automatische Instanzweiterleitung (über redirect.invidious.io): ",
"preferences_annotations_subscribed_label": "Anmerkungen für abonnierte Kanäle standardmäßig anzeigen? ", "preferences_category_subscription": "Abonnementeinstellungen",
"Redirect homepage to feed: ": "Startseite zu Feed umleiten: ", "preferences_annotations_subscribed_label": "Anmerkungen für abonnierte Kanäle standardmäßig anzeigen? ",
"preferences_max_results_label": "Anzahl von Videos die im Feed angezeigt werden: ", "Redirect homepage to feed: ": "Startseite zu Feed umleiten: ",
"preferences_sort_label": "Videos sortieren nach: ", "preferences_max_results_label": "Anzahl von Videos die im Feed angezeigt werden: ",
"published": "veröffentlicht", "preferences_sort_label": "Videos sortieren nach: ",
"published - reverse": "veröffentlicht - invertiert", "published": "veröffentlicht",
"alphabetically": "alphabetisch", "published - reverse": "veröffentlicht - invertiert",
"alphabetically - reverse": "alphabetisch - invertiert", "alphabetically": "alphabetisch",
"channel name": "Kanalname", "alphabetically - reverse": "alphabetisch - invertiert",
"channel name - reverse": "Kanalname - invertiert", "channel name": "Kanalname",
"Only show latest video from channel: ": "Nur neueste Videos des Kanals anzeigen: ", "channel name - reverse": "Kanalname - invertiert",
"Only show latest unwatched video from channel: ": "Nur neueste ungesehene Videos des Kanals anzeigen: ", "Only show latest video from channel: ": "Nur neueste Videos des Kanals anzeigen: ",
"preferences_unseen_only_label": "Nur ungesehene anzeigen: ", "Only show latest unwatched video from channel: ": "Nur neueste ungesehene Videos des Kanals anzeigen: ",
"preferences_notifications_only_label": "Nur Benachrichtigungen anzeigen (wenn es welche gibt): ", "preferences_unseen_only_label": "Nur ungesehene anzeigen: ",
"Enable web notifications": "Webbenachrichtigungen aktivieren", "preferences_notifications_only_label": "Nur Benachrichtigungen anzeigen (wenn es welche gibt): ",
"`x` uploaded a video": "`x` hat ein Video hochgeladen", "Enable web notifications": "Webbenachrichtigungen aktivieren",
"`x` is live": "`x` ist live", "`x` uploaded a video": "`x` hat ein Video hochgeladen",
"preferences_category_data": "Dateneinstellungen", "`x` is live": "`x` ist live",
"Clear watch history": "Verlauf löschen", "preferences_category_data": "Dateneinstellungen",
"Import/export data": "Daten importieren/exportieren", "Clear watch history": "Verlauf löschen",
"Change password": "Passwort ändern", "Import/export data": "Daten importieren/exportieren",
"Manage subscriptions": "Abonnements verwalten", "Change password": "Passwort ändern",
"Manage tokens": "Tokens verwalten", "Manage subscriptions": "Abonnements verwalten",
"Watch history": "Wiedergabeverlauf", "Manage tokens": "Tokens verwalten",
"Delete account": "Account löschen", "Watch history": "Wiedergabeverlauf",
"preferences_category_admin": "Administrator-Einstellungen", "Delete account": "Account löschen",
"preferences_default_home_label": "Standard-Startseite: ", "preferences_category_admin": "Administrator-Einstellungen",
"preferences_feed_menu_label": "Feed-Menü: ", "preferences_default_home_label": "Standard-Startseite: ",
"preferences_show_nick_label": "Nutzernamen oben anzeigen: ", "preferences_feed_menu_label": "Feed-Menü: ",
"Top enabled: ": "Top aktiviert? ", "preferences_show_nick_label": "Nutzernamen oben anzeigen: ",
"CAPTCHA enabled: ": "CAPTCHA aktiviert? ", "Top enabled: ": "Top aktiviert? ",
"Login enabled: ": "Anmeldung aktiviert: ", "CAPTCHA enabled: ": "CAPTCHA aktiviert? ",
"Registration enabled: ": "Registrierung aktiviert? ", "Login enabled: ": "Anmeldung aktiviert: ",
"Report statistics: ": "Statistiken berichten? ", "Registration enabled: ": "Registrierung aktiviert? ",
"Save preferences": "Einstellungen speichern", "Report statistics: ": "Statistiken berichten? ",
"Subscription manager": "Abonnementverwaltung", "Save preferences": "Einstellungen speichern",
"Token manager": "Tokenverwalter", "Subscription manager": "Abonnementverwaltung",
"Token": "Token", "Token manager": "Tokenverwalter",
"Import/export": "Importieren/Exportieren", "Token": "Token",
"unsubscribe": "abbestellen", "Import/export": "Importieren/Exportieren",
"revoke": "widerrufen", "unsubscribe": "abbestellen",
"Subscriptions": "Abonnements", "revoke": "widerrufen",
"search": "Suchen", "Subscriptions": "Abonnements",
"Log out": "Abmelden", "search": "Suchen",
"Released under the AGPLv3 on Github.": "Auf GitHub unter der AGPLv3 Lizenz veröffentlicht.", "Log out": "Abmelden",
"Source available here.": "Quellcode verfügbar hier.", "Released under the AGPLv3 on Github.": "Auf GitHub unter der AGPLv3 Lizenz veröffentlicht.",
"View JavaScript license information.": "Javascript Lizenzinformationen anzeigen.", "Source available here.": "Quellcode verfügbar hier.",
"View privacy policy.": "Datenschutzerklärung einsehen.", "View JavaScript license information.": "Javascript Lizenzinformationen anzeigen.",
"Trending": "Angesagt", "View privacy policy.": "Datenschutzerklärung einsehen.",
"Public": "Öffentlich", "Trending": "Angesagt",
"Unlisted": "Nicht aufgeführt", "Public": "Öffentlich",
"Private": "Privat", "Unlisted": "Nicht aufgeführt",
"View all playlists": "Alle Wiedergabelisten anzeigen", "Private": "Privat",
"Updated `x` ago": "Aktualisiert `x` vor", "View all playlists": "Alle Wiedergabelisten anzeigen",
"Delete playlist `x`?": "Wiedergabeliste löschen `x`?", "Updated `x` ago": "Aktualisiert `x` vor",
"Delete playlist": "Wiedergabeliste löschen", "Delete playlist `x`?": "Wiedergabeliste löschen `x`?",
"Create playlist": "Wiedergabeliste erstellen", "Delete playlist": "Wiedergabeliste löschen",
"Title": "Titel", "Create playlist": "Wiedergabeliste erstellen",
"Playlist privacy": "Vertrauliche Wiedergabeliste", "Title": "Titel",
"Editing playlist `x`": "Wiedergabeliste bearbeiten `x`", "Playlist privacy": "Vertrauliche Wiedergabeliste",
"Show more": "Mehr anzeigen", "Editing playlist `x`": "Wiedergabeliste bearbeiten `x`",
"Show less": "Weniger anzeigen", "Show more": "Mehr anzeigen",
"Watch on YouTube": "Video auf YouTube ansehen", "Show less": "Weniger anzeigen",
"Switch Invidious Instance": "Invidious Instanz wechseln", "Watch on YouTube": "Video auf YouTube ansehen",
"Hide annotations": "Anmerkungen ausblenden", "Switch Invidious Instance": "Invidious Instanz wechseln",
"Show annotations": "Anmerkungen anzeigen", "Hide annotations": "Anmerkungen ausblenden",
"Genre: ": "Genre: ", "Show annotations": "Anmerkungen anzeigen",
"License: ": "Lizenz: ", "Genre: ": "Genre: ",
"Family friendly? ": "Familienfreundlich? ", "License: ": "Lizenz: ",
"Wilson score: ": "Wilson-Score: ", "Family friendly? ": "Familienfreundlich? ",
"Engagement: ": "Engagement: ", "Wilson score: ": "Wilson-Score: ",
"Whitelisted regions: ": "Erlaubte Regionen: ", "Engagement: ": "Engagement: ",
"Blacklisted regions: ": "Unerlaubte Regionen: ", "Whitelisted regions: ": "Erlaubte Regionen: ",
"Shared `x`": "Geteilt `x`", "Blacklisted regions: ": "Unerlaubte Regionen: ",
"Premieres in `x`": "Zuerst gesehen in `x`", "Shared `x`": "Geteilt `x`",
"Premieres `x`": "Erster Start `x`", "Premieres in `x`": "Zuerst gesehen in `x`",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Hallo! Anscheinend haben Sie JavaScript deaktiviert. Klicken Sie hier um Kommentare anzuzeigen, beachten sie dass es etwas länger dauern kann um sie zu laden.", "Premieres `x`": "Erster Start `x`",
"View YouTube comments": "YouTube Kommentare anzeigen", "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Hallo! Anscheinend haben Sie JavaScript deaktiviert. Klicken Sie hier um Kommentare anzuzeigen, beachten sie dass es etwas länger dauern kann um sie zu laden.",
"View more comments on Reddit": "Mehr Kommentare auf Reddit anzeigen", "View YouTube comments": "YouTube Kommentare anzeigen",
"View `x` comments": { "View more comments on Reddit": "Mehr Kommentare auf Reddit anzeigen",
"([^.,0-9]|^)1([^.,0-9]|$)": "`x` Kommentare anzeigen", "View `x` comments": {
"": "`x` Kommentare anzeigen" "([^.,0-9]|^)1([^.,0-9]|$)": "`x` Kommentare anzeigen",
}, "": "`x` Kommentare anzeigen"
"View Reddit comments": "Reddit Kommentare anzeigen", },
"Hide replies": "Antworten verstecken", "View Reddit comments": "Reddit Kommentare anzeigen",
"Show replies": "Antworten anzeigen", "Hide replies": "Antworten verstecken",
"Incorrect password": "Falsches Passwort", "Show replies": "Antworten anzeigen",
"Wrong answer": "Ungültige Antwort", "Incorrect password": "Falsches Passwort",
"Erroneous CAPTCHA": "Ungültiges CAPTCHA", "Wrong answer": "Ungültige Antwort",
"CAPTCHA is a required field": "CAPTCHA ist eine erforderliche Eingabe", "Erroneous CAPTCHA": "Ungültiges CAPTCHA",
"User ID is a required field": "Benutzer ID ist eine erforderliche Eingabe", "CAPTCHA is a required field": "CAPTCHA ist eine erforderliche Eingabe",
"Password is a required field": "Passwort ist eine erforderliche Eingabe", "User ID is a required field": "Benutzer ID ist eine erforderliche Eingabe",
"Wrong username or password": "Ungültiger Benutzername oder Passwort", "Password is a required field": "Passwort ist eine erforderliche Eingabe",
"Password cannot be empty": "Passwort darf nicht leer sein", "Wrong username or password": "Ungültiger Benutzername oder Passwort",
"Password cannot be longer than 55 characters": "Passwort darf nicht länger als 55 Zeichen sein", "Password cannot be empty": "Passwort darf nicht leer sein",
"Please log in": "Bitte anmelden", "Password cannot be longer than 55 characters": "Passwort darf nicht länger als 55 Zeichen sein",
"Invidious Private Feed for `x`": "Invidious Persönlicher Feed für `x`", "Please log in": "Bitte anmelden",
"channel:`x`": "Kanal:`x`", "Invidious Private Feed for `x`": "Invidious Persönlicher Feed für `x`",
"Deleted or invalid channel": "Gelöschter oder ungültiger Kanal", "channel:`x`": "Kanal:`x`",
"This channel does not exist.": "Dieser Kanal existiert nicht.", "Deleted or invalid channel": "Gelöschter oder ungültiger Kanal",
"Could not get channel info.": "Kanalinformationen konnten nicht geladen werden.", "This channel does not exist.": "Dieser Kanal existiert nicht.",
"Could not fetch comments": "Kommentare konnten nicht geladen werden", "Could not get channel info.": "Kanalinformationen konnten nicht geladen werden.",
"`x` ago": "vor `x`", "Could not fetch comments": "Kommentare konnten nicht geladen werden",
"Load more": "Mehr laden", "`x` ago": "vor `x`",
"Could not create mix.": "Mix konnte nicht erstellt werden.", "Load more": "Mehr laden",
"Empty playlist": "Wiedergabeliste ist leer", "Could not create mix.": "Mix konnte nicht erstellt werden.",
"Not a playlist.": "Ungültige Wiedergabeliste.", "Empty playlist": "Wiedergabeliste ist leer",
"Playlist does not exist.": "Wiedergabeliste existiert nicht.", "Not a playlist.": "Ungültige Wiedergabeliste.",
"Could not pull trending pages.": "Trendenz-Seiten konnten nicht geladen werden.", "Playlist does not exist.": "Wiedergabeliste existiert nicht.",
"Hidden field \"challenge\" is a required field": "Verstecktes Feld „challenge“ ist eine erforderliche Eingabe", "Could not pull trending pages.": "Trendenz-Seiten konnten nicht geladen werden.",
"Hidden field \"token\" is a required field": "Verstecktes Feld „token“ ist eine erforderliche Eingabe", "Hidden field \"challenge\" is a required field": "Verstecktes Feld „challenge“ ist eine erforderliche Eingabe",
"Erroneous challenge": "Ungültiger Test", "Hidden field \"token\" is a required field": "Verstecktes Feld „token“ ist eine erforderliche Eingabe",
"Erroneous token": "Ungültiger Token", "Erroneous challenge": "Ungültiger Test",
"No such user": "Ungültiger Benutzer", "Erroneous token": "Ungültiger Token",
"Token is expired, please try again": "Token ist abgelaufen, bitte erneut versuchen", "No such user": "Ungültiger Benutzer",
"English": "Englisch", "Token is expired, please try again": "Token ist abgelaufen, bitte erneut versuchen",
"English (auto-generated)": "Englisch (automatisch erzeugt)", "English": "Englisch",
"Afrikaans": "Afrikaans", "English (auto-generated)": "Englisch (automatisch erzeugt)",
"Albanian": "Albanisch", "Afrikaans": "Afrikaans",
"Amharic": "Amharisch", "Albanian": "Albanisch",
"Arabic": "Arabisch", "Amharic": "Amharisch",
"Armenian": "Armenisch", "Arabic": "Arabisch",
"Azerbaijani": "Aserbaidschanisch", "Armenian": "Armenisch",
"Bangla": "Bengalisch", "Azerbaijani": "Aserbaidschanisch",
"Basque": "Baskisch", "Bangla": "Bengalisch",
"Belarusian": "Weißrussisch", "Basque": "Baskisch",
"Bosnian": "Bosnisch", "Belarusian": "Weißrussisch",
"Bulgarian": "Bulgarisch", "Bosnian": "Bosnisch",
"Burmese": "Burmesisch", "Bulgarian": "Bulgarisch",
"Catalan": "Katalanisch", "Burmese": "Burmesisch",
"Cebuano": "Cebuano", "Catalan": "Katalanisch",
"Chinese (Simplified)": "Chinesisch (vereinfacht)", "Cebuano": "Cebuano",
"Chinese (Traditional)": "Chinesisch (traditionell)", "Chinese (Simplified)": "Chinesisch (vereinfacht)",
"Corsican": "Korsisch", "Chinese (Traditional)": "Chinesisch (traditionell)",
"Croatian": "Kroatisch", "Corsican": "Korsisch",
"Czech": "Tschechisch", "Croatian": "Kroatisch",
"Danish": "Dänisch", "Czech": "Tschechisch",
"Dutch": "Niederländisch", "Danish": "Dänisch",
"Esperanto": "Esperanto", "Dutch": "Niederländisch",
"Estonian": "Estnisch", "Esperanto": "Esperanto",
"Filipino": "Philippinisch", "Estonian": "Estnisch",
"Finnish": "Finnisch", "Filipino": "Philippinisch",
"French": "Französisch", "Finnish": "Finnisch",
"Galician": "Galizisch", "French": "Französisch",
"Georgian": "Georgisch", "Galician": "Galizisch",
"German": "Deutsch", "Georgian": "Georgisch",
"Greek": "Griechisch", "German": "Deutsch",
"Gujarati": "Gujarati", "Greek": "Griechisch",
"Haitian Creole": "Haitianisches Kreolisch", "Gujarati": "Gujarati",
"Hausa": "Hausa", "Haitian Creole": "Haitianisches Kreolisch",
"Hawaiian": "Hawaiianisch", "Hausa": "Hausa",
"Hebrew": "Hebräisch", "Hawaiian": "Hawaiianisch",
"Hindi": "Hindi", "Hebrew": "Hebräisch",
"Hmong": "Hmong", "Hindi": "Hindi",
"Hungarian": "Ungarisch", "Hmong": "Hmong",
"Icelandic": "Isländisch", "Hungarian": "Ungarisch",
"Igbo": "Igbo", "Icelandic": "Isländisch",
"Indonesian": "Indonesisch", "Igbo": "Igbo",
"Irish": "Irisch", "Indonesian": "Indonesisch",
"Italian": "Italienisch", "Irish": "Irisch",
"Japanese": "Japanisch", "Italian": "Italienisch",
"Javanese": "Javanisch", "Japanese": "Japanisch",
"Kannada": "Kannada", "Javanese": "Javanisch",
"Kazakh": "Kasachisch", "Kannada": "Kannada",
"Khmer": "Khmer", "Kazakh": "Kasachisch",
"Korean": "Koreanisch", "Khmer": "Khmer",
"Kurdish": "Kurdisch", "Korean": "Koreanisch",
"Kyrgyz": "Kirgisisch", "Kurdish": "Kurdisch",
"Lao": "Laotisch", "Kyrgyz": "Kirgisisch",
"Latin": "Lateinisch", "Lao": "Laotisch",
"Latvian": "Lettisch", "Latin": "Lateinisch",
"Lithuanian": "Litauisch", "Latvian": "Lettisch",
"Luxembourgish": "Luxemburgisch", "Lithuanian": "Litauisch",
"Macedonian": "Mazedonisch", "Luxembourgish": "Luxemburgisch",
"Malagasy": "Madagassisch", "Macedonian": "Mazedonisch",
"Malay": "Malaiisch", "Malagasy": "Madagassisch",
"Malayalam": "Malayalam", "Malay": "Malaiisch",
"Maltese": "Maltesisch", "Malayalam": "Malayalam",
"Maori": "Maori", "Maltese": "Maltesisch",
"Marathi": "Marathi", "Maori": "Maori",
"Mongolian": "Mongolisch", "Marathi": "Marathi",
"Nepali": "Nepalesisch", "Mongolian": "Mongolisch",
"Norwegian Bokmål": "Norwegisch", "Nepali": "Nepalesisch",
"Nyanja": "Nyanja", "Norwegian Bokmål": "Norwegisch",
"Pashto": "Paschtunisch", "Nyanja": "Nyanja",
"Persian": "Persisch", "Pashto": "Paschtunisch",
"Polish": "Polnisch", "Persian": "Persisch",
"Portuguese": "Portugiesisch", "Polish": "Polnisch",
"Punjabi": "Pandschabi", "Portuguese": "Portugiesisch",
"Romanian": "Rumänisch", "Punjabi": "Pandschabi",
"Russian": "Russisch", "Romanian": "Rumänisch",
"Samoan": "Samoanisch", "Russian": "Russisch",
"Scottish Gaelic": "Schottisches Gälisch", "Samoan": "Samoanisch",
"Serbian": "Serbisch", "Scottish Gaelic": "Schottisches Gälisch",
"Shona": "Schona", "Serbian": "Serbisch",
"Sindhi": "Sindhi", "Shona": "Schona",
"Sinhala": "Singhalesisch", "Sindhi": "Sindhi",
"Slovak": "Slowakisch", "Sinhala": "Singhalesisch",
"Slovenian": "Slowenisch", "Slovak": "Slowakisch",
"Somali": "Somali", "Slovenian": "Slowenisch",
"Southern Sotho": "Südliches Sotho", "Somali": "Somali",
"Spanish": "Spanisch", "Southern Sotho": "Südliches Sotho",
"Spanish (Latin America)": "Spanisch (Lateinamerika)", "Spanish": "Spanisch",
"Sundanese": "Sundanesisch", "Spanish (Latin America)": "Spanisch (Lateinamerika)",
"Swahili": "Suaheli", "Sundanese": "Sundanesisch",
"Swedish": "Schwedisch", "Swahili": "Suaheli",
"Tajik": "Tadschikisch", "Swedish": "Schwedisch",
"Tamil": "Tamilisch", "Tajik": "Tadschikisch",
"Telugu": "Telugu", "Tamil": "Tamilisch",
"Thai": "Thailändisch", "Telugu": "Telugu",
"Turkish": "Türkisch", "Thai": "Thailändisch",
"Ukrainian": "Ukrainisch", "Turkish": "Türkisch",
"Urdu": "Urdu", "Ukrainian": "Ukrainisch",
"Uzbek": "Usbekisch", "Urdu": "Urdu",
"Vietnamese": "Vietnamesisch", "Uzbek": "Usbekisch",
"Welsh": "Walisisch", "Vietnamese": "Vietnamesisch",
"Western Frisian": "Westfriesisch", "Welsh": "Walisisch",
"Xhosa": "Xhosa", "Western Frisian": "Westfriesisch",
"Yiddish": "Jiddisch", "Xhosa": "Xhosa",
"Yoruba": "Joruba", "Yiddish": "Jiddisch",
"Zulu": "Zulu", "Yoruba": "Joruba",
"Fallback comments: ": "Alternative Kommentare: ", "Zulu": "Zulu",
"Popular": "Populär", "Fallback comments: ": "Alternative Kommentare: ",
"Search": "Suchen", "Popular": "Populär",
"Top": "Top", "Search": "Suchen",
"About": "Über", "Top": "Top",
"Rating: ": "Bewertung: ", "About": "Über",
"preferences_locale_label": "Sprache: ", "Rating: ": "Bewertung: ",
"View as playlist": "Als Wiedergabeliste anzeigen", "preferences_locale_label": "Sprache: ",
"Default": "Standard", "View as playlist": "Als Wiedergabeliste anzeigen",
"Music": "Musik", "Default": "Standard",
"Gaming": "Videospiele", "Music": "Musik",
"News": "Neuigkeiten", "Gaming": "Videospiele",
"Movies": "Filme", "News": "Neuigkeiten",
"Download": "Herunterladen", "Movies": "Filme",
"Download as: ": "Herunterladen als: ", "Download": "Herunterladen",
"%A %B %-d, %Y": "%A %-d %B %Y", "Download as: ": "Herunterladen als: ",
"(edited)": "(editiert)", "%A %B %-d, %Y": "%A %-d %B %Y",
"YouTube comment permalink": "YouTube-Kommentar Permalink", "(edited)": "(editiert)",
"permalink": "Permalink", "YouTube comment permalink": "YouTube-Kommentar Permalink",
"`x` marked it with a ❤": "`x` markierte es mit einem ❤", "permalink": "Permalink",
"Audio mode": "Audiomodus", "`x` marked it with a ❤": "`x` markierte es mit einem ❤",
"Video mode": "Videomodus", "Audio mode": "Audiomodus",
"channel_tab_videos_label": "Videos", "Video mode": "Videomodus",
"Playlists": "Wiedergabelisten", "channel_tab_videos_label": "Videos",
"channel_tab_community_label": "Gemeinschaft", "Playlists": "Wiedergabelisten",
"search_filters_sort_option_relevance": "Relevanz", "channel_tab_community_label": "Gemeinschaft",
"search_filters_sort_option_rating": "Bewertung", "search_filters_sort_option_relevance": "Relevanz",
"search_filters_sort_option_date": "Datum", "search_filters_sort_option_rating": "Bewertung",
"search_filters_sort_option_views": "Aufrufe", "search_filters_sort_option_date": "Datum",
"search_filters_type_label": "Inhaltstyp", "search_filters_sort_option_views": "Aufrufe",
"search_filters_duration_label": "Dauer", "search_filters_type_label": "Inhaltstyp",
"search_filters_features_label": "Eigenschaften", "search_filters_duration_label": "Dauer",
"search_filters_sort_label": "sortieren", "search_filters_features_label": "Eigenschaften",
"search_filters_date_option_hour": "Letzte Stunde", "search_filters_sort_label": "sortieren",
"search_filters_date_option_today": "Heute", "search_filters_date_option_hour": "Letzte Stunde",
"search_filters_date_option_week": "Diese Woche", "search_filters_date_option_today": "Heute",
"search_filters_date_option_month": "Diesen Monat", "search_filters_date_option_week": "Diese Woche",
"search_filters_date_option_year": "Dieses Jahr", "search_filters_date_option_month": "Diesen Monat",
"search_filters_type_option_video": "Video", "search_filters_date_option_year": "Dieses Jahr",
"search_filters_type_option_channel": "Kanal", "search_filters_type_option_video": "Video",
"search_filters_type_option_playlist": "Wiedergabeliste", "search_filters_type_option_channel": "Kanal",
"search_filters_type_option_movie": "Film", "search_filters_type_option_playlist": "Wiedergabeliste",
"search_filters_type_option_show": "Anzeigen", "search_filters_type_option_movie": "Film",
"search_filters_features_option_hd": "HD", "search_filters_type_option_show": "Anzeigen",
"search_filters_features_option_subtitles": "Untertitel / CC", "search_filters_features_option_hd": "HD",
"search_filters_features_option_c_commons": "Creative Commons", "search_filters_features_option_subtitles": "Untertitel / CC",
"search_filters_features_option_three_d": "3D", "search_filters_features_option_c_commons": "Creative Commons",
"search_filters_features_option_live": "Live", "search_filters_features_option_three_d": "3D",
"search_filters_features_option_four_k": "4K", "search_filters_features_option_live": "Live",
"search_filters_features_option_location": "Standort", "search_filters_features_option_four_k": "4K",
"search_filters_features_option_hdr": "HDR", "search_filters_features_option_location": "Standort",
"Current version: ": "Aktuelle Version: ", "search_filters_features_option_hdr": "HDR",
"next_steps_error_message": "Danach folgendes versuchen: ", "Current version: ": "Aktuelle Version: ",
"next_steps_error_message_refresh": "Aktualisieren", "next_steps_error_message": "Danach folgendes versuchen: ",
"next_steps_error_message_go_to_youtube": "Zu YouTube gehen", "next_steps_error_message_refresh": "Aktualisieren",
"footer_donate_page": "Spende", "next_steps_error_message_go_to_youtube": "Zu YouTube gehen",
"search_filters_duration_option_long": "Lang (> 20 Minuten)", "footer_donate_page": "Spende",
"footer_original_source_code": "Original Quellcode", "search_filters_duration_option_long": "Lang (> 20 Minuten)",
"footer_modfied_source_code": "Modifizierter Quellcode", "footer_original_source_code": "Original Quellcode",
"footer_documentation": "Dokumentation", "footer_modfied_source_code": "Modifizierter Quellcode",
"footer_source_code": "Quellcode", "footer_documentation": "Dokumentation",
"adminprefs_modified_source_code_url_label": "URL zum Repositorie des modifizierten Quellcodes", "footer_source_code": "Quellcode",
"search_filters_duration_option_short": "Kurz (< 4 Minuten)", "adminprefs_modified_source_code_url_label": "URL zum Repositorie des modifizierten Quellcodes",
"preferences_region_label": "Land der Inhalte: ", "search_filters_duration_option_short": "Kurz (< 4 Minuten)",
"preferences_quality_option_dash": "DASH (adaptive Qualität)", "preferences_region_label": "Land der Inhalte: ",
"preferences_quality_option_hd720": "HD720", "preferences_quality_option_dash": "DASH (adaptive Qualität)",
"preferences_quality_option_medium": "Mittel", "preferences_quality_option_hd720": "HD720",
"preferences_quality_option_small": "Niedrig", "preferences_quality_option_medium": "Mittel",
"preferences_quality_dash_option_auto": "Auto", "preferences_quality_option_small": "Niedrig",
"preferences_quality_dash_option_4320p": "4320p", "preferences_quality_dash_option_auto": "Auto",
"preferences_quality_dash_option_2160p": "2160p", "preferences_quality_dash_option_4320p": "4320p",
"preferences_quality_dash_option_1080p": "1080p", "preferences_quality_dash_option_2160p": "2160p",
"preferences_quality_dash_option_720p": "720p", "preferences_quality_dash_option_1080p": "1080p",
"preferences_quality_dash_option_480p": "480p", "preferences_quality_dash_option_720p": "720p",
"preferences_quality_dash_option_360p": "360p", "preferences_quality_dash_option_480p": "480p",
"preferences_quality_dash_option_240p": "240p", "preferences_quality_dash_option_360p": "360p",
"preferences_quality_dash_option_144p": "144p", "preferences_quality_dash_option_240p": "240p",
"invidious": "Invidious", "preferences_quality_dash_option_144p": "144p",
"videoinfo_invidious_embed_link": "Link zum Einbetten", "invidious": "Invidious",
"download_subtitles": "Untertitel - `x` (.vtt)", "videoinfo_invidious_embed_link": "Link zum Einbetten",
"Video unavailable": "Video nicht verfügbar", "download_subtitles": "Untertitel - `x` (.vtt)",
"user_created_playlists": "`x` Wiedergabelisten erstellt", "Video unavailable": "Video nicht verfügbar",
"user_saved_playlists": "`x` Wiedergabelisten gespeichert", "user_created_playlists": "`x` Wiedergabelisten erstellt",
"preferences_save_player_pos_label": "Wiedergabeposition speichern: ", "user_saved_playlists": "`x` Wiedergabelisten gespeichert",
"search_filters_features_option_three_sixty": "360°", "preferences_save_player_pos_label": "Wiedergabeposition speichern: ",
"preferences_quality_dash_option_best": "Höchste", "search_filters_features_option_three_sixty": "360°",
"preferences_quality_dash_option_worst": "Niedrigste", "preferences_quality_dash_option_best": "Höchste",
"preferences_quality_dash_option_1440p": "1440p", "preferences_quality_dash_option_worst": "Niedrigste",
"videoinfo_youTube_embed_link": "Eingebettet", "preferences_quality_dash_option_1440p": "1440p",
"search_filters_features_option_purchased": "Gekauft", "videoinfo_youTube_embed_link": "Eingebettet",
"none": "keine", "search_filters_features_option_purchased": "Gekauft",
"videoinfo_started_streaming_x_ago": "Stream begann vor `x`", "none": "keine",
"videoinfo_watch_on_youTube": "Auf YouTube ansehen", "videoinfo_started_streaming_x_ago": "Stream begann vor `x`",
"preferences_quality_dash_label": "Bevorzugte DASH-Videoqualität: ", "videoinfo_watch_on_youTube": "Auf YouTube ansehen",
"generic_subscribers_count": "{{count}} Abonnent", "preferences_quality_dash_label": "Bevorzugte DASH-Videoqualität: ",
"generic_subscribers_count_plural": "{{count}} Abonnenten", "generic_subscribers_count": "{{count}} Abonnent",
"generic_videos_count": "{{count}} Video", "generic_subscribers_count_plural": "{{count}} Abonnenten",
"generic_videos_count_plural": "{{count}} Videos", "generic_videos_count": "{{count}} Video",
"subscriptions_unseen_notifs_count": "{{count}} ungesehene Benachrichtung", "generic_videos_count_plural": "{{count}} Videos",
"subscriptions_unseen_notifs_count_plural": "{{count}} ungesehene Benachrichtungen", "subscriptions_unseen_notifs_count": "{{count}} ungesehene Benachrichtung",
"crash_page_refresh": "Versucht haben, <a href=\"`x`\">die Seite neu zu laden</a>", "subscriptions_unseen_notifs_count_plural": "{{count}} ungesehene Benachrichtungen",
"comments_view_x_replies": "{{count}} Antwort anzeigen", "crash_page_refresh": "Versucht haben, <a href=\"`x`\">die Seite neu zu laden</a>",
"comments_view_x_replies_plural": "{{count}} Antworten anzeigen", "comments_view_x_replies": "{{count}} Antwort anzeigen",
"generic_count_years": "{{count}} Jahr", "comments_view_x_replies_plural": "{{count}} Antworten anzeigen",
"generic_count_years_plural": "{{count}} Jahre", "generic_count_years": "{{count}} Jahr",
"generic_count_weeks": "{{count}} Woche", "generic_count_years_plural": "{{count}} Jahre",
"generic_count_weeks_plural": "{{count}} Wochen", "generic_count_weeks": "{{count}} Woche",
"generic_count_days": "{{count}} Tag", "generic_count_weeks_plural": "{{count}} Wochen",
"generic_count_days_plural": "{{count}} Tage", "generic_count_days": "{{count}} Tag",
"crash_page_before_reporting": "Bevor Sie einen Bug melden, stellen Sie sicher, dass Sie:", "generic_count_days_plural": "{{count}} Tage",
"crash_page_switch_instance": "Eine <a href=\"`x`\">andere Instanz</a> versucht haben", "crash_page_before_reporting": "Bevor Sie einen Bug melden, stellen Sie sicher, dass Sie:",
"generic_count_hours": "{{count}} Stunde", "crash_page_switch_instance": "Eine <a href=\"`x`\">andere Instanz</a> versucht haben",
"generic_count_hours_plural": "{{count}} Stunden", "generic_count_hours": "{{count}} Stunde",
"generic_count_minutes": "{{count}} Minute", "generic_count_hours_plural": "{{count}} Stunden",
"generic_count_minutes_plural": "{{count}} Minuten", "generic_count_minutes": "{{count}} Minute",
"crash_page_read_the_faq": "Das <a href=\"`x`\">FAQ</a> gelesen haben", "generic_count_minutes_plural": "{{count}} Minuten",
"crash_page_search_issue": "Nach <a href=\"`x`\">bereits gemeldeten Bugs auf GitHub</a> gesucht haben", "crash_page_read_the_faq": "Das <a href=\"`x`\">FAQ</a> gelesen haben",
"crash_page_report_issue": "Wenn all dies nicht geholfen hat, <a href=\"`x`\">öffnen Sie bitte ein neues Problem (issue) auf Github</a> (vorzugsweise auf Englisch) und fügen Sie den folgenden Text in Ihre Nachricht ein (bitte übersetzen Sie diesen Text NICHT):", "crash_page_search_issue": "Nach <a href=\"`x`\">bereits gemeldeten Bugs auf GitHub</a> gesucht haben",
"generic_views_count": "{{count}} Aufruf", "crash_page_report_issue": "Wenn all dies nicht geholfen hat, <a href=\"`x`\">öffnen Sie bitte ein neues Problem (issue) auf Github</a> (vorzugsweise auf Englisch) und fügen Sie den folgenden Text in Ihre Nachricht ein (bitte übersetzen Sie diesen Text NICHT):",
"generic_views_count_plural": "{{count}} Aufrufe", "generic_views_count": "{{count}} Aufruf",
"generic_count_seconds": "{{count}} Sekunde", "generic_views_count_plural": "{{count}} Aufrufe",
"generic_count_seconds_plural": "{{count}} Sekunden", "generic_count_seconds": "{{count}} Sekunde",
"generic_subscriptions_count": "{{count}} Abo", "generic_count_seconds_plural": "{{count}} Sekunden",
"generic_subscriptions_count_plural": "{{count}} Abos", "generic_subscriptions_count": "{{count}} Abo",
"tokens_count": "{{count}} Token", "generic_subscriptions_count_plural": "{{count}} Abos",
"tokens_count_plural": "{{count}} Tokens", "tokens_count": "{{count}} Token",
"comments_points_count": "{{count}} Punkt", "tokens_count_plural": "{{count}} Tokens",
"comments_points_count_plural": "{{count}} Punkte", "comments_points_count": "{{count}} Punkt",
"crash_page_you_found_a_bug": "Anscheinend haben Sie einen Fehler in Invidious gefunden!", "comments_points_count_plural": "{{count}} Punkte",
"generic_count_months": "{{count}} Monat", "crash_page_you_found_a_bug": "Anscheinend haben Sie einen Fehler in Invidious gefunden!",
"generic_count_months_plural": "{{count}} Monaten", "generic_count_months": "{{count}} Monat",
"Cantonese (Hong Kong)": "Kantonesisch (Hong Kong)", "generic_count_months_plural": "{{count}} Monaten",
"Chinese (Hong Kong)": "Chinesisch (Hong Kong)", "Cantonese (Hong Kong)": "Kantonesisch (Hong Kong)",
"generic_playlists_count": "{{count}} Wiedergabeliste", "Chinese (Hong Kong)": "Chinesisch (Hong Kong)",
"generic_playlists_count_plural": "{{count}} Wiedergabelisten", "generic_playlists_count": "{{count}} Wiedergabeliste",
"preferences_watch_history_label": "Wiedergabeverlauf aktivieren: ", "generic_playlists_count_plural": "{{count}} Wiedergabelisten",
"English (United Kingdom)": "Englisch (Vereinigtes Königreich)", "preferences_watch_history_label": "Wiedergabeverlauf aktivieren: ",
"English (United States)": "Englisch (Vereinigte Staaten)", "English (United Kingdom)": "Englisch (Vereinigtes Königreich)",
"Dutch (auto-generated)": "Niederländisch (automatisch generiert)", "English (United States)": "Englisch (Vereinigte Staaten)",
"French (auto-generated)": "Französisch (automatisch generiert)", "Dutch (auto-generated)": "Niederländisch (automatisch generiert)",
"German (auto-generated)": "Deutsch (automatisch generiert)", "French (auto-generated)": "Französisch (automatisch generiert)",
"Indonesian (auto-generated)": "Indonesisch (automatisch generiert)", "German (auto-generated)": "Deutsch (automatisch generiert)",
"Interlingue": "Interlingue", "Indonesian (auto-generated)": "Indonesisch (automatisch generiert)",
"Italian (auto-generated)": "Italienisch (automatisch generiert)", "Interlingue": "Interlingue",
"Japanese (auto-generated)": "Japanisch (automatisch generiert)", "Italian (auto-generated)": "Italienisch (automatisch generiert)",
"Spanish (Mexico)": "Spanisch (Mexiko)", "Japanese (auto-generated)": "Japanisch (automatisch generiert)",
"Spanish (Spain)": "Spanisch (Spanien)", "Spanish (Mexico)": "Spanisch (Mexiko)",
"Vietnamese (auto-generated)": "Vietnamesisch (automatisch generiert)", "Spanish (Spain)": "Spanisch (Spanien)",
"Russian (auto-generated)": "Russisch (automatisch generiert)", "Vietnamese (auto-generated)": "Vietnamesisch (automatisch generiert)",
"Chinese": "Chinesisch", "Russian (auto-generated)": "Russisch (automatisch generiert)",
"Portuguese (Brazil)": "Portugiesisch (Brasilien)", "Chinese": "Chinesisch",
"Spanish (auto-generated)": "Spanisch (automatisch generiert)", "Portuguese (Brazil)": "Portugiesisch (Brasilien)",
"Turkish (auto-generated)": "Türkisch (automatisch generiert)", "Spanish (auto-generated)": "Spanisch (automatisch generiert)",
"Chinese (China)": "Chinesisch (China)", "Turkish (auto-generated)": "Türkisch (automatisch generiert)",
"Chinese (Taiwan)": "Chinesisch (Taiwan)", "Chinese (China)": "Chinesisch (China)",
"Korean (auto-generated)": "Koreanisch (automatisch generiert)", "Chinese (Taiwan)": "Chinesisch (Taiwan)",
"Portuguese (auto-generated)": "Portugiesisch (automatisch generiert)", "Korean (auto-generated)": "Koreanisch (automatisch generiert)",
"search_filters_title": "Filtern", "Portuguese (auto-generated)": "Portugiesisch (automatisch generiert)",
"search_message_change_filters_or_query": "Versuchen Sie, Ihre Suchanfrage zu erweitern und/oder die Filter zu ändern.", "search_filters_title": "Filtern",
"search_message_use_another_instance": " Sie können auch <a href=\"`x`\">auf einer anderen Instanz suchen</a>.", "search_message_change_filters_or_query": "Versuchen Sie, Ihre Suchanfrage zu erweitern und/oder die Filter zu ändern.",
"Popular enabled: ": "„Beliebt“-Seite aktiviert: ", "search_message_use_another_instance": " Sie können auch <a href=\"`x`\">auf einer anderen Instanz suchen</a>.",
"search_message_no_results": "Keine Ergebnisse gefunden.", "Popular enabled: ": "„Beliebt“-Seite aktiviert: ",
"search_filters_duration_option_medium": "Mittel (4 - 20 Minuten)", "search_message_no_results": "Keine Ergebnisse gefunden.",
"search_filters_features_option_vr180": "VR180", "search_filters_duration_option_medium": "Mittel (4 - 20 Minuten)",
"search_filters_type_option_all": "Beliebiger Typ", "search_filters_features_option_vr180": "VR180",
"search_filters_apply_button": "Ausgewählte Filter anwenden", "search_filters_type_option_all": "Beliebiger Typ",
"search_filters_duration_option_none": "Beliebige Länge", "search_filters_apply_button": "Ausgewählte Filter anwenden",
"search_filters_date_label": "Upload-Datum", "search_filters_duration_option_none": "Beliebige Länge",
"search_filters_date_option_none": "Beliebiges Datum", "search_filters_date_label": "Upload-Datum",
"error_video_not_in_playlist": "Das angeforderte Video existiert nicht in dieser Wiedergabeliste. <a href=\"`x`\">Klicken Sie hier, um zur Startseite der Wiedergabeliste zu gelangen.</a>", "search_filters_date_option_none": "Beliebiges Datum",
"channel_tab_shorts_label": "Shorts", "error_video_not_in_playlist": "Das angeforderte Video existiert nicht in dieser Wiedergabeliste. <a href=\"`x`\">Klicken Sie hier, um zur Startseite der Wiedergabeliste zu gelangen.</a>",
"channel_tab_streams_label": "Livestreams", "channel_tab_shorts_label": "Shorts",
"Music in this video": "Musik in diesem Video", "channel_tab_streams_label": "Livestreams",
"Artist: ": "Künstler: ", "Music in this video": "Musik in diesem Video",
"Album: ": "Album: ", "Artist: ": "Künstler: ",
"channel_tab_playlists_label": "Wiedergabelisten", "Album: ": "Album: ",
"channel_tab_channels_label": "Kanäle", "channel_tab_playlists_label": "Wiedergabelisten",
"Channel Sponsor": "Kanalsponsor", "channel_tab_channels_label": "Kanäle",
"Standard YouTube license": "Standard YouTube-Lizenz", "Channel Sponsor": "Kanalsponsor",
"Song: ": "Musik: ", "Standard YouTube license": "Standard YouTube-Lizenz",
"Download is disabled": "Herunterladen ist deaktiviert", "Song: ": "Musik: ",
"Import YouTube playlist (.csv)": "YouTube Wiedergabeliste importieren (.csv)", "Download is disabled": "Herunterladen ist deaktiviert",
"generic_button_delete": "Löschen", "Import YouTube playlist (.csv)": "YouTube Wiedergabeliste importieren (.csv)",
"generic_button_edit": "Bearbeiten", "generic_button_delete": "Löschen",
"generic_button_save": "Speichern", "generic_button_edit": "Bearbeiten",
"generic_button_cancel": "Abbrechen", "generic_button_save": "Speichern",
"generic_button_rss": "RSS", "generic_button_cancel": "Abbrechen",
"playlist_button_add_items": "Videos hinzufügen", "generic_button_rss": "RSS",
"channel_tab_podcasts_label": "Podcasts", "playlist_button_add_items": "Videos hinzufügen",
"channel_tab_releases_label": "Veröffentlichungen", "channel_tab_podcasts_label": "Podcasts",
"generic_channels_count": "{{count}} Kanal", "channel_tab_releases_label": "Veröffentlichungen",
"generic_channels_count_plural": "{{count}} Kanäle" "generic_channels_count": "{{count}} Kanal",
"generic_channels_count_plural": "{{count}} Kanäle"
} }

View File

@ -1,490 +1,491 @@
{ {
"generic_channels_count": "{{count}} channel", "generic_channels_count": "{{count}} channel",
"generic_channels_count_plural": "{{count}} channels", "generic_channels_count_plural": "{{count}} channels",
"generic_views_count": "{{count}} view", "generic_views_count": "{{count}} view",
"generic_views_count_plural": "{{count}} views", "generic_views_count_plural": "{{count}} views",
"generic_videos_count": "{{count}} video", "generic_videos_count": "{{count}} video",
"generic_videos_count_plural": "{{count}} videos", "generic_videos_count_plural": "{{count}} videos",
"generic_playlists_count": "{{count}} playlist", "generic_playlists_count": "{{count}} playlist",
"generic_playlists_count_plural": "{{count}} playlists", "generic_playlists_count_plural": "{{count}} playlists",
"generic_subscribers_count": "{{count}} subscriber", "generic_subscribers_count": "{{count}} subscriber",
"generic_subscribers_count_plural": "{{count}} subscribers", "generic_subscribers_count_plural": "{{count}} subscribers",
"generic_subscriptions_count": "{{count}} subscription", "generic_subscriptions_count": "{{count}} subscription",
"generic_subscriptions_count_plural": "{{count}} subscriptions", "generic_subscriptions_count_plural": "{{count}} subscriptions",
"generic_button_delete": "Delete", "generic_button_delete": "Delete",
"generic_button_edit": "Edit", "generic_button_edit": "Edit",
"generic_button_save": "Save", "generic_button_save": "Save",
"generic_button_cancel": "Cancel", "generic_button_cancel": "Cancel",
"generic_button_rss": "RSS", "generic_button_rss": "RSS",
"LIVE": "LIVE", "LIVE": "LIVE",
"Shared `x` ago": "Shared `x` ago", "Shared `x` ago": "Shared `x` ago",
"Unsubscribe": "Unsubscribe", "Unsubscribe": "Unsubscribe",
"Subscribe": "Subscribe", "Subscribe": "Subscribe",
"View channel on YouTube": "View channel on YouTube", "View channel on YouTube": "View channel on YouTube",
"View playlist on YouTube": "View playlist on YouTube", "View playlist on YouTube": "View playlist on YouTube",
"newest": "newest", "newest": "newest",
"oldest": "oldest", "oldest": "oldest",
"popular": "popular", "popular": "popular",
"last": "last", "last": "last",
"Next page": "Next page", "Next page": "Next page",
"Previous page": "Previous page", "Previous page": "Previous page",
"Clear watch history?": "Clear watch history?", "Clear watch history?": "Clear watch history?",
"New password": "New password", "New password": "New password",
"New passwords must match": "New passwords must match", "New passwords must match": "New passwords must match",
"Authorize token?": "Authorize token?", "Authorize token?": "Authorize token?",
"Authorize token for `x`?": "Authorize token for `x`?", "Authorize token for `x`?": "Authorize token for `x`?",
"Yes": "Yes", "Yes": "Yes",
"No": "No", "No": "No",
"Import and Export Data": "Import and Export Data", "Import and Export Data": "Import and Export Data",
"Import": "Import", "Import": "Import",
"Import Invidious data": "Import Invidious JSON data", "Import Invidious data": "Import Invidious JSON data",
"Import YouTube subscriptions": "Import YouTube/OPML subscriptions", "Import YouTube subscriptions": "Import YouTube/OPML subscriptions",
"Import YouTube playlist (.csv)": "Import YouTube playlist (.csv)", "Import YouTube playlist (.csv)": "Import YouTube playlist (.csv)",
"Import FreeTube subscriptions (.db)": "Import FreeTube subscriptions (.db)", "Import FreeTube subscriptions (.db)": "Import FreeTube subscriptions (.db)",
"Import NewPipe subscriptions (.json)": "Import NewPipe subscriptions (.json)", "Import NewPipe subscriptions (.json)": "Import NewPipe subscriptions (.json)",
"Import NewPipe data (.zip)": "Import NewPipe data (.zip)", "Import NewPipe data (.zip)": "Import NewPipe data (.zip)",
"Export": "Export", "Export": "Export",
"Export subscriptions as OPML": "Export subscriptions as OPML", "Export subscriptions as OPML": "Export subscriptions as OPML",
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Export subscriptions as OPML (for NewPipe & FreeTube)", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Export subscriptions as OPML (for NewPipe & FreeTube)",
"Export data as JSON": "Export Invidious data as JSON", "Export data as JSON": "Export Invidious data as JSON",
"Delete account?": "Delete account?", "Delete account?": "Delete account?",
"History": "History", "History": "History",
"An alternative front-end to YouTube": "An alternative front-end to YouTube", "An alternative front-end to YouTube": "An alternative front-end to YouTube",
"JavaScript license information": "JavaScript license information", "JavaScript license information": "JavaScript license information",
"source": "source", "source": "source",
"Log in": "Log in", "Log in": "Log in",
"Log in/register": "Log in/register", "Log in/register": "Log in/register",
"User ID": "User ID", "User ID": "User ID",
"Password": "Password", "Password": "Password",
"Time (h:mm:ss):": "Time (h:mm:ss):", "Time (h:mm:ss):": "Time (h:mm:ss):",
"Text CAPTCHA": "Text CAPTCHA", "Text CAPTCHA": "Text CAPTCHA",
"Image CAPTCHA": "Image CAPTCHA", "Image CAPTCHA": "Image CAPTCHA",
"Sign In": "Sign In", "Sign In": "Sign In",
"Register": "Register", "Register": "Register",
"E-mail": "E-mail", "E-mail": "E-mail",
"Preferences": "Preferences", "Preferences": "Preferences",
"preferences_category_player": "Player preferences", "preferences_category_player": "Player preferences",
"preferences_video_loop_label": "Always loop: ", "preferences_video_loop_label": "Always loop: ",
"preferences_autoplay_label": "Autoplay: ", "preferences_preserves_pitch_label": "Preserve pitch: ",
"preferences_continue_label": "Play next by default: ", "preferences_autoplay_label": "Autoplay: ",
"preferences_continue_autoplay_label": "Autoplay next video: ", "preferences_continue_label": "Play next by default: ",
"preferences_listen_label": "Listen by default: ", "preferences_continue_autoplay_label": "Autoplay next video: ",
"preferences_local_label": "Proxy videos: ", "preferences_listen_label": "Listen by default: ",
"preferences_watch_history_label": "Enable watch history: ", "preferences_local_label": "Proxy videos: ",
"preferences_speed_label": "Default speed: ", "preferences_watch_history_label": "Enable watch history: ",
"preferences_quality_label": "Preferred video quality: ", "preferences_speed_label": "Default speed: ",
"preferences_quality_option_dash": "DASH (adaptive quality)", "preferences_quality_label": "Preferred video quality: ",
"preferences_quality_option_hd720": "HD720", "preferences_quality_option_dash": "DASH (adaptive quality)",
"preferences_quality_option_medium": "Medium", "preferences_quality_option_hd720": "HD720",
"preferences_quality_option_small": "Small", "preferences_quality_option_medium": "Medium",
"preferences_quality_dash_label": "Preferred DASH video quality: ", "preferences_quality_option_small": "Small",
"preferences_quality_dash_option_auto": "Auto", "preferences_quality_dash_label": "Preferred DASH video quality: ",
"preferences_quality_dash_option_best": "Best", "preferences_quality_dash_option_auto": "Auto",
"preferences_quality_dash_option_worst": "Worst", "preferences_quality_dash_option_best": "Best",
"preferences_quality_dash_option_4320p": "4320p", "preferences_quality_dash_option_worst": "Worst",
"preferences_quality_dash_option_2160p": "2160p", "preferences_quality_dash_option_4320p": "4320p",
"preferences_quality_dash_option_1440p": "1440p", "preferences_quality_dash_option_2160p": "2160p",
"preferences_quality_dash_option_1080p": "1080p", "preferences_quality_dash_option_1440p": "1440p",
"preferences_quality_dash_option_720p": "720p", "preferences_quality_dash_option_1080p": "1080p",
"preferences_quality_dash_option_480p": "480p", "preferences_quality_dash_option_720p": "720p",
"preferences_quality_dash_option_360p": "360p", "preferences_quality_dash_option_480p": "480p",
"preferences_quality_dash_option_240p": "240p", "preferences_quality_dash_option_360p": "360p",
"preferences_quality_dash_option_144p": "144p", "preferences_quality_dash_option_240p": "240p",
"preferences_volume_label": "Player volume: ", "preferences_quality_dash_option_144p": "144p",
"preferences_comments_label": "Default comments: ", "preferences_volume_label": "Player volume: ",
"youtube": "YouTube", "preferences_comments_label": "Default comments: ",
"reddit": "Reddit", "youtube": "YouTube",
"invidious": "Invidious", "reddit": "Reddit",
"preferences_captions_label": "Default captions: ", "invidious": "Invidious",
"Fallback captions: ": "Fallback captions: ", "preferences_captions_label": "Default captions: ",
"preferences_related_videos_label": "Show related videos: ", "Fallback captions: ": "Fallback captions: ",
"preferences_annotations_label": "Show annotations by default: ", "preferences_related_videos_label": "Show related videos: ",
"preferences_extend_desc_label": "Automatically extend video description: ", "preferences_annotations_label": "Show annotations by default: ",
"preferences_vr_mode_label": "Interactive 360 degree videos (requires WebGL): ", "preferences_extend_desc_label": "Automatically extend video description: ",
"preferences_category_visual": "Visual preferences", "preferences_vr_mode_label": "Interactive 360 degree videos (requires WebGL): ",
"preferences_region_label": "Content country: ", "preferences_category_visual": "Visual preferences",
"preferences_player_style_label": "Player style: ", "preferences_region_label": "Content country: ",
"Dark mode: ": "Dark mode: ", "preferences_player_style_label": "Player style: ",
"preferences_dark_mode_label": "Theme: ", "Dark mode: ": "Dark mode: ",
"dark": "dark", "preferences_dark_mode_label": "Theme: ",
"light": "light", "dark": "dark",
"preferences_thin_mode_label": "Thin mode: ", "light": "light",
"preferences_category_misc": "Miscellaneous preferences", "preferences_thin_mode_label": "Thin mode: ",
"preferences_automatic_instance_redirect_label": "Automatic instance redirection (fallback to redirect.invidious.io): ", "preferences_category_misc": "Miscellaneous preferences",
"preferences_category_subscription": "Subscription preferences", "preferences_automatic_instance_redirect_label": "Automatic instance redirection (fallback to redirect.invidious.io): ",
"preferences_annotations_subscribed_label": "Show annotations by default for subscribed channels? ", "preferences_category_subscription": "Subscription preferences",
"Redirect homepage to feed: ": "Redirect homepage to feed: ", "preferences_annotations_subscribed_label": "Show annotations by default for subscribed channels? ",
"preferences_max_results_label": "Number of videos shown in feed: ", "Redirect homepage to feed: ": "Redirect homepage to feed: ",
"preferences_sort_label": "Sort videos by: ", "preferences_max_results_label": "Number of videos shown in feed: ",
"published": "published", "preferences_sort_label": "Sort videos by: ",
"published - reverse": "published - reverse", "published": "published",
"alphabetically": "alphabetically", "published - reverse": "published - reverse",
"alphabetically - reverse": "alphabetically - reverse", "alphabetically": "alphabetically",
"channel name": "channel name", "alphabetically - reverse": "alphabetically - reverse",
"channel name - reverse": "channel name - reverse", "channel name": "channel name",
"Only show latest video from channel: ": "Only show latest video from channel: ", "channel name - reverse": "channel name - reverse",
"Only show latest unwatched video from channel: ": "Only show latest unwatched video from channel: ", "Only show latest video from channel: ": "Only show latest video from channel: ",
"preferences_unseen_only_label": "Only show unwatched: ", "Only show latest unwatched video from channel: ": "Only show latest unwatched video from channel: ",
"preferences_notifications_only_label": "Only show notifications (if there are any): ", "preferences_unseen_only_label": "Only show unwatched: ",
"Enable web notifications": "Enable web notifications", "preferences_notifications_only_label": "Only show notifications (if there are any): ",
"`x` uploaded a video": "`x` uploaded a video", "Enable web notifications": "Enable web notifications",
"`x` is live": "`x` is live", "`x` uploaded a video": "`x` uploaded a video",
"preferences_category_data": "Data preferences", "`x` is live": "`x` is live",
"Clear watch history": "Clear watch history", "preferences_category_data": "Data preferences",
"Import/export data": "Import/export data", "Clear watch history": "Clear watch history",
"Change password": "Change password", "Import/export data": "Import/export data",
"Manage subscriptions": "Manage subscriptions", "Change password": "Change password",
"Manage tokens": "Manage tokens", "Manage subscriptions": "Manage subscriptions",
"Watch history": "Watch history", "Manage tokens": "Manage tokens",
"Delete account": "Delete account", "Watch history": "Watch history",
"preferences_category_admin": "Administrator preferences", "Delete account": "Delete account",
"preferences_default_home_label": "Default homepage: ", "preferences_category_admin": "Administrator preferences",
"preferences_feed_menu_label": "Feed menu: ", "preferences_default_home_label": "Default homepage: ",
"preferences_show_nick_label": "Show nickname on top: ", "preferences_feed_menu_label": "Feed menu: ",
"Popular enabled: ": "Popular enabled: ", "preferences_show_nick_label": "Show nickname on top: ",
"Top enabled: ": "Top enabled: ", "Popular enabled: ": "Popular enabled: ",
"CAPTCHA enabled: ": "CAPTCHA enabled: ", "Top enabled: ": "Top enabled: ",
"Login enabled: ": "Login enabled: ", "CAPTCHA enabled: ": "CAPTCHA enabled: ",
"Registration enabled: ": "Registration enabled: ", "Login enabled: ": "Login enabled: ",
"Report statistics: ": "Report statistics: ", "Registration enabled: ": "Registration enabled: ",
"Save preferences": "Save preferences", "Report statistics: ": "Report statistics: ",
"Subscription manager": "Subscription manager", "Save preferences": "Save preferences",
"Token manager": "Token manager", "Subscription manager": "Subscription manager",
"Token": "Token", "Token manager": "Token manager",
"tokens_count": "{{count}} token", "Token": "Token",
"tokens_count_plural": "{{count}} tokens", "tokens_count": "{{count}} token",
"Import/export": "Import/export", "tokens_count_plural": "{{count}} tokens",
"unsubscribe": "unsubscribe", "Import/export": "Import/export",
"revoke": "revoke", "unsubscribe": "unsubscribe",
"Subscriptions": "Subscriptions", "revoke": "revoke",
"subscriptions_unseen_notifs_count": "{{count}} unseen notification", "Subscriptions": "Subscriptions",
"subscriptions_unseen_notifs_count_plural": "{{count}} unseen notifications", "subscriptions_unseen_notifs_count": "{{count}} unseen notification",
"search": "search", "subscriptions_unseen_notifs_count_plural": "{{count}} unseen notifications",
"Log out": "Log out", "search": "search",
"Released under the AGPLv3 on Github.": "Released under the AGPLv3 on GitHub.", "Log out": "Log out",
"Source available here.": "Source available here.", "Released under the AGPLv3 on Github.": "Released under the AGPLv3 on GitHub.",
"View JavaScript license information.": "View JavaScript license information.", "Source available here.": "Source available here.",
"View privacy policy.": "View privacy policy.", "View JavaScript license information.": "View JavaScript license information.",
"Trending": "Trending", "View privacy policy.": "View privacy policy.",
"Public": "Public", "Trending": "Trending",
"Unlisted": "Unlisted", "Public": "Public",
"Private": "Private", "Unlisted": "Unlisted",
"View all playlists": "View all playlists", "Private": "Private",
"Updated `x` ago": "Updated `x` ago", "View all playlists": "View all playlists",
"Delete playlist `x`?": "Delete playlist `x`?", "Updated `x` ago": "Updated `x` ago",
"Delete playlist": "Delete playlist", "Delete playlist `x`?": "Delete playlist `x`?",
"Create playlist": "Create playlist", "Delete playlist": "Delete playlist",
"Title": "Title", "Create playlist": "Create playlist",
"Playlist privacy": "Playlist privacy", "Title": "Title",
"Editing playlist `x`": "Editing playlist `x`", "Playlist privacy": "Playlist privacy",
"playlist_button_add_items": "Add videos", "Editing playlist `x`": "Editing playlist `x`",
"Show more": "Show more", "playlist_button_add_items": "Add videos",
"Show less": "Show less", "Show more": "Show more",
"Watch on YouTube": "Watch on YouTube", "Show less": "Show less",
"Switch Invidious Instance": "Switch Invidious Instance", "Watch on YouTube": "Watch on YouTube",
"search_message_no_results": "No results found.", "Switch Invidious Instance": "Switch Invidious Instance",
"search_message_change_filters_or_query": "Try widening your search query and/or changing the filters.", "search_message_no_results": "No results found.",
"search_message_use_another_instance": " You can also <a href=\"`x`\">search on another instance</a>.", "search_message_change_filters_or_query": "Try widening your search query and/or changing the filters.",
"Hide annotations": "Hide annotations", "search_message_use_another_instance": " You can also <a href=\"`x`\">search on another instance</a>.",
"Show annotations": "Show annotations", "Hide annotations": "Hide annotations",
"Genre: ": "Genre: ", "Show annotations": "Show annotations",
"License: ": "License: ", "Genre: ": "Genre: ",
"Standard YouTube license": "Standard YouTube license", "License: ": "License: ",
"Family friendly? ": "Family friendly? ", "Standard YouTube license": "Standard YouTube license",
"Wilson score: ": "Wilson score: ", "Family friendly? ": "Family friendly? ",
"Engagement: ": "Engagement: ", "Wilson score: ": "Wilson score: ",
"Whitelisted regions: ": "Whitelisted regions: ", "Engagement: ": "Engagement: ",
"Blacklisted regions: ": "Blacklisted regions: ", "Whitelisted regions: ": "Whitelisted regions: ",
"Music in this video": "Music in this video", "Blacklisted regions: ": "Blacklisted regions: ",
"Artist: ": "Artist: ", "Music in this video": "Music in this video",
"Song: ": "Song: ", "Artist: ": "Artist: ",
"Album: ": "Album: ", "Song: ": "Song: ",
"Shared `x`": "Shared `x`", "Album: ": "Album: ",
"Premieres in `x`": "Premieres in `x`", "Shared `x`": "Shared `x`",
"Premieres `x`": "Premieres `x`", "Premieres in `x`": "Premieres in `x`",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.", "Premieres `x`": "Premieres `x`",
"View YouTube comments": "View YouTube comments", "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.",
"View more comments on Reddit": "View more comments on Reddit", "View YouTube comments": "View YouTube comments",
"View `x` comments": { "View more comments on Reddit": "View more comments on Reddit",
"([^.,0-9]|^)1([^.,0-9]|$)": "View `x` comment", "View `x` comments": {
"": "View `x` comments" "([^.,0-9]|^)1([^.,0-9]|$)": "View `x` comment",
}, "": "View `x` comments"
"View Reddit comments": "View Reddit comments", },
"Hide replies": "Hide replies", "View Reddit comments": "View Reddit comments",
"Show replies": "Show replies", "Hide replies": "Hide replies",
"Incorrect password": "Incorrect password", "Show replies": "Show replies",
"Wrong answer": "Wrong answer", "Incorrect password": "Incorrect password",
"Erroneous CAPTCHA": "Erroneous CAPTCHA", "Wrong answer": "Wrong answer",
"CAPTCHA is a required field": "CAPTCHA is a required field", "Erroneous CAPTCHA": "Erroneous CAPTCHA",
"User ID is a required field": "User ID is a required field", "CAPTCHA is a required field": "CAPTCHA is a required field",
"Password is a required field": "Password is a required field", "User ID is a required field": "User ID is a required field",
"Wrong username or password": "Wrong username or password", "Password is a required field": "Password is a required field",
"Password cannot be empty": "Password cannot be empty", "Wrong username or password": "Wrong username or password",
"Password cannot be longer than 55 characters": "Password cannot be longer than 55 characters", "Password cannot be empty": "Password cannot be empty",
"Please log in": "Please log in", "Password cannot be longer than 55 characters": "Password cannot be longer than 55 characters",
"Invidious Private Feed for `x`": "Invidious Private Feed for `x`", "Please log in": "Please log in",
"channel:`x`": "channel:`x`", "Invidious Private Feed for `x`": "Invidious Private Feed for `x`",
"Deleted or invalid channel": "Deleted or invalid channel", "channel:`x`": "channel:`x`",
"This channel does not exist.": "This channel does not exist.", "Deleted or invalid channel": "Deleted or invalid channel",
"Could not get channel info.": "Could not get channel info.", "This channel does not exist.": "This channel does not exist.",
"Could not fetch comments": "Could not fetch comments", "Could not get channel info.": "Could not get channel info.",
"comments_view_x_replies": "View {{count}} reply", "Could not fetch comments": "Could not fetch comments",
"comments_view_x_replies_plural": "View {{count}} replies", "comments_view_x_replies": "View {{count}} reply",
"`x` ago": "`x` ago", "comments_view_x_replies_plural": "View {{count}} replies",
"Load more": "Load more", "`x` ago": "`x` ago",
"comments_points_count": "{{count}} point", "Load more": "Load more",
"comments_points_count_plural": "{{count}} points", "comments_points_count": "{{count}} point",
"Could not create mix.": "Could not create mix.", "comments_points_count_plural": "{{count}} points",
"Empty playlist": "Empty playlist", "Could not create mix.": "Could not create mix.",
"Not a playlist.": "Not a playlist.", "Empty playlist": "Empty playlist",
"Playlist does not exist.": "Playlist does not exist.", "Not a playlist.": "Not a playlist.",
"Could not pull trending pages.": "Could not pull trending pages.", "Playlist does not exist.": "Playlist does not exist.",
"Hidden field \"challenge\" is a required field": "Hidden field \"challenge\" is a required field", "Could not pull trending pages.": "Could not pull trending pages.",
"Hidden field \"token\" is a required field": "Hidden field \"token\" is a required field", "Hidden field \"challenge\" is a required field": "Hidden field \"challenge\" is a required field",
"Erroneous challenge": "Erroneous challenge", "Hidden field \"token\" is a required field": "Hidden field \"token\" is a required field",
"Erroneous token": "Erroneous token", "Erroneous challenge": "Erroneous challenge",
"No such user": "No such user", "Erroneous token": "Erroneous token",
"Token is expired, please try again": "Token is expired, please try again", "No such user": "No such user",
"English": "English", "Token is expired, please try again": "Token is expired, please try again",
"English (United Kingdom)": "English (United Kingdom)", "English": "English",
"English (United States)": "English (United States)", "English (United Kingdom)": "English (United Kingdom)",
"English (auto-generated)": "English (auto-generated)", "English (United States)": "English (United States)",
"Afrikaans": "Afrikaans", "English (auto-generated)": "English (auto-generated)",
"Albanian": "Albanian", "Afrikaans": "Afrikaans",
"Amharic": "Amharic", "Albanian": "Albanian",
"Arabic": "Arabic", "Amharic": "Amharic",
"Armenian": "Armenian", "Arabic": "Arabic",
"Azerbaijani": "Azerbaijani", "Armenian": "Armenian",
"Bangla": "Bangla", "Azerbaijani": "Azerbaijani",
"Basque": "Basque", "Bangla": "Bangla",
"Belarusian": "Belarusian", "Basque": "Basque",
"Bosnian": "Bosnian", "Belarusian": "Belarusian",
"Bulgarian": "Bulgarian", "Bosnian": "Bosnian",
"Burmese": "Burmese", "Bulgarian": "Bulgarian",
"Cantonese (Hong Kong)": "Cantonese (Hong Kong)", "Burmese": "Burmese",
"Catalan": "Catalan", "Cantonese (Hong Kong)": "Cantonese (Hong Kong)",
"Cebuano": "Cebuano", "Catalan": "Catalan",
"Chinese": "Chinese", "Cebuano": "Cebuano",
"Chinese (China)": "Chinese (China)", "Chinese": "Chinese",
"Chinese (Hong Kong)": "Chinese (Hong Kong)", "Chinese (China)": "Chinese (China)",
"Chinese (Simplified)": "Chinese (Simplified)", "Chinese (Hong Kong)": "Chinese (Hong Kong)",
"Chinese (Taiwan)": "Chinese (Taiwan)", "Chinese (Simplified)": "Chinese (Simplified)",
"Chinese (Traditional)": "Chinese (Traditional)", "Chinese (Taiwan)": "Chinese (Taiwan)",
"Corsican": "Corsican", "Chinese (Traditional)": "Chinese (Traditional)",
"Croatian": "Croatian", "Corsican": "Corsican",
"Czech": "Czech", "Croatian": "Croatian",
"Danish": "Danish", "Czech": "Czech",
"Dutch": "Dutch", "Danish": "Danish",
"Dutch (auto-generated)": "Dutch (auto-generated)", "Dutch": "Dutch",
"Esperanto": "Esperanto", "Dutch (auto-generated)": "Dutch (auto-generated)",
"Estonian": "Estonian", "Esperanto": "Esperanto",
"Filipino": "Filipino", "Estonian": "Estonian",
"Finnish": "Finnish", "Filipino": "Filipino",
"French": "French", "Finnish": "Finnish",
"French (auto-generated)": "French (auto-generated)", "French": "French",
"Galician": "Galician", "French (auto-generated)": "French (auto-generated)",
"Georgian": "Georgian", "Galician": "Galician",
"German": "German", "Georgian": "Georgian",
"German (auto-generated)": "German (auto-generated)", "German": "German",
"Greek": "Greek", "German (auto-generated)": "German (auto-generated)",
"Gujarati": "Gujarati", "Greek": "Greek",
"Haitian Creole": "Haitian Creole", "Gujarati": "Gujarati",
"Hausa": "Hausa", "Haitian Creole": "Haitian Creole",
"Hawaiian": "Hawaiian", "Hausa": "Hausa",
"Hebrew": "Hebrew", "Hawaiian": "Hawaiian",
"Hindi": "Hindi", "Hebrew": "Hebrew",
"Hmong": "Hmong", "Hindi": "Hindi",
"Hungarian": "Hungarian", "Hmong": "Hmong",
"Icelandic": "Icelandic", "Hungarian": "Hungarian",
"Igbo": "Igbo", "Icelandic": "Icelandic",
"Indonesian": "Indonesian", "Igbo": "Igbo",
"Indonesian (auto-generated)": "Indonesian (auto-generated)", "Indonesian": "Indonesian",
"Interlingue": "Interlingue", "Indonesian (auto-generated)": "Indonesian (auto-generated)",
"Irish": "Irish", "Interlingue": "Interlingue",
"Italian": "Italian", "Irish": "Irish",
"Italian (auto-generated)": "Italian (auto-generated)", "Italian": "Italian",
"Japanese": "Japanese", "Italian (auto-generated)": "Italian (auto-generated)",
"Japanese (auto-generated)": "Japanese (auto-generated)", "Japanese": "Japanese",
"Javanese": "Javanese", "Japanese (auto-generated)": "Japanese (auto-generated)",
"Kannada": "Kannada", "Javanese": "Javanese",
"Kazakh": "Kazakh", "Kannada": "Kannada",
"Khmer": "Khmer", "Kazakh": "Kazakh",
"Korean": "Korean", "Khmer": "Khmer",
"Korean (auto-generated)": "Korean (auto-generated)", "Korean": "Korean",
"Kurdish": "Kurdish", "Korean (auto-generated)": "Korean (auto-generated)",
"Kyrgyz": "Kyrgyz", "Kurdish": "Kurdish",
"Lao": "Lao", "Kyrgyz": "Kyrgyz",
"Latin": "Latin", "Lao": "Lao",
"Latvian": "Latvian", "Latin": "Latin",
"Lithuanian": "Lithuanian", "Latvian": "Latvian",
"Luxembourgish": "Luxembourgish", "Lithuanian": "Lithuanian",
"Macedonian": "Macedonian", "Luxembourgish": "Luxembourgish",
"Malagasy": "Malagasy", "Macedonian": "Macedonian",
"Malay": "Malay", "Malagasy": "Malagasy",
"Malayalam": "Malayalam", "Malay": "Malay",
"Maltese": "Maltese", "Malayalam": "Malayalam",
"Maori": "Maori", "Maltese": "Maltese",
"Marathi": "Marathi", "Maori": "Maori",
"Mongolian": "Mongolian", "Marathi": "Marathi",
"Nepali": "Nepali", "Mongolian": "Mongolian",
"Norwegian Bokmål": "Norwegian Bokmål", "Nepali": "Nepali",
"Nyanja": "Nyanja", "Norwegian Bokmål": "Norwegian Bokmål",
"Pashto": "Pashto", "Nyanja": "Nyanja",
"Persian": "Persian", "Pashto": "Pashto",
"Polish": "Polish", "Persian": "Persian",
"Portuguese": "Portuguese", "Polish": "Polish",
"Portuguese (auto-generated)": "Portuguese (auto-generated)", "Portuguese": "Portuguese",
"Portuguese (Brazil)": "Portuguese (Brazil)", "Portuguese (auto-generated)": "Portuguese (auto-generated)",
"Punjabi": "Punjabi", "Portuguese (Brazil)": "Portuguese (Brazil)",
"Romanian": "Romanian", "Punjabi": "Punjabi",
"Russian": "Russian", "Romanian": "Romanian",
"Russian (auto-generated)": "Russian (auto-generated)", "Russian": "Russian",
"Samoan": "Samoan", "Russian (auto-generated)": "Russian (auto-generated)",
"Scottish Gaelic": "Scottish Gaelic", "Samoan": "Samoan",
"Serbian": "Serbian", "Scottish Gaelic": "Scottish Gaelic",
"Shona": "Shona", "Serbian": "Serbian",
"Sindhi": "Sindhi", "Shona": "Shona",
"Sinhala": "Sinhala", "Sindhi": "Sindhi",
"Slovak": "Slovak", "Sinhala": "Sinhala",
"Slovenian": "Slovenian", "Slovak": "Slovak",
"Somali": "Somali", "Slovenian": "Slovenian",
"Southern Sotho": "Southern Sotho", "Somali": "Somali",
"Spanish": "Spanish", "Southern Sotho": "Southern Sotho",
"Spanish (auto-generated)": "Spanish (auto-generated)", "Spanish": "Spanish",
"Spanish (Latin America)": "Spanish (Latin America)", "Spanish (auto-generated)": "Spanish (auto-generated)",
"Spanish (Mexico)": "Spanish (Mexico)", "Spanish (Latin America)": "Spanish (Latin America)",
"Spanish (Spain)": "Spanish (Spain)", "Spanish (Mexico)": "Spanish (Mexico)",
"Sundanese": "Sundanese", "Spanish (Spain)": "Spanish (Spain)",
"Swahili": "Swahili", "Sundanese": "Sundanese",
"Swedish": "Swedish", "Swahili": "Swahili",
"Tajik": "Tajik", "Swedish": "Swedish",
"Tamil": "Tamil", "Tajik": "Tajik",
"Telugu": "Telugu", "Tamil": "Tamil",
"Thai": "Thai", "Telugu": "Telugu",
"Turkish": "Turkish", "Thai": "Thai",
"Turkish (auto-generated)": "Turkish (auto-generated)", "Turkish": "Turkish",
"Ukrainian": "Ukrainian", "Turkish (auto-generated)": "Turkish (auto-generated)",
"Urdu": "Urdu", "Ukrainian": "Ukrainian",
"Uzbek": "Uzbek", "Urdu": "Urdu",
"Vietnamese": "Vietnamese", "Uzbek": "Uzbek",
"Vietnamese (auto-generated)": "Vietnamese (auto-generated)", "Vietnamese": "Vietnamese",
"Welsh": "Welsh", "Vietnamese (auto-generated)": "Vietnamese (auto-generated)",
"Western Frisian": "Western Frisian", "Welsh": "Welsh",
"Xhosa": "Xhosa", "Western Frisian": "Western Frisian",
"Yiddish": "Yiddish", "Xhosa": "Xhosa",
"Yoruba": "Yoruba", "Yiddish": "Yiddish",
"Zulu": "Zulu", "Yoruba": "Yoruba",
"generic_count_years": "{{count}} year", "Zulu": "Zulu",
"generic_count_years_plural": "{{count}} years", "generic_count_years": "{{count}} year",
"generic_count_months": "{{count}} month", "generic_count_years_plural": "{{count}} years",
"generic_count_months_plural": "{{count}} months", "generic_count_months": "{{count}} month",
"generic_count_weeks": "{{count}} week", "generic_count_months_plural": "{{count}} months",
"generic_count_weeks_plural": "{{count}} weeks", "generic_count_weeks": "{{count}} week",
"generic_count_days": "{{count}} day", "generic_count_weeks_plural": "{{count}} weeks",
"generic_count_days_plural": "{{count}} days", "generic_count_days": "{{count}} day",
"generic_count_hours": "{{count}} hour", "generic_count_days_plural": "{{count}} days",
"generic_count_hours_plural": "{{count}} hours", "generic_count_hours": "{{count}} hour",
"generic_count_minutes": "{{count}} minute", "generic_count_hours_plural": "{{count}} hours",
"generic_count_minutes_plural": "{{count}} minutes", "generic_count_minutes": "{{count}} minute",
"generic_count_seconds": "{{count}} second", "generic_count_minutes_plural": "{{count}} minutes",
"generic_count_seconds_plural": "{{count}} seconds", "generic_count_seconds": "{{count}} second",
"Fallback comments: ": "Fallback comments: ", "generic_count_seconds_plural": "{{count}} seconds",
"Popular": "Popular", "Fallback comments: ": "Fallback comments: ",
"Search": "Search", "Popular": "Popular",
"Top": "Top", "Search": "Search",
"About": "About", "Top": "Top",
"Rating: ": "Rating: ", "About": "About",
"preferences_locale_label": "Language: ", "Rating: ": "Rating: ",
"View as playlist": "View as playlist", "preferences_locale_label": "Language: ",
"Default": "Default", "View as playlist": "View as playlist",
"Music": "Music", "Default": "Default",
"Gaming": "Gaming", "Music": "Music",
"News": "News", "Gaming": "Gaming",
"Movies": "Movies", "News": "News",
"Download": "Download", "Movies": "Movies",
"Download as: ": "Download as: ", "Download": "Download",
"Download is disabled": "Download is disabled", "Download as: ": "Download as: ",
"%A %B %-d, %Y": "%A %B %-d, %Y", "Download is disabled": "Download is disabled",
"(edited)": "(edited)", "%A %B %-d, %Y": "%A %B %-d, %Y",
"YouTube comment permalink": "YouTube comment permalink", "(edited)": "(edited)",
"permalink": "permalink", "YouTube comment permalink": "YouTube comment permalink",
"`x` marked it with a ❤": "`x` marked it with a ❤", "permalink": "permalink",
"Channel Sponsor": "Channel Sponsor", "`x` marked it with a ❤": "`x` marked it with a ❤",
"Audio mode": "Audio mode", "Channel Sponsor": "Channel Sponsor",
"Video mode": "Video mode", "Audio mode": "Audio mode",
"Playlists": "Playlists", "Video mode": "Video mode",
"search_filters_title": "Filters", "Playlists": "Playlists",
"search_filters_date_label": "Upload date", "search_filters_title": "Filters",
"search_filters_date_option_none": "Any date", "search_filters_date_label": "Upload date",
"search_filters_date_option_hour": "Last Hour", "search_filters_date_option_none": "Any date",
"search_filters_date_option_today": "Today", "search_filters_date_option_hour": "Last Hour",
"search_filters_date_option_week": "This week", "search_filters_date_option_today": "Today",
"search_filters_date_option_month": "This month", "search_filters_date_option_week": "This week",
"search_filters_date_option_year": "This year", "search_filters_date_option_month": "This month",
"search_filters_type_label": "Type", "search_filters_date_option_year": "This year",
"search_filters_type_option_all": "Any type", "search_filters_type_label": "Type",
"search_filters_type_option_video": "Video", "search_filters_type_option_all": "Any type",
"search_filters_type_option_channel": "Channel", "search_filters_type_option_video": "Video",
"search_filters_type_option_playlist": "Playlist", "search_filters_type_option_channel": "Channel",
"search_filters_type_option_movie": "Movie", "search_filters_type_option_playlist": "Playlist",
"search_filters_type_option_show": "Show", "search_filters_type_option_movie": "Movie",
"search_filters_duration_label": "Duration", "search_filters_type_option_show": "Show",
"search_filters_duration_option_none": "Any duration", "search_filters_duration_label": "Duration",
"search_filters_duration_option_short": "Short (< 4 minutes)", "search_filters_duration_option_none": "Any duration",
"search_filters_duration_option_medium": "Medium (4 - 20 minutes)", "search_filters_duration_option_short": "Short (< 4 minutes)",
"search_filters_duration_option_long": "Long (> 20 minutes)", "search_filters_duration_option_medium": "Medium (4 - 20 minutes)",
"search_filters_features_label": "Features", "search_filters_duration_option_long": "Long (> 20 minutes)",
"search_filters_features_option_live": "Live", "search_filters_features_label": "Features",
"search_filters_features_option_four_k": "4K", "search_filters_features_option_live": "Live",
"search_filters_features_option_hd": "HD", "search_filters_features_option_four_k": "4K",
"search_filters_features_option_subtitles": "Subtitles/CC", "search_filters_features_option_hd": "HD",
"search_filters_features_option_c_commons": "Creative Commons", "search_filters_features_option_subtitles": "Subtitles/CC",
"search_filters_features_option_three_sixty": "360°", "search_filters_features_option_c_commons": "Creative Commons",
"search_filters_features_option_vr180": "VR180", "search_filters_features_option_three_sixty": "360°",
"search_filters_features_option_three_d": "3D", "search_filters_features_option_vr180": "VR180",
"search_filters_features_option_hdr": "HDR", "search_filters_features_option_three_d": "3D",
"search_filters_features_option_location": "Location", "search_filters_features_option_hdr": "HDR",
"search_filters_features_option_purchased": "Purchased", "search_filters_features_option_location": "Location",
"search_filters_sort_label": "Sort By", "search_filters_features_option_purchased": "Purchased",
"search_filters_sort_option_relevance": "Relevance", "search_filters_sort_label": "Sort By",
"search_filters_sort_option_rating": "Rating", "search_filters_sort_option_relevance": "Relevance",
"search_filters_sort_option_date": "Upload Date", "search_filters_sort_option_rating": "Rating",
"search_filters_sort_option_views": "View count", "search_filters_sort_option_date": "Upload Date",
"search_filters_apply_button": "Apply selected filters", "search_filters_sort_option_views": "View count",
"Current version: ": "Current version: ", "search_filters_apply_button": "Apply selected filters",
"next_steps_error_message": "After which you should try to: ", "Current version: ": "Current version: ",
"next_steps_error_message_refresh": "Refresh", "next_steps_error_message": "After which you should try to: ",
"next_steps_error_message_go_to_youtube": "Go to YouTube", "next_steps_error_message_refresh": "Refresh",
"footer_donate_page": "Donate", "next_steps_error_message_go_to_youtube": "Go to YouTube",
"footer_documentation": "Documentation", "footer_donate_page": "Donate",
"footer_source_code": "Source code", "footer_documentation": "Documentation",
"footer_original_source_code": "Original source code", "footer_source_code": "Source code",
"footer_modfied_source_code": "Modified source code", "footer_original_source_code": "Original source code",
"adminprefs_modified_source_code_url_label": "URL to modified source code repository", "footer_modfied_source_code": "Modified source code",
"none": "none", "adminprefs_modified_source_code_url_label": "URL to modified source code repository",
"videoinfo_started_streaming_x_ago": "Started streaming `x` ago", "none": "none",
"videoinfo_watch_on_youTube": "Watch on YouTube", "videoinfo_started_streaming_x_ago": "Started streaming `x` ago",
"videoinfo_youTube_embed_link": "Embed", "videoinfo_watch_on_youTube": "Watch on YouTube",
"videoinfo_invidious_embed_link": "Embed Link", "videoinfo_youTube_embed_link": "Embed",
"download_subtitles": "Subtitles - `x` (.vtt)", "videoinfo_invidious_embed_link": "Embed Link",
"user_created_playlists": "`x` created playlists", "download_subtitles": "Subtitles - `x` (.vtt)",
"user_saved_playlists": "`x` saved playlists", "user_created_playlists": "`x` created playlists",
"Video unavailable": "Video unavailable", "user_saved_playlists": "`x` saved playlists",
"preferences_save_player_pos_label": "Save playback position: ", "Video unavailable": "Video unavailable",
"crash_page_you_found_a_bug": "It looks like you found a bug in Invidious!", "preferences_save_player_pos_label": "Save playback position: ",
"crash_page_before_reporting": "Before reporting a bug, make sure that you have:", "crash_page_you_found_a_bug": "It looks like you found a bug in Invidious!",
"crash_page_refresh": "tried to <a href=\"`x`\">refresh the page</a>", "crash_page_before_reporting": "Before reporting a bug, make sure that you have:",
"crash_page_switch_instance": "tried to <a href=\"`x`\">use another instance</a>", "crash_page_refresh": "tried to <a href=\"`x`\">refresh the page</a>",
"crash_page_read_the_faq": "read the <a href=\"`x`\">Frequently Asked Questions (FAQ)</a>", "crash_page_switch_instance": "tried to <a href=\"`x`\">use another instance</a>",
"crash_page_search_issue": "searched for <a href=\"`x`\">existing issues on GitHub</a>", "crash_page_read_the_faq": "read the <a href=\"`x`\">Frequently Asked Questions (FAQ)</a>",
"crash_page_report_issue": "If none of the above helped, please <a href=\"`x`\">open a new issue on GitHub</a> (preferably in English) and include the following text in your message (do NOT translate that text):", "crash_page_search_issue": "searched for <a href=\"`x`\">existing issues on GitHub</a>",
"error_video_not_in_playlist": "The requested video doesn't exist in this playlist. <a href=\"`x`\">Click here for the playlist home page.</a>", "crash_page_report_issue": "If none of the above helped, please <a href=\"`x`\">open a new issue on GitHub</a> (preferably in English) and include the following text in your message (do NOT translate that text):",
"channel_tab_videos_label": "Videos", "error_video_not_in_playlist": "The requested video doesn't exist in this playlist. <a href=\"`x`\">Click here for the playlist home page.</a>",
"channel_tab_shorts_label": "Shorts", "channel_tab_videos_label": "Videos",
"channel_tab_streams_label": "Livestreams", "channel_tab_shorts_label": "Shorts",
"channel_tab_podcasts_label": "Podcasts", "channel_tab_streams_label": "Livestreams",
"channel_tab_releases_label": "Releases", "channel_tab_podcasts_label": "Podcasts",
"channel_tab_playlists_label": "Playlists", "channel_tab_releases_label": "Releases",
"channel_tab_community_label": "Community", "channel_tab_playlists_label": "Playlists",
"channel_tab_channels_label": "Channels" "channel_tab_community_label": "Community",
"channel_tab_channels_label": "Channels"
} }

View File

@ -1,490 +1,491 @@
{ {
"LIVE": "DIRECTO", "LIVE": "DIRECTO",
"Shared `x` ago": "Compartido hace `x`", "Shared `x` ago": "Compartido hace `x`",
"Unsubscribe": "Desuscribirse", "Unsubscribe": "Desuscribirse",
"Subscribe": "Suscribirse", "Subscribe": "Suscribirse",
"View channel on YouTube": "Ver el canal en YouTube", "View channel on YouTube": "Ver el canal en YouTube",
"View playlist on YouTube": "Ver lista de reproducción en YouTube", "View playlist on YouTube": "Ver lista de reproducción en YouTube",
"newest": "más nuevos", "newest": "más nuevos",
"oldest": "más viejos", "oldest": "más viejos",
"popular": "populares", "popular": "populares",
"last": "último", "last": "último",
"Next page": "Página siguiente", "Next page": "Página siguiente",
"Previous page": "Página anterior", "Previous page": "Página anterior",
"Clear watch history?": "¿Quiere borrar el historial de reproducción?", "Clear watch history?": "¿Quiere borrar el historial de reproducción?",
"New password": "Nueva contraseña", "New password": "Nueva contraseña",
"New passwords must match": "Las nuevas contraseñas deben coincidir", "New passwords must match": "Las nuevas contraseñas deben coincidir",
"Authorize token?": "¿Autorizar el token?", "Authorize token?": "¿Autorizar el token?",
"Authorize token for `x`?": "¿Autorizar el token para `x`?", "Authorize token for `x`?": "¿Autorizar el token para `x`?",
"Yes": "Sí", "Yes": "Sí",
"No": "No", "No": "No",
"Import and Export Data": "Importación y exportación de datos", "Import and Export Data": "Importación y exportación de datos",
"Import": "Importar", "Import": "Importar",
"Import Invidious data": "Importar datos JSON de Invidious", "Import Invidious data": "Importar datos JSON de Invidious",
"Import YouTube subscriptions": "Importar suscripciones de YouTube/OPML", "Import YouTube subscriptions": "Importar suscripciones de YouTube/OPML",
"Import FreeTube subscriptions (.db)": "Importar suscripciones de FreeTube (.db)", "Import FreeTube subscriptions (.db)": "Importar suscripciones de FreeTube (.db)",
"Import NewPipe subscriptions (.json)": "Importar suscripciones de NewPipe (.json)", "Import NewPipe subscriptions (.json)": "Importar suscripciones de NewPipe (.json)",
"Import NewPipe data (.zip)": "Importar datos de NewPipe (.zip)", "Import NewPipe data (.zip)": "Importar datos de NewPipe (.zip)",
"Export": "Exportar", "Export": "Exportar",
"Export subscriptions as OPML": "Exportar suscripciones como OPML", "Export subscriptions as OPML": "Exportar suscripciones como OPML",
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar suscripciones como OPML (para NewPipe y FreeTube)", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar suscripciones como OPML (para NewPipe y FreeTube)",
"Export data as JSON": "Exportar datos de Invidious como JSON", "Export data as JSON": "Exportar datos de Invidious como JSON",
"Delete account?": "¿Quiere borrar la cuenta?", "Delete account?": "¿Quiere borrar la cuenta?",
"History": "Historial", "History": "Historial",
"An alternative front-end to YouTube": "Una interfaz alternativa para YouTube", "An alternative front-end to YouTube": "Una interfaz alternativa para YouTube",
"JavaScript license information": "Información de licencia de JavaScript", "JavaScript license information": "Información de licencia de JavaScript",
"source": "código fuente", "source": "código fuente",
"Log in": "Iniciar sesión", "Log in": "Iniciar sesión",
"Log in/register": "Iniciar sesión/Registrarse", "Log in/register": "Iniciar sesión/Registrarse",
"User ID": "Nombre", "User ID": "Nombre",
"Password": "Contraseña", "Password": "Contraseña",
"Time (h:mm:ss):": "Hora (h:mm:ss):", "Time (h:mm:ss):": "Hora (h:mm:ss):",
"Text CAPTCHA": "CAPTCHA en texto", "Text CAPTCHA": "CAPTCHA en texto",
"Image CAPTCHA": "CAPTCHA en imagen", "Image CAPTCHA": "CAPTCHA en imagen",
"Sign In": "Iniciar sesión", "Sign In": "Iniciar sesión",
"Register": "Registrarse", "Register": "Registrarse",
"E-mail": "Correo", "E-mail": "Correo",
"Preferences": "Preferencias", "Preferences": "Preferencias",
"preferences_category_player": "Preferencias del reproductor", "preferences_category_player": "Preferencias del reproductor",
"preferences_video_loop_label": "Repetir siempre: ", "preferences_video_loop_label": "Repetir siempre: ",
"preferences_autoplay_label": "Reproducción automática: ", "preferences_preserves_pitch_label": "Preservar tono: ",
"preferences_continue_label": "Reproducir siguiente por defecto: ", "preferences_autoplay_label": "Reproducción automática: ",
"preferences_continue_autoplay_label": "Reproducir automáticamente el video siguiente: ", "preferences_continue_label": "Reproducir siguiente por defecto: ",
"preferences_listen_label": "Activar el sonido por defecto: ", "preferences_continue_autoplay_label": "Reproducir automáticamente el video siguiente: ",
"preferences_local_label": "¿Usar un proxy para los videos? ", "preferences_listen_label": "Activar el sonido por defecto: ",
"preferences_speed_label": "Velocidad por defecto: ", "preferences_local_label": "¿Usar un proxy para los videos? ",
"preferences_quality_label": "Calidad de video preferida: ", "preferences_speed_label": "Velocidad por defecto: ",
"preferences_volume_label": "Volumen del reproductor: ", "preferences_quality_label": "Calidad de video preferida: ",
"preferences_comments_label": "Comentarios por defecto: ", "preferences_volume_label": "Volumen del reproductor: ",
"youtube": "YouTube", "preferences_comments_label": "Comentarios por defecto: ",
"reddit": "Reddit", "youtube": "YouTube",
"preferences_captions_label": "Subtítulos por defecto: ", "reddit": "Reddit",
"Fallback captions: ": "Subtítulos alternativos: ", "preferences_captions_label": "Subtítulos por defecto: ",
"preferences_related_videos_label": "¿Mostrar videos relacionados? ", "Fallback captions: ": "Subtítulos alternativos: ",
"preferences_annotations_label": "¿Mostrar anotaciones por defecto? ", "preferences_related_videos_label": "¿Mostrar videos relacionados? ",
"preferences_extend_desc_label": "Extender automáticamente la descripción del video: ", "preferences_annotations_label": "¿Mostrar anotaciones por defecto? ",
"preferences_vr_mode_label": "Videos interactivos de 360 grados (necesita WebGL): ", "preferences_extend_desc_label": "Extender automáticamente la descripción del video: ",
"preferences_category_visual": "Preferencias visuales", "preferences_vr_mode_label": "Videos interactivos de 360 grados (necesita WebGL): ",
"preferences_player_style_label": "Estilo de reproductor: ", "preferences_category_visual": "Preferencias visuales",
"Dark mode: ": "Modo oscuro: ", "preferences_player_style_label": "Estilo de reproductor: ",
"preferences_dark_mode_label": "Tema: ", "Dark mode: ": "Modo oscuro: ",
"dark": "oscuro", "preferences_dark_mode_label": "Tema: ",
"light": "claro", "dark": "oscuro",
"preferences_thin_mode_label": "Modo compacto: ", "light": "claro",
"preferences_category_misc": "Preferencias misceláneas", "preferences_thin_mode_label": "Modo compacto: ",
"preferences_automatic_instance_redirect_label": "Redirección automática de instancia (segunda opción a redirect.invidious.io): ", "preferences_category_misc": "Preferencias misceláneas",
"preferences_category_subscription": "Preferencias de la suscripción", "preferences_automatic_instance_redirect_label": "Redirección automática de instancia (segunda opción a redirect.invidious.io): ",
"preferences_annotations_subscribed_label": "¿Mostrar anotaciones por defecto para los canales suscritos? ", "preferences_category_subscription": "Preferencias de la suscripción",
"Redirect homepage to feed: ": "Redirigir la página de inicio a la fuente: ", "preferences_annotations_subscribed_label": "¿Mostrar anotaciones por defecto para los canales suscritos? ",
"preferences_max_results_label": "Número de videos mostrados en la fuente: ", "Redirect homepage to feed: ": "Redirigir la página de inicio a la fuente: ",
"preferences_sort_label": "Ordenar los videos por: ", "preferences_max_results_label": "Número de videos mostrados en la fuente: ",
"published": "fecha de publicación", "preferences_sort_label": "Ordenar los videos por: ",
"published - reverse": "fecha de publicación: orden inverso", "published": "fecha de publicación",
"alphabetically": "alfabéticamente", "published - reverse": "fecha de publicación: orden inverso",
"alphabetically - reverse": "alfabéticamente: orden inverso", "alphabetically": "alfabéticamente",
"channel name": "nombre del canal", "alphabetically - reverse": "alfabéticamente: orden inverso",
"channel name - reverse": "nombre del canal: orden inverso", "channel name": "nombre del canal",
"Only show latest video from channel: ": "Mostrar solo el último video del canal: ", "channel name - reverse": "nombre del canal: orden inverso",
"Only show latest unwatched video from channel: ": "Mostrar solo el último video sin ver del canal: ", "Only show latest video from channel: ": "Mostrar solo el último video del canal: ",
"preferences_unseen_only_label": "Mostrar solo los no vistos: ", "Only show latest unwatched video from channel: ": "Mostrar solo el último video sin ver del canal: ",
"preferences_notifications_only_label": "Mostrar solo notificaciones (si hay alguna): ", "preferences_unseen_only_label": "Mostrar solo los no vistos: ",
"Enable web notifications": "Habilitar notificaciones web", "preferences_notifications_only_label": "Mostrar solo notificaciones (si hay alguna): ",
"`x` uploaded a video": "`x` subió un video", "Enable web notifications": "Habilitar notificaciones web",
"`x` is live": "`x` esta en vivo", "`x` uploaded a video": "`x` subió un video",
"preferences_category_data": "Preferencias de los datos", "`x` is live": "`x` esta en vivo",
"Clear watch history": "Borrar el historial de reproducción", "preferences_category_data": "Preferencias de los datos",
"Import/export data": "Importar/Exportar datos", "Clear watch history": "Borrar el historial de reproducción",
"Change password": "Cambiar contraseña", "Import/export data": "Importar/Exportar datos",
"Manage subscriptions": "Gestionar las suscripciones", "Change password": "Cambiar contraseña",
"Manage tokens": "Gestionar tokens", "Manage subscriptions": "Gestionar las suscripciones",
"Watch history": "Historial de reproducción", "Manage tokens": "Gestionar tokens",
"Delete account": "Borrar cuenta", "Watch history": "Historial de reproducción",
"preferences_category_admin": "Preferencias de administrador", "Delete account": "Borrar cuenta",
"preferences_default_home_label": "Página de inicio por defecto: ", "preferences_category_admin": "Preferencias de administrador",
"preferences_feed_menu_label": "Menú de fuentes: ", "preferences_default_home_label": "Página de inicio por defecto: ",
"preferences_show_nick_label": "Mostrar nombre de usuario arriba: ", "preferences_feed_menu_label": "Menú de fuentes: ",
"Top enabled: ": "¿Habilitar los destacados? ", "preferences_show_nick_label": "Mostrar nombre de usuario arriba: ",
"CAPTCHA enabled: ": "¿Habilitar los CAPTCHA? ", "Top enabled: ": "¿Habilitar los destacados? ",
"Login enabled: ": "¿Habilitar el inicio de sesión? ", "CAPTCHA enabled: ": "¿Habilitar los CAPTCHA? ",
"Registration enabled: ": "¿Habilitar el registro? ", "Login enabled: ": "¿Habilitar el inicio de sesión? ",
"Report statistics: ": "¿Enviar estadísticas? ", "Registration enabled: ": "¿Habilitar el registro? ",
"Save preferences": "Guardar las preferencias", "Report statistics: ": "¿Enviar estadísticas? ",
"Subscription manager": "Gestor de suscripciones", "Save preferences": "Guardar las preferencias",
"Token manager": "Gestor de tokens", "Subscription manager": "Gestor de suscripciones",
"Token": "Ficha", "Token manager": "Gestor de tokens",
"Import/export": "Importar/Exportar", "Token": "Ficha",
"unsubscribe": "desuscribirse", "Import/export": "Importar/Exportar",
"revoke": "revocar", "unsubscribe": "desuscribirse",
"Subscriptions": "Suscripciones", "revoke": "revocar",
"search": "buscar", "Subscriptions": "Suscripciones",
"Log out": "Cerrar la sesión", "search": "buscar",
"Released under the AGPLv3 on Github.": "Publicado bajo la AGPLv3 en GitHub.", "Log out": "Cerrar la sesión",
"Source available here.": "Código fuente disponible aquí.", "Released under the AGPLv3 on Github.": "Publicado bajo la AGPLv3 en GitHub.",
"View JavaScript license information.": "Ver información de licencia de JavaScript.", "Source available here.": "Código fuente disponible aquí.",
"View privacy policy.": "Ver la política de privacidad.", "View JavaScript license information.": "Ver información de licencia de JavaScript.",
"Trending": "Tendencias", "View privacy policy.": "Ver la política de privacidad.",
"Public": "Público", "Trending": "Tendencias",
"Unlisted": "No listado", "Public": "Público",
"Private": "Privado", "Unlisted": "No listado",
"View all playlists": "Ver todas las listas de reproducción", "Private": "Privado",
"Updated `x` ago": "Actualizado hace `x`", "View all playlists": "Ver todas las listas de reproducción",
"Delete playlist `x`?": "¿Borrar la lista de reproducción `x`?", "Updated `x` ago": "Actualizado hace `x`",
"Delete playlist": "Borrar lista de reproducción", "Delete playlist `x`?": "¿Borrar la lista de reproducción `x`?",
"Create playlist": "Crear lista de reproducción", "Delete playlist": "Borrar lista de reproducción",
"Title": "Título", "Create playlist": "Crear lista de reproducción",
"Playlist privacy": "Privacidad de la lista de reproducción", "Title": "Título",
"Editing playlist `x`": "Editando la lista de reproducción 'x'", "Playlist privacy": "Privacidad de la lista de reproducción",
"Show more": "Mostrar más", "Editing playlist `x`": "Editando la lista de reproducción 'x'",
"Show less": "Mostrar menos", "Show more": "Mostrar más",
"Watch on YouTube": "Ver en YouTube", "Show less": "Mostrar menos",
"Switch Invidious Instance": "Cambiar Instancia de Invidious", "Watch on YouTube": "Ver en YouTube",
"Hide annotations": "Ocultar anotaciones", "Switch Invidious Instance": "Cambiar Instancia de Invidious",
"Show annotations": "Mostrar anotaciones", "Hide annotations": "Ocultar anotaciones",
"Genre: ": "Género: ", "Show annotations": "Mostrar anotaciones",
"License: ": "Licencia: ", "Genre: ": "Género: ",
"Family friendly? ": "¿Filtrar contenidos? ", "License: ": "Licencia: ",
"Wilson score: ": "Puntuación Wilson: ", "Family friendly? ": "¿Filtrar contenidos? ",
"Engagement: ": "Compromiso: ", "Wilson score: ": "Puntuación Wilson: ",
"Whitelisted regions: ": "Regiones permitidas: ", "Engagement: ": "Compromiso: ",
"Blacklisted regions: ": "Regiones bloqueadas: ", "Whitelisted regions: ": "Regiones permitidas: ",
"Shared `x`": "Compartido `x`", "Blacklisted regions: ": "Regiones bloqueadas: ",
"Premieres in `x`": "Se estrena en `x`", "Shared `x`": "Compartido `x`",
"Premieres `x`": "Estrenos `x`", "Premieres in `x`": "Se estrena en `x`",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "¡Hola! Parece que tienes JavaScript desactivado. Haz clic aquí para ver los comentarios, pero tengas en cuenta que pueden tardar un poco más en cargarse.", "Premieres `x`": "Estrenos `x`",
"View YouTube comments": "Ver los comentarios de YouTube", "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "¡Hola! Parece que tienes JavaScript desactivado. Haz clic aquí para ver los comentarios, pero tengas en cuenta que pueden tardar un poco más en cargarse.",
"View more comments on Reddit": "Ver más comentarios en Reddit", "View YouTube comments": "Ver los comentarios de YouTube",
"View `x` comments": { "View more comments on Reddit": "Ver más comentarios en Reddit",
"([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentario", "View `x` comments": {
"": "Ver `x` comentarios" "([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentario",
}, "": "Ver `x` comentarios"
"View Reddit comments": "Ver los comentarios de Reddit", },
"Hide replies": "Ocultar las respuestas", "View Reddit comments": "Ver los comentarios de Reddit",
"Show replies": "Mostrar las respuestas", "Hide replies": "Ocultar las respuestas",
"Incorrect password": "Contraseña incorrecta", "Show replies": "Mostrar las respuestas",
"Wrong answer": "Respuesta no válida", "Incorrect password": "Contraseña incorrecta",
"Erroneous CAPTCHA": "CAPTCHA no válido", "Wrong answer": "Respuesta no válida",
"CAPTCHA is a required field": "El CAPTCHA es un campo obligatorio", "Erroneous CAPTCHA": "CAPTCHA no válido",
"User ID is a required field": "El nombre es un campo obligatorio", "CAPTCHA is a required field": "El CAPTCHA es un campo obligatorio",
"Password is a required field": "La contraseña es un campo obligatorio", "User ID is a required field": "El nombre es un campo obligatorio",
"Wrong username or password": "Nombre o contraseña incorrecto", "Password is a required field": "La contraseña es un campo obligatorio",
"Password cannot be empty": "La contraseña no puede estar en blanco", "Wrong username or password": "Nombre o contraseña incorrecto",
"Password cannot be longer than 55 characters": "La contraseña no debe tener más de 55 caracteres", "Password cannot be empty": "La contraseña no puede estar en blanco",
"Please log in": "Inicie sesión, por favor", "Password cannot be longer than 55 characters": "La contraseña no debe tener más de 55 caracteres",
"Invidious Private Feed for `x`": "Fuente privada de Invidious para `x`", "Please log in": "Inicie sesión, por favor",
"channel:`x`": "canal: `x`", "Invidious Private Feed for `x`": "Fuente privada de Invidious para `x`",
"Deleted or invalid channel": "El canal no es válido o ha sido borrado", "channel:`x`": "canal: `x`",
"This channel does not exist.": "El canal no existe.", "Deleted or invalid channel": "El canal no es válido o ha sido borrado",
"Could not get channel info.": "No se ha podido obtener información del canal.", "This channel does not exist.": "El canal no existe.",
"Could not fetch comments": "No se han podido recuperar los comentarios", "Could not get channel info.": "No se ha podido obtener información del canal.",
"`x` ago": "hace `x`", "Could not fetch comments": "No se han podido recuperar los comentarios",
"Load more": "Cargar más", "`x` ago": "hace `x`",
"Could not create mix.": "No se ha podido crear la mezcla.", "Load more": "Cargar más",
"Empty playlist": "La lista de reproducción está vacía", "Could not create mix.": "No se ha podido crear la mezcla.",
"Not a playlist.": "Lista de reproducción no válida.", "Empty playlist": "La lista de reproducción está vacía",
"Playlist does not exist.": "La lista de reproducción no existe.", "Not a playlist.": "Lista de reproducción no válida.",
"Could not pull trending pages.": "No se han podido obtener las páginas de tendencias.", "Playlist does not exist.": "La lista de reproducción no existe.",
"Hidden field \"challenge\" is a required field": "El campo oculto «desafío» es un campo obligatorio", "Could not pull trending pages.": "No se han podido obtener las páginas de tendencias.",
"Hidden field \"token\" is a required field": "El campo oculto «símbolo» es un campo obligatorio", "Hidden field \"challenge\" is a required field": "El campo oculto «desafío» es un campo obligatorio",
"Erroneous challenge": "Desafío no válido", "Hidden field \"token\" is a required field": "El campo oculto «símbolo» es un campo obligatorio",
"Erroneous token": "Símbolo no válido", "Erroneous challenge": "Desafío no válido",
"No such user": "Usuario no existe", "Erroneous token": "Símbolo no válido",
"Token is expired, please try again": "El símbolo ha caducado, inténtelo de nuevo", "No such user": "Usuario no existe",
"English": "Inglés", "Token is expired, please try again": "El símbolo ha caducado, inténtelo de nuevo",
"English (auto-generated)": "Inglés (generado automáticamente)", "English": "Inglés",
"Afrikaans": "Afrikáans", "English (auto-generated)": "Inglés (generado automáticamente)",
"Albanian": "Albanés", "Afrikaans": "Afrikáans",
"Amharic": "Amárico", "Albanian": "Albanés",
"Arabic": "Árabe", "Amharic": "Amárico",
"Armenian": "Armenio", "Arabic": "Árabe",
"Azerbaijani": "Azerbaiyano", "Armenian": "Armenio",
"Bangla": "Bengalí", "Azerbaijani": "Azerbaiyano",
"Basque": "Euskera", "Bangla": "Bengalí",
"Belarusian": "Bielorruso", "Basque": "Euskera",
"Bosnian": "Bosnio", "Belarusian": "Bielorruso",
"Bulgarian": "Búlgaro", "Bosnian": "Bosnio",
"Burmese": "Birmano", "Bulgarian": "Búlgaro",
"Catalan": "Catalán", "Burmese": "Birmano",
"Cebuano": "Cebuano", "Catalan": "Catalán",
"Chinese (Simplified)": "Chino (simplificado)", "Cebuano": "Cebuano",
"Chinese (Traditional)": "Chino (tradicional)", "Chinese (Simplified)": "Chino (simplificado)",
"Corsican": "Corso", "Chinese (Traditional)": "Chino (tradicional)",
"Croatian": "Croata", "Corsican": "Corso",
"Czech": "Checo", "Croatian": "Croata",
"Danish": "Danés", "Czech": "Checo",
"Dutch": "Holandés", "Danish": "Danés",
"Esperanto": "Esperanto", "Dutch": "Holandés",
"Estonian": "Estonio", "Esperanto": "Esperanto",
"Filipino": "Filipino", "Estonian": "Estonio",
"Finnish": "Finés", "Filipino": "Filipino",
"French": "Francés", "Finnish": "Finés",
"Galician": "Gallego", "French": "Francés",
"Georgian": "Georgiano", "Galician": "Gallego",
"German": "Alemán", "Georgian": "Georgiano",
"Greek": "Griego", "German": "Alemán",
"Gujarati": "Guyaratí", "Greek": "Griego",
"Haitian Creole": "Criollo haitiano", "Gujarati": "Guyaratí",
"Hausa": "Hausa", "Haitian Creole": "Criollo haitiano",
"Hawaiian": "Hawaiano", "Hausa": "Hausa",
"Hebrew": "Hebreo", "Hawaiian": "Hawaiano",
"Hindi": "Hindi", "Hebrew": "Hebreo",
"Hmong": "Hmong", "Hindi": "Hindi",
"Hungarian": "Húngaro", "Hmong": "Hmong",
"Icelandic": "Islandés", "Hungarian": "Húngaro",
"Igbo": "Igbo", "Icelandic": "Islandés",
"Indonesian": "Indonesio", "Igbo": "Igbo",
"Irish": "Irlandés", "Indonesian": "Indonesio",
"Italian": "Italiano", "Irish": "Irlandés",
"Japanese": "Japonés", "Italian": "Italiano",
"Javanese": "Javanés", "Japanese": "Japonés",
"Kannada": "Canarés", "Javanese": "Javanés",
"Kazakh": "Kazajo", "Kannada": "Canarés",
"Khmer": "Camboyano", "Kazakh": "Kazajo",
"Korean": "Coreano", "Khmer": "Camboyano",
"Kurdish": "Kurdo", "Korean": "Coreano",
"Kyrgyz": "Kirguís", "Kurdish": "Kurdo",
"Lao": "Laosiano", "Kyrgyz": "Kirguís",
"Latin": "Latín", "Lao": "Laosiano",
"Latvian": "Letón", "Latin": "Latín",
"Lithuanian": "Lituano", "Latvian": "Letón",
"Luxembourgish": "Luxemburgués", "Lithuanian": "Lituano",
"Macedonian": "Macedonio", "Luxembourgish": "Luxemburgués",
"Malagasy": "Malgache", "Macedonian": "Macedonio",
"Malay": "Malayo", "Malagasy": "Malgache",
"Malayalam": "Malabar", "Malay": "Malayo",
"Maltese": "Maltés", "Malayalam": "Malabar",
"Maori": "Maorí", "Maltese": "Maltés",
"Marathi": "Maratí", "Maori": "Maorí",
"Mongolian": "Mongol", "Marathi": "Maratí",
"Nepali": "Nepalí", "Mongolian": "Mongol",
"Norwegian Bokmål": "Noruego", "Nepali": "Nepalí",
"Nyanja": "Chichewa", "Norwegian Bokmål": "Noruego",
"Pashto": "Pastún", "Nyanja": "Chichewa",
"Persian": "Persa", "Pashto": "Pastún",
"Polish": "Polaco", "Persian": "Persa",
"Portuguese": "Portugués", "Polish": "Polaco",
"Punjabi": "Panyabí", "Portuguese": "Portugués",
"Romanian": "Rumano", "Punjabi": "Panyabí",
"Russian": "Ruso", "Romanian": "Rumano",
"Samoan": "Samoano", "Russian": "Ruso",
"Scottish Gaelic": "Gaélico escocés", "Samoan": "Samoano",
"Serbian": "Serbio", "Scottish Gaelic": "Gaélico escocés",
"Shona": "Shona", "Serbian": "Serbio",
"Sindhi": "Sindi", "Shona": "Shona",
"Sinhala": "Cingalés", "Sindhi": "Sindi",
"Slovak": "Eslovaco", "Sinhala": "Cingalés",
"Slovenian": "Esloveno", "Slovak": "Eslovaco",
"Somali": "Somalí", "Slovenian": "Esloveno",
"Southern Sotho": "Sesoto", "Somali": "Somalí",
"Spanish": "Español", "Southern Sotho": "Sesoto",
"Spanish (Latin America)": "Español (Hispanoamérica)", "Spanish": "Español",
"Sundanese": "Sondanés", "Spanish (Latin America)": "Español (Hispanoamérica)",
"Swahili": "Suajili", "Sundanese": "Sondanés",
"Swedish": "Sueco", "Swahili": "Suajili",
"Tajik": "Tayiko", "Swedish": "Sueco",
"Tamil": "Tamil", "Tajik": "Tayiko",
"Telugu": "Telugu", "Tamil": "Tamil",
"Thai": "Tailandés", "Telugu": "Telugu",
"Turkish": "Turco", "Thai": "Tailandés",
"Ukrainian": "Ucraniano", "Turkish": "Turco",
"Urdu": "Urdu", "Ukrainian": "Ucraniano",
"Uzbek": "Uzbeko", "Urdu": "Urdu",
"Vietnamese": "Vietnamita", "Uzbek": "Uzbeko",
"Welsh": "Galés", "Vietnamese": "Vietnamita",
"Western Frisian": "Frisón", "Welsh": "Galés",
"Xhosa": "Xhosa", "Western Frisian": "Frisón",
"Yiddish": "Yidis", "Xhosa": "Xhosa",
"Yoruba": "Yoruba", "Yiddish": "Yidis",
"Zulu": "Zulú", "Yoruba": "Yoruba",
"Fallback comments: ": "Comentarios alternativos: ", "Zulu": "Zulú",
"Popular": "Populares", "Fallback comments: ": "Comentarios alternativos: ",
"Search": "Buscar", "Popular": "Populares",
"Top": "Destacados", "Search": "Buscar",
"About": "Acerca de", "Top": "Destacados",
"Rating: ": "Valoración: ", "About": "Acerca de",
"preferences_locale_label": "Idioma: ", "Rating: ": "Valoración: ",
"View as playlist": "Ver como lista de reproducción", "preferences_locale_label": "Idioma: ",
"Default": "Por defecto", "View as playlist": "Ver como lista de reproducción",
"Music": "Música", "Default": "Por defecto",
"Gaming": "Videojuegos", "Music": "Música",
"News": "Noticias", "Gaming": "Videojuegos",
"Movies": "Películas", "News": "Noticias",
"Download": "Descargar", "Movies": "Películas",
"Download as: ": "Descargar como: ", "Download": "Descargar",
"%A %B %-d, %Y": "%A %B %-d, %Y", "Download as: ": "Descargar como: ",
"(edited)": "(editado)", "%A %B %-d, %Y": "%A %B %-d, %Y",
"YouTube comment permalink": "Enlace permanente de YouTube del comentario", "(edited)": "(editado)",
"permalink": "enlace permanente", "YouTube comment permalink": "Enlace permanente de YouTube del comentario",
"`x` marked it with a ❤": "`x` lo ha marcado con un ❤", "permalink": "enlace permanente",
"Audio mode": "Modo de audio", "`x` marked it with a ❤": "`x` lo ha marcado con un ❤",
"Video mode": "Modo de video", "Audio mode": "Modo de audio",
"channel_tab_videos_label": "Videos", "Video mode": "Modo de video",
"Playlists": "Listas de reproducción", "channel_tab_videos_label": "Videos",
"channel_tab_community_label": "Comunidad", "Playlists": "Listas de reproducción",
"search_filters_sort_option_relevance": "Relevancia", "channel_tab_community_label": "Comunidad",
"search_filters_sort_option_rating": "Valoración", "search_filters_sort_option_relevance": "Relevancia",
"search_filters_sort_option_date": "Fecha de subida", "search_filters_sort_option_rating": "Valoración",
"search_filters_sort_option_views": "Visualizaciones", "search_filters_sort_option_date": "Fecha de subida",
"search_filters_type_label": "tipo de contenido", "search_filters_sort_option_views": "Visualizaciones",
"search_filters_duration_label": "duración", "search_filters_type_label": "tipo de contenido",
"search_filters_features_label": "funcionalidades", "search_filters_duration_label": "duración",
"search_filters_sort_label": "ordenar", "search_filters_features_label": "funcionalidades",
"search_filters_date_option_hour": "Última hora", "search_filters_sort_label": "ordenar",
"search_filters_date_option_today": "Hoy", "search_filters_date_option_hour": "Última hora",
"search_filters_date_option_week": "Esta semana", "search_filters_date_option_today": "Hoy",
"search_filters_date_option_month": "Este mes", "search_filters_date_option_week": "Esta semana",
"search_filters_date_option_year": "Este año", "search_filters_date_option_month": "Este mes",
"search_filters_type_option_video": "Video", "search_filters_date_option_year": "Este año",
"search_filters_type_option_channel": "Canal", "search_filters_type_option_video": "Video",
"search_filters_type_option_playlist": "Lista de reproducción", "search_filters_type_option_channel": "Canal",
"search_filters_type_option_movie": "Película", "search_filters_type_option_playlist": "Lista de reproducción",
"search_filters_type_option_show": "Programa", "search_filters_type_option_movie": "Película",
"search_filters_features_option_hd": "HD", "search_filters_type_option_show": "Programa",
"search_filters_features_option_subtitles": "Subtítulos", "search_filters_features_option_hd": "HD",
"search_filters_features_option_c_commons": "Creative Commons", "search_filters_features_option_subtitles": "Subtítulos",
"search_filters_features_option_three_d": "3D", "search_filters_features_option_c_commons": "Creative Commons",
"search_filters_features_option_live": "En directo", "search_filters_features_option_three_d": "3D",
"search_filters_features_option_four_k": "4K", "search_filters_features_option_live": "En directo",
"search_filters_features_option_location": "Ubicación", "search_filters_features_option_four_k": "4K",
"search_filters_features_option_hdr": "HDR", "search_filters_features_option_location": "Ubicación",
"Current version: ": "Versión actual: ", "search_filters_features_option_hdr": "HDR",
"next_steps_error_message": "Después de lo cual debes intentar: ", "Current version: ": "Versión actual: ",
"next_steps_error_message_refresh": "Recargar la página", "next_steps_error_message": "Después de lo cual debes intentar: ",
"next_steps_error_message_go_to_youtube": "Ir a YouTube", "next_steps_error_message_refresh": "Recargar la página",
"search_filters_duration_option_short": "Menos de 4 minutos", "next_steps_error_message_go_to_youtube": "Ir a YouTube",
"search_filters_duration_option_medium": "De 4 a 20 minutos", "search_filters_duration_option_short": "Menos de 4 minutos",
"search_filters_duration_option_long": "Más de 20 minutos", "search_filters_duration_option_medium": "De 4 a 20 minutos",
"footer_documentation": "Documentación", "search_filters_duration_option_long": "Más de 20 minutos",
"footer_original_source_code": "Código fuente original", "footer_documentation": "Documentación",
"adminprefs_modified_source_code_url_label": "Enlace al repositorio de código fuente modificado", "footer_original_source_code": "Código fuente original",
"footer_source_code": "Código fuente", "adminprefs_modified_source_code_url_label": "Enlace al repositorio de código fuente modificado",
"footer_modfied_source_code": "Código fuente modificado", "footer_source_code": "Código fuente",
"footer_donate_page": "Donar", "footer_modfied_source_code": "Código fuente modificado",
"preferences_region_label": "País del contenido: ", "footer_donate_page": "Donar",
"preferences_quality_dash_label": "Calidad de video DASH preferida: ", "preferences_region_label": "País del contenido: ",
"preferences_quality_option_hd720": "HD720", "preferences_quality_dash_label": "Calidad de video DASH preferida: ",
"preferences_quality_option_medium": "Intermedia", "preferences_quality_option_hd720": "HD720",
"preferences_quality_dash_option_auto": "Automática", "preferences_quality_option_medium": "Intermedia",
"none": "ninguno", "preferences_quality_dash_option_auto": "Automática",
"videoinfo_started_streaming_x_ago": "Comenzó difusión hace `x`", "none": "ninguno",
"download_subtitles": "Subtítulos- `x` (.vtt)", "videoinfo_started_streaming_x_ago": "Comenzó difusión hace `x`",
"user_created_playlists": "`x` listas de reproducción creadas", "download_subtitles": "Subtítulos- `x` (.vtt)",
"user_saved_playlists": "`x` listas de reproducción guardadas", "user_created_playlists": "`x` listas de reproducción creadas",
"Video unavailable": "Video no disponible", "user_saved_playlists": "`x` listas de reproducción guardadas",
"videoinfo_youTube_embed_link": "Insertar", "Video unavailable": "Video no disponible",
"preferences_quality_dash_option_2160p": "2160p", "videoinfo_youTube_embed_link": "Insertar",
"preferences_quality_dash_option_4320p": "4320p", "preferences_quality_dash_option_2160p": "2160p",
"invidious": "Invidious", "preferences_quality_dash_option_4320p": "4320p",
"preferences_quality_dash_option_480p": "480p", "invidious": "Invidious",
"preferences_quality_option_dash": "DASH (calidad adaptativa)", "preferences_quality_dash_option_480p": "480p",
"preferences_quality_dash_option_720p": "720p", "preferences_quality_option_dash": "DASH (calidad adaptativa)",
"preferences_quality_dash_option_360p": "360p", "preferences_quality_dash_option_720p": "720p",
"preferences_quality_dash_option_240p": "240p", "preferences_quality_dash_option_360p": "360p",
"preferences_quality_dash_option_144p": "144p", "preferences_quality_dash_option_240p": "240p",
"preferences_quality_option_small": "Pequeña", "preferences_quality_dash_option_144p": "144p",
"preferences_quality_dash_option_1440p": "1440p", "preferences_quality_option_small": "Pequeña",
"preferences_quality_dash_option_best": "La mejor", "preferences_quality_dash_option_1440p": "1440p",
"preferences_quality_dash_option_worst": "La peor", "preferences_quality_dash_option_best": "La mejor",
"videoinfo_invidious_embed_link": "Enlace para Insertar", "preferences_quality_dash_option_worst": "La peor",
"preferences_quality_dash_option_1080p": "1080p", "videoinfo_invidious_embed_link": "Enlace para Insertar",
"search_filters_features_option_purchased": "Comprado", "preferences_quality_dash_option_1080p": "1080p",
"search_filters_features_option_three_sixty": "360°", "search_filters_features_option_purchased": "Comprado",
"videoinfo_watch_on_youTube": "Ver en YouTube", "search_filters_features_option_three_sixty": "360°",
"preferences_save_player_pos_label": "Guardar posición de reproducción: ", "videoinfo_watch_on_youTube": "Ver en YouTube",
"generic_views_count": "{{count}} visualización", "preferences_save_player_pos_label": "Guardar posición de reproducción: ",
"generic_views_count_plural": "{{count}} visualizaciones", "generic_views_count": "{{count}} visualización",
"generic_subscribers_count": "{{count}} suscriptor", "generic_views_count_plural": "{{count}} visualizaciones",
"generic_subscribers_count_plural": "{{count}} suscriptores", "generic_subscribers_count": "{{count}} suscriptor",
"generic_subscriptions_count": "{{count}} suscripción", "generic_subscribers_count_plural": "{{count}} suscriptores",
"generic_subscriptions_count_plural": "{{count}} suscripciones", "generic_subscriptions_count": "{{count}} suscripción",
"subscriptions_unseen_notifs_count": "{{count}} notificación no vista", "generic_subscriptions_count_plural": "{{count}} suscripciones",
"subscriptions_unseen_notifs_count_plural": "{{count}} notificaciones no vistas", "subscriptions_unseen_notifs_count": "{{count}} notificación no vista",
"generic_count_days": "{{count}} día", "subscriptions_unseen_notifs_count_plural": "{{count}} notificaciones no vistas",
"generic_count_days_plural": "{{count}} días", "generic_count_days": "{{count}} día",
"comments_view_x_replies": "Ver {{count}} respuesta", "generic_count_days_plural": "{{count}} días",
"comments_view_x_replies_plural": "Ver {{count}} respuestas", "comments_view_x_replies": "Ver {{count}} respuesta",
"generic_count_weeks": "{{count}} semana", "comments_view_x_replies_plural": "Ver {{count}} respuestas",
"generic_count_weeks_plural": "{{count}} semanas", "generic_count_weeks": "{{count}} semana",
"generic_playlists_count": "{{count}} lista de reproducción", "generic_count_weeks_plural": "{{count}} semanas",
"generic_playlists_count_plural": "{{count}} listas de reproducciones", "generic_playlists_count": "{{count}} lista de reproducción",
"generic_videos_count": "{{count}} video", "generic_playlists_count_plural": "{{count}} listas de reproducciones",
"generic_videos_count_plural": "{{count}} video", "generic_videos_count": "{{count}} video",
"generic_count_months": "{{count}} mes", "generic_videos_count_plural": "{{count}} video",
"generic_count_months_plural": "{{count}} meses", "generic_count_months": "{{count}} mes",
"comments_points_count": "{{count}} punto", "generic_count_months_plural": "{{count}} meses",
"comments_points_count_plural": "{{count}} puntos", "comments_points_count": "{{count}} punto",
"generic_count_years": "{{count}} año", "comments_points_count_plural": "{{count}} puntos",
"generic_count_years_plural": "{{count}} años", "generic_count_years": "{{count}} año",
"generic_count_hours": "{{count}} hora", "generic_count_years_plural": "{{count}} años",
"generic_count_hours_plural": "{{count}} horas", "generic_count_hours": "{{count}} hora",
"generic_count_minutes": "{{count}} minuto", "generic_count_hours_plural": "{{count}} horas",
"generic_count_minutes_plural": "{{count}} minutos", "generic_count_minutes": "{{count}} minuto",
"generic_count_seconds": "{{count}} segundo", "generic_count_minutes_plural": "{{count}} minutos",
"generic_count_seconds_plural": "{{count}} segundos", "generic_count_seconds": "{{count}} segundo",
"crash_page_before_reporting": "Antes de notificar un error asegúrate de que has:", "generic_count_seconds_plural": "{{count}} segundos",
"crash_page_switch_instance": "probado a <a href=\"`x`\">usar otra instancia</a>", "crash_page_before_reporting": "Antes de notificar un error asegúrate de que has:",
"crash_page_read_the_faq": "leído las <a href=\"`x`\">Preguntas Frecuentes</a>", "crash_page_switch_instance": "probado a <a href=\"`x`\">usar otra instancia</a>",
"crash_page_search_issue": "buscado <a href=\"`x`\">problemas existentes en GitHub</a>", "crash_page_read_the_faq": "leído las <a href=\"`x`\">Preguntas Frecuentes</a>",
"crash_page_you_found_a_bug": "¡Parece que has encontrado un error en Invidious!", "crash_page_search_issue": "buscado <a href=\"`x`\">problemas existentes en GitHub</a>",
"crash_page_refresh": "probado a <a href=\"`x`\">recargar la página</a>", "crash_page_you_found_a_bug": "¡Parece que has encontrado un error en Invidious!",
"crash_page_report_issue": "Si nada de lo anterior ha sido de ayuda, por favor, <a href=\"`x`\">abre una nueva incidencia en GitHub</a> (preferiblemente en inglés) e incluye verbatim el siguiente texto en tu mensaje:", "crash_page_refresh": "probado a <a href=\"`x`\">recargar la página</a>",
"English (United States)": "Inglés (Estados Unidos)", "crash_page_report_issue": "Si nada de lo anterior ha sido de ayuda, por favor, <a href=\"`x`\">abre una nueva incidencia en GitHub</a> (preferiblemente en inglés) e incluye verbatim el siguiente texto en tu mensaje:",
"Cantonese (Hong Kong)": "Cantonés (Hong Kong)", "English (United States)": "Inglés (Estados Unidos)",
"Dutch (auto-generated)": "Neerlandés (generados automáticamente)", "Cantonese (Hong Kong)": "Cantonés (Hong Kong)",
"French (auto-generated)": "Francés (generados automáticamente)", "Dutch (auto-generated)": "Neerlandés (generados automáticamente)",
"Interlingue": "Occidental", "French (auto-generated)": "Francés (generados automáticamente)",
"Japanese (auto-generated)": "Japonés (generados automáticamente)", "Interlingue": "Occidental",
"Russian (auto-generated)": "Ruso (generados automáticamente)", "Japanese (auto-generated)": "Japonés (generados automáticamente)",
"Spanish (Spain)": "Español (España)", "Russian (auto-generated)": "Ruso (generados automáticamente)",
"Vietnamese (auto-generated)": "Vietnamita (generados automáticamente)", "Spanish (Spain)": "Español (España)",
"English (United Kingdom)": "Inglés (Reino Unido)", "Vietnamese (auto-generated)": "Vietnamita (generados automáticamente)",
"Chinese (Taiwan)": "Chino (Taiwán)", "English (United Kingdom)": "Inglés (Reino Unido)",
"German (auto-generated)": "Alemán (generados automáticamente)", "Chinese (Taiwan)": "Chino (Taiwán)",
"Italian (auto-generated)": "Italiano (generados automáticamente)", "German (auto-generated)": "Alemán (generados automáticamente)",
"Turkish (auto-generated)": "Turco (generados automáticamente)", "Italian (auto-generated)": "Italiano (generados automáticamente)",
"Portuguese (Brazil)": "Portugués (Brasil)", "Turkish (auto-generated)": "Turco (generados automáticamente)",
"Indonesian (auto-generated)": "Indonesio (generados automáticamente)", "Portuguese (Brazil)": "Portugués (Brasil)",
"Portuguese (auto-generated)": "Portugués (generados automáticamente)", "Indonesian (auto-generated)": "Indonesio (generados automáticamente)",
"Chinese": "Chino", "Portuguese (auto-generated)": "Portugués (generados automáticamente)",
"Chinese (Hong Kong)": "Chino (Hong Kong)", "Chinese": "Chino",
"Chinese (China)": "Chino (China)", "Chinese (Hong Kong)": "Chino (Hong Kong)",
"Korean (auto-generated)": "Coreano (generados automáticamente)", "Chinese (China)": "Chino (China)",
"Spanish (Mexico)": "Español (Méjico)", "Korean (auto-generated)": "Coreano (generados automáticamente)",
"Spanish (auto-generated)": "Español (generados automáticamente)", "Spanish (Mexico)": "Español (Méjico)",
"preferences_watch_history_label": "Habilitar historial de reproducciones: ", "Spanish (auto-generated)": "Español (generados automáticamente)",
"search_message_no_results": "No se han encontrado resultados.", "preferences_watch_history_label": "Habilitar historial de reproducciones: ",
"search_message_change_filters_or_query": "Pruebe ampliar la consulta de búsqueda y/o a cambiar los filtros.", "search_message_no_results": "No se han encontrado resultados.",
"search_filters_title": "Filtros", "search_message_change_filters_or_query": "Pruebe ampliar la consulta de búsqueda y/o a cambiar los filtros.",
"search_filters_date_label": "fecha de subida", "search_filters_title": "Filtros",
"search_filters_date_option_none": "Cualquier fecha", "search_filters_date_label": "fecha de subida",
"search_filters_type_option_all": "Cualquier tipo", "search_filters_date_option_none": "Cualquier fecha",
"search_filters_duration_option_none": "Cualquier duración", "search_filters_type_option_all": "Cualquier tipo",
"search_filters_features_option_vr180": "VR180", "search_filters_duration_option_none": "Cualquier duración",
"search_filters_apply_button": "Aplicar filtros", "search_filters_features_option_vr180": "VR180",
"tokens_count": "{{count}} token", "search_filters_apply_button": "Aplicar filtros",
"tokens_count_plural": "{{count}} tokens", "tokens_count": "{{count}} token",
"search_message_use_another_instance": " También puede <a href=\"`x`\">buscar en otra instancia</a>.", "tokens_count_plural": "{{count}} tokens",
"Popular enabled: ": "¿Habilitar la sección popular? ", "search_message_use_another_instance": " También puede <a href=\"`x`\">buscar en otra instancia</a>.",
"error_video_not_in_playlist": "El video que solicitaste no existe en esta lista de reproducción. <a href=\"`x`\">Haz clic aquí para acceder a la página de inicio de la lista de reproducción.</a>", "Popular enabled: ": "¿Habilitar la sección popular? ",
"channel_tab_streams_label": "Directos", "error_video_not_in_playlist": "El video que solicitaste no existe en esta lista de reproducción. <a href=\"`x`\">Haz clic aquí para acceder a la página de inicio de la lista de reproducción.</a>",
"channel_tab_channels_label": "Canales", "channel_tab_streams_label": "Directos",
"channel_tab_shorts_label": "Cortos", "channel_tab_channels_label": "Canales",
"channel_tab_playlists_label": "Listas de reproducción", "channel_tab_shorts_label": "Cortos",
"Music in this video": "Música en este video", "channel_tab_playlists_label": "Listas de reproducción",
"Artist: ": "Artista: ", "Music in this video": "Música en este video",
"Album: ": "Álbum: ", "Artist: ": "Artista: ",
"Song: ": "Canción: ", "Album: ": "Álbum: ",
"Channel Sponsor": "Patrocinador del canal", "Song: ": "Canción: ",
"Standard YouTube license": "Licencia de YouTube estándar", "Channel Sponsor": "Patrocinador del canal",
"Download is disabled": "La descarga está deshabilitada", "Standard YouTube license": "Licencia de YouTube estándar",
"Import YouTube playlist (.csv)": "Importar lista de reproducción de YouTube (.csv)", "Download is disabled": "La descarga está deshabilitada",
"playlist_button_add_items": "Añadir vídeos", "Import YouTube playlist (.csv)": "Importar lista de reproducción de YouTube (.csv)",
"generic_button_edit": "Editar", "playlist_button_add_items": "Añadir vídeos",
"generic_button_save": "Guardar", "generic_button_edit": "Editar",
"generic_button_delete": "Borrar", "generic_button_save": "Guardar",
"generic_button_cancel": "Cancelar", "generic_button_delete": "Borrar",
"generic_button_rss": "RSS", "generic_button_cancel": "Cancelar",
"channel_tab_podcasts_label": "Podcasts", "generic_button_rss": "RSS",
"channel_tab_releases_label": "Publicaciones", "channel_tab_podcasts_label": "Podcasts",
"generic_channels_count": "{{count}} canal", "channel_tab_releases_label": "Publicaciones",
"generic_channels_count_plural": "{{count}} canales" "generic_channels_count": "{{count}} canal",
"generic_channels_count_plural": "{{count}} canales"
} }

File diff suppressed because it is too large Load Diff

View File

@ -1,475 +1,476 @@
{ {
"LIVE": "Em direto", "LIVE": "Em direto",
"Shared `x` ago": "Partilhado `x` atrás", "Shared `x` ago": "Partilhado `x` atrás",
"Unsubscribe": "Anular subscrição", "Unsubscribe": "Anular subscrição",
"Subscribe": "Subscrever", "Subscribe": "Subscrever",
"View channel on YouTube": "Ver canal no YouTube", "View channel on YouTube": "Ver canal no YouTube",
"View playlist on YouTube": "Ver lista de reprodução no YouTube", "View playlist on YouTube": "Ver lista de reprodução no YouTube",
"newest": "mais recentes", "newest": "mais recentes",
"oldest": "mais antigos", "oldest": "mais antigos",
"popular": "popular", "popular": "popular",
"last": "últimos", "last": "últimos",
"Next page": "Próxima página", "Next page": "Próxima página",
"Previous page": "Página anterior", "Previous page": "Página anterior",
"Clear watch history?": "Limpar histórico de reprodução?", "Clear watch history?": "Limpar histórico de reprodução?",
"New password": "Nova palavra-chave", "New password": "Nova palavra-chave",
"New passwords must match": "As novas palavra-chaves devem corresponder", "New passwords must match": "As novas palavra-chaves devem corresponder",
"Authorize token?": "Autorizar token?", "Authorize token?": "Autorizar token?",
"Authorize token for `x`?": "Autorizar token para `x`?", "Authorize token for `x`?": "Autorizar token para `x`?",
"Yes": "Sim", "Yes": "Sim",
"No": "Não", "No": "Não",
"Import and Export Data": "Importar e exportar dados", "Import and Export Data": "Importar e exportar dados",
"Import": "Importar", "Import": "Importar",
"Import Invidious data": "Importar dados JSON do Invidious", "Import Invidious data": "Importar dados JSON do Invidious",
"Import YouTube subscriptions": "Importar subscrições do YouTube/OPML", "Import YouTube subscriptions": "Importar subscrições do YouTube/OPML",
"Import FreeTube subscriptions (.db)": "Importar subscrições do FreeTube (.db)", "Import FreeTube subscriptions (.db)": "Importar subscrições do FreeTube (.db)",
"Import NewPipe subscriptions (.json)": "Importar subscrições do NewPipe (.json)", "Import NewPipe subscriptions (.json)": "Importar subscrições do NewPipe (.json)",
"Import NewPipe data (.zip)": "Importar dados do NewPipe (.zip)", "Import NewPipe data (.zip)": "Importar dados do NewPipe (.zip)",
"Export": "Exportar", "Export": "Exportar",
"Export subscriptions as OPML": "Exportar subscrições como OPML", "Export subscriptions as OPML": "Exportar subscrições como OPML",
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar subscrições como OPML (para NewPipe e FreeTube)", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar subscrições como OPML (para NewPipe e FreeTube)",
"Export data as JSON": "Exportar dados Invidious como JSON", "Export data as JSON": "Exportar dados Invidious como JSON",
"Delete account?": "Eliminar conta?", "Delete account?": "Eliminar conta?",
"History": "Histórico", "History": "Histórico",
"An alternative front-end to YouTube": "Uma interface alternativa ao YouTube", "An alternative front-end to YouTube": "Uma interface alternativa ao YouTube",
"JavaScript license information": "Informação de licença do JavaScript", "JavaScript license information": "Informação de licença do JavaScript",
"source": "código-fonte", "source": "código-fonte",
"Log in": "Iniciar sessão", "Log in": "Iniciar sessão",
"Log in/register": "Iniciar sessão/registar", "Log in/register": "Iniciar sessão/registar",
"User ID": "Utilizador", "User ID": "Utilizador",
"Password": "Palavra-chave", "Password": "Palavra-chave",
"Time (h:mm:ss):": "Tempo (h:mm:ss):", "Time (h:mm:ss):": "Tempo (h:mm:ss):",
"Text CAPTCHA": "Texto CAPTCHA", "Text CAPTCHA": "Texto CAPTCHA",
"Image CAPTCHA": "Imagem CAPTCHA", "Image CAPTCHA": "Imagem CAPTCHA",
"Sign In": "Iniciar sessão", "Sign In": "Iniciar sessão",
"Register": "Registar", "Register": "Registar",
"E-mail": "E-mail", "E-mail": "E-mail",
"Preferences": "Preferências", "Preferences": "Preferências",
"preferences_category_player": "Preferências do reprodutor", "preferences_category_player": "Preferências do reprodutor",
"preferences_video_loop_label": "Repetir sempre: ", "preferences_video_loop_label": "Repetir sempre: ",
"preferences_autoplay_label": "Reprodução automática: ", "preferences_preserves_pitch_label": "Preservar tom: ",
"preferences_continue_label": "Reproduzir sempre o próximo: ", "preferences_autoplay_label": "Reprodução automática: ",
"preferences_continue_autoplay_label": "Reproduzir próximo vídeo automaticamente: ", "preferences_continue_label": "Reproduzir sempre o próximo: ",
"preferences_listen_label": "Apenas áudio: ", "preferences_continue_autoplay_label": "Reproduzir próximo vídeo automaticamente: ",
"preferences_local_label": "Usar proxy nos vídeos: ", "preferences_listen_label": "Apenas áudio: ",
"preferences_speed_label": "Velocidade preferida: ", "preferences_local_label": "Usar proxy nos vídeos: ",
"preferences_quality_label": "Qualidade de vídeo preferida: ", "preferences_speed_label": "Velocidade preferida: ",
"preferences_volume_label": "Volume da reprodução: ", "preferences_quality_label": "Qualidade de vídeo preferida: ",
"preferences_comments_label": "Preferência dos comentários: ", "preferences_volume_label": "Volume da reprodução: ",
"youtube": "YouTube", "preferences_comments_label": "Preferência dos comentários: ",
"reddit": "Reddit", "youtube": "YouTube",
"preferences_captions_label": "Legendas predefinidas: ", "reddit": "Reddit",
"Fallback captions: ": "Legendas alternativas: ", "preferences_captions_label": "Legendas predefinidas: ",
"preferences_related_videos_label": "Mostrar vídeos relacionados: ", "Fallback captions: ": "Legendas alternativas: ",
"preferences_annotations_label": "Mostrar anotações sempre: ", "preferences_related_videos_label": "Mostrar vídeos relacionados: ",
"preferences_extend_desc_label": "Estender automaticamente a descrição do vídeo: ", "preferences_annotations_label": "Mostrar anotações sempre: ",
"preferences_vr_mode_label": "Vídeos interativos de 360 graus (necessita de WebGL): ", "preferences_extend_desc_label": "Estender automaticamente a descrição do vídeo: ",
"preferences_category_visual": "Preferências visuais", "preferences_vr_mode_label": "Vídeos interativos de 360 graus (necessita de WebGL): ",
"preferences_player_style_label": "Estilo do reprodutor: ", "preferences_category_visual": "Preferências visuais",
"Dark mode: ": "Modo escuro: ", "preferences_player_style_label": "Estilo do reprodutor: ",
"preferences_dark_mode_label": "Tema: ", "Dark mode: ": "Modo escuro: ",
"dark": "escuro", "preferences_dark_mode_label": "Tema: ",
"light": "claro", "dark": "escuro",
"preferences_thin_mode_label": "Modo compacto: ", "light": "claro",
"preferences_category_misc": "Preferências diversas", "preferences_thin_mode_label": "Modo compacto: ",
"preferences_automatic_instance_redirect_label": "Redirecionamento de instância automática (solução de último recurso para redirect.invidious.io): ", "preferences_category_misc": "Preferências diversas",
"preferences_category_subscription": "Preferências de subscrições", "preferences_automatic_instance_redirect_label": "Redirecionamento de instância automática (solução de último recurso para redirect.invidious.io): ",
"preferences_annotations_subscribed_label": "Mostrar sempre anotações aos canais subscritos: ", "preferences_category_subscription": "Preferências de subscrições",
"Redirect homepage to feed: ": "Redirecionar página inicial para subscrições: ", "preferences_annotations_subscribed_label": "Mostrar sempre anotações aos canais subscritos: ",
"preferences_max_results_label": "Quantidade de vídeos nas subscrições: ", "Redirect homepage to feed: ": "Redirecionar página inicial para subscrições: ",
"preferences_sort_label": "Ordenar vídeos por: ", "preferences_max_results_label": "Quantidade de vídeos nas subscrições: ",
"published": "publicado", "preferences_sort_label": "Ordenar vídeos por: ",
"published - reverse": "publicado - inverso", "published": "publicado",
"alphabetically": "alfabeticamente", "published - reverse": "publicado - inverso",
"alphabetically - reverse": "alfabeticamente - inverso", "alphabetically": "alfabeticamente",
"channel name": "nome do canal", "alphabetically - reverse": "alfabeticamente - inverso",
"channel name - reverse": "nome do canal - inverso", "channel name": "nome do canal",
"Only show latest video from channel: ": "Mostrar apenas o vídeo mais recente do canal: ", "channel name - reverse": "nome do canal - inverso",
"Only show latest unwatched video from channel: ": "Mostrar apenas vídeos mais recentes não visualizados do canal: ", "Only show latest video from channel: ": "Mostrar apenas o vídeo mais recente do canal: ",
"preferences_unseen_only_label": "Mostrar apenas vídeos não visualizados: ", "Only show latest unwatched video from channel: ": "Mostrar apenas vídeos mais recentes não visualizados do canal: ",
"preferences_notifications_only_label": "Mostrar apenas notificações (se existirem): ", "preferences_unseen_only_label": "Mostrar apenas vídeos não visualizados: ",
"Enable web notifications": "Ativar notificações pela web", "preferences_notifications_only_label": "Mostrar apenas notificações (se existirem): ",
"`x` uploaded a video": "`x` publicou um novo vídeo", "Enable web notifications": "Ativar notificações pela web",
"`x` is live": "`x` está em direto", "`x` uploaded a video": "`x` publicou um novo vídeo",
"preferences_category_data": "Preferências de dados", "`x` is live": "`x` está em direto",
"Clear watch history": "Limpar histórico de reprodução", "preferences_category_data": "Preferências de dados",
"Import/export data": "Importar / exportar dados", "Clear watch history": "Limpar histórico de reprodução",
"Change password": "Alterar palavra-chave", "Import/export data": "Importar / exportar dados",
"Manage subscriptions": "Gerir as subscrições", "Change password": "Alterar palavra-chave",
"Manage tokens": "Gerir tokens", "Manage subscriptions": "Gerir as subscrições",
"Watch history": "Histórico de reprodução", "Manage tokens": "Gerir tokens",
"Delete account": "Eliminar conta", "Watch history": "Histórico de reprodução",
"preferences_category_admin": "Preferências de administrador", "Delete account": "Eliminar conta",
"preferences_default_home_label": "Página inicial predefinida: ", "preferences_category_admin": "Preferências de administrador",
"preferences_feed_menu_label": "Menu de subscrições: ", "preferences_default_home_label": "Página inicial predefinida: ",
"preferences_show_nick_label": "Mostrar nome de utilizador em cima: ", "preferences_feed_menu_label": "Menu de subscrições: ",
"Top enabled: ": "Destaques ativados: ", "preferences_show_nick_label": "Mostrar nome de utilizador em cima: ",
"CAPTCHA enabled: ": "CAPTCHA ativado: ", "Top enabled: ": "Destaques ativados: ",
"Login enabled: ": "Iniciar sessão ativado: ", "CAPTCHA enabled: ": "CAPTCHA ativado: ",
"Registration enabled: ": "Registar ativado: ", "Login enabled: ": "Iniciar sessão ativado: ",
"Report statistics: ": "Relatório de estatísticas: ", "Registration enabled: ": "Registar ativado: ",
"Save preferences": "Guardar preferências", "Report statistics: ": "Relatório de estatísticas: ",
"Subscription manager": "Gerir subscrições", "Save preferences": "Guardar preferências",
"Token manager": "Gerir tokens", "Subscription manager": "Gerir subscrições",
"Token": "Token", "Token manager": "Gerir tokens",
"tokens_count": "{{count}} token", "Token": "Token",
"tokens_count_plural": "{{count}} tokens", "tokens_count": "{{count}} token",
"Import/export": "Importar / exportar", "tokens_count_plural": "{{count}} tokens",
"unsubscribe": "anular subscrição", "Import/export": "Importar / exportar",
"revoke": "revogar", "unsubscribe": "anular subscrição",
"Subscriptions": "Subscrições", "revoke": "revogar",
"search": "pesquisar", "Subscriptions": "Subscrições",
"Log out": "Terminar sessão", "search": "pesquisar",
"Released under the AGPLv3 on Github.": "Lançado sob a AGPLv3 no GitHub.", "Log out": "Terminar sessão",
"Source available here.": "Código-fonte disponível aqui.", "Released under the AGPLv3 on Github.": "Lançado sob a AGPLv3 no GitHub.",
"View JavaScript license information.": "Ver informações da licença do JavaScript.", "Source available here.": "Código-fonte disponível aqui.",
"View privacy policy.": "Ver a política de privacidade.", "View JavaScript license information.": "Ver informações da licença do JavaScript.",
"Trending": "Tendências", "View privacy policy.": "Ver a política de privacidade.",
"Public": "Público", "Trending": "Tendências",
"Unlisted": "Não listado", "Public": "Público",
"Private": "Privado", "Unlisted": "Não listado",
"View all playlists": "Ver todas as listas de reprodução", "Private": "Privado",
"Updated `x` ago": "Atualizado `x` atrás", "View all playlists": "Ver todas as listas de reprodução",
"Delete playlist `x`?": "Eliminar a lista de reprodução 'x'?", "Updated `x` ago": "Atualizado `x` atrás",
"Delete playlist": "Eliminar lista de reprodução", "Delete playlist `x`?": "Eliminar a lista de reprodução 'x'?",
"Create playlist": "Criar lista de reprodução", "Delete playlist": "Eliminar lista de reprodução",
"Title": "Título", "Create playlist": "Criar lista de reprodução",
"Playlist privacy": "Privacidade da lista de reprodução", "Title": "Título",
"Editing playlist `x`": "A editar lista de reprodução 'x'", "Playlist privacy": "Privacidade da lista de reprodução",
"Show more": "Mostrar mais", "Editing playlist `x`": "A editar lista de reprodução 'x'",
"Show less": "Mostrar menos", "Show more": "Mostrar mais",
"Watch on YouTube": "Ver no YouTube", "Show less": "Mostrar menos",
"Switch Invidious Instance": "Mudar a instância do Invidious", "Watch on YouTube": "Ver no YouTube",
"Hide annotations": "Ocultar anotações", "Switch Invidious Instance": "Mudar a instância do Invidious",
"Show annotations": "Mostrar anotações", "Hide annotations": "Ocultar anotações",
"Genre: ": "Género: ", "Show annotations": "Mostrar anotações",
"License: ": "Licença: ", "Genre: ": "Género: ",
"Family friendly? ": "Filtrar conteúdo impróprio: ", "License: ": "Licença: ",
"Wilson score: ": "Pontuação de Wilson: ", "Family friendly? ": "Filtrar conteúdo impróprio: ",
"Engagement: ": "Compromisso: ", "Wilson score: ": "Pontuação de Wilson: ",
"Whitelisted regions: ": "Regiões permitidas: ", "Engagement: ": "Compromisso: ",
"Blacklisted regions: ": "Regiões bloqueadas: ", "Whitelisted regions: ": "Regiões permitidas: ",
"Shared `x`": "Partilhado `x`", "Blacklisted regions: ": "Regiões bloqueadas: ",
"Premieres in `x`": "Estreias em 'x'", "Shared `x`": "Partilhado `x`",
"Premieres `x`": "Estreias 'x'", "Premieres in `x`": "Estreias em 'x'",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Olá! Parece que o JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.", "Premieres `x`": "Estreias 'x'",
"View YouTube comments": "Ver comentários do YouTube", "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Olá! Parece que o JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.",
"View more comments on Reddit": "Ver mais comentários no Reddit", "View YouTube comments": "Ver comentários do YouTube",
"View `x` comments": { "View more comments on Reddit": "Ver mais comentários no Reddit",
"([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentários", "View `x` comments": {
"": "Ver `x` comentários" "([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentários",
}, "": "Ver `x` comentários"
"View Reddit comments": "Ver comentários do Reddit", },
"Hide replies": "Ocultar respostas", "View Reddit comments": "Ver comentários do Reddit",
"Show replies": "Mostrar respostas", "Hide replies": "Ocultar respostas",
"Incorrect password": "Palavra-chave incorreta", "Show replies": "Mostrar respostas",
"Wrong answer": "Resposta errada", "Incorrect password": "Palavra-chave incorreta",
"Erroneous CAPTCHA": "CAPTCHA inválido", "Wrong answer": "Resposta errada",
"CAPTCHA is a required field": "CAPTCHA é um campo obrigatório", "Erroneous CAPTCHA": "CAPTCHA inválido",
"User ID is a required field": "O nome de utilizador é um campo obrigatório", "CAPTCHA is a required field": "CAPTCHA é um campo obrigatório",
"Password is a required field": "Palavra-chave é um campo obrigatório", "User ID is a required field": "O nome de utilizador é um campo obrigatório",
"Wrong username or password": "Nome de utilizador ou palavra-chave incorreto", "Password is a required field": "Palavra-chave é um campo obrigatório",
"Password cannot be empty": "A palavra-chave não pode estar vazia", "Wrong username or password": "Nome de utilizador ou palavra-chave incorreto",
"Password cannot be longer than 55 characters": "A palavra-chave não pode ser superior a 55 caracteres", "Password cannot be empty": "A palavra-chave não pode estar vazia",
"Please log in": "Por favor, inicie sessão", "Password cannot be longer than 55 characters": "A palavra-chave não pode ser superior a 55 caracteres",
"Invidious Private Feed for `x`": "Feed Privado do Invidious para `x`", "Please log in": "Por favor, inicie sessão",
"channel:`x`": "canal:'x'", "Invidious Private Feed for `x`": "Feed Privado do Invidious para `x`",
"Deleted or invalid channel": "Canal eliminado ou inválido", "channel:`x`": "canal:'x'",
"This channel does not exist.": "Este canal não existe.", "Deleted or invalid channel": "Canal eliminado ou inválido",
"Could not get channel info.": "Não foi possível obter as informações do canal.", "This channel does not exist.": "Este canal não existe.",
"Could not fetch comments": "Não foi possível obter os comentários", "Could not get channel info.": "Não foi possível obter as informações do canal.",
"`x` ago": "`x` atrás", "Could not fetch comments": "Não foi possível obter os comentários",
"Load more": "Carregar mais", "`x` ago": "`x` atrás",
"Could not create mix.": "Não foi possível criar a mistura.", "Load more": "Carregar mais",
"Empty playlist": "Lista de reprodução vazia", "Could not create mix.": "Não foi possível criar a mistura.",
"Not a playlist.": "Não é uma lista de reprodução.", "Empty playlist": "Lista de reprodução vazia",
"Playlist does not exist.": "A lista de reprodução não existe.", "Not a playlist.": "Não é uma lista de reprodução.",
"Could not pull trending pages.": "Não foi possível obter as páginas de tendências.", "Playlist does not exist.": "A lista de reprodução não existe.",
"Hidden field \"challenge\" is a required field": "O campo oculto \"desafio\" é obrigatório", "Could not pull trending pages.": "Não foi possível obter as páginas de tendências.",
"Hidden field \"token\" is a required field": "O campo oculto \"token\" é um campo obrigatório", "Hidden field \"challenge\" is a required field": "O campo oculto \"desafio\" é obrigatório",
"Erroneous challenge": "Desafio inválido", "Hidden field \"token\" is a required field": "O campo oculto \"token\" é um campo obrigatório",
"Erroneous token": "Token inválido", "Erroneous challenge": "Desafio inválido",
"No such user": "Utilizador inválido", "Erroneous token": "Token inválido",
"Token is expired, please try again": "Token expirou, tente novamente", "No such user": "Utilizador inválido",
"English": "Inglês", "Token is expired, please try again": "Token expirou, tente novamente",
"English (auto-generated)": "Inglês (auto-gerado)", "English": "Inglês",
"Afrikaans": "Africano", "English (auto-generated)": "Inglês (auto-gerado)",
"Albanian": "Albanês", "Afrikaans": "Africano",
"Amharic": "Amárico", "Albanian": "Albanês",
"Arabic": "Árabe", "Amharic": "Amárico",
"Armenian": "Arménio", "Arabic": "Árabe",
"Azerbaijani": "Azerbaijano", "Armenian": "Arménio",
"Bangla": "Bangla", "Azerbaijani": "Azerbaijano",
"Basque": "Basco", "Bangla": "Bangla",
"Belarusian": "Bielorrusso", "Basque": "Basco",
"Bosnian": "Bósnio", "Belarusian": "Bielorrusso",
"Bulgarian": "Búlgaro", "Bosnian": "Bósnio",
"Burmese": "Birmanês", "Bulgarian": "Búlgaro",
"Catalan": "Catalão", "Burmese": "Birmanês",
"Cebuano": "Cebuano", "Catalan": "Catalão",
"Chinese (Simplified)": "Chinês (simplificado)", "Cebuano": "Cebuano",
"Chinese (Traditional)": "Chinês (tradicional)", "Chinese (Simplified)": "Chinês (simplificado)",
"Corsican": "Corso", "Chinese (Traditional)": "Chinês (tradicional)",
"Croatian": "Croata", "Corsican": "Corso",
"Czech": "Checo", "Croatian": "Croata",
"Danish": "Dinamarquês", "Czech": "Checo",
"Dutch": "Holandês", "Danish": "Dinamarquês",
"Esperanto": "Esperanto", "Dutch": "Holandês",
"Estonian": "Estónio", "Esperanto": "Esperanto",
"Filipino": "Filipino", "Estonian": "Estónio",
"Finnish": "Finlandês", "Filipino": "Filipino",
"French": "Francês", "Finnish": "Finlandês",
"Galician": "Galego", "French": "Francês",
"Georgian": "Georgiano", "Galician": "Galego",
"German": "Alemão", "Georgian": "Georgiano",
"Greek": "Grego", "German": "Alemão",
"Gujarati": "Guzerate", "Greek": "Grego",
"Haitian Creole": "Crioulo haitiano", "Gujarati": "Guzerate",
"Hausa": "Hauçá", "Haitian Creole": "Crioulo haitiano",
"Hawaiian": "Havaiano", "Hausa": "Hauçá",
"Hebrew": "Hebraico", "Hawaiian": "Havaiano",
"Hindi": "Hindi", "Hebrew": "Hebraico",
"Hmong": "Hmong", "Hindi": "Hindi",
"Hungarian": "Húngaro", "Hmong": "Hmong",
"Icelandic": "Islandês", "Hungarian": "Húngaro",
"Igbo": "Igbo", "Icelandic": "Islandês",
"Indonesian": "Indonésio", "Igbo": "Igbo",
"Irish": "Irlandês", "Indonesian": "Indonésio",
"Italian": "Italiano", "Irish": "Irlandês",
"Japanese": "Japonês", "Italian": "Italiano",
"Javanese": "Javanês", "Japanese": "Japonês",
"Kannada": "Canarim", "Javanese": "Javanês",
"Kazakh": "Cazaque", "Kannada": "Canarim",
"Khmer": "Khmer", "Kazakh": "Cazaque",
"Korean": "Coreano", "Khmer": "Khmer",
"Kurdish": "Curdo", "Korean": "Coreano",
"Kyrgyz": "Quirguiz", "Kurdish": "Curdo",
"Lao": "Laosiano", "Kyrgyz": "Quirguiz",
"Latin": "Latim", "Lao": "Laosiano",
"Latvian": "Letão", "Latin": "Latim",
"Lithuanian": "Lituano", "Latvian": "Letão",
"Luxembourgish": "Luxemburguês", "Lithuanian": "Lituano",
"Macedonian": "Macedónio", "Luxembourgish": "Luxemburguês",
"Malagasy": "Malgaxe", "Macedonian": "Macedónio",
"Malay": "Malaio", "Malagasy": "Malgaxe",
"Malayalam": "Malaiala", "Malay": "Malaio",
"Maltese": "Maltês", "Malayalam": "Malaiala",
"Maori": "Maori", "Maltese": "Maltês",
"Marathi": "Marathi", "Maori": "Maori",
"Mongolian": "Mongol", "Marathi": "Marathi",
"Nepali": "Nepalês", "Mongolian": "Mongol",
"Norwegian Bokmål": "Bokmål norueguês", "Nepali": "Nepalês",
"Nyanja": "Nyanja", "Norwegian Bokmål": "Bokmål norueguês",
"Pashto": "Pashto", "Nyanja": "Nyanja",
"Persian": "Persa", "Pashto": "Pashto",
"Polish": "Polaco", "Persian": "Persa",
"Portuguese": "Português", "Polish": "Polaco",
"Punjabi": "Punjabi", "Portuguese": "Português",
"Romanian": "Romeno", "Punjabi": "Punjabi",
"Russian": "Russo", "Romanian": "Romeno",
"Samoan": "Samoano", "Russian": "Russo",
"Scottish Gaelic": "Gaélico escocês", "Samoan": "Samoano",
"Serbian": "Sérvio", "Scottish Gaelic": "Gaélico escocês",
"Shona": "Shona", "Serbian": "Sérvio",
"Sindhi": "Sindhi", "Shona": "Shona",
"Sinhala": "Cingalês", "Sindhi": "Sindhi",
"Slovak": "Eslovaco", "Sinhala": "Cingalês",
"Slovenian": "Esloveno", "Slovak": "Eslovaco",
"Somali": "Somali", "Slovenian": "Esloveno",
"Southern Sotho": "Sotho do Sul", "Somali": "Somali",
"Spanish": "Espanhol", "Southern Sotho": "Sotho do Sul",
"Spanish (Latin America)": "Espanhol (América Latina)", "Spanish": "Espanhol",
"Sundanese": "Sudanês", "Spanish (Latin America)": "Espanhol (América Latina)",
"Swahili": "Suaíli", "Sundanese": "Sudanês",
"Swedish": "Sueco", "Swahili": "Suaíli",
"Tajik": "Tajique", "Swedish": "Sueco",
"Tamil": "Tâmil", "Tajik": "Tajique",
"Telugu": "Telugu", "Tamil": "Tâmil",
"Thai": "Tailandês", "Telugu": "Telugu",
"Turkish": "Turco", "Thai": "Tailandês",
"Ukrainian": "Ucraniano", "Turkish": "Turco",
"Urdu": "Urdu", "Ukrainian": "Ucraniano",
"Uzbek": "Uzbeque", "Urdu": "Urdu",
"Vietnamese": "Vietnamita", "Uzbek": "Uzbeque",
"Welsh": "Galês", "Vietnamese": "Vietnamita",
"Western Frisian": "Frísio Ocidental", "Welsh": "Galês",
"Xhosa": "Xhosa", "Western Frisian": "Frísio Ocidental",
"Yiddish": "Iídiche", "Xhosa": "Xhosa",
"Yoruba": "Ioruba", "Yiddish": "Iídiche",
"Zulu": "Zulu", "Yoruba": "Ioruba",
"generic_count_years": "{{count}} ano", "Zulu": "Zulu",
"generic_count_years_plural": "{{count}} anos", "generic_count_years": "{{count}} ano",
"generic_count_months": "{{count}} mês", "generic_count_years_plural": "{{count}} anos",
"generic_count_months_plural": "{{count}} meses", "generic_count_months": "{{count}} mês",
"generic_count_weeks": "{{count}} seman", "generic_count_months_plural": "{{count}} meses",
"generic_count_weeks_plural": "{{count}} semanas", "generic_count_weeks": "{{count}} seman",
"generic_count_days": "{{count}} dia", "generic_count_weeks_plural": "{{count}} semanas",
"generic_count_days_plural": "{{count}} dias", "generic_count_days": "{{count}} dia",
"generic_count_hours": "{{count}} hora", "generic_count_days_plural": "{{count}} dias",
"generic_count_hours_plural": "{{count}} horas", "generic_count_hours": "{{count}} hora",
"generic_count_minutes": "{{count}} minuto", "generic_count_hours_plural": "{{count}} horas",
"generic_count_minutes_plural": "{{count}} minutos", "generic_count_minutes": "{{count}} minuto",
"generic_count_seconds": "{{count}} segundo", "generic_count_minutes_plural": "{{count}} minutos",
"generic_count_seconds_plural": "{{count}} segundos", "generic_count_seconds": "{{count}} segundo",
"Fallback comments: ": "Comentários alternativos: ", "generic_count_seconds_plural": "{{count}} segundos",
"Popular": "Popular", "Fallback comments: ": "Comentários alternativos: ",
"Search": "Pesquisar", "Popular": "Popular",
"Top": "Destaques", "Search": "Pesquisar",
"About": "Sobre", "Top": "Destaques",
"Rating: ": "Avaliação: ", "About": "Sobre",
"preferences_locale_label": "Idioma: ", "Rating: ": "Avaliação: ",
"View as playlist": "Ver como lista de reprodução", "preferences_locale_label": "Idioma: ",
"Default": "Predefinido", "View as playlist": "Ver como lista de reprodução",
"Music": "Música", "Default": "Predefinido",
"Gaming": "Jogos", "Music": "Música",
"News": "Notícias", "Gaming": "Jogos",
"Movies": "Filmes", "News": "Notícias",
"Download": "Descarregar", "Movies": "Filmes",
"Download as: ": "Descarregar como: ", "Download": "Descarregar",
"%A %B %-d, %Y": "%A %B %-d, %Y", "Download as: ": "Descarregar como: ",
"(edited)": "(editado)", "%A %B %-d, %Y": "%A %B %-d, %Y",
"YouTube comment permalink": "Hiperligação permanente do comentário no YouTube", "(edited)": "(editado)",
"permalink": "hiperligação permanente", "YouTube comment permalink": "Hiperligação permanente do comentário no YouTube",
"`x` marked it with a ❤": "`x` foi marcado como ❤", "permalink": "hiperligação permanente",
"Audio mode": "Modo de áudio", "`x` marked it with a ❤": "`x` foi marcado como ❤",
"Video mode": "Modo de vídeo", "Audio mode": "Modo de áudio",
"channel_tab_videos_label": "Vídeos", "Video mode": "Modo de vídeo",
"Playlists": "Listas de reprodução", "channel_tab_videos_label": "Vídeos",
"channel_tab_community_label": "Comunidade", "Playlists": "Listas de reprodução",
"search_filters_sort_option_relevance": "Relevância", "channel_tab_community_label": "Comunidade",
"search_filters_sort_option_rating": "Avaliação", "search_filters_sort_option_relevance": "Relevância",
"search_filters_sort_option_date": "Data de envio", "search_filters_sort_option_rating": "Avaliação",
"search_filters_sort_option_views": "Visualizações", "search_filters_sort_option_date": "Data de envio",
"search_filters_type_label": "Tipo", "search_filters_sort_option_views": "Visualizações",
"search_filters_duration_label": "Duração", "search_filters_type_label": "Tipo",
"search_filters_features_label": "Funcionalidades", "search_filters_duration_label": "Duração",
"search_filters_sort_label": "Ordenar por", "search_filters_features_label": "Funcionalidades",
"search_filters_date_option_hour": "Última hora", "search_filters_sort_label": "Ordenar por",
"search_filters_date_option_today": "Hoje", "search_filters_date_option_hour": "Última hora",
"search_filters_date_option_week": "Esta semana", "search_filters_date_option_today": "Hoje",
"search_filters_date_option_month": "Este mês", "search_filters_date_option_week": "Esta semana",
"search_filters_date_option_year": "Este ano", "search_filters_date_option_month": "Este mês",
"search_filters_type_option_video": "Vídeo", "search_filters_date_option_year": "Este ano",
"search_filters_type_option_channel": "Canal", "search_filters_type_option_video": "Vídeo",
"search_filters_type_option_playlist": "Lista de reprodução", "search_filters_type_option_channel": "Canal",
"search_filters_type_option_movie": "Filme", "search_filters_type_option_playlist": "Lista de reprodução",
"search_filters_type_option_show": "Espetáculo", "search_filters_type_option_movie": "Filme",
"search_filters_features_option_hd": "HD", "search_filters_type_option_show": "Espetáculo",
"search_filters_features_option_subtitles": "Legendas", "search_filters_features_option_hd": "HD",
"search_filters_features_option_c_commons": "Creative Commons", "search_filters_features_option_subtitles": "Legendas",
"search_filters_features_option_three_d": "3D", "search_filters_features_option_c_commons": "Creative Commons",
"search_filters_features_option_live": "Em direto", "search_filters_features_option_three_d": "3D",
"search_filters_features_option_four_k": "4K", "search_filters_features_option_live": "Em direto",
"search_filters_features_option_location": "Localização", "search_filters_features_option_four_k": "4K",
"search_filters_features_option_hdr": "HDR", "search_filters_features_option_location": "Localização",
"Current version: ": "Versão atual: ", "search_filters_features_option_hdr": "HDR",
"next_steps_error_message": "Pode tentar as seguintes opções: ", "Current version: ": "Versão atual: ",
"next_steps_error_message_refresh": "Atualizar", "next_steps_error_message": "Pode tentar as seguintes opções: ",
"next_steps_error_message_go_to_youtube": "Ir ao YouTube", "next_steps_error_message_refresh": "Atualizar",
"search_filters_title": "Filtro", "next_steps_error_message_go_to_youtube": "Ir ao YouTube",
"generic_videos_count": "{{count}} vídeo", "search_filters_title": "Filtro",
"generic_videos_count_plural": "{{count}} vídeos", "generic_videos_count": "{{count}} vídeo",
"generic_playlists_count": "{{count}} lista de reprodução", "generic_videos_count_plural": "{{count}} vídeos",
"generic_playlists_count_plural": "{{count}} listas de reprodução", "generic_playlists_count": "{{count}} lista de reprodução",
"generic_subscriptions_count": "{{count}} inscrição", "generic_playlists_count_plural": "{{count}} listas de reprodução",
"generic_subscriptions_count_plural": "{{count}} inscrições", "generic_subscriptions_count": "{{count}} inscrição",
"generic_views_count": "{{count}} visualização", "generic_subscriptions_count_plural": "{{count}} inscrições",
"generic_views_count_plural": "{{count}} visualizações", "generic_views_count": "{{count}} visualização",
"generic_subscribers_count": "{{count}} inscrito", "generic_views_count_plural": "{{count}} visualizações",
"generic_subscribers_count_plural": "{{count}} inscritos", "generic_subscribers_count": "{{count}} inscrito",
"preferences_quality_dash_option_4320p": "4320p", "generic_subscribers_count_plural": "{{count}} inscritos",
"preferences_quality_dash_label": "Qualidade de vídeo DASH preferida: ", "preferences_quality_dash_option_4320p": "4320p",
"preferences_quality_dash_option_2160p": "2160p", "preferences_quality_dash_label": "Qualidade de vídeo DASH preferida: ",
"subscriptions_unseen_notifs_count": "{{count}} notificação não vista", "preferences_quality_dash_option_2160p": "2160p",
"subscriptions_unseen_notifs_count_plural": "{{count}} notificações não vistas", "subscriptions_unseen_notifs_count": "{{count}} notificação não vista",
"Popular enabled: ": "Página \"popular\" ativada: ", "subscriptions_unseen_notifs_count_plural": "{{count}} notificações não vistas",
"search_message_no_results": "Nenhum resultado encontrado.", "Popular enabled: ": "Página \"popular\" ativada: ",
"preferences_quality_dash_option_auto": "Automático", "search_message_no_results": "Nenhum resultado encontrado.",
"preferences_region_label": "País do conteúdo: ", "preferences_quality_dash_option_auto": "Automático",
"preferences_quality_dash_option_1440p": "1440p", "preferences_region_label": "País do conteúdo: ",
"preferences_quality_dash_option_720p": "720p", "preferences_quality_dash_option_1440p": "1440p",
"preferences_watch_history_label": "Ativar histórico de reprodução: ", "preferences_quality_dash_option_720p": "720p",
"preferences_quality_dash_option_best": "Melhor", "preferences_watch_history_label": "Ativar histórico de reprodução: ",
"preferences_quality_dash_option_worst": "Pior", "preferences_quality_dash_option_best": "Melhor",
"preferences_quality_dash_option_144p": "144p", "preferences_quality_dash_option_worst": "Pior",
"invidious": "Invidious", "preferences_quality_dash_option_144p": "144p",
"preferences_quality_option_hd720": "HD720", "invidious": "Invidious",
"preferences_quality_option_dash": "DASH (qualidade adaptativa)", "preferences_quality_option_hd720": "HD720",
"preferences_quality_option_medium": "Média", "preferences_quality_option_dash": "DASH (qualidade adaptativa)",
"preferences_quality_option_small": "Baixa", "preferences_quality_option_medium": "Média",
"preferences_quality_dash_option_1080p": "1080p", "preferences_quality_option_small": "Baixa",
"preferences_quality_dash_option_480p": "480p", "preferences_quality_dash_option_1080p": "1080p",
"preferences_quality_dash_option_360p": "360p", "preferences_quality_dash_option_480p": "480p",
"preferences_quality_dash_option_240p": "240p", "preferences_quality_dash_option_360p": "360p",
"Video unavailable": "Vídeo não disponível", "preferences_quality_dash_option_240p": "240p",
"Russian (auto-generated)": "Russo (gerado automaticamente)", "Video unavailable": "Vídeo não disponível",
"comments_view_x_replies": "Ver {{count}} resposta", "Russian (auto-generated)": "Russo (gerado automaticamente)",
"comments_view_x_replies_plural": "Ver {{count}} respostas", "comments_view_x_replies": "Ver {{count}} resposta",
"comments_points_count": "{{count}} ponto", "comments_view_x_replies_plural": "Ver {{count}} respostas",
"comments_points_count_plural": "{{count}} pontos", "comments_points_count": "{{count}} ponto",
"English (United Kingdom)": "Inglês (Reino Unido)", "comments_points_count_plural": "{{count}} pontos",
"Chinese (Hong Kong)": "Chinês (Hong Kong)", "English (United Kingdom)": "Inglês (Reino Unido)",
"Chinese (Taiwan)": "Chinês (Taiwan)", "Chinese (Hong Kong)": "Chinês (Hong Kong)",
"Dutch (auto-generated)": "Holandês (gerado automaticamente)", "Chinese (Taiwan)": "Chinês (Taiwan)",
"French (auto-generated)": "Francês (gerado automaticamente)", "Dutch (auto-generated)": "Holandês (gerado automaticamente)",
"German (auto-generated)": "Alemão (gerado automaticamente)", "French (auto-generated)": "Francês (gerado automaticamente)",
"Indonesian (auto-generated)": "Indonésio (gerado automaticamente)", "German (auto-generated)": "Alemão (gerado automaticamente)",
"Interlingue": "Interlíngua", "Indonesian (auto-generated)": "Indonésio (gerado automaticamente)",
"Italian (auto-generated)": "Italiano (gerado automaticamente)", "Interlingue": "Interlíngua",
"Japanese (auto-generated)": "Japonês (gerado automaticamente)", "Italian (auto-generated)": "Italiano (gerado automaticamente)",
"Korean (auto-generated)": "Coreano (gerado automaticamente)", "Japanese (auto-generated)": "Japonês (gerado automaticamente)",
"Portuguese (auto-generated)": "Português (gerado automaticamente)", "Korean (auto-generated)": "Coreano (gerado automaticamente)",
"Portuguese (Brazil)": "Português (Brasil)", "Portuguese (auto-generated)": "Português (gerado automaticamente)",
"Spanish (Spain)": "Espanhol (Espanha)", "Portuguese (Brazil)": "Português (Brasil)",
"Vietnamese (auto-generated)": "Vietnamita (gerado automaticamente)", "Spanish (Spain)": "Espanhol (Espanha)",
"search_filters_type_option_all": "Qualquer tipo", "Vietnamese (auto-generated)": "Vietnamita (gerado automaticamente)",
"search_filters_duration_option_none": "Qualquer duração", "search_filters_type_option_all": "Qualquer tipo",
"search_filters_duration_option_short": "Curto (< 4 minutos)", "search_filters_duration_option_none": "Qualquer duração",
"search_filters_duration_option_medium": "Médio (4 - 20 minutos)", "search_filters_duration_option_short": "Curto (< 4 minutos)",
"search_filters_duration_option_long": "Longo (> 20 minutos)", "search_filters_duration_option_medium": "Médio (4 - 20 minutos)",
"search_filters_features_option_purchased": "Comprado", "search_filters_duration_option_long": "Longo (> 20 minutos)",
"search_filters_apply_button": "Aplicar filtros selecionados", "search_filters_features_option_purchased": "Comprado",
"videoinfo_watch_on_youTube": "Ver no YouTube", "search_filters_apply_button": "Aplicar filtros selecionados",
"videoinfo_youTube_embed_link": "Incorporar", "videoinfo_watch_on_youTube": "Ver no YouTube",
"adminprefs_modified_source_code_url_label": "URL do repositório do código-fonte alterado", "videoinfo_youTube_embed_link": "Incorporar",
"videoinfo_invidious_embed_link": "Incorporar hiperligação", "adminprefs_modified_source_code_url_label": "URL do repositório do código-fonte alterado",
"none": "nenhum", "videoinfo_invidious_embed_link": "Incorporar hiperligação",
"videoinfo_started_streaming_x_ago": "Iniciou a transmissão há `x`", "none": "nenhum",
"download_subtitles": "Legendas - `x` (.vtt)", "videoinfo_started_streaming_x_ago": "Iniciou a transmissão há `x`",
"user_created_playlists": "`x` listas de reprodução criadas", "download_subtitles": "Legendas - `x` (.vtt)",
"user_saved_playlists": "`x` listas de reprodução guardadas", "user_created_playlists": "`x` listas de reprodução criadas",
"preferences_save_player_pos_label": "Guardar a posição de reprodução atual do vídeo: ", "user_saved_playlists": "`x` listas de reprodução guardadas",
"Turkish (auto-generated)": "Turco (gerado automaticamente)", "preferences_save_player_pos_label": "Guardar a posição de reprodução atual do vídeo: ",
"Cantonese (Hong Kong)": "Cantonês (Hong Kong)", "Turkish (auto-generated)": "Turco (gerado automaticamente)",
"Chinese (China)": "Chinês (China)", "Cantonese (Hong Kong)": "Cantonês (Hong Kong)",
"Spanish (auto-generated)": "Espanhol (gerado automaticamente)", "Chinese (China)": "Chinês (China)",
"Spanish (Mexico)": "Espanhol (México)", "Spanish (auto-generated)": "Espanhol (gerado automaticamente)",
"English (United States)": "Inglês (Estados Unidos)", "Spanish (Mexico)": "Espanhol (México)",
"footer_donate_page": "Doar", "English (United States)": "Inglês (Estados Unidos)",
"footer_documentation": "Documentação", "footer_donate_page": "Doar",
"footer_source_code": "Código-fonte", "footer_documentation": "Documentação",
"footer_original_source_code": "Código-fonte original", "footer_source_code": "Código-fonte",
"footer_modfied_source_code": "Código-fonte alterado", "footer_original_source_code": "Código-fonte original",
"Chinese": "Chinês", "footer_modfied_source_code": "Código-fonte alterado",
"search_filters_date_label": "Data de publicação", "Chinese": "Chinês",
"search_filters_date_option_none": "Qualquer data", "search_filters_date_label": "Data de publicação",
"search_filters_features_option_three_sixty": "360°", "search_filters_date_option_none": "Qualquer data",
"search_filters_features_option_vr180": "VR180", "search_filters_features_option_three_sixty": "360°",
"search_message_use_another_instance": " Também pode <a href=\"`x`\">pesquisar noutra instância</a>.", "search_filters_features_option_vr180": "VR180",
"crash_page_you_found_a_bug": "Parece que encontrou um erro no Invidious!", "search_message_use_another_instance": " Também pode <a href=\"`x`\">pesquisar noutra instância</a>.",
"crash_page_before_reporting": "Antes de reportar um erro, verifique se:", "crash_page_you_found_a_bug": "Parece que encontrou um erro no Invidious!",
"crash_page_read_the_faq": "leia as <a href=\"`x`\">Perguntas frequentes (FAQ)</a>", "crash_page_before_reporting": "Antes de reportar um erro, verifique se:",
"crash_page_search_issue": "procurou se <a href=\"`x`\">o erro já foi reportado no GitHub</a>", "crash_page_read_the_faq": "leia as <a href=\"`x`\">Perguntas frequentes (FAQ)</a>",
"crash_page_report_issue": "Se nenhuma opção acima ajudou, por favor <a href=\"`x`\">abra um novo problema no Github</a> (preferencialmente em inglês) e inclua o seguinte texto tal qual (NÃO o traduza):", "crash_page_search_issue": "procurou se <a href=\"`x`\">o erro já foi reportado no GitHub</a>",
"search_message_change_filters_or_query": "Tente alargar os termos genéricos da pesquisa e/ou alterar os filtros.", "crash_page_report_issue": "Se nenhuma opção acima ajudou, por favor <a href=\"`x`\">abra um novo problema no Github</a> (preferencialmente em inglês) e inclua o seguinte texto tal qual (NÃO o traduza):",
"crash_page_refresh": "tentou <a href=\"`x`\">recarregar a página</a>", "search_message_change_filters_or_query": "Tente alargar os termos genéricos da pesquisa e/ou alterar os filtros.",
"crash_page_switch_instance": "tentou <a href=\"`x`\">usar outra instância</a>", "crash_page_refresh": "tentou <a href=\"`x`\">recarregar a página</a>",
"error_video_not_in_playlist": "O vídeo pedido não existe nesta lista de reprodução. <a href=\"`x`\">Clique aqui para a página inicial da lista de reprodução.</a>", "crash_page_switch_instance": "tentou <a href=\"`x`\">usar outra instância</a>",
"Artist: ": "Artista: ", "error_video_not_in_playlist": "O vídeo pedido não existe nesta lista de reprodução. <a href=\"`x`\">Clique aqui para a página inicial da lista de reprodução.</a>",
"Album: ": "Álbum: ", "Artist: ": "Artista: ",
"channel_tab_streams_label": "Diretos", "Album: ": "Álbum: ",
"channel_tab_playlists_label": "Listas de reprodução", "channel_tab_streams_label": "Diretos",
"channel_tab_channels_label": "Canais", "channel_tab_playlists_label": "Listas de reprodução",
"Music in this video": "Música neste vídeo", "channel_tab_channels_label": "Canais",
"channel_tab_shorts_label": "Curtos" "Music in this video": "Música neste vídeo",
"channel_tab_shorts_label": "Curtos"
} }

View File

@ -1,488 +1,489 @@
{ {
"search_filters_type_option_show": "Espetáculo", "search_filters_type_option_show": "Espetáculo",
"search_filters_sort_option_views": "Visualizações", "search_filters_sort_option_views": "Visualizações",
"search_filters_sort_option_date": "Data de envio", "search_filters_sort_option_date": "Data de envio",
"search_filters_sort_option_rating": "Avaliação", "search_filters_sort_option_rating": "Avaliação",
"search_filters_sort_option_relevance": "Relevância", "search_filters_sort_option_relevance": "Relevância",
"Switch Invidious Instance": "Mudar a instância do Invidious", "Switch Invidious Instance": "Mudar a instância do Invidious",
"Show less": "Mostrar menos", "Show less": "Mostrar menos",
"Show more": "Mostrar mais", "Show more": "Mostrar mais",
"Released under the AGPLv3 on Github.": "Lançado sob a AGPLv3 no GitHub.", "Released under the AGPLv3 on Github.": "Lançado sob a AGPLv3 no GitHub.",
"preferences_show_nick_label": "Mostrar nome de utilizador em cima: ", "preferences_show_nick_label": "Mostrar nome de utilizador em cima: ",
"preferences_automatic_instance_redirect_label": "Redirecionamento de instância automática (solução de último recurso para redirect.invidious.io): ", "preferences_automatic_instance_redirect_label": "Redirecionamento de instância automática (solução de último recurso para redirect.invidious.io): ",
"preferences_category_misc": "Preferências diversas", "preferences_category_misc": "Preferências diversas",
"preferences_vr_mode_label": "Vídeos interativos de 360 graus (necessita de WebGL): ", "preferences_vr_mode_label": "Vídeos interativos de 360 graus (necessita de WebGL): ",
"preferences_extend_desc_label": "Estender automaticamente a descrição do vídeo: ", "preferences_extend_desc_label": "Estender automaticamente a descrição do vídeo: ",
"next_steps_error_message_go_to_youtube": "Ir ao YouTube", "next_steps_error_message_go_to_youtube": "Ir ao YouTube",
"next_steps_error_message": "Pode tentar as seguintes opções: ", "next_steps_error_message": "Pode tentar as seguintes opções: ",
"next_steps_error_message_refresh": "Atualizar", "next_steps_error_message_refresh": "Atualizar",
"search_filters_features_option_hdr": "HDR", "search_filters_features_option_hdr": "HDR",
"search_filters_features_option_location": "Localização", "search_filters_features_option_location": "Localização",
"search_filters_features_option_four_k": "4K", "search_filters_features_option_four_k": "4K",
"search_filters_features_option_live": "Ao Vivo", "search_filters_features_option_live": "Ao Vivo",
"search_filters_features_option_three_d": "3D", "search_filters_features_option_three_d": "3D",
"search_filters_features_option_c_commons": "Creative Commons", "search_filters_features_option_c_commons": "Creative Commons",
"search_filters_features_option_subtitles": "Legendas", "search_filters_features_option_subtitles": "Legendas",
"search_filters_features_option_hd": "HD", "search_filters_features_option_hd": "HD",
"search_filters_type_option_movie": "Filme", "search_filters_type_option_movie": "Filme",
"search_filters_type_option_playlist": "Lista de reprodução", "search_filters_type_option_playlist": "Lista de reprodução",
"search_filters_type_option_channel": "Canal", "search_filters_type_option_channel": "Canal",
"search_filters_type_option_video": "Vídeo", "search_filters_type_option_video": "Vídeo",
"search_filters_date_option_year": "Este ano", "search_filters_date_option_year": "Este ano",
"search_filters_date_option_month": "Este mês", "search_filters_date_option_month": "Este mês",
"search_filters_date_option_week": "Esta semana", "search_filters_date_option_week": "Esta semana",
"search_filters_date_option_today": "Hoje", "search_filters_date_option_today": "Hoje",
"search_filters_date_option_hour": "Última hora", "search_filters_date_option_hour": "Última hora",
"search_filters_sort_label": "Ordenar por", "search_filters_sort_label": "Ordenar por",
"search_filters_features_label": "Funcionalidades", "search_filters_features_label": "Funcionalidades",
"search_filters_duration_label": "Duração", "search_filters_duration_label": "Duração",
"search_filters_type_label": "Tipo", "search_filters_type_label": "Tipo",
"permalink": "hiperligação permanente", "permalink": "hiperligação permanente",
"YouTube comment permalink": "Hiperligação permanente do comentário no YouTube", "YouTube comment permalink": "Hiperligação permanente do comentário no YouTube",
"Download as: ": "Descarregar como: ", "Download as: ": "Descarregar como: ",
"Download": "Descarregar", "Download": "Descarregar",
"Default": "Predefinido", "Default": "Predefinido",
"Top": "Destaques", "Top": "Destaques",
"Search": "Pesquisar", "Search": "Pesquisar",
"generic_count_years": "{{count}} segundo", "generic_count_years": "{{count}} segundo",
"generic_count_years_plural": "{{count}} segundos", "generic_count_years_plural": "{{count}} segundos",
"generic_count_months": "{{count}} minuto", "generic_count_months": "{{count}} minuto",
"generic_count_months_plural": "{{count}} minutos", "generic_count_months_plural": "{{count}} minutos",
"generic_count_weeks": "{{count}} hora", "generic_count_weeks": "{{count}} hora",
"generic_count_weeks_plural": "{{count}} horas", "generic_count_weeks_plural": "{{count}} horas",
"generic_count_days": "{{count}} dia", "generic_count_days": "{{count}} dia",
"generic_count_days_plural": "{{count}} dias", "generic_count_days_plural": "{{count}} dias",
"generic_count_hours": "{{count}} seman", "generic_count_hours": "{{count}} seman",
"generic_count_hours_plural": "{{count}} semanas", "generic_count_hours_plural": "{{count}} semanas",
"generic_count_minutes": "{{count}} mês", "generic_count_minutes": "{{count}} mês",
"generic_count_minutes_plural": "{{count}} meses", "generic_count_minutes_plural": "{{count}} meses",
"generic_count_seconds": "{{count}} ano", "generic_count_seconds": "{{count}} ano",
"generic_count_seconds_plural": "{{count}} anos", "generic_count_seconds_plural": "{{count}} anos",
"Chinese (Traditional)": "Chinês (tradicional)", "Chinese (Traditional)": "Chinês (tradicional)",
"Chinese (Simplified)": "Chinês (simplificado)", "Chinese (Simplified)": "Chinês (simplificado)",
"Could not pull trending pages.": "Não foi possível obter as páginas de tendências.", "Could not pull trending pages.": "Não foi possível obter as páginas de tendências.",
"Could not create mix.": "Não foi possível criar a mistura.", "Could not create mix.": "Não foi possível criar a mistura.",
"Deleted or invalid channel": "Canal eliminado ou inválido", "Deleted or invalid channel": "Canal eliminado ou inválido",
"Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Olá! Parece que o JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.", "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "Olá! Parece que o JavaScript está desativado. Clique aqui para ver os comentários, entretanto eles podem levar mais tempo para carregar.",
"Delete playlist": "Eliminar lista de reprodução", "Delete playlist": "Eliminar lista de reprodução",
"Delete playlist `x`?": "Eliminar a lista de reprodução 'x'?", "Delete playlist `x`?": "Eliminar a lista de reprodução 'x'?",
"search": "pesquisar", "search": "pesquisar",
"unsubscribe": "anular subscrição", "unsubscribe": "anular subscrição",
"Import/export": "Importar / exportar", "Import/export": "Importar / exportar",
"Save preferences": "Guardar preferências", "Save preferences": "Guardar preferências",
"Top enabled: ": "Destaques ativados: ", "Top enabled: ": "Destaques ativados: ",
"Delete account": "Eliminar conta", "Delete account": "Eliminar conta",
"Import/export data": "Importar / exportar dados", "Import/export data": "Importar / exportar dados",
"preferences_annotations_label": "Mostrar anotações sempre: ", "preferences_annotations_label": "Mostrar anotações sempre: ",
"preferences_continue_label": "Reproduzir sempre o próximo: ", "preferences_continue_label": "Reproduzir sempre o próximo: ",
"Sign In": "Iniciar sessão", "Sign In": "Iniciar sessão",
"Log in/register": "Iniciar sessão/registar", "Log in/register": "Iniciar sessão/registar",
"Delete account?": "Eliminar conta?", "Delete account?": "Eliminar conta?",
"Import and Export Data": "Importar e exportar dados", "Import and Export Data": "Importar e exportar dados",
"Filipino": "Filipino", "Filipino": "Filipino",
"Estonian": "Estónio", "Estonian": "Estónio",
"Esperanto": "Esperanto", "Esperanto": "Esperanto",
"Dutch": "Holandês", "Dutch": "Holandês",
"Danish": "Dinamarquês", "Danish": "Dinamarquês",
"Czech": "Checo", "Czech": "Checo",
"Croatian": "Croata", "Croatian": "Croata",
"Corsican": "Corso", "Corsican": "Corso",
"Cebuano": "Cebuano", "Cebuano": "Cebuano",
"Catalan": "Catalão", "Catalan": "Catalão",
"Burmese": "Birmanês", "Burmese": "Birmanês",
"Bulgarian": "Búlgaro", "Bulgarian": "Búlgaro",
"Bosnian": "Bósnio", "Bosnian": "Bósnio",
"Belarusian": "Bielorrusso", "Belarusian": "Bielorrusso",
"Basque": "Basco", "Basque": "Basco",
"Bangla": "Bangla", "Bangla": "Bangla",
"Azerbaijani": "Azerbaijano", "Azerbaijani": "Azerbaijano",
"Armenian": "Arménio", "Armenian": "Arménio",
"Arabic": "Árabe", "Arabic": "Árabe",
"Amharic": "Amárico", "Amharic": "Amárico",
"Albanian": "Albanês", "Albanian": "Albanês",
"Afrikaans": "Africano", "Afrikaans": "Africano",
"English (auto-generated)": "Inglês (auto-gerado)", "English (auto-generated)": "Inglês (auto-gerado)",
"English": "Inglês", "English": "Inglês",
"Token is expired, please try again": "Token expirou, tente novamente", "Token is expired, please try again": "Token expirou, tente novamente",
"No such user": "Utilizador inválido", "No such user": "Utilizador inválido",
"Erroneous token": "Token inválido", "Erroneous token": "Token inválido",
"Erroneous challenge": "Desafio inválido", "Erroneous challenge": "Desafio inválido",
"Hidden field \"token\" is a required field": "O campo oculto \"token\" é um campo obrigatório", "Hidden field \"token\" is a required field": "O campo oculto \"token\" é um campo obrigatório",
"Hidden field \"challenge\" is a required field": "O campo oculto \"desafio\" é obrigatório", "Hidden field \"challenge\" is a required field": "O campo oculto \"desafio\" é obrigatório",
"Playlist does not exist.": "A lista de reprodução não existe.", "Playlist does not exist.": "A lista de reprodução não existe.",
"Not a playlist.": "Não é uma lista de reprodução.", "Not a playlist.": "Não é uma lista de reprodução.",
"Empty playlist": "Lista de reprodução vazia", "Empty playlist": "Lista de reprodução vazia",
"Load more": "Carregar mais", "Load more": "Carregar mais",
"`x` ago": "`x` atrás", "`x` ago": "`x` atrás",
"Could not fetch comments": "Não foi possível obter os comentários", "Could not fetch comments": "Não foi possível obter os comentários",
"Could not get channel info.": "Não foi possível obter as informações do canal.", "Could not get channel info.": "Não foi possível obter as informações do canal.",
"This channel does not exist.": "Este canal não existe.", "This channel does not exist.": "Este canal não existe.",
"channel:`x`": "canal:'x'", "channel:`x`": "canal:'x'",
"Invidious Private Feed for `x`": "Feed Privado do Invidious para `x`", "Invidious Private Feed for `x`": "Feed Privado do Invidious para `x`",
"Please log in": "Por favor, inicie sessão", "Please log in": "Por favor, inicie sessão",
"Password cannot be longer than 55 characters": "A palavra-chave não pode ser superior a 55 caracteres", "Password cannot be longer than 55 characters": "A palavra-chave não pode ser superior a 55 caracteres",
"Password cannot be empty": "A palavra-chave não pode estar vazia", "Password cannot be empty": "A palavra-chave não pode estar vazia",
"Wrong username or password": "Nome de utilizador ou palavra-chave incorreto", "Wrong username or password": "Nome de utilizador ou palavra-chave incorreto",
"Password is a required field": "Palavra-chave é um campo obrigatório", "Password is a required field": "Palavra-chave é um campo obrigatório",
"User ID is a required field": "O nome de utilizador é um campo obrigatório", "User ID is a required field": "O nome de utilizador é um campo obrigatório",
"CAPTCHA is a required field": "CAPTCHA é um campo obrigatório", "CAPTCHA is a required field": "CAPTCHA é um campo obrigatório",
"Erroneous CAPTCHA": "CAPTCHA inválido", "Erroneous CAPTCHA": "CAPTCHA inválido",
"Wrong answer": "Resposta errada", "Wrong answer": "Resposta errada",
"Incorrect password": "Palavra-chave incorreta", "Incorrect password": "Palavra-chave incorreta",
"Show replies": "Mostrar respostas", "Show replies": "Mostrar respostas",
"Hide replies": "Ocultar respostas", "Hide replies": "Ocultar respostas",
"View Reddit comments": "Ver comentários do Reddit", "View Reddit comments": "Ver comentários do Reddit",
"View `x` comments": { "View `x` comments": {
"": "Ver `x` comentários", "": "Ver `x` comentários",
"([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentários" "([^.,0-9]|^)1([^.,0-9]|$)": "Ver `x` comentários"
}, },
"View more comments on Reddit": "Ver mais comentários no Reddit", "View more comments on Reddit": "Ver mais comentários no Reddit",
"View YouTube comments": "Ver comentários do YouTube", "View YouTube comments": "Ver comentários do YouTube",
"Premieres `x`": "Estreias 'x'", "Premieres `x`": "Estreias 'x'",
"Premieres in `x`": "Estreias em 'x'", "Premieres in `x`": "Estreias em 'x'",
"Shared `x`": "Partilhado `x`", "Shared `x`": "Partilhado `x`",
"Blacklisted regions: ": "Regiões bloqueadas: ", "Blacklisted regions: ": "Regiões bloqueadas: ",
"Whitelisted regions: ": "Regiões permitidas: ", "Whitelisted regions: ": "Regiões permitidas: ",
"Engagement: ": "Compromisso: ", "Engagement: ": "Compromisso: ",
"Wilson score: ": "Pontuação de Wilson: ", "Wilson score: ": "Pontuação de Wilson: ",
"Family friendly? ": "Filtrar conteúdo impróprio: ", "Family friendly? ": "Filtrar conteúdo impróprio: ",
"License: ": "Licença: ", "License: ": "Licença: ",
"Genre: ": "Género: ", "Genre: ": "Género: ",
"Show annotations": "Mostrar anotações", "Show annotations": "Mostrar anotações",
"Hide annotations": "Ocultar anotações", "Hide annotations": "Ocultar anotações",
"Watch on YouTube": "Ver no YouTube", "Watch on YouTube": "Ver no YouTube",
"Editing playlist `x`": "A editar lista de reprodução 'x'", "Editing playlist `x`": "A editar lista de reprodução 'x'",
"Playlist privacy": "Privacidade da lista de reprodução", "Playlist privacy": "Privacidade da lista de reprodução",
"Title": "Título", "Title": "Título",
"Create playlist": "Criar lista de reprodução", "Create playlist": "Criar lista de reprodução",
"Updated `x` ago": "Atualizado `x` atrás", "Updated `x` ago": "Atualizado `x` atrás",
"View all playlists": "Ver todas as listas de reprodução", "View all playlists": "Ver todas as listas de reprodução",
"Private": "Privado", "Private": "Privado",
"Unlisted": "Não listado", "Unlisted": "Não listado",
"Public": "Público", "Public": "Público",
"Trending": "Tendências", "Trending": "Tendências",
"View privacy policy.": "Ver a política de privacidade.", "View privacy policy.": "Ver a política de privacidade.",
"View JavaScript license information.": "Ver informações da licença do JavaScript.", "View JavaScript license information.": "Ver informações da licença do JavaScript.",
"Source available here.": "Código-fonte disponível aqui.", "Source available here.": "Código-fonte disponível aqui.",
"Log out": "Terminar sessão", "Log out": "Terminar sessão",
"Subscriptions": "Subscrições", "Subscriptions": "Subscrições",
"revoke": "revogar", "revoke": "revogar",
"tokens_count": "{{count}} token", "tokens_count": "{{count}} token",
"tokens_count_plural": "{{count}} tokens", "tokens_count_plural": "{{count}} tokens",
"Token": "Token", "Token": "Token",
"Token manager": "Gerir tokens", "Token manager": "Gerir tokens",
"Subscription manager": "Gerir subscrições", "Subscription manager": "Gerir subscrições",
"Report statistics: ": "Relatório de estatísticas: ", "Report statistics: ": "Relatório de estatísticas: ",
"Registration enabled: ": "Registar ativado: ", "Registration enabled: ": "Registar ativado: ",
"Login enabled: ": "Iniciar sessão ativado: ", "Login enabled: ": "Iniciar sessão ativado: ",
"CAPTCHA enabled: ": "CAPTCHA ativado: ", "CAPTCHA enabled: ": "CAPTCHA ativado: ",
"preferences_feed_menu_label": "Menu de subscrições: ", "preferences_feed_menu_label": "Menu de subscrições: ",
"preferences_default_home_label": "Página inicial predefinida: ", "preferences_default_home_label": "Página inicial predefinida: ",
"preferences_category_admin": "Preferências de administrador", "preferences_category_admin": "Preferências de administrador",
"Watch history": "Histórico de reprodução", "Watch history": "Histórico de reprodução",
"Manage tokens": "Gerir tokens", "Manage tokens": "Gerir tokens",
"Manage subscriptions": "Gerir as subscrições", "Manage subscriptions": "Gerir as subscrições",
"Change password": "Alterar palavra-chave", "Change password": "Alterar palavra-chave",
"Clear watch history": "Limpar histórico de reprodução", "Clear watch history": "Limpar histórico de reprodução",
"preferences_category_data": "Preferências de dados", "preferences_category_data": "Preferências de dados",
"`x` is live": "`x` está em direto", "`x` is live": "`x` está em direto",
"`x` uploaded a video": "`x` publicou um novo vídeo", "`x` uploaded a video": "`x` publicou um novo vídeo",
"Enable web notifications": "Ativar notificações pela web", "Enable web notifications": "Ativar notificações pela web",
"preferences_notifications_only_label": "Mostrar apenas notificações (se existirem): ", "preferences_notifications_only_label": "Mostrar apenas notificações (se existirem): ",
"preferences_unseen_only_label": "Mostrar apenas vídeos não visualizados: ", "preferences_unseen_only_label": "Mostrar apenas vídeos não visualizados: ",
"Only show latest unwatched video from channel: ": "Mostrar apenas vídeos mais recentes não visualizados do canal: ", "Only show latest unwatched video from channel: ": "Mostrar apenas vídeos mais recentes não visualizados do canal: ",
"Only show latest video from channel: ": "Mostrar apenas o vídeo mais recente do canal: ", "Only show latest video from channel: ": "Mostrar apenas o vídeo mais recente do canal: ",
"channel name - reverse": "nome do canal - inverso", "channel name - reverse": "nome do canal - inverso",
"channel name": "nome do canal", "channel name": "nome do canal",
"alphabetically - reverse": "alfabeticamente - inverso", "alphabetically - reverse": "alfabeticamente - inverso",
"alphabetically": "alfabeticamente", "alphabetically": "alfabeticamente",
"published - reverse": "publicado - inverso", "published - reverse": "publicado - inverso",
"published": "publicado", "published": "publicado",
"preferences_sort_label": "Ordenar vídeos por: ", "preferences_sort_label": "Ordenar vídeos por: ",
"preferences_max_results_label": "Quantidade de vídeos nas subscrições: ", "preferences_max_results_label": "Quantidade de vídeos nas subscrições: ",
"Redirect homepage to feed: ": "Redirecionar página inicial para subscrições: ", "Redirect homepage to feed: ": "Redirecionar página inicial para subscrições: ",
"preferences_annotations_subscribed_label": "Mostrar sempre anotações aos canais subscritos: ", "preferences_annotations_subscribed_label": "Mostrar sempre anotações aos canais subscritos: ",
"preferences_category_subscription": "Preferências de subscrições", "preferences_category_subscription": "Preferências de subscrições",
"preferences_thin_mode_label": "Modo compacto: ", "preferences_thin_mode_label": "Modo compacto: ",
"light": "claro", "light": "claro",
"dark": "escuro", "dark": "escuro",
"preferences_dark_mode_label": "Tema: ", "preferences_dark_mode_label": "Tema: ",
"Dark mode: ": "Modo escuro: ", "Dark mode: ": "Modo escuro: ",
"preferences_player_style_label": "Estilo do reprodutor: ", "preferences_player_style_label": "Estilo do reprodutor: ",
"preferences_category_visual": "Preferências visuais", "preferences_category_visual": "Preferências visuais",
"preferences_related_videos_label": "Mostrar vídeos relacionados: ", "preferences_related_videos_label": "Mostrar vídeos relacionados: ",
"Fallback captions: ": "Legendas alternativas: ", "Fallback captions: ": "Legendas alternativas: ",
"preferences_captions_label": "Legendas predefinidas: ", "preferences_captions_label": "Legendas predefinidas: ",
"reddit": "Reddit", "reddit": "Reddit",
"youtube": "YouTube", "youtube": "YouTube",
"preferences_comments_label": "Preferência dos comentários: ", "preferences_comments_label": "Preferência dos comentários: ",
"preferences_volume_label": "Volume da reprodução: ", "preferences_volume_label": "Volume da reprodução: ",
"preferences_quality_label": "Qualidade de vídeo preferida: ", "preferences_quality_label": "Qualidade de vídeo preferida: ",
"preferences_speed_label": "Velocidade preferida: ", "preferences_speed_label": "Velocidade preferida: ",
"preferences_local_label": "Usar proxy nos vídeos: ", "preferences_local_label": "Usar proxy nos vídeos: ",
"preferences_listen_label": "Apenas áudio: ", "preferences_listen_label": "Apenas áudio: ",
"preferences_continue_autoplay_label": "Reproduzir próximo vídeo automaticamente: ", "preferences_continue_autoplay_label": "Reproduzir próximo vídeo automaticamente: ",
"preferences_autoplay_label": "Reprodução automática: ", "preferences_autoplay_label": "Reprodução automática: ",
"preferences_video_loop_label": "Repetir sempre: ", "preferences_video_loop_label": "Repetir sempre: ",
"preferences_category_player": "Preferências do reprodutor", "preferences_preserves_pitch_label": "Preservar tom: ",
"Preferences": "Preferências", "preferences_category_player": "Preferências do reprodutor",
"E-mail": "E-mail", "Preferences": "Preferências",
"Register": "Registar", "E-mail": "E-mail",
"Image CAPTCHA": "Imagem CAPTCHA", "Register": "Registar",
"Text CAPTCHA": "Texto CAPTCHA", "Image CAPTCHA": "Imagem CAPTCHA",
"Time (h:mm:ss):": "Tempo (h:mm:ss):", "Text CAPTCHA": "Texto CAPTCHA",
"Password": "Palavra-chave", "Time (h:mm:ss):": "Tempo (h:mm:ss):",
"User ID": "Utilizador", "Password": "Palavra-chave",
"Log in": "Iniciar sessão", "User ID": "Utilizador",
"source": "código-fonte", "Log in": "Iniciar sessão",
"JavaScript license information": "Informação de licença do JavaScript", "source": "código-fonte",
"An alternative front-end to YouTube": "Uma interface alternativa ao YouTube", "JavaScript license information": "Informação de licença do JavaScript",
"History": "Histórico", "An alternative front-end to YouTube": "Uma interface alternativa ao YouTube",
"Export data as JSON": "Exportar dados Invidious como JSON", "History": "Histórico",
"Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar subscrições como OPML (para NewPipe e FreeTube)", "Export data as JSON": "Exportar dados Invidious como JSON",
"Export subscriptions as OPML": "Exportar subscrições como OPML", "Export subscriptions as OPML (for NewPipe & FreeTube)": "Exportar subscrições como OPML (para NewPipe e FreeTube)",
"Export": "Exportar", "Export subscriptions as OPML": "Exportar subscrições como OPML",
"Import NewPipe data (.zip)": "Importar dados do NewPipe (.zip)", "Export": "Exportar",
"Import NewPipe subscriptions (.json)": "Importar subscrições do NewPipe (.json)", "Import NewPipe data (.zip)": "Importar dados do NewPipe (.zip)",
"Import FreeTube subscriptions (.db)": "Importar subscrições do FreeTube (.db)", "Import NewPipe subscriptions (.json)": "Importar subscrições do NewPipe (.json)",
"Import YouTube subscriptions": "Importar subscrições do YouTube/OPML", "Import FreeTube subscriptions (.db)": "Importar subscrições do FreeTube (.db)",
"Import Invidious data": "Importar dados JSON do Invidious", "Import YouTube subscriptions": "Importar subscrições do YouTube/OPML",
"Import": "Importar", "Import Invidious data": "Importar dados JSON do Invidious",
"No": "Não", "Import": "Importar",
"Yes": "Sim", "No": "Não",
"Authorize token for `x`?": "Autorizar token para `x`?", "Yes": "Sim",
"Authorize token?": "Autorizar token?", "Authorize token for `x`?": "Autorizar token para `x`?",
"New passwords must match": "As novas palavra-chaves devem corresponder", "Authorize token?": "Autorizar token?",
"New password": "Nova palavra-chave", "New passwords must match": "As novas palavra-chaves devem corresponder",
"Clear watch history?": "Limpar histórico de reprodução?", "New password": "Nova palavra-chave",
"Previous page": "Página anterior", "Clear watch history?": "Limpar histórico de reprodução?",
"Next page": "Próxima página", "Previous page": "Página anterior",
"last": "últimos", "Next page": "Próxima página",
"Current version: ": "Versão atual: ", "last": "últimos",
"channel_tab_community_label": "Comunidade", "Current version: ": "Versão atual: ",
"Playlists": "Listas de reprodução", "channel_tab_community_label": "Comunidade",
"channel_tab_videos_label": "Vídeos", "Playlists": "Listas de reprodução",
"Video mode": "Modo de vídeo", "channel_tab_videos_label": "Vídeos",
"Audio mode": "Modo de áudio", "Video mode": "Modo de vídeo",
"`x` marked it with a ❤": "`x` foi marcado como ❤", "Audio mode": "Modo de áudio",
"(edited)": "(editado)", "`x` marked it with a ❤": "`x` foi marcado como ❤",
"%A %B %-d, %Y": "%A %B %-d, %Y", "(edited)": "(editado)",
"Movies": "Filmes", "%A %B %-d, %Y": "%A %B %-d, %Y",
"News": "Notícias", "Movies": "Filmes",
"Gaming": "Jogos", "News": "Notícias",
"Music": "Música", "Gaming": "Jogos",
"View as playlist": "Ver como lista de reprodução", "Music": "Música",
"preferences_locale_label": "Idioma: ", "View as playlist": "Ver como lista de reprodução",
"Rating: ": "Avaliação: ", "preferences_locale_label": "Idioma: ",
"About": "Sobre", "Rating: ": "Avaliação: ",
"Popular": "Popular", "About": "Sobre",
"Fallback comments: ": "Comentários alternativos: ", "Popular": "Popular",
"Zulu": "Zulu", "Fallback comments: ": "Comentários alternativos: ",
"Yoruba": "Ioruba", "Zulu": "Zulu",
"Yiddish": "Iídiche", "Yoruba": "Ioruba",
"Xhosa": "Xhosa", "Yiddish": "Iídiche",
"Western Frisian": "Frísio Ocidental", "Xhosa": "Xhosa",
"Welsh": "Galês", "Western Frisian": "Frísio Ocidental",
"Vietnamese": "Vietnamita", "Welsh": "Galês",
"Uzbek": "Uzbeque", "Vietnamese": "Vietnamita",
"Urdu": "Urdu", "Uzbek": "Uzbeque",
"Ukrainian": "Ucraniano", "Urdu": "Urdu",
"Turkish": "Turco", "Ukrainian": "Ucraniano",
"Thai": "Tailandês", "Turkish": "Turco",
"Telugu": "Telugu", "Thai": "Tailandês",
"Tamil": "Tâmil", "Telugu": "Telugu",
"Tajik": "Tajique", "Tamil": "Tâmil",
"Swedish": "Sueco", "Tajik": "Tajique",
"Swahili": "Suaíli", "Swedish": "Sueco",
"Sundanese": "Sudanês", "Swahili": "Suaíli",
"Spanish (Latin America)": "Espanhol (América Latina)", "Sundanese": "Sudanês",
"Spanish": "Espanhol", "Spanish (Latin America)": "Espanhol (América Latina)",
"Southern Sotho": "Sotho do Sul", "Spanish": "Espanhol",
"Somali": "Somali", "Southern Sotho": "Sotho do Sul",
"Slovenian": "Esloveno", "Somali": "Somali",
"Slovak": "Eslovaco", "Slovenian": "Esloveno",
"Sinhala": "Cingalês", "Slovak": "Eslovaco",
"Sindhi": "Sindhi", "Sinhala": "Cingalês",
"Shona": "Shona", "Sindhi": "Sindhi",
"Serbian": "Sérvio", "Shona": "Shona",
"Scottish Gaelic": "Gaélico escocês", "Serbian": "Sérvio",
"Samoan": "Samoano", "Scottish Gaelic": "Gaélico escocês",
"Russian": "Russo", "Samoan": "Samoano",
"Romanian": "Romeno", "Russian": "Russo",
"Punjabi": "Punjabi", "Romanian": "Romeno",
"Portuguese": "Português", "Punjabi": "Punjabi",
"Polish": "Polaco", "Portuguese": "Português",
"Persian": "Persa", "Polish": "Polaco",
"Pashto": "Pashto", "Persian": "Persa",
"Nyanja": "Nyanja", "Pashto": "Pashto",
"Norwegian Bokmål": "Bokmål norueguês", "Nyanja": "Nyanja",
"Nepali": "Nepalês", "Norwegian Bokmål": "Bokmål norueguês",
"Mongolian": "Mongol", "Nepali": "Nepalês",
"Marathi": "Marathi", "Mongolian": "Mongol",
"Maori": "Maori", "Marathi": "Marathi",
"Maltese": "Maltês", "Maori": "Maori",
"Malayalam": "Malaiala", "Maltese": "Maltês",
"Malay": "Malaio", "Malayalam": "Malaiala",
"Malagasy": "Malgaxe", "Malay": "Malaio",
"Macedonian": "Macedónio", "Malagasy": "Malgaxe",
"Luxembourgish": "Luxemburguês", "Macedonian": "Macedónio",
"Lithuanian": "Lituano", "Luxembourgish": "Luxemburguês",
"Latvian": "Letão", "Lithuanian": "Lituano",
"Latin": "Latim", "Latvian": "Letão",
"Lao": "Laosiano", "Latin": "Latim",
"Kyrgyz": "Quirguiz", "Lao": "Laosiano",
"Kurdish": "Curdo", "Kyrgyz": "Quirguiz",
"Korean": "Coreano", "Kurdish": "Curdo",
"Khmer": "Khmer", "Korean": "Coreano",
"Kazakh": "Cazaque", "Khmer": "Khmer",
"Kannada": "Canarim", "Kazakh": "Cazaque",
"Javanese": "Javanês", "Kannada": "Canarim",
"Japanese": "Japonês", "Javanese": "Javanês",
"Italian": "Italiano", "Japanese": "Japonês",
"Irish": "Irlandês", "Italian": "Italiano",
"Indonesian": "Indonésio", "Irish": "Irlandês",
"Igbo": "Igbo", "Indonesian": "Indonésio",
"Icelandic": "Islandês", "Igbo": "Igbo",
"Hungarian": "Húngaro", "Icelandic": "Islandês",
"Hmong": "Hmong", "Hungarian": "Húngaro",
"Hindi": "Hindi", "Hmong": "Hmong",
"Hebrew": "Hebraico", "Hindi": "Hindi",
"Hawaiian": "Havaiano", "Hebrew": "Hebraico",
"Hausa": "Hauçá", "Hawaiian": "Havaiano",
"Haitian Creole": "Crioulo haitiano", "Hausa": "Hauçá",
"Gujarati": "Guzerate", "Haitian Creole": "Crioulo haitiano",
"Greek": "Grego", "Gujarati": "Guzerate",
"German": "Alemão", "Greek": "Grego",
"Georgian": "Georgiano", "German": "Alemão",
"Galician": "Galego", "Georgian": "Georgiano",
"French": "Francês", "Galician": "Galego",
"Finnish": "Finlandês", "French": "Francês",
"popular": "popular", "Finnish": "Finlandês",
"oldest": "mais antigos", "popular": "popular",
"newest": "mais recentes", "oldest": "mais antigos",
"View playlist on YouTube": "Ver lista de reprodução no YouTube", "newest": "mais recentes",
"View channel on YouTube": "Ver canal no YouTube", "View playlist on YouTube": "Ver lista de reprodução no YouTube",
"Subscribe": "Subscrever", "View channel on YouTube": "Ver canal no YouTube",
"Unsubscribe": "Anular subscrição", "Subscribe": "Subscrever",
"Shared `x` ago": "Partilhado `x` atrás", "Unsubscribe": "Anular subscrição",
"LIVE": "AO VIVO", "Shared `x` ago": "Partilhado `x` atrás",
"search_filters_duration_option_short": "Curto (< 4 minutos)", "LIVE": "AO VIVO",
"search_filters_duration_option_long": "Longo (> 20 minutos)", "search_filters_duration_option_short": "Curto (< 4 minutos)",
"footer_source_code": "Código-fonte", "search_filters_duration_option_long": "Longo (> 20 minutos)",
"footer_original_source_code": "Código-fonte original", "footer_source_code": "Código-fonte",
"adminprefs_modified_source_code_url_label": "URL do repositório do código-fonte alterado", "footer_original_source_code": "Código-fonte original",
"footer_documentation": "Documentação", "adminprefs_modified_source_code_url_label": "URL do repositório do código-fonte alterado",
"footer_modfied_source_code": "Código-fonte alterado", "footer_documentation": "Documentação",
"footer_donate_page": "Doar", "footer_modfied_source_code": "Código-fonte alterado",
"preferences_region_label": "País do conteúdo: ", "footer_donate_page": "Doar",
"preferences_quality_dash_label": "Qualidade de vídeo DASH preferida: ", "preferences_region_label": "País do conteúdo: ",
"preferences_quality_option_small": "Baixa", "preferences_quality_dash_label": "Qualidade de vídeo DASH preferida: ",
"preferences_quality_option_hd720": "HD720", "preferences_quality_option_small": "Baixa",
"preferences_quality_dash_option_auto": "Automático", "preferences_quality_option_hd720": "HD720",
"preferences_quality_dash_option_best": "Melhor", "preferences_quality_dash_option_auto": "Automático",
"preferences_quality_dash_option_4320p": "4320p", "preferences_quality_dash_option_best": "Melhor",
"preferences_quality_dash_option_2160p": "2160p", "preferences_quality_dash_option_4320p": "4320p",
"preferences_quality_dash_option_1080p": "1080p", "preferences_quality_dash_option_2160p": "2160p",
"preferences_quality_dash_option_720p": "720p", "preferences_quality_dash_option_1080p": "1080p",
"preferences_quality_dash_option_360p": "360p", "preferences_quality_dash_option_720p": "720p",
"preferences_quality_dash_option_240p": "240p", "preferences_quality_dash_option_360p": "360p",
"preferences_quality_dash_option_144p": "144p", "preferences_quality_dash_option_240p": "240p",
"search_filters_features_option_purchased": "Comprado", "preferences_quality_dash_option_144p": "144p",
"search_filters_features_option_three_sixty": "360°", "search_filters_features_option_purchased": "Comprado",
"videoinfo_invidious_embed_link": "Incorporar hiperligação", "search_filters_features_option_three_sixty": "360°",
"Video unavailable": "Vídeo não disponível", "videoinfo_invidious_embed_link": "Incorporar hiperligação",
"invidious": "Invidious", "Video unavailable": "Vídeo não disponível",
"preferences_quality_option_medium": "Média", "invidious": "Invidious",
"preferences_quality_option_dash": "DASH (qualidade adaptativa)", "preferences_quality_option_medium": "Média",
"preferences_quality_dash_option_1440p": "1440p", "preferences_quality_option_dash": "DASH (qualidade adaptativa)",
"preferences_quality_dash_option_480p": "480p", "preferences_quality_dash_option_1440p": "1440p",
"videoinfo_watch_on_youTube": "Ver no YouTube", "preferences_quality_dash_option_480p": "480p",
"preferences_quality_dash_option_worst": "Pior", "videoinfo_watch_on_youTube": "Ver no YouTube",
"none": "nenhum", "preferences_quality_dash_option_worst": "Pior",
"videoinfo_youTube_embed_link": "Incorporar", "none": "nenhum",
"preferences_save_player_pos_label": "Guardar a posição de reprodução atual do vídeo: ", "videoinfo_youTube_embed_link": "Incorporar",
"download_subtitles": "Legendas - `x` (.vtt)", "preferences_save_player_pos_label": "Guardar a posição de reprodução atual do vídeo: ",
"generic_views_count": "{{count}} visualização", "download_subtitles": "Legendas - `x` (.vtt)",
"generic_views_count_plural": "{{count}} visualizações", "generic_views_count": "{{count}} visualização",
"videoinfo_started_streaming_x_ago": "Iniciou a transmissão há `x`", "generic_views_count_plural": "{{count}} visualizações",
"user_saved_playlists": "`x` listas de reprodução guardadas", "videoinfo_started_streaming_x_ago": "Iniciou a transmissão há `x`",
"generic_videos_count": "{{count}} vídeo", "user_saved_playlists": "`x` listas de reprodução guardadas",
"generic_videos_count_plural": "{{count}} vídeos", "generic_videos_count": "{{count}} vídeo",
"generic_playlists_count": "{{count}} lista de reprodução", "generic_videos_count_plural": "{{count}} vídeos",
"generic_playlists_count_plural": "{{count}} listas de reprodução", "generic_playlists_count": "{{count}} lista de reprodução",
"subscriptions_unseen_notifs_count": "{{count}} notificação não vista", "generic_playlists_count_plural": "{{count}} listas de reprodução",
"subscriptions_unseen_notifs_count_plural": "{{count}} notificações não vistas", "subscriptions_unseen_notifs_count": "{{count}} notificação não vista",
"comments_view_x_replies": "Ver {{count}} resposta", "subscriptions_unseen_notifs_count_plural": "{{count}} notificações não vistas",
"comments_view_x_replies_plural": "Ver {{count}} respostas", "comments_view_x_replies": "Ver {{count}} resposta",
"generic_subscribers_count": "{{count}} inscrito", "comments_view_x_replies_plural": "Ver {{count}} respostas",
"generic_subscribers_count_plural": "{{count}} inscritos", "generic_subscribers_count": "{{count}} inscrito",
"generic_subscriptions_count": "{{count}} inscrição", "generic_subscribers_count_plural": "{{count}} inscritos",
"generic_subscriptions_count_plural": "{{count}} inscrições", "generic_subscriptions_count": "{{count}} inscrição",
"comments_points_count": "{{count}} ponto", "generic_subscriptions_count_plural": "{{count}} inscrições",
"comments_points_count_plural": "{{count}} pontos", "comments_points_count": "{{count}} ponto",
"crash_page_you_found_a_bug": "Parece que encontrou um erro no Invidious!", "comments_points_count_plural": "{{count}} pontos",
"crash_page_before_reporting": "Antes de reportar um erro, verifique se:", "crash_page_you_found_a_bug": "Parece que encontrou um erro no Invidious!",
"crash_page_refresh": "tentou <a href=\"`x`\">recarregar a página</a>", "crash_page_before_reporting": "Antes de reportar um erro, verifique se:",
"crash_page_switch_instance": "tentou <a href=\"`x`\">usar outra instância</a>", "crash_page_refresh": "tentou <a href=\"`x`\">recarregar a página</a>",
"crash_page_read_the_faq": "leia as <a href=\"`x`\">Perguntas frequentes (FAQ)</a>", "crash_page_switch_instance": "tentou <a href=\"`x`\">usar outra instância</a>",
"crash_page_search_issue": "procurou se <a href=\"`x`\">o erro já foi reportado no GitHub</a>", "crash_page_read_the_faq": "leia as <a href=\"`x`\">Perguntas frequentes (FAQ)</a>",
"crash_page_report_issue": "Se nenhuma opção acima ajudou, por favor <a href=\"`x`\">abra um novo problema no Github</a> (preferencialmente em inglês) e inclua o seguinte texto tal qual (NÃO o traduza):", "crash_page_search_issue": "procurou se <a href=\"`x`\">o erro já foi reportado no GitHub</a>",
"user_created_playlists": "`x` listas de reprodução criadas", "crash_page_report_issue": "Se nenhuma opção acima ajudou, por favor <a href=\"`x`\">abra um novo problema no Github</a> (preferencialmente em inglês) e inclua o seguinte texto tal qual (NÃO o traduza):",
"search_filters_title": "Filtro", "user_created_playlists": "`x` listas de reprodução criadas",
"Chinese (Taiwan)": "Chinês (Taiwan)", "search_filters_title": "Filtro",
"search_message_no_results": "Nenhum resultado encontrado.", "Chinese (Taiwan)": "Chinês (Taiwan)",
"search_message_change_filters_or_query": "Tente alargar os termos genéricos da pesquisa e/ou alterar os filtros.", "search_message_no_results": "Nenhum resultado encontrado.",
"search_message_use_another_instance": " Também pode <a href=\"`x`\">pesquisar noutra instância</a>.", "search_message_change_filters_or_query": "Tente alargar os termos genéricos da pesquisa e/ou alterar os filtros.",
"English (United Kingdom)": "Inglês (Reino Unido)", "search_message_use_another_instance": " Também pode <a href=\"`x`\">pesquisar noutra instância</a>.",
"English (United States)": "Inglês (Estados Unidos)", "English (United Kingdom)": "Inglês (Reino Unido)",
"Cantonese (Hong Kong)": "Cantonês (Hong Kong)", "English (United States)": "Inglês (Estados Unidos)",
"Chinese": "Chinês", "Cantonese (Hong Kong)": "Cantonês (Hong Kong)",
"Chinese (Hong Kong)": "Chinês (Hong Kong)", "Chinese": "Chinês",
"Dutch (auto-generated)": "Holandês (gerado automaticamente)", "Chinese (Hong Kong)": "Chinês (Hong Kong)",
"French (auto-generated)": "Francês (gerado automaticamente)", "Dutch (auto-generated)": "Holandês (gerado automaticamente)",
"German (auto-generated)": "Alemão (gerado automaticamente)", "French (auto-generated)": "Francês (gerado automaticamente)",
"Indonesian (auto-generated)": "Indonésio (gerado automaticamente)", "German (auto-generated)": "Alemão (gerado automaticamente)",
"Interlingue": "Interlíngua", "Indonesian (auto-generated)": "Indonésio (gerado automaticamente)",
"Italian (auto-generated)": "Italiano (gerado automaticamente)", "Interlingue": "Interlíngua",
"Japanese (auto-generated)": "Japonês (gerado automaticamente)", "Italian (auto-generated)": "Italiano (gerado automaticamente)",
"Korean (auto-generated)": "Coreano (gerado automaticamente)", "Japanese (auto-generated)": "Japonês (gerado automaticamente)",
"Portuguese (auto-generated)": "Português (gerado automaticamente)", "Korean (auto-generated)": "Coreano (gerado automaticamente)",
"Portuguese (Brazil)": "Português (Brasil)", "Portuguese (auto-generated)": "Português (gerado automaticamente)",
"Turkish (auto-generated)": "Turco (gerado automaticamente)", "Portuguese (Brazil)": "Português (Brasil)",
"Vietnamese (auto-generated)": "Vietnamita (gerado automaticamente)", "Turkish (auto-generated)": "Turco (gerado automaticamente)",
"search_filters_duration_option_medium": "Médio (4 - 20 minutos)", "Vietnamese (auto-generated)": "Vietnamita (gerado automaticamente)",
"search_filters_features_option_vr180": "VR180", "search_filters_duration_option_medium": "Médio (4 - 20 minutos)",
"search_filters_apply_button": "Aplicar filtros selecionados", "search_filters_features_option_vr180": "VR180",
"Spanish (auto-generated)": "Espanhol (gerado automaticamente)", "search_filters_apply_button": "Aplicar filtros selecionados",
"Spanish (Mexico)": "Espanhol (México)", "Spanish (auto-generated)": "Espanhol (gerado automaticamente)",
"preferences_watch_history_label": "Ativar histórico de reprodução: ", "Spanish (Mexico)": "Espanhol (México)",
"Chinese (China)": "Chinês (China)", "preferences_watch_history_label": "Ativar histórico de reprodução: ",
"Russian (auto-generated)": "Russo (gerado automaticamente)", "Chinese (China)": "Chinês (China)",
"Spanish (Spain)": "Espanhol (Espanha)", "Russian (auto-generated)": "Russo (gerado automaticamente)",
"search_filters_date_label": "Data de publicação", "Spanish (Spain)": "Espanhol (Espanha)",
"search_filters_date_option_none": "Qualquer data", "search_filters_date_label": "Data de publicação",
"search_filters_type_option_all": "Qualquer tipo", "search_filters_date_option_none": "Qualquer data",
"search_filters_duration_option_none": "Qualquer duração", "search_filters_type_option_all": "Qualquer tipo",
"Popular enabled: ": "Página \"popular\" ativada: ", "search_filters_duration_option_none": "Qualquer duração",
"error_video_not_in_playlist": "O vídeo pedido não existe nesta lista de reprodução. <a href=\"`x`\">Clique aqui para a página inicial da lista de reprodução.</a>", "Popular enabled: ": "Página \"popular\" ativada: ",
"channel_tab_playlists_label": "Listas de reprodução", "error_video_not_in_playlist": "O vídeo pedido não existe nesta lista de reprodução. <a href=\"`x`\">Clique aqui para a página inicial da lista de reprodução.</a>",
"channel_tab_channels_label": "Canais", "channel_tab_playlists_label": "Listas de reprodução",
"channel_tab_shorts_label": "Curtos", "channel_tab_channels_label": "Canais",
"channel_tab_streams_label": "Diretos", "channel_tab_shorts_label": "Curtos",
"Music in this video": "Música neste vídeo", "channel_tab_streams_label": "Diretos",
"Artist: ": "Artista: ", "Music in this video": "Música neste vídeo",
"Album: ": "Álbum: ", "Artist: ": "Artista: ",
"Song: ": "Canção: ", "Album: ": "Álbum: ",
"Channel Sponsor": "Patrocinador do canal", "Song: ": "Canção: ",
"Standard YouTube license": "Licença padrão do YouTube", "Channel Sponsor": "Patrocinador do canal",
"Download is disabled": "A descarga está desativada", "Standard YouTube license": "Licença padrão do YouTube",
"Import YouTube playlist (.csv)": "Importar lista de reprodução do YouTube (.csv)", "Download is disabled": "A descarga está desativada",
"generic_button_delete": "Deletar", "Import YouTube playlist (.csv)": "Importar lista de reprodução do YouTube (.csv)",
"generic_button_edit": "Editar", "generic_button_delete": "Deletar",
"generic_button_rss": "RSS", "generic_button_edit": "Editar",
"channel_tab_podcasts_label": "Podcasts", "generic_button_rss": "RSS",
"channel_tab_releases_label": "Lançamentos", "channel_tab_podcasts_label": "Podcasts",
"generic_button_save": "Salvar", "channel_tab_releases_label": "Lançamentos",
"generic_button_cancel": "Cancelar", "generic_button_save": "Salvar",
"playlist_button_add_items": "Adicionar vídeos" "generic_button_cancel": "Cancelar",
"playlist_button_add_items": "Adicionar vídeos"
} }

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,7 @@ struct ConfigPreferences
property thin_mode : Bool = false property thin_mode : Bool = false
property unseen_only : Bool = false property unseen_only : Bool = false
property video_loop : Bool = false property video_loop : Bool = false
property preserves_pitch : Bool = true
property extend_desc : Bool = false property extend_desc : Bool = false
property volume : Int32 = 100 property volume : Int32 = 100
property vr_mode : Bool = true property vr_mode : Bool = true

View File

@ -19,6 +19,10 @@ module Invidious::Routes::PreferencesRoute
video_loop ||= "off" video_loop ||= "off"
video_loop = video_loop == "on" video_loop = video_loop == "on"
preserves_pitch = env.params.body["preserves_pitch"]?.try &.as(String)
preserves_pitch ||= "off"
preserves_pitch = preserves_pitch == "on"
annotations = env.params.body["annotations"]?.try &.as(String) annotations = env.params.body["annotations"]?.try &.as(String)
annotations ||= "off" annotations ||= "off"
annotations = annotations == "on" annotations = annotations == "on"
@ -170,6 +174,7 @@ module Invidious::Routes::PreferencesRoute
thin_mode: thin_mode, thin_mode: thin_mode,
unseen_only: unseen_only, unseen_only: unseen_only,
video_loop: video_loop, video_loop: video_loop,
preserves_pitch: preserves_pitch,
volume: volume, volume: volume,
extend_desc: extend_desc, extend_desc: extend_desc,
vr_mode: vr_mode, vr_mode: vr_mode,

View File

@ -52,6 +52,7 @@ struct Preferences
property thin_mode : Bool = CONFIG.default_user_preferences.thin_mode property thin_mode : Bool = CONFIG.default_user_preferences.thin_mode
property unseen_only : Bool = CONFIG.default_user_preferences.unseen_only property unseen_only : Bool = CONFIG.default_user_preferences.unseen_only
property video_loop : Bool = CONFIG.default_user_preferences.video_loop property video_loop : Bool = CONFIG.default_user_preferences.video_loop
property preserves_pitch : Bool = CONFIG.default_user_preferences.preserves_pitch
property extend_desc : Bool = CONFIG.default_user_preferences.extend_desc property extend_desc : Bool = CONFIG.default_user_preferences.extend_desc
property volume : Int32 = CONFIG.default_user_preferences.volume property volume : Int32 = CONFIG.default_user_preferences.volume
property save_player_pos : Bool = CONFIG.default_user_preferences.save_player_pos property save_player_pos : Bool = CONFIG.default_user_preferences.save_player_pos

View File

@ -19,6 +19,7 @@ struct VideoPreferences
property speed : Float32 | Float64 property speed : Float32 | Float64
property video_end : Float64 | Int32 property video_end : Float64 | Int32
property video_loop : Bool property video_loop : Bool
property preserves_pitch : Bool
property extend_desc : Bool property extend_desc : Bool
property video_start : Float64 | Int32 property video_start : Float64 | Int32
property volume : Int32 property volume : Int32
@ -42,6 +43,7 @@ def process_video_params(query, preferences)
related_videos = query["related_videos"]?.try { |q| (q == "true" || q == "1").to_unsafe } related_videos = query["related_videos"]?.try { |q| (q == "true" || q == "1").to_unsafe }
speed = query["speed"]?.try &.rchop("x").to_f? speed = query["speed"]?.try &.rchop("x").to_f?
video_loop = query["loop"]?.try { |q| (q == "true" || q == "1").to_unsafe } video_loop = query["loop"]?.try { |q| (q == "true" || q == "1").to_unsafe }
preserves_pitch = query["preserves_pitch"]?.try { |q| (q == "true" || q == "1").to_unsafe }
extend_desc = query["extend_desc"]?.try { |q| (q == "true" || q == "1").to_unsafe } extend_desc = query["extend_desc"]?.try { |q| (q == "true" || q == "1").to_unsafe }
volume = query["volume"]?.try &.to_i? volume = query["volume"]?.try &.to_i?
vr_mode = query["vr_mode"]?.try { |q| (q == "true" || q == "1").to_unsafe } vr_mode = query["vr_mode"]?.try { |q| (q == "true" || q == "1").to_unsafe }
@ -63,6 +65,7 @@ def process_video_params(query, preferences)
related_videos ||= preferences.related_videos.to_unsafe related_videos ||= preferences.related_videos.to_unsafe
speed ||= preferences.speed speed ||= preferences.speed
video_loop ||= preferences.video_loop.to_unsafe video_loop ||= preferences.video_loop.to_unsafe
preserves_pitch ||= preferences.preserves_pitch.to_unsafe
extend_desc ||= preferences.extend_desc.to_unsafe extend_desc ||= preferences.extend_desc.to_unsafe
volume ||= preferences.volume volume ||= preferences.volume
vr_mode ||= preferences.vr_mode.to_unsafe vr_mode ||= preferences.vr_mode.to_unsafe
@ -83,6 +86,7 @@ def process_video_params(query, preferences)
related_videos ||= CONFIG.default_user_preferences.related_videos.to_unsafe related_videos ||= CONFIG.default_user_preferences.related_videos.to_unsafe
speed ||= CONFIG.default_user_preferences.speed speed ||= CONFIG.default_user_preferences.speed
video_loop ||= CONFIG.default_user_preferences.video_loop.to_unsafe video_loop ||= CONFIG.default_user_preferences.video_loop.to_unsafe
preserves_pitch ||= CONFIG.default_user_preferences.preserves_pitch.to_unsafe
extend_desc ||= CONFIG.default_user_preferences.extend_desc.to_unsafe extend_desc ||= CONFIG.default_user_preferences.extend_desc.to_unsafe
volume ||= CONFIG.default_user_preferences.volume volume ||= CONFIG.default_user_preferences.volume
vr_mode ||= CONFIG.default_user_preferences.vr_mode.to_unsafe vr_mode ||= CONFIG.default_user_preferences.vr_mode.to_unsafe
@ -96,6 +100,7 @@ def process_video_params(query, preferences)
local = local == 1 local = local == 1
related_videos = related_videos == 1 related_videos = related_videos == 1
video_loop = video_loop == 1 video_loop = video_loop == 1
preserves_pitch = preserves_pitch == 1
extend_desc = extend_desc == 1 extend_desc = extend_desc == 1
vr_mode = vr_mode == 1 vr_mode = vr_mode == 1
save_player_pos = save_player_pos == 1 save_player_pos = save_player_pos == 1
@ -145,6 +150,7 @@ def process_video_params(query, preferences)
speed: speed, speed: speed,
video_end: video_end, video_end: video_end,
video_loop: video_loop, video_loop: video_loop,
preserves_pitch: preserves_pitch,
extend_desc: extend_desc, extend_desc: extend_desc,
video_start: video_start, video_start: video_start,
volume: volume, volume: volume,

View File

@ -12,6 +12,11 @@
<input name="video_loop" id="video_loop" type="checkbox" <% if preferences.video_loop %>checked<% end %>> <input name="video_loop" id="video_loop" type="checkbox" <% if preferences.video_loop %>checked<% end %>>
</div> </div>
<div class="pure-control-group">
<label for="preserves_pitch"><%= translate(locale, "preferences_preserves_pitch_label") %></label>
<input name="preserves_pitch" id="preserves_pitch" type="checkbox" <% if preferences.preserves_pitch %>checked<% end %>>
</div>
<div class="pure-control-group"> <div class="pure-control-group">
<label for="autoplay"><%= translate(locale, "preferences_autoplay_label") %></label> <label for="autoplay"><%= translate(locale, "preferences_autoplay_label") %></label>
<input name="autoplay" id="autoplay" type="checkbox" <% if preferences.autoplay %>checked<% end %>> <input name="autoplay" id="autoplay" type="checkbox" <% if preferences.autoplay %>checked<% end %>>