|
|
@@ -1,32 +1,35 @@
|
|
|
{
|
|
|
- "line_break_setting": "Line Break設定",
|
|
|
- "line_break_setting_desc": "Line Breakの設定を変更できます。",
|
|
|
- "Enable Line Break": "Line Break を有効にする",
|
|
|
- "Enable Line Break desc": "ページテキスト中の改行を、HTML内で<code><br></code>として扱います",
|
|
|
- "Enable Line Break for comment": "コメント欄で Line Break を有効にする",
|
|
|
- "Enable Line Break for comment desc": "コメント中の改行を、HTML内で<code><br></code>として扱います",
|
|
|
- "presentation_setting": "プレゼンテーション設定",
|
|
|
- "presentation_setting_desc": "プレゼンテーションの設定を変更できます。",
|
|
|
- "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_setting": "XSS(Cross Site Scripting)対策設定",
|
|
|
- "xss_setting_desc": "マークダウンテキスト内の HTML タグの扱いを設定し、悪意のあるプログラムからの攻撃を防ぎます",
|
|
|
- "Enable XSS prevention": "XSSを抑制する",
|
|
|
- "Ignore all tags": "すべてのタグを抑制する",
|
|
|
- "Ignore all tags desc": "すべてのHTMLタグと属性を使用不可にします",
|
|
|
- "Recommended setting": "おすすめ設定",
|
|
|
- "Custom Whitelist": "カスタムホワイトリスト",
|
|
|
- "Tag names": "タグ名のホワイトリスト",
|
|
|
- "Tag attributes": "タグ属性のホワイトリスト",
|
|
|
- "import_recommended": "おすすめをインポート",
|
|
|
- "updated_lineBreak": "改行設定を更新しました",
|
|
|
- "updated_presentation": "プレゼンテーション設定を更新しました",
|
|
|
- "updated_xss": "XSS設定を更新しました"
|
|
|
+ "lineBreak_header": "Line Break設定",
|
|
|
+ "lineBreak_desc": "Line Breakの設定を変更できます。",
|
|
|
+ "lineBreak_options": {
|
|
|
+ "enable_lineBreak": "Line Break を有効にする",
|
|
|
+ "enable_lineBreak_desc": "ページテキスト中の改行を、HTML内で<code><br></code>として扱います",
|
|
|
+ "enable_lineBreak_for_comment": "コメント欄で Line Break を有効にする",
|
|
|
+ "enable_lineBreak_for_comment_desc": "コメント中の改行を、HTML内で<code><br></code>として扱います"
|
|
|
+ },
|
|
|
+ "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": "おすすめをインポート"
|
|
|
+ }
|
|
|
}
|