diff --git a/materialious/src/lib/i18n/locales/de.json b/materialious/src/lib/i18n/locales/de.json index 8e5e5fc7..4a147b6c 100644 --- a/materialious/src/lib/i18n/locales/de.json +++ b/materialious/src/lib/i18n/locales/de.json @@ -102,7 +102,17 @@ "chapters": "Kapitel", "retryText": "Das Video konnte nicht geladen werden, wie möchtest du weiterfahren?", "youtubeJsLoading": "Das Video konnte nicht geladen werden, es wird mit lokalem Video-Fallback erneut versucht.", - "premiere": "Video wird verfügbar sein" + "premiere": "Video wird verfügbar sein", + "controls": { + "back": "Zurück", + "quality": "Qualität", + "auto": "Automatisch", + "playbackSpeed": "Wiedergabegeschwindigkeit", + "loop": "Schleife", + "on": "An", + "off": "Aus", + "language": "Sprache" + } }, "layout": { "interface": "Benutzeroberfläche", diff --git a/materialious/src/lib/i18n/locales/gsw.json b/materialious/src/lib/i18n/locales/gsw.json index 4c31b9bc..60867133 100644 --- a/materialious/src/lib/i18n/locales/gsw.json +++ b/materialious/src/lib/i18n/locales/gsw.json @@ -184,7 +184,17 @@ "enableYoutubejsPerm": "Lokale Video-Fallback immer erlaube", "enableYoutubejsTemp": "Nutz eimalig de lokali Video-Fallback", "youtubeJsFallBack": "Lokale Video-Fallback wird gnutzt", - "premiere": "Video wird verfüegbar sii" + "premiere": "Video wird verfüegbar sii", + "controls": { + "back": "Zrugg", + "quality": "Qualität", + "auto": "Automatisch", + "playbackSpeed": "Widergabegschwindigkeit", + "loop": "Schleife", + "on": "Aa", + "off": "Uus", + "language": "Spraach" + } }, "subscribe": "Abonniere", "invidiousLogin": "Bitte meld dich mit dim Invidious-Konto aa", diff --git a/materialious/src/lib/i18n/locales/zh_Hant.json b/materialious/src/lib/i18n/locales/zh_Hant.json new file mode 100644 index 00000000..37027b6a --- /dev/null +++ b/materialious/src/lib/i18n/locales/zh_Hant.json @@ -0,0 +1,4 @@ +{ + "enabled": "啟用", + "disabled": "停用" +}