diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-10 13:22:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-10 13:22:49 +0200 |
commit | fd72226a7192dc9496bce45567a289e72e44b483 (patch) | |
tree | a0c8ee9b545b683e40b5386797a7b687b40ea4cd | |
parent | 765d2dd277a07a8b72a67d0ac077ac1c39b73ee4 (diff) | |
download | weechat-fd72226a7192dc9496bce45567a289e72e44b483.zip |
doc: translate tg_trigger_name variable under triggers (issue #1567)
-rw-r--r-- | doc/de/weechat_user.de.adoc | 10 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 6 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 9 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 10 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 10 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 10 |
6 files changed, 52 insertions, 3 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 59f094f0a..f3a35f66a 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -4120,6 +4120,16 @@ Monitor-Buffer zu öffnen: /trigger monitor ---- +// TRANSLATION MISSING +All callbacks set following variables in hashtable: + +[width="100%",cols="3m,2,14",options="header"] +|=== +| Variable | Typ | Beschreibung +// TRANSLATION MISSING +| tg_trigger_name | string | Name of trigger. +|=== + [[trigger_data_signal]] ===== Signale diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index c8c7ba2e9..2d59ae552 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -4033,7 +4033,7 @@ All callbacks set following variables in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| tg_trigger_name | string | Name of trigger +| tg_trigger_name | string | Name of trigger. |=== [[trigger_data_signal]] @@ -4044,8 +4044,8 @@ The "signal" callback sets following variables in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| tg_signal | string | Name of signal -| tg_signal_data | string | Data sent with the signal +| tg_signal | string | Name of signal. +| tg_signal_data | string | Data sent with the signal. |=== If the signal contains an IRC message, the message is parsed and following data diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 340482260..0b1c9f72c 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -4161,6 +4161,15 @@ moniteur des triggers : /trigger monitor ---- +Toutes les fonctions de rappel définissent les variables suivantes dans la table +de hachage : + +[width="100%",cols="3m,2,14",options="header"] +|=== +| Variable | Type | Description +| tg_trigger_name | chaîne | Nom du trigger. +|=== + [[trigger_data_signal]] ===== Signal diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 666b86db7..1a786fd29 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -4333,6 +4333,16 @@ using the command: /trigger monitor ---- +// TRANSLATION MISSING +All callbacks set following variables in hashtable: + +// TRANSLATION MISSING +[width="100%",cols="3m,2,14",options="header"] +|=== +| Variable | Type | Description +| tg_trigger_name | string | Name of trigger. +|=== + [[trigger_data_signal]] ===== Signal diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 52b442e91..1732c1375 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -4068,6 +4068,16 @@ WeeChat によって使われる値に影響を及ぼします /trigger monitor ---- +// TRANSLATION MISSING +All callbacks set following variables in hashtable: + +[width="100%",cols="3m,2,14",options="header"] +|=== +| 変数 | 型 | 説明 +// TRANSLATION MISSING +| tg_trigger_name | string | Name of trigger. +|=== + [[trigger_data_signal]] ===== Signal diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 9ecc865bf..2b0cd6e70 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -4065,6 +4065,16 @@ monitorującego, za pomocą komendy: /trigger monitor ---- +// TRANSLATION MISSING +All callbacks set following variables in hashtable: + +[width="100%",cols="3m,2,14",options="header"] +|=== +| Zmienna | Typ | Opis +// TRANSLATION MISSING +| tg_trigger_name | ciąg | Name of trigger. +|=== + [[trigger_data_signal]] ===== Sygnał |