mirror of
https://github.com/pierre42100/comunic
synced 2024-11-16 18:41:13 +00:00
26 lines
1.4 KiB
JavaScript
26 lines
1.4 KiB
JavaScript
|
videojs.addLanguage("de",{
|
||
|
"Play": "Wiedergabe",
|
||
|
"Pause": "Pause",
|
||
|
"Current Time": "Aktueller Zeitpunkt",
|
||
|
"Duration Time": "Dauer",
|
||
|
"Remaining Time": "Verbleibende Zeit",
|
||
|
"Stream Type": "Streamtyp",
|
||
|
"LIVE": "LIVE",
|
||
|
"Loaded": "Geladen",
|
||
|
"Progress": "Status",
|
||
|
"Fullscreen": "Vollbild",
|
||
|
"Non-Fullscreen": "Kein Vollbild",
|
||
|
"Mute": "Ton aus",
|
||
|
"Unmuted": "Ton ein",
|
||
|
"Playback Rate": "Wiedergabegeschwindigkeit",
|
||
|
"Subtitles": "Untertitel",
|
||
|
"subtitles off": "Untertitel aus",
|
||
|
"Captions": "Untertitel",
|
||
|
"captions off": "Untertitel aus",
|
||
|
"Chapters": "Kapitel",
|
||
|
"You aborted the video playback": "Sie haben die Videowiedergabe abgebrochen.",
|
||
|
"A network error caused the video download to fail part-way.": "Der Videodownload ist aufgrund eines Netzwerkfehlers fehlgeschlagen.",
|
||
|
"The video could not be loaded, either because the server or network failed or because the format is not supported.": "Das Video konnte nicht geladen werden, da entweder ein Server- oder Netzwerkfehler auftrat oder das Format nicht unterstützt wird.",
|
||
|
"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "Die Videowiedergabe wurde entweder wegen eines Problems mit einem beschädigten Video oder wegen verwendeten Funktionen, die vom Browser nicht unterstützt werden, abgebrochen.",
|
||
|
"No compatible source was found for this video.": "Für dieses Video wurde keine kompatible Quelle gefunden."
|
||
|
});
|