peertube-plugin-livechat/languages/de.json
John Livingston 9d18e401a7
Implements #153: Settings translations (#155)
Implementing a new translating system, so we can more easily translate
settings strings. Indeed, these strings are difficult to embed in
JSON format.

We still use JSON files for standard strings, but in addition we have
dedicated YAML files to translate settings strings.

There is a new build-languages.js script that merge all translations in JSON files.

Other modifications:
* Eslint: ignoring documentation and build scripts.
* french settings translations.
2023-02-15 11:54:48 +01:00

26 lines
1.2 KiB
JSON

{
"Open chat": "Chat öffnen",
"Open chat in a new window": "Chat in neuem Fenster öffnen",
"Close chat": "Chat schließen",
"Use chat": "Chat nutzen",
"If enabled, there will be a chat next to the video.": "Wenn aktiviert, wird ein Chat neben dem Video sein.",
"Share chat link": "Chat Link teilen",
"Read-only": "Nur-Lesen",
"Show the scrollbar": "Zeige die Scrollleiste",
"Transparent background (for stream integration, with OBS for example)": "Transpatenter Hintergrund (zum Beispiel für die Streamintegration mit OBS)",
"Tips for streamers: To add the chat to your OBS, generate a read-only link and use it as a browser source.": "Tipps für Streamer: Um den Chat zu OBS hinzuzufügen, einen Nur-Lesen Link erstellen und ihn als browser source in OBS nutzen",
"Copy": "Kopieren",
"Link copied": "Link kopiert",
"Error": "Fehler",
"Open": "Öffnen",
"Use current theme colors": "Die derzeitigen Themenfarben nutzen",
"Generate an iframe to embed the chat in a website": "IFrame-Element erstellen, um den Chat in eine Webseite zu integrieren",
"Chat for live stream": "Chat für den Livestream",
"Room name": false,
"Room description": false,
"Not found": false,
"Video": false,
"Channel": false,
"Last activity": false
}