summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_dev.ja.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r--doc/ja/weechat_dev.ja.adoc102
1 files changed, 54 insertions, 48 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc
index a38ccd9b6..b041ccb92 100644
--- a/doc/ja/weechat_dev.ja.adoc
+++ b/doc/ja/weechat_dev.ja.adoc
@@ -408,71 +408,77 @@ WeeChat "core" は以下のディレクトリに配置されています:
[width="100%",cols="2m,3",options="header"]
|===
-| パス/ファイル名 | 説明
-| tests/ | テスト用のルートディレクトリ
-|    tests.cpp | 全テストの実行時に使われるプログラム
-|    scripts/ | スクリプト API テスト用のルートディレクトリ
-|       test-scripts.cpp | スクリプト API テストの実行時に使われるプログラム
-|       python/ | スクリプト API テストを生成、実行する Python スクリプト
-|          testapigen.py | スクリプト API のテスト時にすべての言語に関するスクリプトを生成する Python スクリプト
-|          testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます)
-|          unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます)
-|    unit/ | 単体テスト用のルートディレクトリ
-|       test-plugins.cpp | テスト: プラグイン
-|       core/ | core 向け単体テスト用のルートディレクトリ
-|          test-core-arraylist.cpp | テスト: 配列リスト
+| パス/ファイル名 | 説明
+| tests/ | テスト用のルートディレクトリ
+|    tests.cpp | 全テストの実行時に使われるプログラム
+|    scripts/ | スクリプト API テスト用のルートディレクトリ
+|       test-scripts.cpp | スクリプト API テストの実行時に使われるプログラム
+|       python/ | スクリプト API テストを生成、実行する Python スクリプト
+|          testapigen.py | スクリプト API のテスト時にすべての言語に関するスクリプトを生成する Python スクリプト
+|          testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます)
+|          unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます)
+|    unit/ | 単体テスト用のルートディレクトリ
+|       test-plugins.cpp | テスト: プラグイン
+|       core/ | core 向け単体テスト用のルートディレクトリ
+|          test-core-arraylist.cpp | テスト: 配列リスト
+// TRANSLATION MISSING
+|          test-core-calc.cpp | Tests: calculation of expressions.
+// TRANSLATION MISSING
+|          test-core-crypto.cpp | Tests: cryptographic functions.
+// TRANSLATION MISSING
+|          test-core-dir.cpp | Tests: directory/file functions.
+|          test-core-eval.cpp | テスト: 式の評価
+|          test-core-hashtble.cpp | テスト: ハッシュテーブル
+|          test-core-hdata.cpp | テスト: hdata
+|          test-core-hook.cpp | テスト: フック
+|          test-core-infolist.cpp | テスト: インフォリスト
+|          test-core-list.cpp | テスト: リスト
// TRANSLATION MISSING
-|          test-core-calc.cpp | Tests: calculation of expressions.
+|          test-core-network.cpp | Tests: network functions.
+|          test-core-secure.cpp | テスト: データ保護
// TRANSLATION MISSING
-|          test-core-crypto.cpp | Tests: cryptographic functions.
+|          test-core-signal.cpp | テスト: signals.
+|          test-core-string.cpp | テスト: 文字列
+|          test-core-url.cpp | テスト: URL
+|          test-core-utf8.cpp | テスト: UTF-8
+|          test-core-util.cpp | テスト: ユーティリティ関数
+|       gui/ | インターフェースの単体テストを収める最上位ディレクトリ
// TRANSLATION MISSING
-|          test-core-dir.cpp | Tests: directory/file functions.
-|          test-core-eval.cpp | テスト: 式の評価
-|          test-core-hashtble.cpp | テスト: ハッシュテーブル
-|          test-core-hdata.cpp | テスト: hdata
-|          test-core-hook.cpp | テスト: フック
-|          test-core-infolist.cpp | テスト: インフォリスト
-|          test-core-list.cpp | テスト: リスト
+|          test-gui-color.cpp | Tests: colors.
+|          test-gui-line.cpp | テスト: 行
// TRANSLATION MISSING
-|          test-core-network.cpp | Tests: network functions.
-|          test-core-secure.cpp | テスト: データ保護
+|          test-gui-nick.cpp | テスト: nicks
+|       plugins/ | プラグインの単体テストを収める最上位ディレクトリ
+|          irc/ | IRC プラグインの単体テストを収める最上位ディレクトリ
// TRANSLATION MISSING
-|          test-core-signal.cpp | テスト: signals.
-|          test-core-string.cpp | テスト: 文字列
-|          test-core-url.cpp | テスト: URL
-|          test-core-utf8.cpp | テスト: UTF-8
-|          test-core-util.cpp | テスト: ユーティリティ関数
-|       gui/ | インターフェースの単体テストを収める最上位ディレクトリ
+|             test-irc-channel.cpp | Tests: IRC channels.
+|             test-irc-color.cpp | Tests: IRC colors.
+|             test-irc-config.cpp | テスト: IRC 設定
// TRANSLATION MISSING
-|          test-gui-color.cpp | Tests: colors.
-|          test-gui-line.cpp | テスト: 行
+|             test-irc-ignore.cpp | Tests: IRC ignores.
// TRANSLATION MISSING
-|          test-gui-nick.cpp | テスト: nicks
-|       plugins/ | プラグインの単体テストを収める最上位ディレクトリ
-|          irc/ | IRC プラグインの単体テストを収める最上位ディレクトリ
+|             test-irc-message.cpp | Tests: IRC messages.
// TRANSLATION MISSING
-|             test-irc-channel.cpp | Tests: IRC channels.
-|             test-irc-color.cpp | Tests: IRC colors.
-|             test-irc-config.cpp | テスト: IRC 設定
+|             test-irc-mode.cpp | Tests: IRC modes.
// TRANSLATION MISSING
-|             test-irc-ignore.cpp | Tests: IRC ignores.
+|             test-irc-nick.cpp | Tests: IRC nicks.
+|             test-irc-protocol.cpp | テスト: IRC プロトコル
// TRANSLATION MISSING
-|             test-irc-message.cpp | Tests: IRC messages.
+|             test-irc-server.cpp | Tests: IRC server.
// TRANSLATION MISSING
-|             test-irc-mode.cpp | Tests: IRC modes.
+|          trigger/ | Root of unit tests for trigger plugin.
// TRANSLATION MISSING
-|             test-irc-nick.cpp | Tests: IRC nicks.
-|             test-irc-protocol.cpp | テスト: IRC プロトコル
+|             test-trigger.cpp | Tests: triggers.
// TRANSLATION MISSING
-|             test-irc-server.cpp | Tests: IRC server.
+|          typing/ | Root of unit tests for typing plugin.
// TRANSLATION MISSING
-|          trigger/ | Root of unit tests for trigger plugin.
+|             test-typing.cpp | Tests: typing.
// TRANSLATION MISSING
-|             test-trigger.cpp | Tests: triggers.
+|             test-typing-status.cpp | Tests: typing status.
// TRANSLATION MISSING
-|          relay/ | Root of unit tests for Relay plugin.
+|          relay/ | Root of unit tests for Relay plugin.
// TRANSLATION MISSING
-|             test-relay-auth.cpp | Tests: clients authentication.
+|             test-relay-auth.cpp | Tests: clients authentication.
|===
[[documentation_translations]]