From a4e13149577e68c85cc82489e44f3997cbb14cc2 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 8 Feb 2016 13:42:17 +0900 Subject: [PATCH 01/22] Translate 1) --- doc/usr_02.jax | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 4156b7682..9ab3f514c 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -498,10 +498,10 @@ Vim にはオプションがたくさんあり、それを設定することで 概要: *help-summary* > -1) Use Ctrl-D after typing a topic and let Vim show all available topics. - Or press Tab to complete: > +1) トピックをタイプした後、あり得るトピック全てを表示させるには Ctrl-D を使います + もしくはタブで補完します: > :help some -< More information on how to use the help: > +< help の使い方に関するより詳しい情報については: > :help helphelp 2) Follow the links in bars to related help. You can go from the detailed From 1cacca4942e93ac96c1cb8c98fbb82563ac80f46 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 8 Feb 2016 17:18:48 +0900 Subject: [PATCH 02/22] Translate 24) --- doc/usr_02.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 9ab3f514c..b2bdda4d7 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -659,8 +659,8 @@ Vim にはオプションがたくさんあり、それを設定することで command switch of Vim use: > :help -f -24) Optional features always start with "+". To find out about the - conceal feature use: > +24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方に付いて調 + べるのであれば: > :help +conceal 25) Documentation for included filetype specific functionality is usually From 819656a488a099a7e426a022335be029ff7bbb0a Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 8 Feb 2016 17:23:56 +0900 Subject: [PATCH 03/22] Translate 22) --- doc/usr_02.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index b2bdda4d7..bcdae99a4 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -650,9 +650,9 @@ Vim にはオプションがたくさんあり、それを設定することで 21) Quickfix commands usually start with :c while location list commands usually start with :l -22) Autocommand events can be found by their name: > +22) Autocommand イベントはそれらの名前で見つける事が出来る: > :help BufWinLeave -< To see all possible events: > +< 全てのイベントを見るには: > :help autocommands-events 23) Command-line switches always start with "-". So for the help of the -f From 1f3b55211d9fbf9b43c039e3b31dd95c7ac51176 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Mon, 8 Feb 2016 18:03:35 +0900 Subject: [PATCH 04/22] fix typo --- doc/usr_02.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index bcdae99a4..7d71063cc 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -659,7 +659,7 @@ Vim にはオプションがたくさんあり、それを設定することで command switch of Vim use: > :help -f -24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方に付いて調 +24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方について調 べるのであれば: > :help +conceal From 6181ab9e32a3a6c93ac46c42194f2ca7da364e09 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 8 Feb 2016 23:37:17 +0900 Subject: [PATCH 05/22] Translate 19), 20), 21) --- doc/usr_02.jax | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 7d71063cc..dec688b7b 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -639,16 +639,16 @@ Vim にはオプションがたくさんあり、それを設定することで :help 10.1 < goes to chapter 10.1 in |usr_10.txt| and talks about recording macros. -19) Highlighting groups. Always start with hl-groupname. E.g. > +19) ハイライトグループは常に hl- から始まります。例えば > :help hl-WarningMsg -< talks about the WarningMsg highlighting group. +< には WarningMsg ハイライトグループについて書かれています。 -20) Syntax highlighting is namespaced to :syn-topic e.g. > +20) 構文ハイライトは :syn-トピック という形式になっています。例えば > :help :syn-conceal -< talks about the conceal argument for the :syn command. +< には :syn コマンドの Conceal 引数について書かれています。 -21) Quickfix commands usually start with :c while location list commands - usually start with :l +21) QuickFix コマンドは大体 :c から始まり、ロケーションリストコマンドは大体 :l + から始まります。 22) Autocommand イベントはそれらの名前で見つける事が出来る: > :help BufWinLeave From 326dfca983c669849274a03359ba5260747122c0 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 09:05:00 +0900 Subject: [PATCH 06/22] Translate 23) --- doc/usr_02.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index dec688b7b..8240bd228 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -655,8 +655,8 @@ Vim にはオプションがたくさんあり、それを設定することで < 全てのイベントを見るには: > :help autocommands-events -23) Command-line switches always start with "-". So for the help of the -f - command switch of Vim use: > +23) コマンドラインスイッチは常に "-" から始まります。Vim の help のコマンドス + イッチ -f であれば: > :help -f 24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方について調 From 8d99ecad35904f123ad6fd009cbfdcc304840c98 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 09:17:38 +0900 Subject: [PATCH 07/22] Translate 12) 15) 16) --- doc/usr_02.jax | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 8240bd228..1296c0c0c 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -575,8 +575,8 @@ Vim にはオプションがたくさんあり、それを設定することで at: > :help pattern.txt -12) Registers always start with "quote". To find out about the special ":" - register: > +12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので + あれば: > :help quote: 13) Vim Script (VimL) is available at > @@ -603,17 +603,18 @@ Vim にはオプションがたくさんあり、それを設定することで :help map-bar < for how the '|' is handled in mappings. -15) Command definitions are talked about :h command-topic, so use > +15) コマンド定義は :h command-topic で記載されます。カスタムコマンドの '!' 引 + 数については > :help command-bar -< to find out about the '!' argument for custom commands. +< で見つける事が出来ます。 -16) Window management commands always start with CTRL-W, so you find the - corresponding help at :h CTRL-W_letter. E.g. > +16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で街頭 + のヘルプが見つかります。例えば: > :help CTRL-W_p -< for moving the previous accessed window. You can also access > +< で一つ前のウィンドウに戻れヘルプにアクセス出来ます。また自分のペースで + ウィンドウ操作コマンド群を眺めたいならば > :help windows.txt -< and read your way through if you are looking for window handling - commands. +< でアクセス出来ます。 17) Use |:helpgrep| to search in all help pages (and also of any installed plugins). See |:helpgrep| for how to use it. From 2d955b048a6b8a09938c3c67fea7d204eb8f4832 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 09:21:19 +0900 Subject: [PATCH 08/22] Translate 4) 5) 6) --- doc/usr_02.jax | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 1296c0c0c..670e4c9ae 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -526,15 +526,16 @@ Vim にはオプションがたくさんあり、それを設定することで < And for the guioption flags: > :help go- -4) Normal mode commands do not have a prefix. To go to the help page for the - "gt" command: > +4) ノーマルモードのコマンドにはプレフィックスはありません。"gt" コマンドのヘル + プへ行くには: > :help gt -5) Insert mode commands start with i_. Help for deleting a word: > +5) インサートモードのコマンドは i_ で始まります。単語の削除に関するヘルプであ + れば: > :help i_CTRL-W -6) Visual mode commands start with v_. Help for jumping to the other side of - the Visual area: > +6) ビジュアルモードのコマンドは v_ で始まります。ビジュアル領域のもう片方へ + ジャンプする方法のヘルプであれば: > :help v_o 7) Command line editing and arguments start with c_. Help for using the From 66bfd1596022a5d3e0702c3cdd5d19d7d19430bd Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 09:30:53 +0900 Subject: [PATCH 09/22] fix translations --- doc/usr_02.jax | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 670e4c9ae..f1843ea24 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -609,7 +609,7 @@ Vim にはオプションがたくさんあり、それを設定することで :help command-bar < で見つける事が出来ます。 -16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で街頭 +16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で該当 のヘルプが見つかります。例えば: > :help CTRL-W_p < で一つ前のウィンドウに戻れヘルプにアクセス出来ます。また自分のペースで @@ -652,13 +652,13 @@ Vim にはオプションがたくさんあり、それを設定することで 21) QuickFix コマンドは大体 :c から始まり、ロケーションリストコマンドは大体 :l から始まります。 -22) Autocommand イベントはそれらの名前で見つける事が出来る: > +22) Autocommand イベントはそれらの名前で見つける事が出来ます: > :help BufWinLeave < 全てのイベントを見るには: > :help autocommands-events -23) コマンドラインスイッチは常に "-" から始まります。Vim の help のコマンドス - イッチ -f であれば: > +23) コマンドラインスイッチは常に "-" から始まります。Vim のコマンドスイッチ -f + に関するヘルプであれば: > :help -f 24) オプションの機能は常に "+" から始まります。 conceal 機能の使い方について調 From 56910ee3beba49efd68ef17601e9cc6698279b67 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 10:01:57 +0900 Subject: [PATCH 10/22] Translate 2) 3) --- doc/usr_02.jax | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index f1843ea24..cb4aefb21 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -504,26 +504,26 @@ Vim にはオプションがたくさんあり、それを設定することで < help の使い方に関するより詳しい情報については: > :help helphelp -2) Follow the links in bars to related help. You can go from the detailed - help to the user documentation, which describes certain commands more from - a user perspective and less detailed. E.g. after: > +2) バーで囲まれた関連ヘルプへのリンクを辿ってみて下さい。ヘルプの詳細から + ユーザ視点のコマンド説明で、あまり詳しすぎないユーザドキュメントへ移動出来 + ます。例えば: > :help pattern.txt -< You can see the user guide topics |03.9| and |usr_27.txt| in the - introduction. +< を見るとイントロダクションにユーザガイドのトピック |03.9| や |usr_27.txt| + があるのが分かります。 -3) Options are enclosed in single apostrophes. To go to the help topic for the - list option: > +3) オプションは単一のアポストロフィで囲まれます。list オプションに関するヘル + プへ行くには: > :help 'list' -< If you only know you are looking for a certain option, you can also do: > +< もし特定のオプションを探していないのであれば、以下でも可能です: > :help options.txt -< to open the help page which describes all option handling and then search - using regular expressions, e.g. textwidth. - Certain options have their own namespace, e.g.: > +< 正規表現を使って記載された全てのオプションを検索し textwidth 等のヘルプの + ページを見つけ出します。 + 特定のオプションには特有のネームスペースが付きます。例: > :help cpo- -< for the corresponding flag of the 'cpoptions' settings, substitute - by a specific flag, e.g.: > +< 設定 'cpoptions' のフラグに対応します。 は指定のフラグに置き換えて + 下さい。例: > :help cpo-; -< And for the guioption flags: > +< さらに guioption のフラグであれば: > :help go- 4) ノーマルモードのコマンドにはプレフィックスはありません。"gt" コマンドのヘル From 92fe491b6c48ba87fa8cee46f841819e4d1a0a8c Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 10:03:33 +0900 Subject: [PATCH 11/22] =?UTF-8?q?:s/=E5=87=BA=E6=9D=A5=E3=81=BE=E3=81=99/?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=BE=E3=81=99/g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/usr_02.jax | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index cb4aefb21..b291ba56f 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -607,15 +607,15 @@ Vim にはオプションがたくさんあり、それを設定することで 15) コマンド定義は :h command-topic で記載されます。カスタムコマンドの '!' 引 数については > :help command-bar -< で見つける事が出来ます。 +< で見つける事ができます。 16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で該当 のヘルプが見つかります。例えば: > :help CTRL-W_p -< で一つ前のウィンドウに戻れヘルプにアクセス出来ます。また自分のペースで +< で一つ前のウィンドウに戻れヘルプにアクセスできます。また自分のペースで ウィンドウ操作コマンド群を眺めたいならば > :help windows.txt -< でアクセス出来ます。 +< でアクセスできます。 17) Use |:helpgrep| to search in all help pages (and also of any installed plugins). See |:helpgrep| for how to use it. @@ -652,7 +652,7 @@ Vim にはオプションがたくさんあり、それを設定することで 21) QuickFix コマンドは大体 :c から始まり、ロケーションリストコマンドは大体 :l から始まります。 -22) Autocommand イベントはそれらの名前で見つける事が出来ます: > +22) Autocommand イベントはそれらの名前で見つける事ができます: > :help BufWinLeave < 全てのイベントを見るには: > :help autocommands-events From 2fb1bd3dc4bd8722864176f65a535c88f97bcfa8 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 10:25:18 +0900 Subject: [PATCH 12/22] Translate 25) --- doc/usr_02.jax | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index b291ba56f..638433ea6 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -665,15 +665,15 @@ Vim にはオプションがたくさんあり、それを設定することで べるのであれば: > :help +conceal -25) Documentation for included filetype specific functionality is usually - available in the form ft--. So > +25) ファイルタイプ特有の機能が含まれるドキュメントは通常 + ft-- に存在します。よってCのシンタックスファイル + とそこで提供されているオプションについては以下に記載されます。 > :help ft-c-syntax -< talks about the C syntax file and the option it provides. Sometimes, - additional sections for omni completion > +< オムニ補完に関するセクションは > :help ft-php-omni -< or filetype plugins > +< で、ファイルタイププラグインに関しては > :help ft-tex-plugin -< are available. +< で提供されている事があります。 > 26) Error and Warning codes can be looked up directly in the help. So > :help E297 From 95933c3e75769ba84cfb5e3e0ae8815aff6f6858 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 9 Feb 2016 10:29:09 +0900 Subject: [PATCH 13/22] =?UTF-8?q?:s/=E3=83=A6=E3=83=BC=E3=82=B6/=E3=83=A6?= =?UTF-8?q?=E3=83=BC=E3=82=B6=E3=83=BC/g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/usr_02.jax | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 638433ea6..65f6ca870 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -505,11 +505,11 @@ Vim にはオプションがたくさんあり、それを設定することで :help helphelp 2) バーで囲まれた関連ヘルプへのリンクを辿ってみて下さい。ヘルプの詳細から - ユーザ視点のコマンド説明で、あまり詳しすぎないユーザドキュメントへ移動出来 - ます。例えば: > + ユーザー視点のコマンド説明で、あまり詳しすぎないユーザードキュメントへ移動 + 出来ます。例えば: > :help pattern.txt -< を見るとイントロダクションにユーザガイドのトピック |03.9| や |usr_27.txt| - があるのが分かります。 +< を見るとイントロダクション部分にユーザーガイドのトピック |03.9| や + |usr_27.txt| があるのが分かります。 3) オプションは単一のアポストロフィで囲まれます。list オプションに関するヘル プへ行くには: > From d32b9a75ec4e813612494c5226ca8957eb9faad8 Mon Sep 17 00:00:00 2001 From: tyru Date: Wed, 10 Feb 2016 23:49:36 +0900 Subject: [PATCH 14/22] Translate 26) --- doc/usr_02.jax | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 65f6ca870..ea34d2ba0 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -675,15 +675,16 @@ Vim にはオプションがたくさんあり、それを設定することで :help ft-tex-plugin < で提供されている事があります。 > -26) Error and Warning codes can be looked up directly in the help. So > +26) エラーと警告のコードはhelpで直接引くことができます。よって > :help E297 -< takes you exactly to the description of the swap error message and > +< はスワップエラーメッセージの説明に飛び、また > :help W10 -< talks about the warning "Changing a readonly file". - Sometimes however, those error codes are not described, but rather are - listed at the Vim command that usually causes this. So: > +< は "Changing a readonly file" の警告について述べます。 + しかし時々エラーコードの説明が存在しない場合がありますが、 + どちらかといえば大抵それを引き起こしたVimのコマンドの方に記載されている + でしょう。よって: > :help E128 -< takes you to the |:function| command +< は |:function| コマンドに飛びます。 ============================================================================== From 812a8322b9734f96d1278f4d059e65d1fc10a251 Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 02:01:58 +0900 Subject: [PATCH 15/22] Translate 13), 14) with translation notes --- doc/usr_02.jax | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index ea34d2ba0..5bcec9923 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -580,29 +580,30 @@ Vim にはオプションがたくさんあり、それを設定することで あれば: > :help quote: -13) Vim Script (VimL) is available at > +13) Vimスクリプト (VimL) は以下を参照。 > :help eval.txt -< Certain aspects of the language are available at :h expr-X where "X" is a - single letter. E.g. > +< Vimスクリプトのいくつかの側面について :h expr-X ("X" は1文字) に + 記載されています。例えば > :help expr-! -< will take you to the topic describing the "!" (Not) operator for - VimScript. - Also important is > +< はVimスクリプトの "!" (否定)演算子の説明の項目に飛びます。 + さらに重要なのが > :help function-list -< to find a short description of all functions available. Help topics for - VimL functions always include the "()", so: > +< にはすべての関数の簡潔な説明が記載されています。 + ヘルプ項目のVimスクリプトの関数はすべて "()" を含みます。よって: > :help append() -< talks about the append VimL function rather than how to append text in the - current buffer. +< は現在のバッファのテキストを append する方法ではなく + append 関数についての説明に飛びます。 + {訳注: |:append| ではなく |append()| に飛ぶという意味だと思われます。} -14) Mappings are talked about in the help page :h |map.txt|. Use > +14) マッピングについては :h |map.txt| で述べられています。 > :help mapmode-i -< to find out about the |:imap| command. Also use :map-topic - to find out about certain subtopics particular for mappings. e.g: > +< |:imap| コマンドについて調べるなら上記を使用してください。 + またマッピング固有のある項目を調べるには :map-topic + {訳注: "topic" は各項目名} も使用できます。例えば: > :help :map-local -< for buffer-local mappings or > +< はバッファローカルなマッピングに関する項目です。または > :help map-bar -< for how the '|' is handled in mappings. +< は '|' がどのようにマッピングで処理されるかに関する項目です。 15) コマンド定義は :h command-topic で記載されます。カスタムコマンドの '!' 引 数については > From 392b98129bc5f1d97d51b0edc6b402817ba92c18 Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 02:16:47 +0900 Subject: [PATCH 16/22] Translate 7), 8), 9) --- doc/usr_02.jax | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 5bcec9923..1f36d0834 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -538,15 +538,16 @@ Vim にはオプションがたくさんあり、それを設定することで ジャンプする方法のヘルプであれば: > :help v_o -7) Command line editing and arguments start with c_. Help for using the - command argument %: > +7) コマンドラインの編集や引数は c_ で始まります。引数の % の使用方法の + ヘルプであれば: > :help c_% -8) Ex-commands always start with ":", so to go to the :s command help: > +8) Exコマンドは常に ":" で始まります。よって :s コマンドのヘルプに + 移動するには: > :help :s -9) Commands specifically for debugging start with ">". To go to to the help - for the "cont" debug command: > +9) デバッグに関するコマンドは ">" で始まります。 + デバッグコマンドの "cont" のヘルプに移動するには: > :help >cont 10) Key combinations. They usually start with a single letter indicating From d26dc9ebc511f8d362a5abaa4d82bcf1dbdaa3ce Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 02:41:52 +0900 Subject: [PATCH 17/22] Translate 10) --- doc/usr_02.jax | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 1f36d0834..5007e2df4 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -550,25 +550,23 @@ Vim にはオプションがたくさんあり、それを設定することで デバッグコマンドの "cont" のヘルプに移動するには: > :help >cont -10) Key combinations. They usually start with a single letter indicating - the mode for which they can be used. E.g.: > +10) キーの組み合わせは通常、使用できるモードを表す1文字から始まります。 + 例えば: > :help i_CTRL-X -< takes you to the family of Ctrl-X commands for insert mode which can be - used to auto complete different things. Note, that certain keys will - always be written the same, e.g. Control will always be CTRL. - For normal mode commands there is no prefix and the topic is available at - :h CTRL-. E.g. > +< はインサートモードでそれぞれ異なるものを補完するCtrl-X 系コマンド + に飛びます。Note いくつかのキーは常に同様に記載されています。 + 例えばコントロールキーは常に CTRL と記載されます。 + ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL-<文字> + により参照可能です。例えば > :help CTRL-W -< In contrast > +< に対して > :help c_CTRL-R -< will describe what the Ctrl-R does when entering commands in the Command - line and > +< はコマンドラインに入ったときの CTRL-R が行うことを説明しています。また > :help v_Ctrl-A -< talks about incrementing numbers in visual mode and > +< はビジュアルモードでの数値のインクリメントを説明し > :help g_CTRL-A -< talks about the g command (e.g. you have to press "g" then ). - Here the "g" stand for the normal command "g" which always expects a second - key before doing something similar to the commands starting with "z" +< は g コマンドについて述べています (これには "g" を押して + を押す必要があります)。 11) Regexp items always start with /. So to get help for the "\+" quantifier in Vim regexes: > From 4a3c63733ebfef39f5d9c988576e127345e72b4e Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 03:23:51 +0900 Subject: [PATCH 18/22] Translate 11), 17), 18) with one translation note --- doc/usr_02.jax | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 5007e2df4..85b7116ab 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -568,11 +568,10 @@ Vim にはオプションがたくさんあり、それを設定することで < は g コマンドについて述べています (これには "g" を押して を押す必要があります)。 -11) Regexp items always start with /. So to get help for the "\+" quantifier - in Vim regexes: > +11) 正規表現の項目は常に / で始まります。 + よってVimの正規表現の "\+" 量化子のヘルプに移動するには: > :help /\+ -< If you need to know everything about regular expressions, start reading - at: > +< もし正規表現の全てに関して知りたいのなら、以下を参照してください: > :help pattern.txt 12) レジスタは常に "quote" で始まります。特殊なレジスタ ":" について調べるので @@ -598,7 +597,7 @@ Vim にはオプションがたくさんあり、それを設定することで :help mapmode-i < |:imap| コマンドについて調べるなら上記を使用してください。 またマッピング固有のある項目を調べるには :map-topic - {訳注: "topic" は各項目名} も使用できます。例えば: > + {訳注: "topic" は項目名} も使用できます。例えば: > :help :map-local < はバッファローカルなマッピングに関する項目です。または > :help map-bar @@ -617,29 +616,29 @@ Vim にはオプションがたくさんあり、それを設定することで :help windows.txt < でアクセスできます。 -17) Use |:helpgrep| to search in all help pages (and also of any installed - plugins). See |:helpgrep| for how to use it. - To search for a topic: > +17) 全てのヘルプ (とインストールしたプラグイン) のページを検索するには + |:helpgrep| を使用してください。使用法については |:helpgrep| を参照してください。 + 項目を検索するには {訳注: "topic" は項目名}: > :helpgrep topic -< This takes you to the first match. To go to the next one: > +< これにより最初にマッチした項目に飛びます。次の項目に移動するには: > :cnext -< All matches are available in the quickfix window which can be opened - with: > +< 全てのマッチした項目は以下のコマンドで開くことできる QuickFix ウィンドウで + 参照可能です: > :copen -< Move around to the match you like and press Enter to jump to that help. +< 好きな項目に移動し、 Enter を押すとそのヘルプにジャンプすることができます。 -18) The user manual. This describes help topics for beginners in a rather - friendly way. Start at |usr_toc.txt| to find the table of content (as you - might have guessed): > +18) ユーザーマニュアルは初心者にとってより親しみやすい項目について + 説明しています。(おそらくあなたの想像通り) |usr_toc.txt| でその目次を + 見つけることができます: > :help usr_toc.txt -< Skim over the contents to find interesting topics. The "Digraphs" and - "Entering special characters" items are in chapter 24, so to go to that - particular help page: > +< 興味を持った項目を探すようにざっと眺めてみてください。 + "ダイグラフ (Digraph)" と "特殊な文字を入力する" の項目は24章です。 + そのページに移動するには: > :help usr_24.txt -< Also if you want to access a certain chapter in the help, the chapter - number can be accessed directly like this: > +< また特定の章に直接アクセスしたければ、このように章番号でもアクセス + 可能です: > :help 10.1 -< goes to chapter 10.1 in |usr_10.txt| and talks about recording macros. +< 上記で |usr_10.txt| の10.1章に移動し、マクロの記録の解説が見れます。 19) ハイライトグループは常に hl- から始まります。例えば > :help hl-WarningMsg From ac8e71e217ebea28e413579109132f78f9886798 Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 03:47:20 +0900 Subject: [PATCH 19/22] =?UTF-8?q?=E9=A3=9B=E3=81=B6=20->=20=E7=A7=BB?= =?UTF-8?q?=E5=8B=95=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/usr_02.jax | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 85b7116ab..779bd5cd6 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -554,7 +554,7 @@ Vim にはオプションがたくさんあり、それを設定することで 例えば: > :help i_CTRL-X < はインサートモードでそれぞれ異なるものを補完するCtrl-X 系コマンド - に飛びます。Note いくつかのキーは常に同様に記載されています。 + に移動します。Note いくつかのキーは常に同様に記載されています。 例えばコントロールキーは常に CTRL と記載されます。 ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL-<文字> により参照可能です。例えば > @@ -583,15 +583,15 @@ Vim にはオプションがたくさんあり、それを設定することで < Vimスクリプトのいくつかの側面について :h expr-X ("X" は1文字) に 記載されています。例えば > :help expr-! -< はVimスクリプトの "!" (否定)演算子の説明の項目に飛びます。 +< はVimスクリプトの "!" (否定)演算子の説明の項目に移動します。 さらに重要なのが > :help function-list < にはすべての関数の簡潔な説明が記載されています。 ヘルプ項目のVimスクリプトの関数はすべて "()" を含みます。よって: > :help append() < は現在のバッファのテキストを append する方法ではなく - append 関数についての説明に飛びます。 - {訳注: |:append| ではなく |append()| に飛ぶという意味だと思われます。} + append 関数についての説明に移動します。 + {訳注: |:append| ではなく |append()| に移動するという意味だと思われます。} 14) マッピングについては :h |map.txt| で述べられています。 > :help mapmode-i @@ -620,7 +620,7 @@ Vim にはオプションがたくさんあり、それを設定することで |:helpgrep| を使用してください。使用法については |:helpgrep| を参照してください。 項目を検索するには {訳注: "topic" は項目名}: > :helpgrep topic -< これにより最初にマッチした項目に飛びます。次の項目に移動するには: > +< これにより最初にマッチした項目に移動します。次の項目に移動するには: > :cnext < 全てのマッチした項目は以下のコマンドで開くことできる QuickFix ウィンドウで 参照可能です: > @@ -676,7 +676,7 @@ Vim にはオプションがたくさんあり、それを設定することで 26) エラーと警告のコードはhelpで直接引くことができます。よって > :help E297 -< はスワップエラーメッセージの説明に飛び、また > +< はスワップエラーメッセージの説明に移動し、また > :help W10 < は "Changing a readonly file" の警告について述べます。 しかし時々エラーコードの説明が存在しない場合がありますが、 From d4679a8539cb8c557e059cb21770a3a58569b58b Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 04:06:14 +0900 Subject: [PATCH 20/22] small fix --- doc/usr_02.jax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 779bd5cd6..aa6bdb0ea 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -580,7 +580,7 @@ Vim にはオプションがたくさんあり、それを設定することで 13) Vimスクリプト (VimL) は以下を参照。 > :help eval.txt -< Vimスクリプトのいくつかの側面について :h expr-X ("X" は1文字) に +< Vimスクリプトのいくつかの側面については :h expr-X ("X" は1文字) に 記載されています。例えば > :help expr-! < はVimスクリプトの "!" (否定)演算子の説明の項目に移動します。 From 97e70b2706df5b4f7d2dbe06a3734155220a1299 Mon Sep 17 00:00:00 2001 From: tyru Date: Thu, 11 Feb 2016 17:54:06 +0900 Subject: [PATCH 21/22] Some fixes --- doc/usr_02.jax | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index aa6bdb0ea..23b8ad808 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -498,8 +498,8 @@ Vim にはオプションがたくさんあり、それを設定することで 概要: *help-summary* > -1) トピックをタイプした後、あり得るトピック全てを表示させるには Ctrl-D を使います - もしくはタブで補完します: > +1) トピックをタイプした後、あり得るトピック全てを表示させるには + Ctrl-D を使います。もしくはタブで補完します: > :help some < help の使い方に関するより詳しい情報については: > :help helphelp @@ -520,7 +520,7 @@ Vim にはオプションがたくさんあり、それを設定することで ページを見つけ出します。 特定のオプションには特有のネームスペースが付きます。例: > :help cpo- -< 設定 'cpoptions' のフラグに対応します。 は指定のフラグに置き換えて +< は設定 'cpoptions' のフラグに対応します。 は個別のフラグに置き換えて 下さい。例: > :help cpo-; < さらに guioption のフラグであれば: > @@ -556,7 +556,7 @@ Vim にはオプションがたくさんあり、それを設定することで < はインサートモードでそれぞれ異なるものを補完するCtrl-X 系コマンド に移動します。Note いくつかのキーは常に同様に記載されています。 例えばコントロールキーは常に CTRL と記載されます。 - ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL-<文字> + ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL- により参照可能です。例えば > :help CTRL-W < に対して > @@ -611,7 +611,7 @@ Vim にはオプションがたくさんあり、それを設定することで 16) ウィンドウの制御コマンドは常に CTRL-W で始まります。:h CTRL-W_文字 で該当 のヘルプが見つかります。例えば: > :help CTRL-W_p -< で一つ前のウィンドウに戻れヘルプにアクセスできます。また自分のペースで +< で一つ前のウィンドウへの移動のヘルプにアクセスできます。また自分のペースで ウィンドウ操作コマンド群を眺めたいならば > :help windows.txt < でアクセスできます。 From 53f33bc140550433225fdb97559859a537137cdb Mon Sep 17 00:00:00 2001 From: MURAOKA Taro Date: Sat, 13 Feb 2016 01:41:40 +0900 Subject: [PATCH 22/22] fix NV in usr_02.jax https://travis-ci.org/vim-jp/vimdoc-ja/builds/108825169 --- doc/usr_02.jax | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/usr_02.jax b/doc/usr_02.jax index 23b8ad808..d06eaf8e2 100644 --- a/doc/usr_02.jax +++ b/doc/usr_02.jax @@ -530,8 +530,7 @@ Vim にはオプションがたくさんあり、それを設定することで プへ行くには: > :help gt -5) インサートモードのコマンドは i_ で始まります。単語の削除に関するヘルプであ - れば: > +5) 挿入モードのコマンドは i_ で始まります。単語の削除に関するヘルプであれば: > :help i_CTRL-W 6) ビジュアルモードのコマンドは v_ で始まります。ビジュアル領域のもう片方へ @@ -553,8 +552,8 @@ Vim にはオプションがたくさんあり、それを設定することで 10) キーの組み合わせは通常、使用できるモードを表す1文字から始まります。 例えば: > :help i_CTRL-X -< はインサートモードでそれぞれ異なるものを補完するCtrl-X 系コマンド - に移動します。Note いくつかのキーは常に同様に記載されています。 +< は挿入モードでそれぞれ異なるものを補完するCtrl-X 系コマンドに移動します。 + Note いくつかのキーは常に同様に記載されています。 例えばコントロールキーは常に CTRL と記載されます。 ノーマルモードのコマンドはプレフィックスを持たず、項目は :h CTRL- により参照可能です。例えば >