diff --git a/languages/de.yml b/languages/de.yml index a4a94b9f..83988726 100644 --- a/languages/de.yml +++ b/languages/de.yml @@ -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. diff --git a/languages/en.yml b/languages/en.yml index 649f6247..f8e6f2fe 100644 --- a/languages/en.yml +++ b/languages/en.yml @@ -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. diff --git a/languages/fr.yml b/languages/fr.yml index 51cf6331..d2f0aea1 100644 --- a/languages/fr.yml +++ b/languages/fr.yml @@ -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. diff --git a/languages/hr.yml b/languages/hr.yml index 6f94b82c..f4ebcca2 100644 --- a/languages/hr.yml +++ b/languages/hr.yml @@ -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. diff --git a/languages/ja.yml b/languages/ja.yml index dbdd70de..52bff850 100644 --- a/languages/ja.yml +++ b/languages/ja.yml @@ -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にて登場します。 diff --git a/support/documentation/layouts/shortcodes/livechat_version_notice.html b/support/documentation/layouts/shortcodes/livechat_version_notice.html index 7a848ee3..5aed134d 100644 --- a/support/documentation/layouts/shortcodes/livechat_version_notice.html +++ b/support/documentation/layouts/shortcodes/livechat_version_notice.html @@ -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))