From aecfbebcdce1352898b9687ec6a599d8ddde5e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 22 Aug 2016 08:24:56 +0200 Subject: doc: update Japanese auto-generated files --- doc/ja/autogen/plugin_api/completions.adoc | 2 +- doc/ja/autogen/user/trigger_commands.adoc | 110 ++++++++--------- doc/ja/autogen/user/trigger_options.adoc | 2 +- doc/ja/autogen/user/weechat_commands.adoc | 192 ++++++++++++++--------------- 4 files changed, 153 insertions(+), 153 deletions(-) (limited to 'doc/ja') diff --git a/doc/ja/autogen/plugin_api/completions.adoc b/doc/ja/autogen/plugin_api/completions.adoc index d6eedaa40..ca261fdb4 100644 --- a/doc/ja/autogen/plugin_api/completions.adoc +++ b/doc/ja/autogen/plugin_api/completions.adoc @@ -102,7 +102,7 @@ | trigger | trigger_options | トリガに対するオプション -| trigger | trigger_post_action | trigger post actions +| trigger | trigger_post_action | トリガ実行後の処遇 | weechat | bars_names | バーの名前 diff --git a/doc/ja/autogen/user/trigger_commands.adoc b/doc/ja/autogen/user/trigger_commands.adoc index 0ca62c9f6..bf76e77fb 100644 --- a/doc/ja/autogen/user/trigger_commands.adoc +++ b/doc/ja/autogen/user/trigger_commands.adoc @@ -20,66 +20,66 @@ default -yes monitor [] - list: list triggers (without argument, this list is displayed) - listfull: list triggers with detailed info for each trigger -listdefault: list default triggers - add: add a trigger - addoff: add a trigger (disabled) - addreplace: add or replace an existing trigger - name: name of trigger - hook: signal, hsignal, modifier, print, command, command_run, timer, config, focus - arguments: arguments for the hook, depending on hook (separated by semicolons): - signal: name(s) of signal (required) - hsignal: name(s) of hsignal (required) - modifier: name(s) of modifier (required) - print: buffer, tags, message, strip colors - command: command (required), description, arguments, description of arguments, completion - command_run: command(s) (required) - timer: interval (required), align on second, max calls - config: name(s) of option (required) - focus: name(s) of area (required) - conditions: evaluated conditions for the trigger - regex: one or more regular expressions to replace strings in variables - command: command to execute (many commands can be separated by ";" -return_code: return code in callback (ok (default), ok_eat, error) -post_action: action to take after execution (none (default), disable, delete) - addinput: set input with default arguments to create a trigger - input: set input with the command used to create the trigger - output: send the command to create the trigger on the buffer - recreate: same as "input", with option "addreplace" instead of "add" - set: set an option in a trigger - option: name of option: name, hook, arguments, conditions, regex, command, return_code - (for help on option, you can type: /help trigger.trigger..