feat: warn on send when attachment keyword found but no file attached #172
This commit is contained in:
+16
-1
@@ -494,7 +494,13 @@
|
||||
"close_draft_message": "Hai modifiche non salvate. Vuoi salvare come bozza o eliminare?",
|
||||
"save_draft": "Salva bozza",
|
||||
"drop_files": "Trascina i file per allegarli",
|
||||
"show_less": "Mostra meno"
|
||||
"show_less": "Mostra meno",
|
||||
"forgot_attachment": {
|
||||
"title": "Did you forget an attachment?",
|
||||
"message": "Your message mentions \"{keyword}\" but no file is attached. Send anyway?",
|
||||
"send_anyway": "Send anyway",
|
||||
"back": "Back to editing"
|
||||
}
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"confirm": "Conferma",
|
||||
@@ -914,6 +920,15 @@
|
||||
"button": "Imposta come predefinito",
|
||||
"success": "Il browser ha chiesto di impostare come predefinito",
|
||||
"error": "Il tuo browser non supporta questa funzionalità"
|
||||
},
|
||||
"attachment_reminder": {
|
||||
"label": "Attachment Reminder",
|
||||
"description": "Warn before sending when your message mentions attachments but none are attached",
|
||||
"keywords_label": "Trigger keywords",
|
||||
"keywords_description": "Words or phrases that trigger the reminder when found in your message",
|
||||
"add_placeholder": "Add keyword...",
|
||||
"add": "Add",
|
||||
"remove": "Remove"
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
|
||||
Reference in New Issue
Block a user