feat: add contacts settings with import/export functionality and update UI components
This commit is contained in:
+10
-1
@@ -500,7 +500,8 @@
|
||||
"folders": "Folders",
|
||||
"keywords": "Keywords",
|
||||
"security": "Security",
|
||||
"files": "Files"
|
||||
"files": "Files",
|
||||
"contacts": "Contacts"
|
||||
},
|
||||
"tab_groups": {
|
||||
"general": "General",
|
||||
@@ -917,6 +918,14 @@
|
||||
"button": "Import"
|
||||
}
|
||||
},
|
||||
"contacts": {
|
||||
"title": "Contacts",
|
||||
"description": "Import and export your contacts",
|
||||
"import_label": "Import Contacts",
|
||||
"import_description": "Import contacts from a vCard (.vcf) file",
|
||||
"export_label": "Export Contacts",
|
||||
"export_description": "Export all contacts as a vCard (.vcf) file"
|
||||
},
|
||||
"filters": {
|
||||
"title": "Email Filters",
|
||||
"description": "Create rules to automatically sort, label, and manage incoming emails",
|
||||
|
||||
Reference in New Issue
Block a user