diff options
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index d3d97753e..566b60a78 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -157,8 +157,7 @@ $ make $ sudo make install ---- -// TRANSLATION MISSING -* 任意のディレクトリにインストールする場合 (for example your home): +* 任意のディレクトリ (例えば自分のホームディレクトリ) にインストールする場合: ---- $ mkdir build @@ -316,8 +315,7 @@ $ make $ sudo make install ---- -// TRANSLATION MISSING -* 任意のディレクトリにインストールする場合 (for example your home): +* 任意のディレクトリ (例えば自分のホームディレクトリ) にインストールする場合: ---- $ ./autogen.sh @@ -489,18 +487,17 @@ WeeChat を設定するにはこのファイルを編集するか、WeeChat 内で `/set` コマンドにパラメータを付けて設定します (<<weechat_commands,WeeChat コマンド>>を参照)。 -// TRANSLATION MISSING [[environment_variables]] -=== Environment variables +=== 環境変数 -Some environment variables are used by WeeChat if they are defined: +以下の環境変数が定義されていた場合、WeeChat はそれを利用します: [width="100%",cols="1m,6",options="header"] |=== -| Name | Description -| WEECHAT_HOME | The WeeChat home (with configuration files, logs, scripts, ...). -| WEECHAT_PASSPHRASE | The passphrase used to decrypt secured data. -| WEECHAT_EXTRA_LIBDIR | An extra directory to load plugins (from the "plugins" directory in this path). +| 変数名 | 説明 +| WEECHAT_HOME | WeeChat ホームディレクトリ (ここには設定ファイル、ログ、スクリプトなどがあります) +| WEECHAT_PASSPHRASE | 暗号化データを復号化するためのパスフレーズ +| WEECHAT_EXTRA_LIBDIR | プラグインをロードするための追加ディレクトリパス (設定したパス内の "plugins" ディレクトリからロードします) |=== [[files_and_directories]] @@ -2024,8 +2021,7 @@ _スクリプト_ とは `/python` 等のコマンドで _python_ | charset | バッファの文字コードに従ってデコード/エンコード | exec | WeeChat 内部から外部コマンドを実行 | fifo | 外部から WeeChat にコマンドを送信するための FIFO パイプ -// TRANSLATION MISSING -| fset | Fast set of WeeChat and plugins options. +| fset | WeeChat とプラグインのオプションを高速設定 | irc | IRC チャットプロトコル | logger | バッファの内容をファイルに保存 | relay | ネットワーク経由でデータを中継 @@ -2364,9 +2360,8 @@ include::autogen/user/fifo_commands.adoc[] [[fset_plugin]] === Fset プラグイン -// TRANSLATION MISSING -Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat -and plugin options. +fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat +とプラグインのオプション設定を支援します。 [[fset_options]] ==== オプション (fset.conf) @@ -2377,8 +2372,7 @@ and plugin options. |=== | セクション | 操作コマンド | 説明 | color | /set fset.color.* | 色 -// TRANSLATION MISSING -| format | /set fset.format.* | Formats used to display list of options. +| format | /set fset.format.* | オプションリストの表示書式 | look | /set fset.look.* | 外観 |=== |