Skip to content

Commit 5f623c7

Browse files
committed
Translate spell.jax
1 parent 13111a7 commit 5f623c7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

doc/spell.jax

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ commands mostly works well: >
142142
More details about the 'spellfile' format below |spell-wordlist-format|.
143143

144144
*internal-wordlist*
145-
The internal word list is used for all buffers where 'spell' is set. It is
146-
not stored, it is lost when you exit Vim. It is also cleared when 'encoding'
147-
is set.
145+
内部単語リストは 'spell' がセットされた全てのバッファで使われる。内部単語リス
146+
トは蓄えられず、Vim が終了する時に失われる。また 'encoding' がセットされた時に
147+
クリアされる。
148148

149149

150150
Finding suggestions for bad words:
@@ -213,13 +213,14 @@ works in a new or short file |spell-COMMON|.
213213

214214
性能
215215

216-
Vim はオンザフライのスペルチェックをする。To make this work fast the word list
217-
is loaded in memory. Thus this uses a lot of memory (1 Mbyte or more). There
218-
might also be a noticeable delay when the word list is loaded, which happens
219-
when 'spell' is set and when 'spelllang' is set while 'spell' was already set.
220-
To minimize the delay each word list is only loaded once, it is not deleted
221-
when 'spelllang' is made empty or 'spell' is reset. When 'encoding' is set
222-
all the word lists are reloaded, thus you may notice a delay then too.
216+
Vim はオンザフライのスペルチェックをする。スペルチェックを速くするために単語リ
217+
ストはメモリにロードされる。だがこのために多くのメモリ(1 Mbyte以上)が使われる
218+
。 There might also be a noticeable delay when the word list is loaded, which
219+
happens when 'spell' is set and when 'spelllang' is set while 'spell' was
220+
already set. To minimize the delay each word list is only loaded once, it is
221+
not deleted when 'spelllang' is made empty or 'spell' is reset. When
222+
'encoding' is set all the word lists are reloaded, thus you may notice a delay
223+
then too.
223224

224225

225226
地域
@@ -239,11 +240,11 @@ all the word lists are reloaded, thus you may notice a delay then too.
239240

240241
常に言語名や地域名には小文字を使う。
241242

242-
When adding a word with |zg| or another command it's always added for all
243-
regions. You can change that by manually editing the 'spellfile'. See
244-
|spell-wordlist-format|. Note that the regions as specified in the files in
245-
'spellfile' are only used when all entries in 'spelllang' specify the same
246-
region (not counting files specified by their .spl name).
243+
|zg| や別のコマンドで単語が追加された時、その単語は常に全ての地域に追加される
244+
。これは 'spellfile' を手動で編集することで変更できる。|spell-wordlist-format|
245+
を参照せよ。 Note that the regions as specified in the files in 'spellfile'
246+
are only used when all entries in 'spelllang' specify the same region (not
247+
counting files specified by their .spl name).
247248

248249
*spell-german*
249250
Specific exception: For German these special regions are used:

0 commit comments

Comments
 (0)