diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 43 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 3 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.asciidoc | 8 |
3 files changed, 22 insertions, 32 deletions
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index df914cc7e..465176c55 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -68,12 +68,9 @@ WeeChat の主要なリポジトリは 2 つあります: | guile/ | guile (scheme) スクリプト用 API | trigger/ | trigger プラグイン | xfer/ | xfer (IRC DCC ファイル/チャット) -// TRANSLATION MISSING -| tests/ | Tests -// TRANSLATION MISSING -| unit/ | Unit tests -// TRANSLATION MISSING -| core/ | Unit tests for core functions +| tests/ | テスト +| unit/ | 単体テスト +| core/ | コア関数の単体テスト | doc/ | 文書 | po/ | 翻訳ファイル (gettext) | debian/ | Debian パッケージ用 @@ -94,8 +91,7 @@ WeeChat "core" は以下のディレクトリに配置されています: |=== | パス/ファイル名 | 説明 | core/ | コア関数: エントリポイント、内部構造体 -// TRANSLATION MISSING -| weechat.c | Main functions: command line options, startup +| weechat.c | 主要関数: コマンドラインオプション、起動 | wee-backtrace.c | クラッシュした際にバックトレースを表示 | wee-command.c | WeeChat コアコマンド | wee-completion.c | デフォルト補完 @@ -149,8 +145,7 @@ WeeChat "core" は以下のディレクトリに配置されています: | gui-curses-mouse.c | マウス | gui-curses-term.c | ターミナルについての関数 | gui-curses-window.c | ウィンドウ -// TRANSLATION MISSING -| main.c | Entry point +| main.c | エントリポイント |=== [[sources_plugins]] @@ -289,25 +284,23 @@ WeeChat "core" は以下のディレクトリに配置されています: | xfer-upgrade.c | WeeChat をアップグレードする際の xfer データの保存および回復 |=== -// TRANSLATION MISSING [[sources_tests]] -==== Tests +==== テスト -// TRANSLATION MISSING [width="100%",cols="1v,5",options="header"] |=== | パス/ファイル名 | 説明 -| tests/ | Root of tests -| unit/ | Root of unit tests -| test-eval.cpp | Tests: evaluation of expressions -| test-hashtble.cpp | Tests: hashtables -| test-hdata.cpp | Tests: hdata -| test-infolist.cpp | Tests: infolists -| test-list.cpp | Tests: lists -| test-string.cpp | Tests: strings -| test-url.cpp | Tests: URLs -| test-utf8.cpp | Tests: UTF-8 -| test-util.cpp | Tests: util functions +| tests/ | テストのルートディレクトリ +| unit/ | 単体テストのルートディレクトリ +| test-eval.cpp | テスト: 式の評価 +| test-hashtble.cpp | テスト: ハッシュテーブル +| test-hdata.cpp | テスト: hdata +| test-infolist.cpp | テスト: インフォリスト +| test-list.cpp | テスト: リスト +| test-string.cpp | テスト: 文字列 +| test-url.cpp | テスト: URL +| test-utf8.cpp | テスト: UTF-8 +| test-util.cpp | テスト: ユーティリティ関数 |=== [[documentation_translations]] @@ -1064,5 +1057,5 @@ asciidoc ファイルは 'doc/XX/' ディレクトリにあり、'XX' は言語 `<<link_name>>` の後に名前がある場合、これも必ず翻訳してください: ---- -<<link_name,this text must be translated>> +<<link_name,このテキストは必ず翻訳してください>> ---- diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index e3b889f6b..98bbe9a64 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -6554,8 +6554,7 @@ void weechat_printf_date_tags (struct t_gui_buffer *buffer, time_t date, | notify_highlight | この行を含むバッファは "highlight" レベルでホットリストに追加される | nick_xxx | ニックネーム "xxx" からのメッセージ | prefix_nick_ccc | プレフィックスを色 "ccc" のニックネームにする -// TRANSLATION MISSING -| host_xxx | Username and host in message +| host_xxx | メッセージ中のユーザ名とホスト | irc_xxx | IRC メッセージ "xxx" (コマンドまたは 3 桁の番号) | irc_numeric | IRC 番号メッセージ | irc_error | IRC からのエラー diff --git a/doc/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc index 143fd4d7a..f58e5ba1d 100644 --- a/doc/ja/weechat_user.ja.asciidoc +++ b/doc/ja/weechat_user.ja.asciidoc @@ -102,9 +102,8 @@ WeeChat は cmake または autotools を使ってコンパイルできます (c | source-highlight | | | 文書中のソースに対するシンタックスハイライト | xsltproc, docbook-xml, docbook-xsl | | | man ページのビルド -// TRANSLATION MISSING -| libcpputest-dev | ≥ 3.4 | .2+| Run tests -| C++ compiler | | +| libcpputest-dev | ≥ 3.4 | .2+| テストの実行 +| C++ コンパイラ | | |=== [NOTE] @@ -242,9 +241,8 @@ cmake に対するオプションを指定するには、以下のフォーマ | ENABLE_XFER | `ON`, `OFF` | ON | <<xfer_plugin,Xfer プラグイン>>のコンパイル -// TRANSLATION MISSING | ENABLE_TESTS | `ON`, `OFF` | OFF | - Compile tests. + コンパイルテスト。 |=== その他のオプションは以下のコマンドで確認してください: |