summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-04-11 18:58:44 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-04-11 18:58:44 +0200
commitb15818fd4c1e2f5bb3b4a4b05fc36d68e5e05b4b (patch)
treec5a75c480509c161b92935cd05fbe2e0c73d1545 /doc/ja
parentb2a68af077e4871ce73858dfcdbe303a61e98a93 (diff)
downloadweechat-b15818fd4c1e2f5bb3b4a4b05fc36d68e5e05b4b.zip
aspell: add bar item "aspell_suggest" in /help aspell (closes #390)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/aspell_commands.asciidoc22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/ja/autogen/user/aspell_commands.asciidoc b/doc/ja/autogen/user/aspell_commands.asciidoc
index 3d780d6cc..948181432 100644
--- a/doc/ja/autogen/user/aspell_commands.asciidoc
+++ b/doc/ja/autogen/user/aspell_commands.asciidoc
@@ -12,20 +12,22 @@
deldict
addword [<dict>] <word>
- enable: aspell の有効化
- disable: aspell の無効化
- toggle: aspell の有効無効を切り替え
-listdict: インストール済み辞書を表示
- setdict: 現在のバッファ用の辞書を設定 (コンマで区切れば複数の辞書を指定可能)
- deldict: 現在のバッファ用の辞書を削除
- addword: aspell の個人辞書に単語を追加
+ enable: enable aspell
+ disable: disable aspell
+ toggle: toggle aspell
+listdict: show installed dictionaries
+ setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma)
+ deldict: delete dictionary used on current buffer
+ addword: add a word in personal aspell dictionary
-いくつかのコマンドを除いて '/' で始まる入力行はチェックされません (/set aspell.check.commands を参照)。
+Input line beginning with a '/' is not checked, except for some commands (see /set aspell.check.commands).
-全てのバッファで aspell を有効化するには、"default_dict" オプションを設定した後に、aspell を有効化してください。例:
+To enable aspell on all buffers, use option "default_dict", then enable aspell, for example:
/set aspell.check.default_dict "en"
/aspell enable
-aspell の有効無効を切り替えるデフォルトのキーは alt-s です。
+To display a list of suggestions in a bar, use item "aspell_suggest".
+
+Default key to toggle aspell is alt-s.
----