1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 05:05:42 +02:00

Merge pull request #140 from l/translation_ja

core: update Japanese translations
This commit is contained in:
Sébastien Helleu
2014-07-26 11:17:55 +02:00
4 changed files with 46 additions and 55 deletions
+18 -25
View File
@@ -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,このテキストは必ず翻訳してください>>
----
+1 -2
View File
@@ -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 からのエラー
+3 -5
View File
@@ -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.
コンパイルテスト。
|===
その他のオプションは以下のコマンドで確認してください:
+24 -23
View File
File diff suppressed because it is too large Load Diff