diff --git a/web-src/src/i18n/de.json b/web-src/src/i18n/de.json index 90506b88..7f394659 100644 --- a/web-src/src/i18n/de.json +++ b/web-src/src/i18n/de.json @@ -36,6 +36,7 @@ "loading": "Lade…", "placeholder": "https://url-to-stream", "play": "Spielen", + "processing": "Verarbeite…", "title": "Stream hinzufügen" } }, diff --git a/web-src/src/i18n/en.json b/web-src/src/i18n/en.json index 7774c053..ea878fcf 100644 --- a/web-src/src/i18n/en.json +++ b/web-src/src/i18n/en.json @@ -36,6 +36,7 @@ "loading": "Loading…", "placeholder": "https://url-to-stream", "play": "Play", + "processing": "Processing…", "title": "Add stream" } }, diff --git a/web-src/src/i18n/fr.json b/web-src/src/i18n/fr.json index ff9a7023..f9fb24c1 100644 --- a/web-src/src/i18n/fr.json +++ b/web-src/src/i18n/fr.json @@ -36,6 +36,7 @@ "loading": "Chargement…", "placeholder": "https://url-du-flux", "play": "Lire", + "processing": "Traitement en cours…", "title": "Ajouter un flux" } }, diff --git a/web-src/src/i18n/zh-CN.json b/web-src/src/i18n/zh-CN.json index 31b6c682..f09324bd 100644 --- a/web-src/src/i18n/zh-CN.json +++ b/web-src/src/i18n/zh-CN.json @@ -36,6 +36,7 @@ "loading": "加载中…", "placeholder": "https://url-to-stream", "play": "播放", + "processing": "处理中…", "title": "添加流" } }, diff --git a/web-src/src/i18n/zh-TW.json b/web-src/src/i18n/zh-TW.json index 8510a5e2..f5059124 100644 --- a/web-src/src/i18n/zh-TW.json +++ b/web-src/src/i18n/zh-TW.json @@ -36,6 +36,7 @@ "loading": "載入中…", "placeholder": "https://url-to-stream", "play": "播放", + "processing": "處理中…", "title": "新增串流" } },