summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-01 12:26:48 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-01 12:26:48 +0200
commitb29f18d7eac0980adb60ac04597ce616d8e199fe (patch)
tree5d2fc1da476b9fc785f388e6add97d27b20aa4f9 /doc/ja
parent6ab7af705eff85ad63932f16b89fa7c555cf5e0d (diff)
downloadweechat-b29f18d7eac0980adb60ac04597ce616d8e199fe.zip
aspell: add options to control delimiters in suggestions (closes #940)
New options: - aspell.color.suggestion_delimiter_dict - aspell.color.suggestion_delimiter_word - aspell.look.suggestion_delimiter_dict - aspell.look.suggestion_delimiter_word Option renamed: - aspell.color.suggestions -> aspell.color.suggestion
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/aspell_options.adoc28
-rw-r--r--doc/ja/weechat_user.ja.adoc1
2 files changed, 27 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/aspell_options.adoc b/doc/ja/autogen/user/aspell_options.adoc
index 24d80da9b..593b7b07a 100644
--- a/doc/ja/autogen/user/aspell_options.adoc
+++ b/doc/ja/autogen/user/aspell_options.adoc
@@ -50,8 +50,32 @@
** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
** デフォルト値: `+lightred+`
-* [[option_aspell.color.suggestions]] *aspell.color.suggestions*
-** 説明: pass:none[スペルミスのある単語に対する修正候補に付ける色 (ステータスバー)]
+* [[option_aspell.color.suggestion]] *aspell.color.suggestion*
+** 説明: pass:none[text color for suggestion on a misspelled word in bar item "aspell_suggest"]
** タイプ: 色
** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
** デフォルト値: `+default+`
+
+* [[option_aspell.color.suggestion_delimiter_dict]] *aspell.color.suggestion_delimiter_dict*
+** 説明: pass:none[text color for delimiters displayed between two dictionaries in bar item "aspell_suggest"]
+** タイプ: 色
+** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
+** デフォルト値: `+cyan+`
+
+* [[option_aspell.color.suggestion_delimiter_word]] *aspell.color.suggestion_delimiter_word*
+** 説明: pass:none[text color for delimiters displayed between two words in bar item "aspell_suggest"]
+** タイプ: 色
+** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、端末色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_"
+** デフォルト値: `+cyan+`
+
+* [[option_aspell.look.suggestion_delimiter_dict]] *aspell.look.suggestion_delimiter_dict*
+** 説明: pass:none[delimiter displayed between two dictionaries in bar item "aspell_suggest"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+" / "+`
+
+* [[option_aspell.look.suggestion_delimiter_word]] *aspell.look.suggestion_delimiter_word*
+** 説明: pass:none[delimiter displayed between two words in bar item "aspell_suggest"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+","+`
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc
index a1bcb2833..8651b98cb 100644
--- a/doc/ja/weechat_user.ja.adoc
+++ b/doc/ja/weechat_user.ja.adoc
@@ -2041,6 +2041,7 @@ Aspell
| check | /set aspell.check.* | スペルチェックの操作コマンド
| dict | <<command_aspell_aspell,/aspell setdict>> +
/set aspell.dict.* | バッファが利用するディレクトリ (オプションをセクションに追加/削除出来ます)
+| look | /set aspell.look.* | 外観
| option | /set aspell.option.* | <<aspell_speller_options,Speller オプション>> (オプションをセクションに追加/削除出来ます)
|===