From d068fe0de5323fecb52c2491b8a8854a2850e410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 Aug 2022 16:48:12 +0200 Subject: core: add option `-save` in command `/upgrade` (closes #1630) --- po/ja.po | 59 ++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 13 deletions(-) (limited to 'po/ja.po') diff --git a/po/ja.po b/po/ja.po index df98bc7ea..ea6c5dc36 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-08-03 16:55+0200\n" +"POT-Creation-Date: 2022-08-07 16:39+0200\n" "PO-Revision-Date: 2022-06-18 16:12+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese |-quit]" +#, fuzzy +#| msgid "[-yes] [|-quit]" +msgid "[-yes] [|-save|-quit]" msgstr "[-yes] [|-quit]" #, fuzzy @@ -3149,6 +3159,9 @@ msgid "" "path_to_binary: path to WeeChat binary (default is current binary)\n" " -dummy: do nothing (option used to prevent accidental completion " "with \"-quit\")\n" +" -save: only save the session, do not quit nor reload WeeChat; the " +"configuration files are not saved (if needed you can use /save before this " +"command)\n" " -quit: close *ALL* connections, save session and quit WeeChat, " "which makes possible a delayed restoration (see below)\n" "\n" @@ -3156,9 +3169,14 @@ msgid "" "binary must have been compiled or installed with a package manager before " "running this command.\n" "\n" -"Note: SSL connections are lost during upgrade, because reload of SSL " -"sessions is currently not possible with GnuTLS. There is automatic " -"reconnection after upgrade.\n" +"Note: SSL connections are lost during upgrade (except with -save), because " +"the reload of SSL sessions is currently not possible with GnuTLS. There is " +"automatic reconnection after upgrade.\n" +"\n" +"Important: use of option -save can be dangerous, it is recommended to use " +"only /upgrade (or with -quit) for a standard upgrade and a restart; the " +"option -save can be used to save the session regularly and restore it in " +"case of after abnormal exit (power outage, crash, etc.)\n" "\n" "Upgrade process has 4 steps:\n" " 1. save session into files for core and plugins (buffers, history, ..)\n" @@ -3166,15 +3184,22 @@ msgid "" " 3. save WeeChat configuration (weechat.conf)\n" " 4. execute new WeeChat binary and reload session.\n" "\n" -"With option \"-quit\", the process is slightly different:\n" +"With option \"-quit\", the process is:\n" " 1. close *ALL* connections (irc, xfer, relay, ...)\n" " 2. save session into files (*.upgrade)\n" " 3. unload all plugins\n" " 4. save WeeChat configuration\n" " 5. quit WeeChat\n" -"Then later you can restore session with command: weechat --upgrade\n" +"\n" +"With option \"-save\", the process is:\n" +" 1. save session into files (*.upgrade) with a disconnected state for IRC " +"servers and Relay clients (but no disconnection is made)\n" +"\n" +"With -quit or -save, you can restore the session later with this command: " +"weechat --upgrade\n" "IMPORTANT: you must restore the session with exactly same configuration " -"(files *.conf).\n" +"(files *.conf) and if possible the same WeeChat version (or a more recent " +"one).\n" "It is possible to restore WeeChat session on another machine if you copy the " "content of WeeChat home directories (see /debug dirs)." msgstr "" @@ -14468,6 +14493,9 @@ msgid "" "100\" \"\" \"/bar show nicklist\"\n" " silently save config each hour:\n" " /trigger add cfgsave timer 3600000;0;0 \"\" \"\" \"/mute /save\"\n" +" silently save WeeChat session at midnight (see /help upgrade):\n" +" /trigger add session_save signal day_changed \"\" \"\" \"/mute /upgrade -" +"save\"\n" " open trigger monitor and show only modifiers and triggers whose name " "starts with \"resize\":\n" " /trigger monitor @modifier,resize*" @@ -15182,3 +15210,8 @@ msgstr "%s%s: \"%s\" のタイムアウト %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s: 接続できません: 未定義のエラー (%d)" + +#, fuzzy +#~| msgid "WeeChat version" +#~ msgid "WeeChat session saved" +#~ msgstr "WeeChat のバージョン" -- cgit v1.2.3