New option for the moderation bot:

* forbid messages with too many special characters (#517).
* update moderation bot to v0.4.0.
* refactoring localization segments to reuse existing one in multiple
  context.
* npm run doc:translate
This commit is contained in:
John Livingston
2024-09-07 00:46:23 +02:00
parent b6028ef740
commit f15d3ed542
61 changed files with 1471 additions and 529 deletions

View File

@ -46,7 +46,7 @@ livechat_configuration_channel_forbidden_words_label_label: الملصقة
avatar_set_option_none: لا شيء
successfully_saved: تم الحفظ بنجاح
livechat_configuration_channel_slow_mode_label: الوضع البطيء
livechat_configuration_channel_forbidden_words_reason_label: السبب
livechat_configuration_channel_retractation_reason_label: السبب
livechat_configuration_channel_bot_options_title: خيارات روبوت الإشراف
livechat_configuration_channel_forbidden_words_comments_label: التعليقات
livechat_configuration_channel_command_message_label: رسالة

View File

@ -302,8 +302,8 @@ livechat_configuration_channel_desc: Sie können hier einige Optionen für diese
einstellen (Moderationsrichtlinien, ...).
livechat_configuration_channel_bot_options_title: Optionen für den Moderationsbot
livechat_configuration_channel_forbidden_words_label: Verbotene Wörter oder Ausdrücke
livechat_configuration_channel_forbidden_words_reason_label: Grund
livechat_configuration_channel_forbidden_words_reason_desc: Anzuzeigender Grund anstelle
livechat_configuration_channel_retractation_reason_label: Grund
livechat_configuration_channel_retractation_reason_desc: Anzuzeigender Grund anstelle
der gelöschen Nachricht
livechat_configuration_channel_forbidden_words_regexp_desc: Wenn Sie diese Option
aktivieren, können Sie reguläre Ausdrücke (regex) verwenden.
@ -353,11 +353,8 @@ livechat_configuration_channel_quote_delay_desc: "Der Chatbot wird die Nachricht
livechat_configuration_channel_command_desc: "Sie können den Chatbot so konfigurieren,
dass er auf Befehle reagiert.\nEin Befehl ist eine Nachricht, die mit einem \"!\"\
\ beginnt, wie zum Beispiel \"!help\" den Befehl \"help\" aufruft.\n"
livechat_configuration_channel_forbidden_words_applytomoderators_label: Auch Nachrichten
livechat_configuration_applytomoderators_label: Auch Nachrichten
von Moderatoren moderieren
livechat_configuration_channel_forbidden_words_applytomoderators_desc: "Standardmäßig
werden Nachrichten von Moderatoren nicht gelöscht, wenn sie verbotene Wörter enthalten.\n
Wenn Sie diese Option aktivieren, werden auch Nachrichten von Moderatoren gelöscht.\n"
invalid_value: Ungültiger Wert.
livechat_configuration_channel_forbidden_words_comments_label: Kommentare
livechat_configuration_channel_forbidden_words_comments_desc: "Sie können hier einige

View File

@ -409,8 +409,8 @@ livechat_configuration_channel_forbidden_words_desc: |
Several examples are provided on the documentation page.
livechat_configuration_channel_forbidden_words_desc2: |
One word or expression per line. If you put multiple words on one line, it will only match messages containing the whole sequence.
livechat_configuration_channel_forbidden_words_reason_label: "Reason"
livechat_configuration_channel_forbidden_words_reason_desc: "Reason to display besides
livechat_configuration_channel_retractation_reason_label: "Reason"
livechat_configuration_channel_retractation_reason_desc: "Reason to display besides
deleted messages"
livechat_configuration_channel_forbidden_words_regexp_label: "Consider as regular
expressions"
@ -419,10 +419,10 @@ livechat_configuration_channel_forbidden_words_regexp_desc: "By checking this op
livechat_configuration_channel_forbidden_words_label_label: "Label"
livechat_configuration_channel_forbidden_words_label_desc: "Label for this forbidden
words rule"
livechat_configuration_channel_forbidden_words_applytomoderators_label: "Also moderate
livechat_configuration_applytomoderators_label: "Also moderate
messages from moderators"
livechat_configuration_channel_forbidden_words_applytomoderators_desc: |
By default, moderator messages will not be deleted when containing forbidden words.
livechat_configuration_applytomoderators_desc: |
By default, moderator messages will not be affected by this feature.
By checking this option, messages from moderators will also be deleted.
livechat_configuration_channel_forbidden_words_comments_label: "Comments"
livechat_configuration_channel_forbidden_words_comments_desc: |
@ -653,3 +653,10 @@ emoji_only_mode_desc_3: |
To enable or disable this mode, you can use the room configuration form.
If you want to enable it for all your chatrooms at once, you can use the button bellow.
emoji_only_enable_all_rooms: Enable the emoji only mode on all channel's chatrooms
livechat_configuration_channel_special_chars_label: "Forbid special characters"
livechat_configuration_channel_special_chars_desc: |
By enabling this option, the moderation bot will automatically delete messages containing more than X special characters.
Special characters are those that don't fit into one of these categories: letters, numbers, punctuation symbols, currency symbols, emojis.
livechat_configuration_channel_special_chars_tolerance_label: Tolérance
livechat_configuration_channel_special_chars_tolerance_desc: Number of special characters to accept before deleting messages.

View File

@ -261,18 +261,15 @@ livechat_configuration_channel_forbidden_words_label: Palabras o expresiones pro
livechat_configuration_channel_forbidden_words_desc2: "Una palabra o expresión por
línea. Si pones varias palabras en una línea, solo coincidirá con los mensajes que
contengan la secuencia completa.\n"
livechat_configuration_channel_forbidden_words_reason_label: Motivo
livechat_configuration_channel_forbidden_words_reason_desc: Motivo para mostrar además
livechat_configuration_channel_retractation_reason_label: Motivo
livechat_configuration_channel_retractation_reason_desc: Motivo para mostrar además
de eliminar los mensajes
livechat_configuration_channel_forbidden_words_regexp_label: Considéralo como expresiones
regulares
livechat_configuration_channel_forbidden_words_regexp_desc: Marcando esta opción,
puedes usar expresiones regulares.
livechat_configuration_channel_forbidden_words_applytomoderators_label: Moderar también
livechat_configuration_applytomoderators_label: Moderar también
los mensajes de los moderadores
livechat_configuration_channel_forbidden_words_applytomoderators_desc: "Por defecto,
los mensajes de los moderadores no se borrarán cuando contengan palabras prohibidas.\n
Al marcar esta opción, los mensajes de los moderadores también se eliminarán.\n"
livechat_configuration_channel_forbidden_words_comments_label: Comentarios
livechat_configuration_channel_quote_label: Temporizador
livechat_configuration_channel_quote_desc: "Puedes configurar varios temporizadores

View File

@ -315,14 +315,14 @@ livechat_configuration_channel_forbidden_words_label: Mots ou expressions interd
livechat_configuration_channel_forbidden_words_desc2: "Un mot ou une expression par
ligne. Si vous mettez plusieurs mots sur une même ligne, seuls les messages contenant
la séquence entière seront supprimés.\n"
livechat_configuration_channel_forbidden_words_reason_label: Raison
livechat_configuration_channel_forbidden_words_reason_desc: Raison à affiche à côté
livechat_configuration_channel_retractation_reason_label: Raison
livechat_configuration_channel_retractation_reason_desc: Raison à affiche à côté
des messages supprimés
livechat_configuration_channel_forbidden_words_regexp_label: Considérer comme une
expression régulière
livechat_configuration_channel_forbidden_words_regexp_desc: En cochant cette option,
vous pouvez utiliser des expressions régulières.
livechat_configuration_channel_forbidden_words_applytomoderators_label: Également
livechat_configuration_applytomoderators_label: Également
modérer les messages des modérateur⋅rices
livechat_configuration_channel_quote_label: Timer
livechat_configuration_channel_quote_desc: "Vous pouvez configurer quelques timers
@ -351,9 +351,8 @@ livechat_configuration_channel_forbidden_words_desc: "Vous pouvez configurer que
mots seront instantanément supprimés).\nVous pouvez aussi ajouter une raison optionnelle,
qui sera affichée à la place des messages supprimés.\nQuelques exemples de configuration
sont fournis sur la page de documentation.\n"
livechat_configuration_channel_forbidden_words_applytomoderators_desc: "Par défaut,
les messages des modérateur⋅rices ne seront pas supprimés quand ils contiennent
des mots interdits.\nEn cochant cette option, leur messages seront également supprimé.\n"
livechat_configuration_applytomoderators_desc: "Par défaut,
les messages des modérateur⋅rices ne seront pas affectés par cette fonctionnalité.\nEn cochant cette option, leur messages seront également supprimés.\n"
livechat_configuration_channel_command_desc: "Vous pouvez configurer le bot pour répondre
à des commandes.\nUne commande est un message qui commence par un \"!\", comme par
exemple \"!help\" qui appellera la commande \"help\".\n"

