summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po24
1 files changed, 14 insertions, 10 deletions
diff --git a/po/ja.po b/po/ja.po
index 9e8ed2dda..fed0f87b1 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2015-06-28 09:11+0200\n"
+"POT-Creation-Date: 2015-06-30 07:49+0200\n"
"PO-Revision-Date: 2015-06-21 22:54+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
@@ -1514,15 +1514,18 @@ msgid ""
"\n"
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
-" 1. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 2. a string with chars to hide (format: \"hide:char,string\")\n"
-" 3. a color (format: \"color:xxx\")\n"
-" 4. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 5. an environment variable (format: \"env:XXX\")\n"
-" 6. an option (format: \"file.section.option\")\n"
-" 7. a local variable in buffer\n"
-" 8. a hdata name/variable (the value is automatically converted to string), "
-"by default \"window\" and \"buffer\" point to current window/buffer.\n"
+" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
+" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 3. a string with chars to hide (format: \"hide:char,string\")\n"
+" 4. a color (format: \"color:xxx\")\n"
+" 5. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 6. current date/time (format: \"date\" or \"date:format\")\n"
+" 7. an environment variable (format: \"env:XXX\")\n"
+" 8. an option (format: \"file.section.option\")\n"
+" 9. a local variable in buffer\n"
+" 10. a hdata name/variable (the value is automatically converted to "
+"string), by default \"window\" and \"buffer\" point to current window/"
+"buffer.\n"
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
@@ -1548,6 +1551,7 @@ msgid ""
" /eval -n ${window.buffer.number} ==> 1\n"
" /eval -n ${\\t} ==> <tab>\n"
" /eval -n ${hide:-,${relay.network.password}} ==> --------\n"
+" /eval -n ${date:%H:%M:%S} ==> 07:46:40\n"
"\n"
"Examples (conditions):\n"
" /eval -n -c ${window.buffer.number} > 2 ==> 0\n"