{ "lineBreak_header": "Line Break設定", "lineBreak_desc": "Line Breakの設定を変更できます。", "lineBreak_options": { "enable_lineBreak": "Line Break を有効にする", "enable_lineBreak_desc": "ページテキスト中の改行を、HTML内で<br>として扱います", "enable_lineBreak_for_comment": "コメント欄で Line Break を有効にする", "enable_lineBreak_for_comment_desc": "コメント中の改行を、HTML内で<br>として扱います" }, "presentation_header": "プレゼンテーション設定", "presentation_desc": "プレゼンテーションの設定を変更できます。", "presentation_options": { "page_break_setting": "改頁を設定する", "preset_one_separator": "プリセット 1", "preset_one_separator_desc": "連続した空行3行で改頁します", "preset_one_separator_value": "\\n\\n\\n", "preset_two_separator": "プリセット 2", "preset_two_separator_desc": "連続したハイフン5つで改頁します", "preset_two_separator_value": "-----", "custom_separator": "カスタム", "custom_separator_desc": "正規表現を設定できます" }, "xss_header": "XSS(Cross Site Scripting)対策設定", "xss_desc": "マークダウンテキスト内の HTML タグの扱いを設定し、悪意のあるプログラムからの攻撃を防ぎます", "xss_options": { "enable_xss_prevention": "XSSを抑制する", "ignore_all_tags": "すべてのタグを抑制する", "ignore_all_tags_desc": "すべてのHTMLタグと属性を使用不可にします", "recommended_setting": "おすすめ設定", "custom_whitelist": "カスタムホワイトリスト", "tag_names": "タグ名", "tag_attributes": "タグ属性", "import_recommended": "{{target}} のおすすめをインポート" } }