summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_user.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-07-08 20:49:11 +0200
committerGitHub <noreply@github.com>2017-07-08 20:49:11 +0200
commit3c28229588300aa231e2a97c3b6c3cfc771174ee (patch)
tree3a3f6322357e835538f310e5b76ea6c22b2a889c /doc/ja/weechat_user.ja.adoc
parent29d24c288c1a34582b7df848873bcab7631d4117 (diff)
parent5c4a8f4e07d565a6fe1a9f2a6f2e64f9dd13488f (diff)
downloadweechat-3c28229588300aa231e2a97c3b6c3cfc771174ee.zip
Merge pull request #1034 from l/master/translation/ja_JP
core: update Japanese translations
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r--doc/ja/weechat_user.ja.adoc30
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.* | 外観
|===