diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-19 07:41:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-05-19 07:41:01 +0200 |
commit | 222fb8290bd1f83fa0347bc0db091d3cd18ca91f (patch) | |
tree | ce7448bac5809786977b5949f4a640178d825374 /doc/ja/weechat_dev.ja.asciidoc | |
parent | e2c1f83c7fc861ee6201cabdb6819ef09e8ac122 (diff) | |
parent | 8feb4c1c3b4e39a8122be18a11c1adb454c1cdd2 (diff) | |
download | weechat-222fb8290bd1f83fa0347bc0db091d3cd18ca91f.zip |
Merge pull request #424 from l/translation_ja
core: update Japanese translations
Diffstat (limited to 'doc/ja/weechat_dev.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index 5818b64fc..be38540ec 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -26,41 +26,36 @@ WeeChat (Wee Enhanced Environment for Chat) このマニュアルは WeeChat の内部構造について書かれています: -// TRANSLATION MISSING -* repositories +* リポジトリ * コーディングルール * 中核部の内部構造 * プラグインの内部構造 * WeeChat に貢献する方法 -// TRANSLATION MISSING [[repositories]] == リポジトリ -// TRANSLATION MISSING -WeeChat repositories are on GitHub organization "weechat": +WeeChat リポジトリは GitHub organization の "weechat" にあります: https://github.com/weechat -// TRANSLATION MISSING -List of repositories: +リポジトリのリスト: weechat:: - core repository with source code and documentation + ソースコードと文書を含むコアリポジトリ scripts:: - the 'official' scripts submitted on weechat.org + weechat.org に投稿された '公式' スクリプト weechat.org:: - source code of WeeChat web site: https://weechat.org/ + WeeChat ウェブサイトのソースコード: https://weechat.org/ weercd:: - IRC testing server + IRC テストサーバ qweechat:: - Qt remote GUI for WeeChat. + WeeChat の Qt リモート GUI。 -// TRANSLATION MISSING -This manual documents only 'weechat' repository. +このマニュアルは 'weechat' リポジトリだけを説明しています。 [[overview]] === 概要 |