core: update translations

v2.8-utf8proc
Sébastien Helleu 2019-02-03 19:02:40 +01:00
parent 4c05648faf
commit a511771802
14 changed files with 65 additions and 65 deletions

View File

@ -789,37 +789,37 @@ file: 保存する設定ファイル (拡張子 ".conf" は不要)
set <name> <value>
del <name>
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}
----

View File

@ -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 <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\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 "

View File

@ -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 <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
"translation/ja_JP>\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 "

View File

@ -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 <soltys@soltys.info>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\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 "

View File

@ -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 <vascomalmeida@sapo.pt>\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 "

View File

@ -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 <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "

View File

@ -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 <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 "