From ee1dc9dd8e8165c7fb85c15226b908d740acca2d Mon Sep 17 00:00:00 2001 From: Joris Bodin Date: Fri, 3 Apr 2020 12:14:21 +0200 Subject: [PATCH] lang: update translation for fr, de, es, it for mobile app --- lang/main-de.json | 4 ++++ lang/main-es.json | 5 +++++ lang/main-fr.json | 8 ++++++++ lang/main-it.json | 5 +++++ 4 files changed, 22 insertions(+) diff --git a/lang/main-de.json b/lang/main-de.json index ab66aa7dc..33b0c7498 100644 --- a/lang/main-de.json +++ b/lang/main-de.json @@ -769,5 +769,9 @@ "sendFeedback": "Feedback senden", "terms": "AGB", "title": "Sichere, mit umfassenden Funktionen ausgestattete und vollkommen kostenlose Videokonferenzen" + }, + "lonelyMeetingExperience": { + "button": "Weitere einladen", + "youAreAlone": "Sie sind der einzige in diesem Meeting" } } diff --git a/lang/main-es.json b/lang/main-es.json index 4d8b875ee..84b4214ea 100644 --- a/lang/main-es.json +++ b/lang/main-es.json @@ -628,6 +628,7 @@ "logout": "Cerrar sesión", "lowerYourHand": "Bajar la mano", "moreActions": "Más acciones", + "moreOptions": "Más opciones", "mute": "Activar / Desactivar Silencio", "noAudioSignalTitle": "¡No hay entrada proveniente de su micrófono!", "noAudioSignalDesc": "Si no lo silenció a propósito desde la configuración del sistema o el dispositivo, considere cambiar el dispositivo.", @@ -752,5 +753,9 @@ "sendFeedback": "Enviar comentarios", "terms": "Términos", "title": "Seguro, lleno de funcionalidades y videoconferencias completamente gratuitas" + }, + "lonelyMeetingExperience": { + "button": "Invitar a otros", + "youAreAlone": "Eres el único en la reunión" } } diff --git a/lang/main-fr.json b/lang/main-fr.json index 0df19b2a5..9288e5cbb 100644 --- a/lang/main-fr.json +++ b/lang/main-fr.json @@ -628,6 +628,7 @@ "logout": "Déconnexion", "lowerYourHand": "Baisser la main", "moreActions": "Plus d'actions", + "moreOptions": "Plus d'options", "mute": "Muet / Actif", "noAudioSignalTitle": "Il n'y a pas d'entrée provenant de votre micro !", "noAudioSignalDesc": "Si vous n'avez pas délibérément coupé le son des paramètres du système ou du matériel, envisagez de changer le périphérique.", @@ -752,5 +753,12 @@ "sendFeedback": "Envoyer votre avis", "terms": "Termes", "title": "Vidéoconférence Sécurisée, entièrement en vedette et gratuite" + }, + "lonelyMeetingExperience": { + "button": "Inviter d'autres personnes", + "youAreAlone": "Vous êtes le seul participant de la réunion" + }, + "helpView": { + "header": "Centre d'aide" } } diff --git a/lang/main-it.json b/lang/main-it.json index 81318da8e..252265f00 100644 --- a/lang/main-it.json +++ b/lang/main-it.json @@ -594,6 +594,7 @@ "logout": "Logout", "lowerYourHand": "Abbassa la mano", "moreActions": "Più azioni", + "moreOptions": "Più opzioni", "mute": "Microfono Attiva / Disattiva", "openChat": "Apri una chat", "pip": "Abilita visualizzazione immagine nell’immagine", @@ -707,5 +708,9 @@ "sendFeedback": "Invia feedback", "terms": "Termini di utilizzo", "title": "Il sistema di conferenza sicuro, funzionale e completamente gratuito." + }, + "lonelyMeetingExperience": { + "button": "Invita gli altri", + "youAreAlone": "Sei l'unico in riunione" } }