diff options
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.po | 49 |
1 files changed, 26 insertions, 23 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-12-21 11:09+0100\n" +"POT-Creation-Date: 2014-12-28 10:50+0100\n" "PO-Revision-Date: 2014-12-22 01:28+0900\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n" @@ -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) 、ターミナル色番号ま" @@ -992,17 +992,19 @@ msgstr "" msgid "manage bars" msgstr "バーの管理" +#, fuzzy msgid "" -"list|listfull|listitems || add <name> <type>[,<condition>] <position> <size> " -"<separator> <item1>[,<item2>...] || default [input|title|status|nicklist] || " -"del <name>|-all || set <name> <option> <value> || hide|show|toggle <name> || " -"scroll <name> <window> <scroll_value>" +"list|listfull|listitems || add <name> <type>[,<conditions>] <position> " +"<size> <separator> <item1>[,<item2>...] || default [input|title|status|" +"nicklist] || del <name>|-all || set <name> <option> <value> || hide|show|" +"toggle <name> || scroll <name> <window> <scroll_value>" msgstr "" "list|listfull|listitems || add <name> <type>[,<condition>] <position> <size> " "<separator> <item1>[,<item2>...] || default [input|title|status|nicklist] || " "del <name>|-all || set <name> <option> <value> || hide|show|toggle <name> || " "scroll <name> <window> <scroll_value>" +#, fuzzy msgid "" " list: list all bars\n" " listfull: list all bars (verbose)\n" @@ -1011,13 +1013,13 @@ msgid "" " name: name of bar (must be unique)\n" " type: root: outside windows,\n" " window: inside windows, with optional conditions (see below)\n" -" condition: condition(s) for displaying bar (only for type \"window\"):\n" +" conditions: the conditions to display the bar:\n" " active: on active window\n" " inactive: on inactive windows\n" " nicklist: on windows with nicklist\n" " other condition: see /help weechat.bar.xxx.conditions and /" "help eval\n" -" without condition, the bar is always displayed\n" +" without conditions, the bar is always displayed\n" " position: bottom, top, left or right\n" " size: size of bar (in chars)\n" " separator: 1 for using separator (line), 0 or nothing means no " @@ -4554,12 +4556,13 @@ msgstr "バー優先度 (値が大きいものは最初に表示)" msgid "bar type (root, window, window_active, window_inactive)" msgstr "バー型 (root、window、window_active、window_inactive)" +#, fuzzy msgid "" -"condition(s) for displaying bar (for bars of type \"window\"): a simple " -"condition: \"active\", \"inactive\", \"nicklist\" (window must be active/" -"inactive, buffer must have a nicklist), or an expression with condition(s) " -"(see /help eval), like: \"${nicklist} && ${window.win_width} > 100\" (local " -"variables for expression are ${active}, ${inactive} and ${nicklist})" +"conditions to display the bar: a simple condition: \"active\", \"inactive\", " +"\"nicklist\" (window must be active/inactive, buffer must have a nicklist), " +"or an expression with condition(s) (see /help eval), like: \"${nicklist} && " +"${window.win_width} > 100\" (local variables for expression are ${active}, " +"${inactive} and ${nicklist})" msgstr "" "バーを表示する条件 (\"window\" タイプのバー): 単純な条件: \"active" "\"、\"inactive\"、\"nicklist\" (ウィンドウはアクティブ/非アクティブ、バッファ" @@ -5963,8 +5966,8 @@ msgstr "" " - 内部サーバ名 (/server add で作成されたもの、利用推奨)\n" " - ホスト名/ポート番号又は IP アドレス/ポート番号、デフォルトの" "ポート番号は 6667\n" -" - 次のフォーマットに従う URL: irc[6][s]://[nickname[:password]@]" -"irc.example.org[:port][/#channel1][,#channel2[...]]\n" +" - 次のフォーマットに従う URL: irc[6][s]://[nickname[:" +"password]@]irc.example.org[:port][/#channel1][,#channel2[...]]\n" " 注意: アドレス/IP/URL を指定した場合、サーバを一時的に作ります " "(保存しません)、/help irc.look.temporary_servers を参照してください。\n" " option: サーバに関するオプション (ブール型オプションでは、value は無視さ" @@ -10950,8 +10953,8 @@ msgid "" "Examples (you can also look at default triggers with /trigger listdefault):\n" " add text attributes *bold*, _underline_ and /italic/ (only in user " "messages):\n" -" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" \"==\\*" -"(\\S+)\\*==*${color:bold}${re:1}${color:-bold}*== ==_(\\S+)_==_${color:" +" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" \"==" +"\\*(\\S+)\\*==*${color:bold}${re:1}${color:-bold}*== ==_(\\S+)_==_${color:" "underline}${re:1}${color:-underline}_== ==/(\\S+)/==/${color:" "italic}${re:1}${color:-italic}/\"\n" " hide nicklist bar on small terminals:\n" @@ -11027,8 +11030,8 @@ msgstr "" "\n" "例 (/trigger listdefault でデフォルトトリガを見ることができます):\n" " テキスト属性 *太字*、_下線_、/イタリック/ を追加 (ユーザメッセージのみ):\n" -" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" \"==\\*" -"(\\S+)\\*==*${color:bold}${re:1}${color:-bold}*== ==_(\\S+)_==_${color:" +" /trigger add effects modifier weechat_print \"${tg_tag_nick}\" \"==" +"\\*(\\S+)\\*==*${color:bold}${re:1}${color:-bold}*== ==_(\\S+)_==_${color:" "underline}${re:1}${color:-underline}_== ==/(\\S+)/==/${color:" "italic}${re:1}${color:-italic}/\"\n" " 狭い端末ではニックネームリストバーを隠す:\n" |