Translated using Weblate (German)

Currently translated at 29.8% (82 of 275 strings)

Translation: th-ch/youtube-music/i18n
Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/de/
This commit is contained in:
Yazazuyo
2023-11-30 19:47:22 +00:00
committed by Hosted Weblate
parent cfc504da34
commit 4d346a9471

View File

@ -10,20 +10,20 @@
} }
}, },
"quality": { "quality": {
"label": "Quality", "label": "Qualität",
"submenu": { "submenu": {
"pixels": "{{quality}} pixels" "pixels": "{{quality}} Pixel"
} }
}, },
"size": { "size": {
"submenu": { "submenu": {
"percent": "{{size}}%" "percent": "{{size}}%"
}, },
"label": "Size" "label": "Größe"
}, },
"blur-amount": { "blur-amount": {
"submenu": { "submenu": {
"pixels": "{{blurAmount}} pixels" "pixels": "{{blurAmount}} Pixel"
}, },
"label": "Blur amount" "label": "Blur amount"
}, },
@ -49,7 +49,7 @@
"menu": { "menu": {
"hide-dom-window-controls": "Hide DOM window controls" "hide-dom-window-controls": "Hide DOM window controls"
}, },
"name": "In-App Menu", "name": "In-App Menü",
"description": "Gives menu-bars a fancy, dark or album-color look" "description": "Gives menu-bars a fancy, dark or album-color look"
}, },
"video-toggle": { "video-toggle": {
@ -57,23 +57,23 @@
"force-hide": "Force remove video tab", "force-hide": "Force remove video tab",
"align": { "align": {
"submenu": { "submenu": {
"left": "Left", "left": "Links",
"right": "Right", "right": "Rechts",
"middle": "Middle" "middle": "Mitte"
}, },
"label": "Alignment" "label": "Ausrichtung"
}, },
"mode": { "mode": {
"submenu": { "submenu": {
"native": "Native toggle", "native": "Native toggle",
"custom": "Custom toggle", "custom": "Custom toggle",
"disabled": "Disabled" "disabled": "Deaktiviert"
}, },
"label": "Mode" "label": "Modus"
} }
}, },
"templates": { "templates": {
"button": "Song" "button": "Lied"
}, },
"description": "Adds a button to switch between Video/Song mode. can also optionally remove the whole video tab", "description": "Adds a button to switch between Video/Song mode. can also optionally remove the whole video tab",
"name": "Video Toggle" "name": "Video Toggle"
@ -81,7 +81,7 @@
"notifications": { "notifications": {
"menu": { "menu": {
"interactive-settings": { "interactive-settings": {
"label": "Interactive Settings", "label": "Interaktive Einstellungen",
"submenu": { "submenu": {
"tray-controls": "Open/Close on tray click", "tray-controls": "Open/Close on tray click",
"hide-button-text": "Hide button text", "hide-button-text": "Hide button text",
@ -90,45 +90,45 @@
}, },
"toast-style": "Toast style", "toast-style": "Toast style",
"unpause-notification": "Show notification on unpause", "unpause-notification": "Show notification on unpause",
"interactive": "Interactive Notifications", "interactive": "Interaktive Benachrichtigungen",
"priority": "Notification Priority" "priority": "Notification Priority"
}, },
"description": "Display a notification when a song starts playing (interactive notifications are available on Windows)", "description": "Zeige eine Benachrichtigung, wenn ein Lied beginnt zu spielen (interaktive Benachrichtigungen sind unter Windows verfügbar)",
"name": "Notifications" "name": "Benachrichtigungen"
}, },
"downloader": { "downloader": {
"backend": { "backend": {
"feedback": { "feedback": {
"video-id-not-found": "Video not found", "video-id-not-found": "Video nicht gefunden",
"conversion-progress": "Conversion: {{percent}}%", "conversion-progress": "Conversion: {{percent}}%",
"getting-playlist-info": "Getting playlist info…", "getting-playlist-info": "Getting playlist info…",
"downloading-playlist": "Downloading playlist \"{{playlistTitle}}\" - {{playlistSize}} songs ({{playlistId}})", "downloading-playlist": "Downloading playlist \"{{playlistTitle}}\" - {{playlistSize}} songs ({{playlistId}})",
"download-info": "Downloading {{artist}} - {{title}} [{{videoId}}", "download-info": "Lade {{artist}} - {{title}} [{{videoId}} herunter",
"playlist-is-empty": "Playlist is empty", "playlist-is-empty": "Playlist ist leer",
"downloading-counter": "Downloading {{current}}/{{total}}…", "downloading-counter": "Downloading {{current}}/{{total}}…",
"playlist-id-not-found": "No playlist ID found", "playlist-id-not-found": "Keine Playlist-ID gefunden",
"preparing-file": "Preparing file…", "preparing-file": "Bereite Datei vor…",
"downloading": "Downloading…", "downloading": "Lade herunter…",
"trying-to-get-playlist-id": "Trying to get playlist ID: {{playlistId}}", "trying-to-get-playlist-id": "Trying to get playlist ID: {{playlistId}}",
"playlist-has-only-one-song": "Playlist has only one item, downloading it directly", "playlist-has-only-one-song": "Playlist hat nur ein Lied, lade es direkt herunter",
"done": "Done: {{filePath}}", "done": "Done: {{filePath}}",
"writing-id3": "Writing ID3 tags…", "writing-id3": "Writing ID3 tags…",
"converting": "Converting…", "converting": "Converting…",
"playlist-is-mix-or-private": "Error getting playlist info: make sure it isn't a private or \"Mixed for you\" playlist\n\n{{error}}", "playlist-is-mix-or-private": "Error getting playlist info: make sure it isn't a private or \"Mixed for you\" playlist\n\n{{error}}",
"download-progress": "Download: {{percent}}%", "download-progress": "Download: {{percent}}%",
"folder-already-exists": "The folder {{playlistFolder}} already exists", "folder-already-exists": "Der Ordner {{playlistFolder}} existiert bereits",
"error-while-downloading": "Error downloading \"{{author}} - {{title}}\": {{error}}", "error-while-downloading": "Error downloading \"{{author}} - {{title}}\": {{error}}",
"saving": "Saving…", "saving": "Saving…",
"loading": "Loading…" "loading": "Laden…"
}, },
"dialog": { "dialog": {
"start-download-playlist": { "start-download-playlist": {
"buttons": { "buttons": {
"ok": "OK" "ok": "OK"
}, },
"message": "Downloading Playlist {{playlistTitle}}", "message": "Lade Playlist {{playlistTitle}} herunter",
"title": "Download started", "title": "Download begonnen",
"detail": "({{playlistSize}} songs)" "detail": "({{playlistSize}} Lieder)"
}, },
"error": { "error": {
"buttons": { "buttons": {
@ -141,7 +141,7 @@
}, },
"menu": { "menu": {
"choose-download-folder": "Choose download folder", "choose-download-folder": "Choose download folder",
"skip-existing": "Skip existing files", "skip-existing": "Vorhandene Dateien überspringen",
"presets": "Presets" "presets": "Presets"
}, },
"name": "Downloader", "name": "Downloader",
@ -150,26 +150,26 @@
}, },
"description": "Downloads MP3 / source audio directly from the interface", "description": "Downloads MP3 / source audio directly from the interface",
"templates": { "templates": {
"button": "Download" "button": "Herunterladen"
} }
}, },
"captions-selector": { "captions-selector": {
"prompt": { "prompt": {
"selector": { "selector": {
"label": "Current caption language: {{language}}", "label": "Aktuelle Untertitelsprache: {{language}}",
"none": "None", "none": "Keine",
"title": "Select caption language" "title": "Wähle Untertitelsprache"
} }
}, },
"description": "Caption selector for YouTube Music audio tracks", "description": "Caption selector for YouTube Music audio tracks",
"menu": { "menu": {
"disable-captions": "No captions by default", "disable-captions": "Standartmäßig keine Untertitel",
"autoload": "Automatically select last used caption" "autoload": "Wähle automatisch den zuletzt verwendeten Untertitel"
}, },
"templates": { "templates": {
"title": "Open captions selector" "title": "Open captions selector"
}, },
"name": "Captions Selector" "name": "Untertitelwähler"
}, },
"touchbar": { "touchbar": {
"description": "Adds a TouchBar widget for macOS users", "description": "Adds a TouchBar widget for macOS users",
@ -189,28 +189,28 @@
}, },
"use-native-pip": "Use browser native PiP", "use-native-pip": "Use browser native PiP",
"always-on-top": "Always on top", "always-on-top": "Always on top",
"save-window-position": "Save window position", "save-window-position": "Fensterposition speichern",
"save-window-size": "Save window size" "save-window-size": "Fenstergröße speichern"
}, },
"name": "Picture in Picture", "name": "Bild im Bild",
"templates": { "templates": {
"button": "Picture in Picture" "button": "Bild im Bild"
}, },
"description": "Allows to switch the app to picture-in-picture mode" "description": "Erlaubt die App in den Bild-im-Bild-Modus zu wechseln"
}, },
"album-color-theme": { "album-color-theme": {
"description": "Applies a dynamic theme and visual effects based on the album color palette", "description": "Wendet ein dynamisches Farbthema und visuelle Effekte auf Basis der Farbpalette des Albumcovers an",
"name": "Album Color Theme" "name": "Albumfarbenthema"
}, },
"discord": { "discord": {
"menu": { "menu": {
"auto-reconnect": "Auto reconnect", "auto-reconnect": "Auto reconnect",
"clear-activity-after-timeout": "Clear activity after timeout", "clear-activity-after-timeout": "Aktivität nach Timeout leeren",
"hide-duration-left": "Hide duration left", "hide-duration-left": "Verstecke verbleibende Zeit",
"hide-github-button": "Hide GitHub link Button", "hide-github-button": "Hide GitHub link Button",
"clear-activity": "Clear activity", "clear-activity": "Aktivität leeren",
"set-inactivity-timeout": "Set inactivity timeout", "set-inactivity-timeout": "Set inactivity timeout",
"play-on-youtube-music": "Play on YouTube Music" "play-on-youtube-music": "Auf YouTube Music spielen"
}, },
"description": "Show your friends what you listen to with Rich Presence", "description": "Show your friends what you listen to with Rich Presence",
"prompt": { "prompt": {
@ -221,7 +221,7 @@
}, },
"backend": { "backend": {
"already-connected": "Attempted to connect with active connection", "already-connected": "Attempted to connect with active connection",
"connected": "Connected to Discord", "connected": "Mit Discord verbunden",
"disconnected": "Disconnected from Discord" "disconnected": "Disconnected from Discord"
}, },
"name": "Discord Rich Presence" "name": "Discord Rich Presence"
@ -230,9 +230,9 @@
"backend": { "backend": {
"dialog": { "dialog": {
"quality-changer": { "quality-changer": {
"detail": "Current Quality: {{quality}}", "detail": "Aktuelle Videoqualität: {{quality}}",
"message": "Choose Video Quality:", "message": "Wähle Videoqualität:",
"title": "Choose Video Quality" "title": "Videoqualität wählen"
} }
} }
}, },
@ -266,8 +266,8 @@
"prompt": { "prompt": {
"global-shortcuts": { "global-shortcuts": {
"keybind-options": { "keybind-options": {
"increase": "Increase Volume", "increase": "Lautstärke erhöhen",
"decrease": "Decrease Volume" "decrease": "Lautstärke verringern"
}, },
"label": "Choose Global Volume Keybinds:", "label": "Choose Global Volume Keybinds:",
"title": "Global Volume Keybinds" "title": "Global Volume Keybinds"
@ -283,14 +283,14 @@
"arrows-shortcuts": "Local Arrow-keys Controls", "arrows-shortcuts": "Local Arrow-keys Controls",
"global-shortcuts": "Global Hotkeys" "global-shortcuts": "Global Hotkeys"
}, },
"name": "Precise Volume" "name": "Genaue Lautstärke"
}, },
"crossfade": { "crossfade": {
"prompt": { "prompt": {
"options": { "options": {
"multi-input": { "multi-input": {
"fade-scaling": { "fade-scaling": {
"logarithmic": "Logarithmic", "logarithmic": "Logarithmisch",
"linear": "Linear", "linear": "Linear",
"label": "Fade scaling" "label": "Fade scaling"
}, },
@ -304,7 +304,7 @@
"name": "Crossfade [beta]", "name": "Crossfade [beta]",
"description": "Crossfade between songs", "description": "Crossfade between songs",
"menu": { "menu": {
"advanced": "Advanced" "advanced": "Erweitert"
} }
}, },
"taskbar-mediacontrol": { "taskbar-mediacontrol": {
@ -313,22 +313,22 @@
}, },
"compact-sidebar": { "compact-sidebar": {
"description": "Always set the sidebar in compact mode", "description": "Always set the sidebar in compact mode",
"name": "Compact Sidebar" "name": "Kompakte Seitenleiste"
}, },
"disable-autoplay": { "disable-autoplay": {
"description": "Makes song start in \"paused\" mode", "description": "Makes song start in \"paused\" mode",
"name": "Disable Autoplay", "name": "Deaktiviere Autoplay",
"menu": { "menu": {
"apply-once": "Applies only on startup" "apply-once": "Applies only on startup"
} }
}, },
"audio-compressor": { "audio-compressor": {
"description": "Apply compression to audio (lowers the volume of the loudest parts of the signal and raises the volume of the softest parts)", "description": "Apply compression to audio (lowers the volume of the loudest parts of the signal and raises the volume of the softest parts)",
"name": "Audio Compressor" "name": "Audio-Komprimierer"
}, },
"adblocker": { "adblocker": {
"name": "Adblocker", "name": "Adblocker",
"description": "Block all ads and tracking out of the box", "description": "Blockiere jegliche Werbung und Tracker",
"menu": { "menu": {
"blocker": "Blocker" "blocker": "Blocker"
} }
@ -336,36 +336,36 @@
"playback-speed": { "playback-speed": {
"description": "Listen fast, listen slow! Adds a slider that controls song speed", "description": "Listen fast, listen slow! Adds a slider that controls song speed",
"templates": { "templates": {
"button": "Speed" "button": "Geschwindigkeit"
}, },
"name": "Playback Speed" "name": "Wiedergabegeschwindigkeit"
}, },
"navigation": { "navigation": {
"name": "Navigation", "name": "Navigation",
"description": "Next/Back navigation arrows directly integrated in the interface, like in your favorite browser" "description": "Vorwärts/Zurück Navigationspfeile direkt in die Oberfläche integriert - wie in deinem geliebten Browser"
}, },
"exponential-volume": { "exponential-volume": {
"name": "Exponential Volume", "name": "Exponentielle Lautstärke",
"description": "Makes the volume slider exponential so it's easier to select lower volumes." "description": "Makes the volume slider exponential so it's easier to select lower volumes."
}, },
"bypass-age-restrictions": { "bypass-age-restrictions": {
"description": "Bypass YouTube's age verification", "description": "Youtubes Altersbestätigung umgehen",
"name": "Bypass Age Restrictions" "name": "Altersbeschränkungen umgehen"
}, },
"lumiastream": { "lumiastream": {
"description": "Adds Lumia Stream support", "description": "Fügt Unterstützung für Lumia Stream hinzu",
"name": "Lumia Stream [beta]" "name": "Lumia Stream [Beta]"
}, },
"skip-silences": { "skip-silences": {
"name": "Skip Silences", "name": "Stille überspringen",
"description": "Automatically skip silences sections in songs" "description": "Automatisch stille Abschnitte in Liedern überspringen"
}, },
"visualizer": { "visualizer": {
"description": "Adds a visualizer to the player", "description": "Adds a visualizer to the player",
"menu": { "menu": {
"visualizer-type": "Visualizer Type" "visualizer-type": "Visualizer Type"
}, },
"name": "Visualizer" "name": "Visualisierer"
}, },
"lyrics-genius": { "lyrics-genius": {
"renderer": { "renderer": {
@ -387,7 +387,7 @@
}, },
"no-google-login": { "no-google-login": {
"description": "Remove Google login buttons and links from the interface", "description": "Remove Google login buttons and links from the interface",
"name": "No Google Login" "name": "Keine Google-Anmeldung"
}, },
"last-fm": { "last-fm": {
"description": "Add scrobbling support for Last.fm", "description": "Add scrobbling support for Last.fm",
@ -398,22 +398,22 @@
"dialog": { "dialog": {
"need-to-restart": { "need-to-restart": {
"buttons": { "buttons": {
"later": "Later", "later": "Später",
"restart-now": "Restart Now" "restart-now": "Jetzt neustarten"
}, },
"title": "Restart Required", "title": "Neustart Erforderlich",
"message": "\"{{pluginName}}\" needs to restart", "message": "\"{{pluginName}}\" muss neugestartet werden",
"detail": "\"{{pluginName}}\" plugin requires a restart to take effect" "detail": "\"{{pluginName}}\"-Plugin erfordert einen Neustart, um in Kraft zu treten"
}, },
"update-available": { "update-available": {
"buttons": { "buttons": {
"download": "Download", "download": "Herunterladen",
"disable": "Disable Updates", "disable": "Aktualisierungen deaktivieren",
"ok": "OK" "ok": "OK"
}, },
"title": "Update Available", "title": "Aktualisierung Verfügbar",
"detail": "A new version is available and can be downloaded at {{downloadLink}}", "detail": "A new version is available and can be downloaded at {{downloadLink}}",
"message": "A new version is available" "message": "Eine neue Version ist verfügbar"
}, },
"hide-menu-enabled": { "hide-menu-enabled": {
"message": "Hide Menu is enabled", "message": "Hide Menu is enabled",
@ -423,8 +423,8 @@
"unresponsive": { "unresponsive": {
"message": "The Application is Unresponsive", "message": "The Application is Unresponsive",
"buttons": { "buttons": {
"quit": "Quit", "quit": "Beenden",
"wait": "Wait", "wait": "Warten",
"relaunch": "Relaunch" "relaunch": "Relaunch"
}, },
"title": "Window Unresponsive", "title": "Window Unresponsive",
@ -436,7 +436,7 @@
"loaded": "i18n loaded" "loaded": "i18n loaded"
}, },
"when-ready": { "when-ready": {
"clearing-cache-after-20s": "Clearing app cache" "clearing-cache-after-20s": "Leere App-Cache"
}, },
"did-finish-load": { "did-finish-load": {
"dev-tools": "did finish load. dev tools opened" "dev-tools": "did finish load. dev tools opened"
@ -544,14 +544,14 @@
"label": "View" "label": "View"
}, },
"plugins": { "plugins": {
"label": "Plugins", "label": "Plugins",
"enabled": "Enabled" "enabled": "Enabled"
} }
} }
}, },
"language": { "language": {
"code": "en", "code": "en",
"name": "English", "name": "Englisch",
"local-name": "English" "local-name": "English"
}, },
"common": { "common": {