diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-21 20:37:11 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-21 20:37:11 +0100 |
commit | 0f1d97fd5b0ca3d88829327fecbf4ead206d9d85 (patch) | |
tree | d79fe4209d10a612c4c741f184a77cc6b0e8caca /doc/ja/autogen/user/ruby_options.adoc | |
parent | 4545cc88b16b9f90f1f1076f16c5f68a1eb0f13d (diff) | |
download | weechat-0f1d97fd5b0ca3d88829327fecbf4ead206d9d85.zip |
doc: update Japanese auto-generated files
Diffstat (limited to 'doc/ja/autogen/user/ruby_options.adoc')
-rw-r--r-- | doc/ja/autogen/user/ruby_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/ruby_options.adoc b/doc/ja/autogen/user/ruby_options.adoc index 37649e7b3..c1fcb7415 100644 --- a/doc/ja/autogen/user/ruby_options.adoc +++ b/doc/ja/autogen/user/ruby_options.adoc @@ -3,13 +3,13 @@ // DO NOT EDIT BY HAND! // * [[option_ruby.look.check_license]] *ruby.look.check_license* -** 説明: pass:none[check the license of scripts when they are loaded: if the license is different from the plugin license, a warning is displayed] +** 説明: pass:none[スクリプトをロードしたら、ライセンスを確認してください: ライセンスがプラグインのライセンスと異なる場合、警告が表示されます] ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` * [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* -** 説明: pass:none[keep context between two calls to the source code evaluation (option "eval" of script command or info "%s_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** 説明: pass:none[ソースコード評価 (スクリプトコマンドのオプション "eval" またはインフォ "%s_eval") の呼び出し間にコンテキストを保持します; スクリプトコードを評価する際は隠しスクリプトが使われます; このオプションを無効化した場合、評価毎に隠しスクリプトをアンロードします: メモリ使用量を節約できますが、遅いです] ** タイプ: ブール ** 値: on, off ** デフォルト値: `+on+` |