diff --git a/ChangeLog.adoc b/ChangeLog.adoc index b2130a985..836b37328 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,6 +15,13 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (file _ReleaseNotes.adoc_ in sources). +[[v3.7]] +== Version 3.7 (under dev) + +New features:: + + * api: add info "uptime_current" + [[v3.6]] == Version 3.6 (2022-07-10) diff --git a/doc/de/includes/autogen_api_infos.de.adoc b/doc/de/includes/autogen_api_infos.de.adoc index a5b5ce091..064a6c5f2 100644 --- a/doc/de/includes/autogen_api_infos.de.adoc +++ b/doc/de/includes/autogen_api_infos.de.adoc @@ -128,6 +128,8 @@ | weechat | uptime | Laufzeit von WeeChat (Format: "days:hh:mm:ss") | "days" (Anzahl der Tage) oder "seconds" (Anzahl der Sekunden) (optional) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | "days" (Anzahl der Tage) oder "seconds" (Anzahl der Sekunden) (optional) + | weechat | version | WeeChat-Version | - | weechat | version_git | WeeChat Git Version (Ausgabe des Befehls "git describe", ausschließlich für eine Entwicklerversion. Eine stabile Version gibt keine Information zurück) | - diff --git a/doc/en/includes/autogen_api_infos.en.adoc b/doc/en/includes/autogen_api_infos.en.adoc index 1904b041b..5d6b42497 100644 --- a/doc/en/includes/autogen_api_infos.en.adoc +++ b/doc/en/includes/autogen_api_infos.en.adoc @@ -128,6 +128,8 @@ | weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional) + | weechat | version | WeeChat version | - | weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | - diff --git a/doc/fr/includes/autogen_api_infos.fr.adoc b/doc/fr/includes/autogen_api_infos.fr.adoc index 7ddc0aded..e78ac0637 100644 --- a/doc/fr/includes/autogen_api_infos.fr.adoc +++ b/doc/fr/includes/autogen_api_infos.fr.adoc @@ -128,6 +128,8 @@ | weechat | uptime | Durée de fonctionnement de WeeChat (format : "jours:hh:mm:ss") | "days" (nombre de jours) ou "seconds" (nombre de secondes) (optionnel) +| weechat | uptime_current | Durée de fonctionnement de WeeChat pour le processus actuel seulement (les mises à jour par la commande /upgrade sont ignorées) (format : "jours:hh:mm:ss") | "days" (nombre de jours) ou "seconds" (nombre de secondes) (optionnel) + | weechat | version | version de WeeChat | - | weechat | version_git | version git de WeeChat (sortie de la commande "git describe" pour une version de développement seulement, vide pour une version stable) | - diff --git a/doc/it/includes/autogen_api_infos.it.adoc b/doc/it/includes/autogen_api_infos.it.adoc index 39c95aaaf..4aafd0380 100644 --- a/doc/it/includes/autogen_api_infos.it.adoc +++ b/doc/it/includes/autogen_api_infos.it.adoc @@ -128,6 +128,8 @@ | weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional) + | weechat | version | versione di WeeChat | - | weechat | version_git | Versione git di weechat (output del comando "git describe" solo per la versione di sviluppo, vuoto per una release stabile) | - diff --git a/doc/ja/includes/autogen_api_infos.ja.adoc b/doc/ja/includes/autogen_api_infos.ja.adoc index 63cd307f6..3356bf47c 100644 --- a/doc/ja/includes/autogen_api_infos.ja.adoc +++ b/doc/ja/includes/autogen_api_infos.ja.adoc @@ -128,6 +128,8 @@ | weechat | uptime | WeeChat 連続稼働時間 (書式: "days:hh:mm:ss") | "days" (日数) または "seconds" (秒数) (任意) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | "days" (日数) または "seconds" (秒数) (任意) + | weechat | version | WeeChat のバージョン | - | weechat | version_git | WeeChat の git バージョン (開発バージョンではコマンド "git describe" の出力、安定版リリースでは空文字が出力されます) | - diff --git a/doc/pl/includes/autogen_api_infos.pl.adoc b/doc/pl/includes/autogen_api_infos.pl.adoc index beba2300d..1d19996a2 100644 --- a/doc/pl/includes/autogen_api_infos.pl.adoc +++ b/doc/pl/includes/autogen_api_infos.pl.adoc @@ -128,6 +128,8 @@ | weechat | uptime | Uptime WeeChat (format: "dni:hh:mm:ss") | "dni" (ilość dni) lub "sekundy" (ilość sekund) (opcjonalne) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | "dni" (ilość dni) lub "sekundy" (ilość sekund) (opcjonalne) + | weechat | version | Wersja WeeChat | - | weechat | version_git | Wersja git WeeChat (wyjście komendy "git describe" dla tylko dla wersji rozwojowej, puste dla wersji stabilnej) | - diff --git a/doc/sr/includes/autogen_api_infos.sr.adoc b/doc/sr/includes/autogen_api_infos.sr.adoc index 96d51b26b..a028517ba 100644 --- a/doc/sr/includes/autogen_api_infos.sr.adoc +++ b/doc/sr/includes/autogen_api_infos.sr.adoc @@ -128,6 +128,8 @@ | weechat | uptime | WeeChat време извршавања (формат: „дана:чч:мм:сс”) | „days” (број дана) или „seconds” (број секунди) (није обавезно) +| weechat | uptime_current | WeeChat uptime for the current process only (upgrades with /upgrade command are ignored) (format: "days:hh:mm:ss") | „days” (број дана) или „seconds” (број секунди) (није обавезно) + | weechat | version | верзија програма WeeChat | - | weechat | version_git | WeeChat git верзија (излаз команде „git describe” само за развојну верзију, празно за стабилну верзију) | - diff --git a/po/cs.po b/po/cs.po index b5c76e1fd..16fb945d1 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: 2022-06-18 16:05+0200\n" +"POT-Creation-Date: 2022-07-10 12:31+0200\n" "PO-Revision-Date: 2022-06-18 16:11+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -10659,6 +10659,13 @@ msgstr "WeeChat uptime (formát: \"dny:hh:mm:ss\")" msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)" msgstr "" +#, fuzzy +#| msgid "WeeChat uptime (format: \"days:hh:mm:ss\")" +msgid "" +"WeeChat uptime for the current process only (upgrades with /upgrade command " +"are ignored) (format: \"days:hh:mm:ss\")" +msgstr "WeeChat uptime (formát: \"dny:hh:mm:ss\")" + msgid "generate a Time-based One-Time Password (TOTP)" msgstr "" diff --git a/po/de.po b/po/de.po index 9a7d5aa6d..1efd2fa84 100644 --- a/po/de.po +++ b/po/de.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-06-18 16:05+0200\n" +"POT-Creation-Date: 2022-07-10 12:31+0200\n" "PO-Revision-Date: 2022-06-20 13:39+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -8684,9 +8684,6 @@ msgstr "" msgid "configure the \"autojoin\" server option" msgstr "Konfigurieren der Serveroption \"autojoin\"" -#| msgid "" -#| "add [ [...]] || addraw [,...] " -#| "[[,...]] || del [ [...]] || save || sort" msgid "" "add [ [...]] || addraw [,...] " "[[,...]] || del [ [...]] || apply || sort" @@ -8694,28 +8691,6 @@ msgstr "" "add [ [...]] || addraw [,...] " "[[,...]] || del [ [...]] || apply || sort" -#| msgid "" -#| " add: add current channel or a list of channels (with optional keys) " -#| "to the autojoin option; if you are on the channel and the key is not " -#| "provided, the key is read in the channel\n" -#| " addraw: use the IRC raw format (same as /join command): all channels " -#| "separated by commas, optional keys separated by commas\n" -#| " del: delete current channel or a list of channels from the autojoin " -#| "option\n" -#| "channel: channel name\n" -#| " key: key for the channel\n" -#| " save: save currently joined channels in the autojoin option\n" -#| " sort: sort alphabetically channels in the autojoin option\n" -#| "\n" -#| "Examples:\n" -#| " /autojoin add\n" -#| " /autojoin add #test\n" -#| " /autojoin add #chan1 #chan2\n" -#| " /autojoin addraw #chan1,#chan2,#chan3 key1,key2\n" -#| " /autojoin del\n" -#| " /autojoin del #chan1\n" -#| " /autojoin save\n" -#| " /autojoin sort" msgid "" " add: add current channel or a list of channels (with optional keys) to " "the autojoin option; if you are on the channel and the key is not provided, " @@ -12966,6 +12941,13 @@ msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)" msgstr "" "\"days\" (Anzahl der Tage) oder \"seconds\" (Anzahl der Sekunden) (optional)" +#, fuzzy +#| msgid "WeeChat uptime (format: \"days:hh:mm:ss\")" +msgid "" +"WeeChat uptime for the current process only (upgrades with /upgrade command " +"are ignored) (format: \"days:hh:mm:ss\")" +msgstr "Laufzeit von WeeChat (Format: \"days:hh:mm:ss\")" + msgid "generate a Time-based One-Time Password (TOTP)" msgstr "generiert ein Time-based One-Time Passwort (TOTP)" @@ -15347,8 +15329,7 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" msgid "" "list|listfull|listdefault || add|addoff|addreplace " -"[\"\" [\"\" [\"\" [\"\" [\"<" -"return_code>\" [\"\"]]]]]] " +"[\"\" [\"\" [\"\" [\"\" [\"\" [\"\"]]]]]] " "|| addinput [] || input|output|recreate || set