diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 32 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 30 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 30 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 34 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 32 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 32 |
6 files changed, 102 insertions, 88 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index a46040653..6201fcde2 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -3582,20 +3582,24 @@ und die Daten in einer Hashtable gesichert: [width="100%",cols="3m,2,14",options="header"] |=== -| Variable | Typ | Beschreibung -| server | string | Name des Server (Beispiel: "freenode"). -| tags | string | Tags in Nachricht (findet selten Verwendung). -| message_without_tags | string | Nachricht ohne Tags. -| nick | string | Nick. -| host | string | Hostname. -| command | string | IRC Befehl (Beispiel: "PRIVMSG", "NOTICE", ...). -| channel | string | IRC Channel. -| arguments | string | Argumente des Befehls (Beinhaltet Wert von _channel_). -| text | string | Text (zum Beipiel eine Nachricht eines Users). -| pos_command | string | Index von _command_ innerhalb einer Nachricht ("-1" falls _command_ nicht gefunden wird). -| pos_arguments | string | Index von_arguments_ innerhalb einer Nachricht ("-1" falls _arguments_ nicht gefunden wird). -| pos_channel | string | Index von _channel_ innerhalb einer Nachricht ("-1" falls _channel_ nicht gefunden wird). -| pos_text | string | Index von _text_ innerhalb einer Nachricht ("-1" falls _text_ nicht gefunden wird). +| Variable | Typ | Beschreibung +// TRANSLATION MISSING +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). +// TRANSLATION MISSING +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| server | string | Name des Server (Beispiel: "freenode"). +| tags | string | Tags in Nachricht (findet selten Verwendung). +| message_without_tags | string | Nachricht ohne Tags. +| nick | string | Nick. +| host | string | Hostname. +| command | string | IRC Befehl (Beispiel: "PRIVMSG", "NOTICE", ...). +| channel | string | IRC Channel. +| arguments | string | Argumente des Befehls (Beinhaltet Wert von _channel_). +| text | string | Text (zum Beipiel eine Nachricht eines Users). +| pos_command | string | Index von _command_ innerhalb einer Nachricht ("-1" falls _command_ nicht gefunden wird). +| pos_arguments | string | Index von_arguments_ innerhalb einer Nachricht ("-1" falls _arguments_ nicht gefunden wird). +| pos_channel | string | Index von _channel_ innerhalb einer Nachricht ("-1" falls _channel_ nicht gefunden wird). +| pos_text | string | Index von _text_ innerhalb einer Nachricht ("-1" falls _text_ nicht gefunden wird). |=== Sofern es sich bei den Daten um einen Pointer handelt, kann die Variable `tg_signal_data` diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 7a65021b7..26e26ff0f 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -3488,20 +3488,22 @@ is added in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== -| Variable | Type | Description -| server | string | Name of server (example: "freenode"). -| tags | string | Tags in message (rarely used). -| message_without_tags | string | Message without tags. -| nick | string | Nick. -| host | string | Hostname. -| command | string | IRC command (example: "PRIVMSG", "NOTICE", ...). -| channel | string | IRC channel. -| arguments | string | Arguments of command (includes value of _channel_). -| text | string | Text (for example user message). -| pos_command | string | The index of _command_ in message ("-1" if _command_ was not found). -| pos_arguments | string | The index of _arguments_ in message ("-1" if _arguments_ was not found). -| pos_channel | string | The index of _channel_ in message ("-1" if _channel_ was not found). -| pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). +| Variable | Type | Description +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| server | string | Name of server (example: "freenode"). +| tags | string | Tags in message (rarely used). +| message_without_tags | string | Message without tags. +| nick | string | Nick. +| host | string | Hostname. +| command | string | IRC command (example: "PRIVMSG", "NOTICE", ...). +| channel | string | IRC channel. +| arguments | string | Arguments of command (includes value of _channel_). +| text | string | Text (for example user message). +| pos_command | string | The index of _command_ in message ("-1" if _command_ was not found). +| pos_arguments | string | The index of _arguments_ in message ("-1" if _arguments_ was not found). +| pos_channel | string | The index of _channel_ in message ("-1" if _channel_ was not found). +| pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). |=== When the data is a pointer, the variable `tg_signal_data` can be used like this diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 83811030b..ac60c70d7 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -3606,20 +3606,22 @@ suivantes sont ajoutées dans la table de hachage : [width="100%",cols="3m,2,14",options="header"] |=== -| Variable | Type | Description -| server | chaîne | Nom du serveur (exemple : "freenode"). -| tags | chaîne | Étiquettes dans le message (rarement utilisées). -| message_without_tags | chaîne | Message sans les étiquettes. -| nick | chaîne | Pseudo. -| host | chaîne | Nom d'hôte. -| command | chaîne | Commande IRC (exemple : "PRIVMSG", "NOTICE", ...). -| channel | chaîne | Canal IRC. -| arguments | chaîne | Paramètres de la commande (inclut la valeur de _channel_). -| text | chaîne | Texte (par exemple message utilisateur). -| pos_command | chaîne | L'index de _command_ dans le message ("-1" si _command_ n'a pas été trouvé). -| pos_arguments | chaîne | L'index de _arguments_ dans le message ("-1" si _arguments_ n'a pas été trouvé). -| pos_channel | chaîne | L'index de _channel_ dans le message ("-1" si _channel_ n'a pas été trouvé). -| pos_text | chaîne | L'index de _text_ dans le message ("-1" si _text_ n'a pas été trouvé). +| Variable | Type | Description +| irc_server | pointeur | Pointeur vers le serveur IRC (les variables dans le hdata de type "irc_server" peuvent être utilisées, comme `${irc_server.name}`). +| irc_channel | pointeur | Pointeur vers le canal IRC (les variables dans le hdata de type "irc_channel" peuvent être utilisées, comme `${irc_channel.name}`). +| server | chaîne | Nom du serveur (exemple : "freenode"). +| tags | chaîne | Étiquettes dans le message (rarement utilisées). +| message_without_tags | chaîne | Message sans les étiquettes. +| nick | chaîne | Pseudo. +| host | chaîne | Nom d'hôte. +| command | chaîne | Commande IRC (exemple : "PRIVMSG", "NOTICE", ...). +| channel | chaîne | Canal IRC. +| arguments | chaîne | Paramètres de la commande (inclut la valeur de _channel_). +| text | chaîne | Texte (par exemple message utilisateur). +| pos_command | chaîne | L'index de _command_ dans le message ("-1" si _command_ n'a pas été trouvé). +| pos_arguments | chaîne | L'index de _arguments_ dans le message ("-1" si _arguments_ n'a pas été trouvé). +| pos_channel | chaîne | L'index de _channel_ dans le message ("-1" si _channel_ n'a pas été trouvé). +| pos_text | chaîne | L'index de _text_ dans le message ("-1" si _text_ n'a pas été trouvé). |=== Lorsque la donnée est un pointeur, la variable `tg_signal_data` peut être diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 1858dd705..710df2de7 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -3692,24 +3692,22 @@ is added in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== -| Variable | Type | Description -| server | string | Name of server (example: "freenode"). -| tags | string | Tags in message (rarely used). -| message_without_tags | string | Message without tags. -| nick | string | Nick. -| host | string | Hostname. -| command | string | IRC command (example: "PRIVMSG", "NOTICE", ...). -| channel | string | IRC channel. -| arguments | string | Arguments of command (includes value of _channel_). -| text | string | Text (for example user message). -// TRANSLATION MISSING -| pos_command | string | The index of _command_ in message ("-1" if _command_ was not found). -// TRANSLATION MISSING -| pos_arguments | string | The index of _arguments_ in message ("-1" if _arguments_ was not found). -// TRANSLATION MISSING -| pos_channel | string | The index of _channel_ in message ("-1" if _channel_ was not found). -// TRANSLATION MISSING -| pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). +| Variable | Type | Description +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| server | string | Name of server (example: "freenode"). +| tags | string | Tags in message (rarely used). +| message_without_tags | string | Message without tags. +| nick | string | Nick. +| host | string | Hostname. +| command | string | IRC command (example: "PRIVMSG", "NOTICE", ...). +| channel | string | IRC channel. +| arguments | string | Arguments of command (includes value of _channel_). +| text | string | Text (for example user message). +| pos_command | string | The index of _command_ in message ("-1" if _command_ was not found). +| pos_arguments | string | The index of _arguments_ in message ("-1" if _arguments_ was not found). +| pos_channel | string | The index of _channel_ in message ("-1" if _channel_ was not found). +| pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). |=== When the data is a pointer, the variable `tg_signal_data` can be used like this diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index aa3c2ccfd..7bb6acb69 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -3482,20 +3482,24 @@ _var_ [width="100%",cols="3m,2,14",options="header"] |=== -| 変数 | 型 | 説明 -| server | string | サーバの名前 (例: "freenode") -| tags | string | メッセージ内のタグ (使われることはまれです) -| message_without_tags | string | タグを含まないメッセージ -| nick | string | ニックネーム -| host | string | ホスト名 -| command | string | IRC コマンド (例: "PRIVMSG"、"NOTICE"、...) -| channel | string | IRC チャンネル -| arguments | string | コマンドの引数 (_channel_ の値を含みます) -| text | string | テキスト (例えばユーザメッセージ) -| pos_command | string | メッセージ内における _command_ のインデックス (_command_ が見つからない場合 "-1") -| pos_arguments | string | メッセージ内における _arguments_ のインデックス (_arguments_ が見つからない場合 "-1") -| pos_channel | string | メッセージ内における _channel_ のインデックス (_channel_ が見つからない場合 "-1") -| pos_text | string | メッセージ内における _text_ のインデックス (_text_ が見つからない場合 "-1") +| 変数 | 型 | 説明 +// TRANSLATION MISSING +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). +// TRANSLATION MISSING +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| server | string | サーバの名前 (例: "freenode") +| tags | string | メッセージ内のタグ (使われることはまれです) +| message_without_tags | string | タグを含まないメッセージ +| nick | string | ニックネーム +| host | string | ホスト名 +| command | string | IRC コマンド (例: "PRIVMSG"、"NOTICE"、...) +| channel | string | IRC チャンネル +| arguments | string | コマンドの引数 (_channel_ の値を含みます) +| text | string | テキスト (例えばユーザメッセージ) +| pos_command | string | メッセージ内における _command_ のインデックス (_command_ が見つからない場合 "-1") +| pos_arguments | string | メッセージ内における _arguments_ のインデックス (_arguments_ が見つからない場合 "-1") +| pos_channel | string | メッセージ内における _channel_ のインデックス (_channel_ が見つからない場合 "-1") +| pos_text | string | メッセージ内における _text_ のインデックス (_text_ が見つからない場合 "-1") |=== データがポインタの場合、hdata の属性を読むために変数 `tg_signal_data` diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index ac5cdd127..0842b225a 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -3526,20 +3526,24 @@ są dodawane do tablicy hashy: [width="100%",cols="3m,2,14",options="header"] |=== -| Zmienna | Typ | Opis -| server | ciąg | Nazwa serwera (przykład: "freenode"). -| tags | ciąg | Tagi w wiadomości (rzadko używane). -| message_without_tags | ciąg | Wiadomość bez tagów. -| nick | ciąg | Nick. -| host | ciąg | Nazwa hosta. -| command | ciąg | Komendy IRC (na przykład: "PRIVMSG", "NOTICE", ...). -| channel | ciąg | Kanał IRC. -| arguments | ciąg | Argumenty komendy (razem z wartością _channel_). -| text | ciąg | Tekst (na przykład wiadomość użytkownika). -| pos_command | ciąg | Indeks _command_ w wiadomości ("-1" jeśli _command_ nie zostanie znalezione). -| pos_arguments | ciąg | Indeks _arguments_ w wiadomości ("-1" jeśli _arguments_ nie zostaną znalezione). -| pos_channel | ciąg | Indeks _channel_ w wiadomości ("-1" jeśli _channel_ nie został znaleziony). -| pos_text | ciąg | Indeks _text_ w wiadomości ("-1" jeśli _text_ nie został znaleziony). +| Zmienna | Typ | Opis +// TRANSLATION MISSING +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). +// TRANSLATION MISSING +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| server | ciąg | Nazwa serwera (przykład: "freenode"). +| tags | ciąg | Tagi w wiadomości (rzadko używane). +| message_without_tags | ciąg | Wiadomość bez tagów. +| nick | ciąg | Nick. +| host | ciąg | Nazwa hosta. +| command | ciąg | Komendy IRC (na przykład: "PRIVMSG", "NOTICE", ...). +| channel | ciąg | Kanał IRC. +| arguments | ciąg | Argumenty komendy (razem z wartością _channel_). +| text | ciąg | Tekst (na przykład wiadomość użytkownika). +| pos_command | ciąg | Indeks _command_ w wiadomości ("-1" jeśli _command_ nie zostanie znalezione). +| pos_arguments | ciąg | Indeks _arguments_ w wiadomości ("-1" jeśli _arguments_ nie zostaną znalezione). +| pos_channel | ciąg | Indeks _channel_ w wiadomości ("-1" jeśli _channel_ nie został znaleziony). +| pos_text | ciąg | Indeks _text_ w wiadomości ("-1" jeśli _text_ nie został znaleziony). |=== Kiedy dane są wskaźnikiem, zmienna `tg_signal_data` może zostać użyta do |