Skip to content

Commit 06485b5

Browse files
committed
Translate consistently
1 parent 97c2213 commit 06485b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/spell.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
Note: あるいは vimspell プラグインがある。プラグインを入れていればそのプラグイ
2020
ンについて調べるために ":help vimspell" を実行できる。しかし、おそらくそのプラ
21-
グインを削除し、代わりに 'spell' オプションを使いたいと思うだろう。そちらのほ
21+
グインを削除し、代わりにオプション 'spell' を使いたいと思うだろう。そちらのほ
2222
うがうまくいく。
2323

2424
==============================================================================
@@ -28,7 +28,7 @@ Note: あるいは vimspell プラグインがある。プラグインを入れ
2828
2929
:setlocal spell spelllang=en_us
3030
31-
'spell' オプションをオンにし、アメリカ英語のチェックを指定する。
31+
これはオプション 'spell' をオンにし、アメリカ英語のチェックを指定する。
3232

3333
認識されない単語は以下のようにハイライトされる:
3434
SpellBad 認識されない単語|hl-SpellBad|
@@ -196,10 +196,10 @@ In Insert mode, when the cursor is after a badly spelled word, you can use
196196
CTRL-X s to find suggestions. This works like Insert mode completion. Use
197197
CTRL-N to use the next suggestion, CTRL-P to go back. |i_CTRL-X_s|
198198

199-
'spellsuggest' オプションは候補のリストがどのように生成、ソートされるかに影響
199+
オプション 'spellsuggest' は候補のリストがどのように生成、ソートされるかに影響
200200
する。|'spellsuggest'| を参照せよ。
201201

202-
'spellcapcheck' オプションは文の最初の単語が大文字で始まるかをチェックするのに
202+
オプション 'spellcapcheck' は文の最初の単語が大文字で始まるかをチェックするのに
203203
用いる。これはファイルの最初の単語には働かない。When there is a line break
204204
right after a sentence the highlighting of the next line may be postponed.
205205
Use |CTRL-L| when needed. Also see |set-spc-auto| for how it can be set

0 commit comments

Comments
 (0)