feat(sh-admin): introducing advanced SMTP configurations and invite links to dashboard (#4087)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b851d3003c
commit
1d1462df69
@@ -33,12 +33,21 @@
|
||||
},
|
||||
"load_error": "Unable to load server configurations",
|
||||
"mail_configs": {
|
||||
"description": " Configure the smtp configurations",
|
||||
"enable": "Email based authentication",
|
||||
"smtp_url": "MAILER SMTP URL",
|
||||
"address_from": "MAILER FROM ADDRESS",
|
||||
"custom_smtp_configs": "Use Custom SMTP Configurations",
|
||||
"description": " Configure the smtp configurations",
|
||||
"enable_email_auth": "Enable Email based authentication",
|
||||
"enable_smtp": "Enable SMTP",
|
||||
"host": "MAILER HOST",
|
||||
"password": "MAILER PASSWORD",
|
||||
"port": "MAILER PORT",
|
||||
"secure": "MAILER SECURE",
|
||||
"smtp_url": "MAILER SMTP URL",
|
||||
"tls_reject_unauthorized": "TLS REJECT UNAUTHORIZED",
|
||||
"title": "SMTP Configurations",
|
||||
"update_failure": "Failed to update smtp configurations!!"
|
||||
"toggle_failure": "Failed to toggle smtp!!",
|
||||
"update_failure": "Failed to update smtp configurations!!",
|
||||
"user": "MAILER USER"
|
||||
},
|
||||
"reset": {
|
||||
"confirm_reset": "Hoppscotch server must restart to reflect the new changes. Confirm the reset of server configurations?",
|
||||
@@ -210,6 +219,7 @@
|
||||
"admin_id": "Admin ID",
|
||||
"cancel": "Cancel",
|
||||
"confirm_team_deletion": "Confirm deletion of the workspace?",
|
||||
"copy": "Copy",
|
||||
"create_team": "Create Workspace",
|
||||
"date": "Date",
|
||||
"delete_team": "Delete Workspace",
|
||||
@@ -262,6 +272,7 @@
|
||||
"admin_id": "Admin ID",
|
||||
"cancel": "Cancel",
|
||||
"created_on": "Created On",
|
||||
"copy_link": "Copy Link",
|
||||
"date": "Date",
|
||||
"delete": "Delete",
|
||||
"delete_user": "Delete User",
|
||||
|
||||
Reference in New Issue
Block a user