From f64d49ccf1b1e4ec56bd8d63aae6e5c69edf1736 Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 2 Apr 2026 00:14:00 +0200 Subject: [PATCH] few i18n strings added --- _locales/en/messages.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 66c771a6..dfbd3656 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1948,19 +1948,24 @@ "description": "" }, "prefs_OptionText_auto_summary": { - "message": "Enable automatic AI summarization for message previews" + "message": "Enable automatic AI summarization for message previews", + "description": "Label for the option to enable automatic AI summarization of email messages" }, "prefs_OptionText_auto_summary_Info": { - "message": "If checked, ThunderAI will automatically generate and display AI summaries above email messages when they are opened. Note that this means all messages you preview will immediately be sent to the configured AI service." + "message": "If checked, ThunderAI will automatically generate and display AI summaries above email messages when they are opened. Note that this means all messages you preview will immediately be sent to the configured AI service.", + "description": "Tooltip/info text explaining the automatic AI summarization option and its privacy implications" }, "auto_summary_title": { - "message": "ThunderAI Summary" + "message": "ThunderAI Summary", + "description": "Title heading shown above the automatically generated AI summary in the message pane" }, "auto_summary_generating": { - "message": "Generating AI summary..." + "message": "Generating AI summary...", + "description": "Status message shown while the AI summary is being generated" }, "auto_summary_failed": { - "message": "Failed to generate AI summary. Please confirm your settings and try again." + "message": "Failed to generate AI summary. Please confirm your settings and try again.", + "description": "Error message shown when the automatic AI summary generation fails" }, "customPrompts_export_include_api_settings": { "message": "Do you want to include the API settings in the export? Be aware that also the API Key will be saved in the file!",