From 1e3010cd6f1c314df6d32bebb82f8a45ff1143d2 Mon Sep 17 00:00:00 2001 From: "AYANOKOUZI, Ryuunosuke" Date: Sun, 23 Mar 2014 06:11:49 +0900 Subject: core: update Japanese translations --- doc/ja/weechat_faq.ja.txt | 16 +- doc/ja/weechat_plugin_api.ja.txt | 5 +- doc/ja/weechat_user.ja.txt | 466 +++++++++++++++++++-------------------- 3 files changed, 238 insertions(+), 249 deletions(-) (limited to 'doc/ja') diff --git a/doc/ja/weechat_faq.ja.txt b/doc/ja/weechat_faq.ja.txt index 829fe2e9d..984ae886f 100644 --- a/doc/ja/weechat_faq.ja.txt +++ b/doc/ja/weechat_faq.ja.txt @@ -539,15 +539,13 @@ of channels): [[filter_irc_join_channel_messages]] === どうすれば IRC チャンネルに参加した際に表示される一部のメッセージをフィルタできますか。 -// TRANSLATION MISSING -With WeeChat ≥ 0.4.1, you can choose which messages are displayed or not when -joining a channel with the option 'irc.look.display_join_message' (see -`/help irc.look.display_join_message` for more info). - -// TRANSLATION MISSING -To hide messages (but keep them in buffer), you can filter them using the tag -(for example 'irc_329' for channel creation date). See `/help filter` for help -with filters. +WeeChat バージョン 0.4.1 以上の場合、'irc.look.display_join_message' +オプションを使って、チャンネル参加時に表示するメッセージの種類を選択できます +(より詳しい情報は `/help irc.look.display_join_message` を参照)。 + +メッセージを隠す (ただしバッファに残す) には、タグを使ってメッセージをフィルタしてください +(たとえばチャンネル作成日時を隠すには 'irc_329' タグを使ってください)。フィルタの書き方に関する情報は +`/help filter` を参照してください。 [[filter_voice_messages]] === どうすれば voice メッセージをフィルタできますか (例えば Bitlbee サーバ上で)。 diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 64c1c026f..1db81fcfc 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -1815,10 +1815,9 @@ _WeeChat バージョン 0.4.0 以上で利用可、バージョン 0.4.2 で更 という書式で書かれた特殊変数は展開される ('WeeChat ユーザガイド' のコマンド `/eval` を参照)。 -// TRANSLATION MISSING [NOTE] -Since version 0.4.4, nested variables are supported, for example: -`${color:${variable}}`. +バージョン 0.4.4 以降、入れ子変数を使えるようになりました、例: +`${color:${variable}}`。 プロトタイプ: diff --git a/doc/ja/weechat_user.ja.txt b/doc/ja/weechat_user.ja.txt index ce7fa7df4..112f408f5 100644 --- a/doc/ja/weechat_user.ja.txt +++ b/doc/ja/weechat_user.ja.txt @@ -1077,8 +1077,7 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 | key[alt-F12] | ニックネームリストを一番下にスクロール | `/bar scroll nicklist * e` | key[alt-a] | 変更のあった次のバッファに移動 (優先順位: ハイライト、新規メッセージ、その他) | `/input jump_smart` | key[alt-h] | ホットリスト (他のバッファにあった変更通知リスト) を消去 | `/input hotlist_clear` -// TRANSLATION MISSING -| key[alt-j,alt-f] | Switch to first buffer | `/buffer -` +| key[alt-j,alt-f] | 最初のバッファに移動 | `/buffer -` | key[alt-j,alt-l] | 最後のバッファに移動 | `/buffer +` | key[alt-j,alt-r] | IRC 生バッファに移動 | `/server raw` | key[alt-j,alt-s] | IRC サーババッファに移動 | `/server jump` @@ -1723,8 +1722,7 @@ GNU/Linux の場合、プラグインファイルは ".so" という拡張子を | alias | コマンドの別名を定義 | aspell | コマンドラインのスペルチェック | charset | バッファの文字コードに従ってデコード/エンコード -// TRANSLATION MISSING -| exec | Execution of external commands in WeeChat +| exec | WeeChat 内部から外部コマンドを実行 | fifo | 外部から WeeChat にコマンドを送信するための FIFO パイプ | irc | IRC チャットプロトコル | logger | バッファの内容をファイルに保存 @@ -1736,8 +1734,7 @@ GNU/Linux の場合、プラグインファイルは ".so" という拡張子を | lua | Lua スクリプト API | tcl | Tcl スクリプト API | guile | Guile (scheme) スクリプト API -// TRANSLATION MISSING -| trigger | Text replacement and command execution on events triggered by WeeChat/plugins +| trigger | WeeChat およびプラグインが発生させたイベントに対するテキスト置換とコマンド実行 | xfer | ファイル転送とダイレクトチャット |=== @@ -1938,31 +1935,30 @@ IRC チャンネル (またはプライベートメッセージ) の文字コー 文字コードに関する問題があれば、'WeeChat FAQ' を参照してください。 -// TRANSLATION MISSING [[exec_plugin]] -=== Exec plugin +=== exec プラグイン -The `/exec` command lets you execute external commands inside WeeChat and -display the output locally, or send it to a buffer. +`/exec` コマンドを使うことで WeeChat +内部から外部コマンドを実行し、その結果を表示したりバッファに送信することが可能になります。 [[exec_options]] -==== Options (exec.conf) +==== オプション (exec.conf) -Sections: +セクション: [width="100%",cols="3m,6m,16",options="header"] |=== -| Section | Control command | Description -| command | /set exec.command.* | Options for commands -| color | /set exec.color.* | Colors +| セクション | 操作コマンド | 説明 +| command | /set exec.command.* | コマンドに対するオプション +| color | /set exec.color.* | 色 |=== -Options: +オプション: include::autogen/user/exec_options.txt[] [[exec_commands]] -==== Commands +==== コマンド include::autogen/user/exec_commands.txt[] @@ -2824,23 +2820,22 @@ include::autogen/user/tcl_commands.txt[] include::autogen/user/guile_commands.txt[] -// TRANSLATION MISSING [[trigger_plugin]] === トリガプラグイン -Trigger is the Swiss Army knife for WeeChat: it can hook many things (signal, -modifier, print, ...), change the content of data, and execute one or more -commands. A condition can be used to prevent the trigger to run in some -circumstances. +トリガは WeeChat の便利ツールです: +様々なもの +(signal、modifier、print、...) +をフックして、データの内容を書き換えたり、複数のコマンドを実行することができます。条件をつけることで一部の場合だけトリガを実行するように設定することもできます。 -Using triggers require you to know how the signals, modifiers, ... are working. -So you might consider reading the 'Hooks' chapter in the -'WeeChat Plugin API Reference'. +トリガを使うにはシグナル、修飾子、... +がどのように動いているかを知らなければいけません。これを知るには 'WeeChat +プラグイン API リファレンス' の 'フック' の章を読むことをお勧めします。 [[trigger_options]] -==== Options (trigger.conf) +==== オプション (trigger.conf) -Sections: +セクション: [width="100%",cols="3m,6m,16",options="header"] |=== @@ -2849,59 +2844,59 @@ Sections: | color | /set trigger.color.* | 色 | trigger | <> + <> + - /set trigger.trigger.* | Trigger options + /set trigger.trigger.* | トリガオプション |=== -Options: +オプション: include::autogen/user/trigger_options.txt[] [[trigger_commands]] -==== Commands +==== コマンド include::autogen/user/trigger_commands.txt[] [[trigger_anatomy]] -==== Anatomy of a trigger +==== トリガの構造 -A trigger has the following options (names are +トリガは以下のオプションをとります (名前は `trigger.trigger..