diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index bd1350084..80788786b 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -789,37 +789,37 @@ file: 保存する設定ファイル (拡張子 ".conf" は不要) set del -passphrase: change the passphrase (without passphrase, data is stored as plain text in file sec.conf) - -delete: delete passphrase - decrypt: decrypt data still encrypted (it happens only if passphrase was not given on startup) - -discard: discard all data still encrypted - set: add or change secured data - del: delete secured data +passphrase: パスフレーズを変更 (パスフレーズがない場合、sec.conf ファイルに平文でデータを保存します) + -delete: パスフレーズを削除 + decrypt: 暗号化されているデータを復号化 (起動時にパスフレーズが設定されていない場合に起きます) + -discard: 全ての暗号化データを破棄 + set: 保護データを追加または変更 + del: 保護データを削除 -Without argument, this command displays secured data in a new buffer. +引数がない場合、新しいバッファに保護データを表示します。 -Keys on secure buffer: - alt+v toggle values +保護バッファ内で利用可能なキー: + alt+v 値を切り替えます -When a passphrase is used (data encrypted), it is asked by WeeChat on startup. -It is possible to set environment variable "WEECHAT_PASSPHRASE" to prevent the prompt (this same variable is used by WeeChat on /upgrade), or to set option sec.crypt.passphrase_file to read the passphrase from a file (see /help sec.crypt.passphrase_file). +パスフレーズを利用する場合 (データが暗号化されている場合)、WeeChat は起動時にパスフレーズを尋ねます。 +入力を回避するには、環境変数 "WEECHAT_PASSPHRASE" を利用するか (WeeChat は /upgrade の時に同じ変数を利用します)、sec.crypt.passphrase_file オプションを設定してファイルからパスフレーズを読み込みます (/help sec.crypt.passphrase_file を参照してください)。 -Secured data with format ${sec.data.xxx} can be used in: - - command /eval - - command line argument "--run-command" - - options weechat.startup.command_{before|after}_plugins - - other options that may contain a password or sensitive data (for example proxy, irc server and relay); see /help on the options to check if they are evaluated. +${sec.data.xxx} の形で書かれた保護データは以下の様に利用できます: + - /eval コマンド + - コマンドライン引数 "--run-command" + - weechat.startup.command_{before|after}_plugins オプション + - パスワードや機密データを含むと思われるその他のオプション (例えば、プロキシ、irc サーバ、リレー); 保護データが評価されるかを確認するには各オプションの /help を参照してください。 -Examples: - set a passphrase: +例: + パスフレーズを設定: /secure passphrase this is my passphrase - encrypt freenode SASL password: + freenode の SASL パスワードを暗号化: /secure set freenode mypassword /set irc.server.freenode.sasl_password "${sec.data.freenode}" - encrypt oftc password for nickserv: + oftc の nickserv 用パスワードを暗号化: /secure set oftc mypassword /set irc.server.oftc.command "/msg nickserv identify ${sec.data.oftc}" - alias to ghost the nick "mynick": + ニックネーム "mynick" を取り戻すためのエイリアス ghost を設定 /alias add ghost /eval /msg -server freenode nickserv ghost mynick ${sec.data.freenode} ---- diff --git a/po/cs.po b/po/cs.po index 22357a7be..bd5711694 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2019-01-29 21:01+0100\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -3619,7 +3619,7 @@ msgstr "příkaz spuštěný při startu WeeChat, před načtením pluginů" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3629,7 +3629,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/de.po b/po/de.po index 13d524c68..d30718534 100644 --- a/po/de.po +++ b/po/de.po @@ -24,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" -"PO-Revision-Date: 2019-01-29 21:02+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" +"PO-Revision-Date: 2019-02-03 19:01+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" "Language: de\n" @@ -4392,7 +4392,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -4411,7 +4411,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/es.po b/po/es.po index 6982e37ba..29c27ad16 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2019-01-29 21:02+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -3791,7 +3791,7 @@ msgstr "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3801,7 +3801,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/fr.po b/po/fr.po index fc68cd41e..d9ef97139 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" -"PO-Revision-Date: 2019-01-29 21:01+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" +"PO-Revision-Date: 2019-02-03 19:01+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -4257,7 +4257,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -4276,7 +4276,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/hu.po b/po/hu.po index 7f2ddcd68..81bb7c7c3 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -3166,7 +3166,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3176,7 +3176,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/it.po b/po/it.po index 5b167c73b..88178cd0d 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2019-01-29 21:03+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -3903,7 +3903,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3913,7 +3913,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/ja.po b/po/ja.po index 64f8ba992..5788c9c6b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" -"PO-Revision-Date: 2019-02-03 09:00+0900\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" +"PO-Revision-Date: 2019-02-03 19:01+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -4099,7 +4099,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -4115,7 +4115,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/pl.po b/po/pl.po index b0097a342..17868a19f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" -"PO-Revision-Date: 2019-01-29 21:04+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" +"PO-Revision-Date: 2019-02-03 19:01+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish \n" "Language: pl\n" @@ -4189,7 +4189,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -4206,7 +4206,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/pt.po b/po/pt.po index b9250e406..ac3a90b09 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" -"PO-Revision-Date: 2019-01-29 21:04+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" +"PO-Revision-Date: 2019-02-03 19:01+0100\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" "Language: pt\n" @@ -4131,7 +4131,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -4149,7 +4149,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/pt_BR.po b/po/pt_BR.po index 594107390..614334b7b 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2019-01-29 21:05+0100\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -3795,7 +3795,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3805,7 +3805,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/ru.po b/po/ru.po index f0ef758a2..5e8fe640e 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2018-11-17 10:36+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -3199,7 +3199,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -3209,7 +3209,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/tr.po b/po/tr.po index c95afe693..9c938fde3 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2019-01-29 21:05+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -2895,7 +2895,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -2905,7 +2905,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " diff --git a/po/weechat.pot b/po/weechat.pot index 626d3f0c6..51350beb9 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-01-29 17:06+0100\n" +"POT-Creation-Date: 2019-02-03 19:00+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -2891,7 +2891,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for highlights; each item can be a single char, a range of chars " +"of words for highlights; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars " @@ -2901,7 +2901,7 @@ msgstr "" msgid "" "comma-separated list of chars (or range of chars) that are considered part " -"or words for command line; each item can be a single char, a range of chars " +"of words for command line; each item can be a single char, a range of chars " "(format: a-z), a class of wide character (for example \"alnum\", see man " "wctype); a \"!\" before the item makes it negative (ie the char is NOT " "considered part of words); the value \"*\" matches any char; unicode chars "