few i18n strings added
This commit is contained in:
parent
983d1e3fcf
commit
f64d49ccf1
1 changed files with 10 additions and 5 deletions
|
|
@ -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!",
|
||||
|
|
|
|||
Loading…
Reference in a new issue