Merge branch 'cornerot/mobilizon-cornerot-master-patch-62182'

This commit is contained in:
Thomas Citharel 2021-09-06 09:30:49 +02:00
commit 2d1facbf39
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
5 changed files with 5 additions and 5 deletions

View File

@ -1130,7 +1130,7 @@
"Zoom out": "Zoom out",
"Show me where I am": "Show me where I am",
"Video Conference": "Video Conference",
"Jisti Meet": "Jisti Meet",
"Jitsi Meet": "Jitsi Meet",
"The Jitsi Meet video teleconference URL": "The Jitsi Meet video teleconference URL",
"Zoom": "Zoom",
"The Zoom video teleconference URL": "The Zoom video teleconference URL",

View File

@ -469,7 +469,7 @@
"Invited": "Invitado",
"It is possible that the content is not accessible on this instance, because this instance has blocked the profiles or groups behind this content.": "Es posible que el contenido no sea accesible en esta instancia, porque esta instancia ha bloqueado los perfiles o grupos detrás de este contenido.",
"Italic": "Cursiva",
"Jisti Meet": "Jisti Meet",
"Jitsi Meet": "Jitsi Meet",
"Join <b>{instance}</b>, a Mobilizon instance": "Únase a <b> {instance} </b>, una instancia de Mobilizon",
"Join group": "Unirse al grupo",
"Join group {group}": "Unirse al grupo {group}",

View File

@ -458,7 +458,7 @@
"Invited": "Kutsuttu",
"It is possible that the content is not accessible on this instance, because this instance has blocked the profiles or groups behind this content.": "Sisältö ei ole käytettävissä tämän palvelimen kautta mahdollisesti siksi, että tämä instanssi on estänyt sisällön taustalla olevat profiilit tai ryhmät.",
"Italic": "Kursivoitu",
"Jisti Meet": "Jitsi-tapaaminen",
"Jitsi Meet": "Jitsi-tapaaminen",
"Join <b>{instance}</b>, a Mobilizon instance": "Liity Mobilizon- instanssille <b>{instance}</b>",
"Join group": "Liity ryhmään",
"Join group {group}": "Liity ryhmään {group}",

View File

@ -1221,7 +1221,7 @@
"Zoom out": "Dézoomer",
"Show me where I am": "Afficher ma position",
"Video Conference": "Visio-conférence",
"Jisti Meet": "Jitsi Meet",
"Jitsi Meet": "Jitsi Meet",
"The Jitsi Meet video teleconference URL": "L'URL de visio-conférence Jitsi Meet",
"Zoom": "Zoom",
"The Zoom video teleconference URL": "L'URL de visio-conférence Zoom",

View File

@ -227,7 +227,7 @@ export const eventMetaDataList: IEventMetadataDescription[] = [
{
icon: "webcam",
key: "mz:visio:jitsi_meet",
label: i18n.t("Jisti Meet") as string,
label: i18n.t("Jitsi Meet") as string,
description: i18n.t("The Jitsi Meet video teleconference URL") as string,
value: "",
type: EventMetadataType.STRING,