summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_dev.ja.adoc
diff options
context:
space:
mode:
authorAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2017-07-08 09:00:00 +0900
committerAYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>2017-07-08 09:00:00 +0900
commit5c4a8f4e07d565a6fe1a9f2a6f2e64f9dd13488f (patch)
tree3a3f6322357e835538f310e5b76ea6c22b2a889c /doc/ja/weechat_dev.ja.adoc
parent29d24c288c1a34582b7df848873bcab7631d4117 (diff)
downloadweechat-5c4a8f4e07d565a6fe1a9f2a6f2e64f9dd13488f.zip
core: update Japanese translations
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r--doc/ja/weechat_dev.ja.adoc24
1 files changed, 11 insertions, 13 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc
index 4354fbd42..a71e17de3 100644
--- a/doc/ja/weechat_dev.ja.adoc
+++ b/doc/ja/weechat_dev.ja.adoc
@@ -78,8 +78,7 @@ qweechat::
|       charset/ | charset プラグイン
|       exec/ | exec プラグイン
|       fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ)
-// TRANSLATION MISSING
-|       fset/ | Fset (Fast Set) plugin.
+|       fset/ | fset (高速設定) プラグイン
|       guile/ | guile (scheme) スクリプト用 API
|       irc/ | IRC (Internet Relay Chat) プラグイン
|       javascript/ | javascript スクリプト用 API
@@ -221,17 +220,16 @@ WeeChat "core" は以下のディレクトリに配置されています:
|       fifo-command.c | fifo コマンド
|       fifo-config.c | fifo 設定オプション (fifo.conf ファイル)
|       fifo-info.c | fifo の情報/インフォリスト/hdata
-// TRANSLATION MISSING
-|    fset/ | Fset plugin.
-|       fset.c | Main fset functions.
-|       fset-bar-item.c | Fset bar items.
-|       fset-buffer.c | Fset buffer.
-|       fset-command.c | Fset commands.
-|       fset-completion.c | Fset completions.
-|       fset-config.c | Fset config options (file fset.conf).
-|       fset-info.c | Fset info/infolists/hdata.
-|       fset-mouse.c | Fset mouse actions.
-|       fset-option.c | Fset options management.
+|    fset/ | fset プラグイン
+|       fset.c | fset の主要関数
+|       fset-bar-item.c | fset バー要素
+|       fset-buffer.c | fset バッファ
+|       fset-command.c | fset コマンド
+|       fset-completion.c | fset 補完
+|       fset-config.c | fset 設定オプション (fset.conf ファイル)
+|       fset-info.c | fset の情報/インフォリスト/hdata
+|       fset-mouse.c | fset マウス動作
+|       fset-option.c | fset オプション管理
|    guile/ | guile (scheme) プラグイン
|       weechat-guile.c | guile の主要関数 (スクリプトのロード/アンロード、guile コードの実行)
|       weechat-guile-api.c | guile スクリプト作成 API 関数