View File

@ -54,17 +54,14 @@ livechat_configuration_channel_forbidden_words_regexp_label: Tretiraj kao regula
izraze
livechat_configuration_channel_forbidden_words_regexp_desc: Označavanjem ove opcije
možeš koristiti regularne izraze.
livechat_configuration_channel_forbidden_words_applytomoderators_label: Također moderiraj
livechat_configuration_applytomoderators_label: Također moderiraj
porukama moderatora
livechat_configuration_channel_quote_label: Timer
livechat_configuration_channel_forbidden_words_desc: "Možeš konfigurirati neke riječi
koje će bot automatski moderirati (poruke koje sadrže takve riječi će se odmah izbrisati).\n
Možeš dodati i opcionalni razlog koji će se prikazati na mjestu izbrisanih poruka.\n
Stranica dokumentacije sadrži nekoliko primjera.\n"
livechat_configuration_channel_forbidden_words_reason_label: Razlog
livechat_configuration_channel_forbidden_words_applytomoderators_desc: "Poruke moderatora
se standardno neće izbrisati ako sadrže zabranjene riječi.\nOznačavanjem ove opcije
će se poruke moderatora također izbrisati.\n"
livechat_configuration_channel_retractation_reason_label: Razlog
slow_mode_info: Spori način rada je omogućen. Korisnici mogu slati poruku svakih %1$s
sekundi.
open_chat: Otvori chat

