diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-28 20:25:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-28 20:25:31 +0200 |
commit | e852a1b7755c68435422aa45f606656293afcea0 (patch) | |
tree | ae66331d67b932d6eec0bce9fed6cfcd45c088d9 /doc/ja | |
parent | 5ef79b58a31fe7b26cc126a43e5968c7af95a478 (diff) | |
parent | 5bdc256911d985de95c053cf53381e6c10566e41 (diff) | |
download | weechat-e852a1b7755c68435422aa45f606656293afcea0.zip |
Merge pull request #414 from l/translation_ja
core: update Japanese translations
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/cmdline_options.ja.asciidoc | 5 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 14 |
2 files changed, 7 insertions, 12 deletions
diff --git a/doc/ja/cmdline_options.ja.asciidoc b/doc/ja/cmdline_options.ja.asciidoc index ecb7ba04d..54ed437e0 100644 --- a/doc/ja/cmdline_options.ja.asciidoc +++ b/doc/ja/cmdline_options.ja.asciidoc @@ -4,13 +4,12 @@ *-c*, *--colors*:: ターミナルにデフォルトカラーを表示 -// TRANSLATION MISSING *-d*, *--dir* '<path>':: WeeChat のホームディレクトリを path に設定 (設定ファイル、ログ、 ユーザプラグイン、スクリプトに利用される)、初期値は '~/.weechat' 。 (注意: パスが存在しない場合は WeeChat がディレクトリを作成します) - If this option is not given, the environment variable WEECHAT_HOME is used - (if not empty). + このオプションを指定しなかった場合、環境変数 WEECHAT_HOME を使います + (空でない限り)。 *-h*, *--help*:: ヘルプを表示 diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index a4a3f6abf..c6982ba29 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -1922,10 +1922,9 @@ char *weechat_string_eval_expression (const char *expr, `${re:1}` | `test` -// TRANSLATION MISSING | `${color:name}` | WeeChat 色コード (色名部分はオプション属性をとることも可能です), - see function <<_color,weechat_color>> for supported formats | + フォーマットを確認するには関数 <<_color,weechat_color>> をご確認ください | `${color:red}red text` + `${color:*214}bold orange text` | `red text` (赤色で) + @@ -1940,9 +1939,8 @@ char *weechat_string_eval_expression (const char *expr, `1.0` + `lightblue` -// TRANSLATION MISSING | `${env:NAME}` + - (_WeeChat ≥ 1.2_) | + (_WeeChat バージョン 1.2 以上で利用可_) | Value of the environment variable `NAME` | `${env:HOME}` | `/home/user` @@ -6501,12 +6499,10 @@ const char *weechat_color (const char *color_name); 引数: * 'color_name': 色の名前、以下の中から 1 つ: -// TRANSLATION MISSING -** WeeChat color option name (from weechat.color.xxx), for example +** WeeChat 色オプション名 (weechat.color.xxx の xxx)、例えば 'chat_delimiters' -// TRANSLATION MISSING -** option name (format: file.section.option), for example - 'irc.color.message_quit' (_WeeChat ≥ 1.2_) +** オプション名 (フォーマット: file.section.option)、例えば + 'irc.color.message_quit' (_WeeChat バージョン 1.2 以上で利用可_) ** 任意で属性や背景色を指定した色 (以下を参照) ** 属性: *** 'bold': 太字を有効 |