Merge remote-tracking branch 'origin/main' into pr/quote-header-i18n

This commit is contained in:
Linus Rath
2026-05-30 16:15:18 +02:00
59 changed files with 2130 additions and 337 deletions
+36
View File
@@ -259,6 +259,15 @@
"reschedule_prompt": "Enter a new date/time, e.g. 2026-05-04T15:30"
},
"email_viewer": {
"read_receipt": {
"prompt": "The sender requested a read receipt:",
"send": "Send receipt",
"ignore": "Ignore",
"sent": "Read receipt sent.",
"send_failed": "Read receipt could not be sent",
"mdn_subject": "Read: {subject}",
"mdn_body": "This is a return receipt for the message you sent to {recipient}.\n\nNote: This receipt only acknowledges that the message was displayed on the recipient''s computer. There is no guarantee that the recipient has read or understood the message contents."
},
"no_email_selected": "No email selected",
"no_email_description": "Select an email from the list to view it here",
"no_conversation_selected": "No conversation selected",
@@ -544,6 +553,8 @@
"undo_send": "Undo send"
},
"email_composer": {
"read_receipt_on": "Read receipt requested (click to disable)",
"read_receipt_off": "Request a read receipt",
"new_message": "New Message",
"reply": "Reply",
"reply_all": "Reply All",
@@ -1006,6 +1017,17 @@
}
},
"email_behavior": {
"request_read_receipt": {
"label": "Request read receipts by default",
"description": "Pre-enable the read-receipt request when composing a new message."
},
"read_receipt_response": {
"label": "Respond to read-receipt requests",
"description": "What to do when an incoming message asks for a read receipt.",
"ask": "Ask each time",
"always": "Always send",
"never": "Never send"
},
"title": "Email Behavior",
"description": "Configure how emails are handled",
"mark_read": {
@@ -1430,6 +1452,7 @@
}
},
"folders": {
"role_memos": "Notes",
"title": "Folders",
"description": "Manage your email folders and assign standard roles",
"folder_list": "Your Folders",
@@ -1632,7 +1655,10 @@
"actions": "Actions",
"add_action": "Add Action",
"stop_processing": "Stop processing subsequent rules",
"attachment_type_placeholder": "e.g. pdf, doc, jpg",
"value_placeholder_multi": "Value (multiple separated by commas)",
"condition_fields": {
"attachment": "Attachment",
"from": "From",
"to": "To",
"cc": "Cc",
@@ -1642,6 +1668,8 @@
"body": "Body"
},
"comparators": {
"has_any": "is present",
"has_type": "of type",
"contains": "contains",
"not_contains": "does not contain",
"is": "is exactly",
@@ -3052,5 +3080,13 @@
},
"unified_mailbox": {
"search_unavailable": "Search is not available in the unified view"
},
"pwa_install": {
"title": "Install {appName}",
"description": "Install our app for quick access and offline support.",
"not_now": "Not now",
"install": "Install",
"dont_remind": "Don't remind me again",
"dismiss_aria": "Dismiss install prompt"
}
}