core: update Japanese translations

v2.8-utf8proc
AYANOKOUZI, Ryuunosuke 2018-05-26 09:00:00 +09:00
parent 2026545aaa
commit 294a3e6a1e
2 changed files with 22 additions and 22 deletions

View File

@ -8710,10 +8710,9 @@ struct t_hook *weechat_hook_process_hashtable (const char *command,
include::autogen/plugin_api/url_options.adoc[]
// TRANSLATION MISSING
[NOTE]
^(1)^ For options with type "mask", format is: "value1+value2+value3";
for options with type "list", the list items must be separated by a newline
^(1)^ "mask" タイプのオプションでは、フォーマットは "value1+value2+value3" です。
"list" タイプのオプションでは、リスト要素を改行で区切ってください。
(`\n`). +
^(2)^ 定数が利用可能な場合、定数は必ずオプションの値に含めてください。
@ -8729,7 +8728,6 @@ URL では、入力/出力ファイル用に 2 つのオプション (文字列)
C 言語での使用例:
// TRANSLATION MISSING
[source,C]
----
int
@ -8776,7 +8774,7 @@ if (options_url1)
weechat_hashtable_free (options_url1);
}
/* 例 2: open URL with custom HTTP headers */
/* 例 2: 任意の HTTP ヘッダを付けて URL を開く */
struct t_hashtable *options_url2 = weechat_hashtable_new (8,
WEECHAT_HASHTABLE_STRING,
WEECHAT_HASHTABLE_STRING,
@ -8833,7 +8831,6 @@ if (options_cmd2)
スクリプト (Python) での使用例:
// TRANSLATION MISSING
[source,python]
----
# プロトタイプ
@ -8857,7 +8854,7 @@ hook1 = weechat.hook_process_hashtable("url:https://weechat.org/",
{"file_out": "/tmp/weechat.org.html"},
20000, "my_process_cb", "")
# 例 2: open URL with custom HTTP headers
# 例 2: 任意の HTTP ヘッダを付けて URL を開く
options = {
"httpheader": "\n".join([
"Header1: value1",

View File

@ -21,7 +21,7 @@ msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2018-05-21 08:47+0200\n"
"PO-Revision-Date: 2018-04-21 09:00+0900\n"
"PO-Revision-Date: 2018-05-26 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
"translation/ja_JP>\n"
@ -5765,6 +5765,12 @@ msgid ""
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgstr ""
"各バッファの表示書式 (注意: 値は評価されます、/help buflist を参照してくださ"
"い); 例: バー要素 \"buflist\" は標準書式、それ以外のバー要素 (\"buflist2\" "
"や \"buflist3\") は角括弧内にバッファ番号を入れた書式: \"${if:${bar_item."
"name}==buflist?"
"${format_number}${indent}${format_nick_prefix}${color_hotlist}${format_name}:"
"[${number}]}\""
msgid ""
"format for the line with current buffer (note: content is evaluated, see /"
@ -7354,13 +7360,12 @@ msgstr ""
msgid "%s%s: cannot create new private buffer \"%s\""
msgstr "%s%s: 新しいプライベートバッファ \"%s\" の作成に失敗"
#, fuzzy
msgid "nick:"
msgstr "ニックネーム"
msgstr "ニックネーム:"
#, fuzzy, c-format
#, c-format
msgid "Server: %s%s %s[%s%s%s]%s%s%s"
msgstr "サーバ: %s%s %s[%s%s%s]%s%s"
msgstr "サーバ: %s%s %s[%s%s%s]%s%s%s"
msgid "connected"
msgstr "接続済み"
@ -7634,7 +7639,6 @@ msgstr "クライアント機能情報の交換"
msgid "ls || list || req|ack [<capability> [<capability>...]] || end"
msgstr "ls || list || req|ack [<capability> [<capability>...]] || end"
#, fuzzy
msgid ""
" ls: list the capabilities supported by the server\n"
" list: list the capabilities currently enabled\n"
@ -7665,7 +7669,8 @@ msgstr ""
"引数無しの場合、\"ls\" と \"list\" を送信します。\n"
"\n"
"WeeChat がサポートする機能: account-notify、away-notify、cap-notify、"
"extended-join、multi-prefix、server-time、userhost-in-names。\n"
"chghost、extended-join、invite-notify、multi-prefix、server-time、userhost-"
"in-names。\n"
"\n"
"自動的に有効化する機能を設定するにはオプション irc.server_default."
"capabilities (または対象のサーバに関するオプション irc.server.xxx."
@ -9582,9 +9587,8 @@ msgstr ""
"ん)"
#. TRANSLATORS: please do not translate "chghost"
#, fuzzy
msgid "enable smart filter for \"chghost\" messages"
msgstr "\"join\" メッセージのスマートフィルタを有効化"
msgstr "\"chghost\" メッセージのスマートフィルタを有効化"
msgid ""
"delay for filtering join/part/quit messages (in minutes): if the nick did "
@ -9663,9 +9667,8 @@ msgstr "\"input_prompt\" バー要素内のニックネームモードに付け
msgid "color for text in join messages"
msgstr "参加メッセージの色"
#, fuzzy
msgid "color for text in chghost messages"
msgstr "参加メッセージの色"
msgstr "chghost メッセージの色"
msgid "color for text in part/quit messages"
msgstr "退出/終了 メッセージの色"
@ -10125,11 +10128,11 @@ msgstr "%s%s: クライアントの機能、リクエスト中: %s"
msgid "%s%s: client capability: SASL not supported"
msgstr "%s%s: クライアントの機能: SASL はサポートされていません"
#, fuzzy, c-format
#, c-format
msgid "%s%s: client capability, server supports: %s"
msgstr "%s%s: クライアントの機能、サーバは以下をサポート: %s"
#, fuzzy, c-format
#, c-format
msgid "%s%s: client capability, currently enabled: %s"
msgstr "%s%s: クライアントの機能、現在有効化されているもの: %s"
@ -10149,9 +10152,9 @@ msgstr "%s%s: クライアントの機能、現在利用可能なもの: %s"
msgid "%s%s: client capability, removed: %s"
msgstr "%s%s: クライアントの機能、削除されたもの: %s"
#, fuzzy, c-format
#, c-format
msgid "%s%s%s%s (%s%s%s)%s has changed host to %s%s"
msgstr "%s%s%s%s%s%s%s%s%s%s が %s%s%s から退出"
msgstr "%s%s%s%s (%s%s%s)%s がホストを %s%s に変更しました"
#, c-format
msgid "%sYou have been invited to %s%s%s by %s%s%s"