Chat federation: new settings to disable the feature.
This commit is contained in:
@ -16,6 +16,14 @@ list_rooms_label: "Bestehende Räume auflisten"
|
||||
list_rooms_description: |
|
||||
<a class="peertube-plugin-livechat-prosody-list-rooms-btn">Räume auflisten</a>
|
||||
|
||||
federation_description: ~
|
||||
|
||||
federation_no_remote_chat_label: ~
|
||||
federation_no_remote_chat_description: ~
|
||||
|
||||
federation_dont_publish_remotely_label: ~
|
||||
federation_dont_publish_remotely_description: ~
|
||||
|
||||
chat_behaviour_description: "<h3>Chatverhalten</h3>"
|
||||
|
||||
room_type_label: "Raumtyp"
|
||||
|
@ -16,6 +16,27 @@ list_rooms_label: "List existing rooms"
|
||||
list_rooms_description: |
|
||||
<a class="peertube-plugin-livechat-prosody-list-rooms-btn">List rooms</a>
|
||||
|
||||
federation_description: |
|
||||
<h3>Federation</h3>
|
||||
Following settings concern the fedration with other Peertube instances,
|
||||
and other fediverse softwares.
|
||||
|
||||
federation_no_remote_chat_label: "Don't display remote chats"
|
||||
federation_no_remote_chat_description: |
|
||||
By checking this setting, your instance will never display chats from remote videos.
|
||||
|
||||
federation_dont_publish_remotely_label: "Don't publish chat information"
|
||||
federation_dont_publish_remotely_description: |
|
||||
By checking this setting, your instance will not publish chat information on the fediverse.
|
||||
Remote Peertube instances will not be aware that they are chat rooms associated to your videos.<br>
|
||||
<b>Please note</b>: if you already had chats in progress, it is possible that the information has already been published.
|
||||
You will have to wait for the next video update before the information is unpublished.
|
||||
Also, if you disable this setting, you'll have to wait for the videos to be updated before the information are
|
||||
published again. This update happens among others when a live event resumes or stops.<br>
|
||||
<b>Please note</b>: this setting only affects the publication of information via the ActivityPub protocol.
|
||||
It will not prevent a remote application from otherwise detecting the presence of chats, and trying to connect to it.
|
||||
|
||||
|
||||
chat_behaviour_description: "<h3>Chat behaviour</h3>"
|
||||
|
||||
room_type_label: "Room type"
|
||||
|
@ -16,6 +16,26 @@ list_rooms_label: "Lister les salons de tchat existants"
|
||||
list_rooms_description: |
|
||||
<a class="peertube-plugin-livechat-prosody-list-rooms-btn">Lister les salons</a>
|
||||
|
||||
federation_description: |
|
||||
<h3>Fédération</h3>
|
||||
Les paramètres ci-dessous concerne la fédération avec d'autres instances Peertube
|
||||
et autres logiciels du fédivers.
|
||||
|
||||
federation_no_remote_chat_label: "Ne pas afficher les tchats distants"
|
||||
federation_no_remote_chat_description: |
|
||||
En cochant ce paramètre, votre instance n'affichera jamais les tchats sur les vidéos distantes.
|
||||
|
||||
federation_dont_publish_remotely_label: "Ne pas publier les informations de tchats"
|
||||
federation_dont_publish_remotely_description: |
|
||||
En cochant ce paramètre, votre instance ne publiera pas les informations de tchat sur le fédivers.
|
||||
Les instances Peertube distantes ne sauront pas qu'un tchat est associé aux vidéos.<br>
|
||||
<b>Attention</b>: si vous aviez déjà des tchats en cours, il est possible que les informations aient déjà été publiées.
|
||||
Il faudra attendre la prochaine mise à jour des vidéos pour que les informations soient dépubliées.
|
||||
De même, si vous désactivé ce paramètre, il faudra attendre que les vidéos soient mises à jour pour à nouveau
|
||||
publier les informations. Cette mise à jour intervient entre autre quand un live reprend ou s'arrête.<br>
|
||||
<b>Attention</b>: ce paramètre ne joue que sur la publication d'informations via le protocole ActivityPub. Il n'empêchera
|
||||
pas une application distante de détecter autrement la présence de tchat, et de tenter de s'y connecter.
|
||||
|
||||
chat_behaviour_description: "<h3>Comportement du tchat</h3>"
|
||||
|
||||
room_type_label: "Type de salon"
|
||||
|
@ -16,6 +16,14 @@ list_rooms_label: "Elenco delle chat room esistenti"
|
||||
list_rooms_description: |
|
||||
<a class="peertube-plugin-livechat-prosody-list-rooms-btn">Elenca le chat room</a>
|
||||
|
||||
federation_description: ~
|
||||
|
||||
federation_no_remote_chat_label: ~
|
||||
federation_no_remote_chat_description: ~
|
||||
|
||||
federation_dont_publish_remotely_label: ~
|
||||
federation_dont_publish_remotely_description: ~
|
||||
|
||||
chat_behaviour_description: "<h3>Comportamento della chat</h3>"
|
||||
|
||||
room_type_label: "Tipo di chat room"
|
||||
|
Reference in New Issue
Block a user