summaryrefslogtreecommitdiff
path: root/po/ja.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-29 20:31:19 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-29 20:31:19 +0100
commitf1d18f4c26b6dd72286f86b93da25567d932b6e4 (patch)
tree35c02cc32c1e3488a6702e489812e48ceae2bbc3 /po/ja.po
parentfa5b1eed77d6b012ab440f0bd75e1b155985e671 (diff)
downloadweechat-f1d18f4c26b6dd72286f86b93da25567d932b6e4.zip
core: use seconds by default in /repeat interval, allow unit for the interval
Diffstat (limited to 'po/ja.po')
-rw-r--r--po/ja.po12
1 files changed, 9 insertions, 3 deletions
diff --git a/po/ja.po b/po/ja.po
index 8c2dfa823..971dbf1d4 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: 2019-03-29 07:53+0100\n"
+"POT-Creation-Date: 2019-03-29 20:28+0100\n"
"PO-Revision-Date: 2019-03-21 23:32+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -2577,12 +2577,18 @@ msgstr ""
msgid "execute a command several times"
msgstr "複数回コマンドを実行"
-msgid "[-interval <delay>] <count> <command>"
+#, fuzzy
+msgid "[-interval <delay>[<unit>]] <count> <command>"
msgstr "[-interval <delay>] <count> <command>"
#, fuzzy
msgid ""
-" delay: delay between execution of commands (in milliseconds)\n"
+" delay: delay between execution of commands\n"
+" unit: optional, values are:\n"
+" ms: milliseconds\n"
+" s: seconds (default)\n"
+" m: minutes\n"
+" h: hours\n"
" count: number of times to execute command\n"
"command: command to execute (or text to send to buffer if command does not "
"start with '/')\n"