View File

@ -154,8 +154,6 @@ auto_ban_anonymous_ip_description: "このオプションを有効にすると
livechat_configuration_channel_desc: このチャンネルの設定を開始できます(モデレートポリシーなど)。
livechat_configuration_channel_forbidden_words_desc: "Botにより自動的にモデレーションする単語を設定できます単語が含まれるメッセージは即座に削除されます。\n\
削除されたメッセージの箇所に表示する、削除された理由を設定することもできます。\nいくつかの例をドキュメントで提供していますので、必要があれば確認してください。\n"
livechat_configuration_channel_forbidden_words_applytomoderators_desc: "デフォルトでは、モデレーターのメッセージは禁止単語・語句が含まれていても削除されません。\n\
このオプションを有効にすると、モデレーターからのメッセージも削除されるようになります。\n"
save: 保存
prosody_components_interfaces_description: "外部コンポーネント接続のためにリッスンするネットワークインターフェイスです。<br>\n
リッスンするIPのリストをコンマ区切りで入力してください。スペースは除かれます<br>\n全IPv4インタフェースでリッスンする場合は、 «*»、IPv6の場合は、«::»
@ -177,11 +175,11 @@ livechat_configuration_channel_enable_bot_label: モデレーターBotを有効
livechat_configuration_channel_bot_options_title: モデレーターBotの設定
livechat_configuration_channel_forbidden_words_label: 禁止単語または語句
livechat_configuration_channel_forbidden_words_desc2: "単語または語句を1行ごとに記載してください。複数の単語を1行に記載した場合、記載したすべての内容を含むメッセージのみが一致するようになります。\n"
livechat_configuration_channel_forbidden_words_reason_label: 理由
livechat_configuration_channel_forbidden_words_reason_desc: 削除理由
livechat_configuration_channel_retractation_reason_label: 理由
livechat_configuration_channel_retractation_reason_desc: 削除理由
livechat_configuration_channel_forbidden_words_regexp_label: 正規表現
livechat_configuration_channel_forbidden_words_regexp_desc: このオプションを有効にすると、正規表現として処理します。
livechat_configuration_channel_forbidden_words_applytomoderators_label: モデレーターからのメッセージも対象にする
livechat_configuration_applytomoderators_label: モデレーターからのメッセージも対象にする
livechat_configuration_channel_quote_label: タイマー
livechat_configuration_channel_quote_desc2: "メッセージ1つに対して1行で入力してください。\n複数のメッセージが入力されている場合、X分おきにランダムに選択されます。\n"
livechat_configuration_channel_command_message_label: メッセージ

