From c3ec3cd3ed2408c53d8ea663ad81de7c741e90fc Mon Sep 17 00:00:00 2001 From: "AYANOKOUZI, Ryuunosuke" Date: Sat, 26 Jul 2014 17:56:38 +0900 Subject: [PATCH] core: update Japanese translations --- doc/ja/weechat_dev.ja.asciidoc | 43 ++++++++++-------------- doc/ja/weechat_plugin_api.ja.asciidoc | 3 +- doc/ja/weechat_user.ja.asciidoc | 8 ++--- po/ja.po | 47 ++++++++++++++------------- 4 files changed, 46 insertions(+), 55 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' は言語 `<>` の後に名前がある場合、これも必ず翻訳してください: ---- -<> +<> ---- 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 | <>のコンパイル -// TRANSLATION MISSING | ENABLE_TESTS | `ON`, `OFF` | OFF | - Compile tests. + コンパイルテスト。 |=== その他のオプションは以下のコマンドで確認してください: diff --git a/po/ja.po b/po/ja.po index 169071845..b3cf7b18f 100644 --- a/po/ja.po +++ b/po/ja.po @@ -40,11 +40,11 @@ msgid "max chars" msgstr "最大文字数" msgid "" -"a WeeChat color name (default, black, (dark)gray, white, (light)red, " -"(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a " -"terminal color number or an alias; attributes are allowed before color (for " -"text color only, not background): \"*\" for bold, \"!\" for reverse, \"/\" " -"for italic, \"_\" for underline" +"a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)" +"green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal " +"color number or an alias; attributes are allowed before color (for text " +"color only, not background): \"*\" for bold, \"!\" for reverse, \"/\" for " +"italic, \"_\" for underline" msgstr "" "WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、" "brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号ま" @@ -183,10 +183,13 @@ msgid "" "%sWarning: WeeChat is running under %s and $TERM is \"%s\", which can cause " "display bugs; $TERM should be set to \"screen-256color\" or \"screen\"" msgstr "" +"%s警告: WeeChat は %s の中で実行中で $TERM は \"%s\" です、この状態は表示上の" +"バグを引き起こす恐れがあります; $TERM を \"screen-256color\" または \"screen" +"\" に設定してください" #, c-format msgid "%sYou should add this line in the file %s: %s" -msgstr "" +msgstr "%sファイル %s にこの行を追加してください: %s" #, c-format msgid "Signal %s received, exiting WeeChat..." @@ -909,9 +912,9 @@ msgid "" msgstr "" "%sアップグレードできません: WeeChat バイナリ \"%s\" の実行許可がありません" -#, fuzzy, c-format +#, c-format msgid "%sNo binary specified" -msgstr "バーが定義されていません" +msgstr "%sバイナリが指定されていません" #, c-format msgid "Upgrading WeeChat with binary file: \"%s\"..." @@ -2506,9 +2509,8 @@ msgid "unset/reset config options" msgstr "オプションのアンセット/リセット" msgid "