Fix typo
This commit is contained in:
parent
8dcd3ef488
commit
651641f63c
@ -624,4 +624,4 @@ livechat_configuration_channel_special_chars_desc: "Wenn Sie diese Option aktivi
|
||||
wird der Moderationsbot automatisch Nachrichten löschen, die mehr als X Sonderzeichen
|
||||
enthalten.\nSonderzeichen sind Zeichen, die nicht in eine der folgenden Kategorien
|
||||
passen: Buchstaben, Zahlen, Satzzeichen, Währungssymbole, Emojis.\n"
|
||||
features_comes_with: Diese Funktion wird mit dem Livechatplugin Version X.X.X verfügbar sein.
|
||||
feature_comes_with: Diese Funktion wird mit dem Livechatplugin Version X.X.X verfügbar sein.
|
||||
|
@ -661,4 +661,4 @@ livechat_configuration_channel_special_chars_desc: |
|
||||
livechat_configuration_channel_special_chars_tolerance_label: Tolerance
|
||||
livechat_configuration_channel_special_chars_tolerance_desc: Number of special characters to accept before deleting messages.
|
||||
|
||||
features_comes_with: This feature comes with the livechat plugin version X.X.X.
|
||||
feature_comes_with: This feature comes with the livechat plugin version X.X.X.
|
||||
|
@ -619,4 +619,4 @@ prosody_firewall_name_desc: "Ne peut contenir que des caractères alphanumériqu
|
||||
ordre alphabétique.\n"
|
||||
prosody_firewall_content: Contenu du fichier
|
||||
chat: Tchat
|
||||
features_comes_with: Cette fonctionnalité arrive avec le plugin livechat version X.X.X.
|
||||
feature_comes_with: Cette fonctionnalité arrive avec le plugin livechat version X.X.X.
|
||||
|
@ -341,4 +341,4 @@ poll_choice_invalid: Ovaj izbor nije valjan.
|
||||
poll_anonymous_vote_ok: Tvoje se glasanje uzima u obzir. Glasanja su anonimna, neće
|
||||
se prikazati drugim sudionicima.
|
||||
poll_vote_ok: Tvoje se glasanje uzima u obzir. Brojači će se uskoro aktualizirati.
|
||||
features_comes_with: Ova je funkcija dostupna s dodatkom za chat uživo verzije X.X.X.
|
||||
feature_comes_with: Ova je funkcija dostupna s dodatkom za chat uživo verzije X.X.X.
|
||||
|
@ -390,4 +390,4 @@ livechat_configuration_applytomoderators_desc: "初期状態では、モデレ
|
||||
このオプションを有効にすると、モデレーターからのメッセージも削除されるようになります。\n"
|
||||
livechat_configuration_channel_special_chars_label: 特殊文字を禁止する
|
||||
livechat_configuration_channel_special_chars_tolerance_desc: 削除しない特殊文字の文字数を指定してください。
|
||||
features_comes_with: この機能は、livechatプラグイン バージョン X.X.Xにて登場します。
|
||||
feature_comes_with: この機能は、livechatプラグイン バージョン X.X.Xにて登場します。
|
||||
|
@ -2,7 +2,7 @@
|
||||
{{- partial "shortcodes/notice.html" (dict
|
||||
"page" .Page
|
||||
"color" (.Get "color")
|
||||
"content" (replace (i18n "features_comes_with") "X.X.X" ($.Get 0))
|
||||
"content" (replace (i18n "feature_comes_with") "X.X.X" ($.Get 0))
|
||||
"icon" (.Get "icon" | default (.Get 2))
|
||||
"style" ("info")
|
||||
"title" (.Get "title" | default (.Get 1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user