View File

@ -61,7 +61,7 @@ task_name: Nazwa zadania
avatar_set_option_cat: Koty
task_description: Opis
task_delete: Usuń zadanie
livechat_configuration_channel_forbidden_words_reason_label: Powód
livechat_configuration_channel_retractation_reason_label: Powód
livechat_configuration_channel_forbidden_words_label_label: Etykieta
copied: Skopiowano
autocolors_label: Automatyczne wykrywanie kolorów

View File

@ -87,7 +87,7 @@ prosody_muc_expiration_description: "Këtu mund të zgjidhni se për sa kohë mb
të ruhet për 1 <b>vit</b>. 1-shin mund ta zëvendësoni me çfarëdo vlere numër të
plotë.</li>\n <li><b>never</b>: lënda nuk skadon kurrë dhe do të mbahet përgjithnjë.</li>\n\
</ul>\n"
livechat_configuration_channel_forbidden_words_reason_label: Arsye
livechat_configuration_channel_retractation_reason_label: Arsye
livechat_configuration_channel_forbidden_words_comments_label: Komente
livechat_configuration_channel_quote_label2: Mesazhe
livechat_configuration_channel_command_message_desc: Mesazhi për tu dërguar.

View File

@ -37,7 +37,7 @@ menu_configuration_label: Chattrum
livechat_configuration_title: Anpassa din sändnings chattrum
livechat_configuration_channel_title: Kanalinställningar
livechat_configuration_channel_forbidden_words_label: Förbjudna ord och uttryck
livechat_configuration_channel_forbidden_words_reason_label: Anledning
livechat_configuration_channel_retractation_reason_label: Anledning
livechat_configuration_channel_quote_label: Timer
livechat_configuration_channel_quote_delay_label: Skicka var X:e minut
livechat_configuration_channel_command_message_desc: Meddelandet som ska skickas.

View File

@ -59,12 +59,12 @@ task_list_pick_title: 請選擇任務清單
promote: 成為版主
livechat_configuration_channel_emojis_title: 頻道emojis
livechat_configuration_channel_bot_options_title: 審核機器人選項
livechat_configuration_channel_forbidden_words_reason_label: 原因
livechat_configuration_channel_retractation_reason_label: 原因
livechat_configuration_channel_command_message_desc: 發送訊息。
slow_mode_info: 限速模式已啟用,使用者可以每 %1$s 秒發送一則訊息。
disable_channel_configuration_label: 停用進階頻道設定和聊天機器人
cancel: 取消
livechat_configuration_channel_forbidden_words_reason_desc: 除已刪除訊息外還顯示的原因
livechat_configuration_channel_retractation_reason_desc: 除已刪除訊息外還顯示的原因
error: 錯誤
use_current_theme_color: 使用當前主題顏色
chat_title: <h3>聊天</h3>