From 52b39af5c8590cb86518ffec336ea3efad9d9d1e Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 11 Jun 2021 17:39:13 +0200 Subject: [PATCH] Translation. --- languages/ca.json | 4 +++- languages/eo.json | 4 +++- languages/es.json | 4 +++- languages/eu.json | 4 +++- languages/fr.json | 4 +++- languages/it.json | 4 +++- languages/pl.json | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/languages/ca.json b/languages/ca.json index f9b5c54d..6ea5cb31 100644 --- a/languages/ca.json +++ b/languages/ca.json @@ -1,5 +1,7 @@ { "Open chat": "Obre el xat", "Open chat in a new window": "Obre el xat en una finestra nova", - "Close chat": "Tanca el xat" + "Close chat": "Tanca el xat", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false } diff --git a/languages/eo.json b/languages/eo.json index 883ae1f8..8f384ef5 100644 --- a/languages/eo.json +++ b/languages/eo.json @@ -1,5 +1,7 @@ { "Open chat": "Malfermi la babilejon", "Open chat in a new window": "Malfermi la babilejon en nova fenestro", - "Close chat": "Fermi la babilejon" + "Close chat": "Fermi la babilejon", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false } diff --git a/languages/es.json b/languages/es.json index 57e9fe39..5723b540 100644 --- a/languages/es.json +++ b/languages/es.json @@ -1,5 +1,7 @@ { "Open chat": "Abrir el chat", "Open chat in a new window": "Abrir el chat en una venta nueva", - "Close chat": "Cerrar el chat" + "Close chat": "Cerrar el chat", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false } diff --git a/languages/eu.json b/languages/eu.json index 6ac6788f..6da91213 100644 --- a/languages/eu.json +++ b/languages/eu.json @@ -1,5 +1,7 @@ { "Open chat": "Ireki txata", "Open chat in a new window": "Ireki txata leiho berri batean", - "Close chat": "Itxi txata" + "Close chat": "Itxi txata", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false } diff --git a/languages/fr.json b/languages/fr.json index 2a9a9479..343730c1 100644 --- a/languages/fr.json +++ b/languages/fr.json @@ -1,5 +1,7 @@ { "Open chat": "Ouvrir le salon de discussion", "Open chat in a new window": "Ouvrir le salon de discussion dans une nouvelle fenêtre", - "Close chat": "Fermer le salon de discussion" + "Close chat": "Fermer le salon de discussion", + "Use chat": "Activer le salon de discussion", + "If enabled, there will be a chat next to the video.": "Si activé, un salon de discussion sera affiché à coté de la vidéo." } diff --git a/languages/it.json b/languages/it.json index 1ae334d1..efa5a606 100644 --- a/languages/it.json +++ b/languages/it.json @@ -1,5 +1,7 @@ { "Open chat": "Apri la chat", "Open chat in a new window": "Apri la chat in un nuova finestra", - "Close chat": "Chiudi la chat" + "Close chat": "Chiudi la chat", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false } diff --git a/languages/pl.json b/languages/pl.json index 08919f02..49feb16c 100644 --- a/languages/pl.json +++ b/languages/pl.json @@ -1,5 +1,7 @@ { "Open chat": "Otwórz czat", "Open chat in a new window": "Otwórz czat w nowym oknie", - "Close chat": "Zamknij czat" + "Close chat": "Zamknij czat", + "Use chat": false, + "If enabled, there will be a chat next to the video.": false }