few i18n strings added

This commit is contained in:
Mic 2026-04-02 00:14:00 +02:00
parent 983d1e3fcf
commit f64d49ccf1

View file

@ -1948,19 +1948,24 @@
"description": "" "description": ""
}, },
"prefs_OptionText_auto_summary": { "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": { "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": { "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": { "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": { "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": { "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!", "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!",