summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/javascript_commands.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-12-30 15:13:29 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-12-30 15:13:29 +0100
commit6931a45946a68a49022bd3765add2c49727ee5e6 (patch)
treed77fee9972647d16393d7b6d4330a6a450112d3a /doc/ja/autogen/user/javascript_commands.adoc
parent2f96abc3f2d54481e7ddb201da8ac34b9ce0e7a0 (diff)
downloadweechat-6931a45946a68a49022bd3765add2c49727ee5e6.zip
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/user/javascript_commands.adoc')
-rw-r--r--doc/ja/autogen/user/javascript_commands.adoc22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ja/autogen/user/javascript_commands.adoc b/doc/ja/autogen/user/javascript_commands.adoc
index 9ab69ebe1..e00375f67 100644
--- a/doc/ja/autogen/user/javascript_commands.adoc
+++ b/doc/ja/autogen/user/javascript_commands.adoc
@@ -12,16 +12,16 @@
reload|unload [-q] [<name>]
version
- list: list loaded scripts
-listfull: list loaded scripts (verbose)
- load: load a script
-autoload: load all scripts in "autoload" directory
- reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
- unload: unload a script (if no name given, unload all scripts)
-filename: script (file) to load
- name: a script name (name used in call to "register" function)
- -q: quiet mode: do not display messages
- version: display the version of interpreter used
+ list: ロード済みスクリプトをリストアップ
+listfull: ロード済みスクリプトをリストアップ (詳細)
+ load: スクリプトをロード
+autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード
+ reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード)
+ unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード)
+filename: ロードするスクリプト (ファイル)
+ name: スクリプト名 (名前は "register" 関数を呼び出すために使われる)
+ -q: 出力抑制モード: メッセージを表示しない
+ version: 使用中のインタプリタのバージョンを表示
-Without argument, this command lists all loaded scripts.
+引数無しの場合、全てのロード済みスクリプトをリストアップします。
----